Macaulay2 » Documentation
Packages » CpMackeyFunctors :: internalHom
next | previous | forward | backward | up | index | toc

internalHom -- returns the internal hom Mackey functor between two Mackey functors.

Description

Given any two Mackey functors $M$ and $N$, we can form their internal hom, which is a Mackey functor which we denote by $\underline{\text{Hom}}(M,N)$. For example:

i1 : internalHom(makeRealRepresentationMackeyFunctor 3, makeComplexRepresentationMackeyFunctor 3)

o1 =                       Res : | 0 0 -1 |
     image | 0  0  -1 |  --------------------> image | 1 |  -┐ Conj : | 1 |
           | -1 1  -1 | <--------------------        | 1 |  <┘
           | 1  0  1  |    Tr : | 4  |               | 1 |
           | 0  -1 -1 |         | 2  |               | 1 |
           | 1  -1 0  |         | -3 |               | 1 |
           | -1 0  -2 |                              | 1 |
           | 0  1  0  |                              | 2 |
           | 0  0  -1 |                              | 2 |
           | 0  0  -1 |                              | 2 |
           | 0  0  -1 |                              | 1 |
           | 0  0  -2 |                              | 1 |
           | 0  0  -2 |                              | 1 |
           | 0  0  -2 |                              | 1 |
           | 0  0  -1 |                              | 1 |
           | 0  0  -1 |                              | 1 |
           | 0  0  -1 |                              | 1 |
                                                     | 1 |
                                                     | 1 |

o1 : CpMackeyFunctor

The underlying group of homomorphisms between any two Mackey functors can be recovered as the fixed module key of the internal hom.

See also

Ways to use internalHom:

For the programmer

The object internalHom is a method function.


The source of this document is in CpMackeyFunctors/Documentation/InternalHomDoc.m2:26:0.