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

MackeyFunctorHomomorphism | MackeyFunctorHomomorphism -- Horizontal concatenation of Mackey functor homomorphisms

Description

Given two Mackey functor homomorphisms $f : A \to C$ and $g : B \to C$ with the same codomain, $f | g$ is the homomorphism $(f,g) : A \oplus B \to C$.

i1 : A = makeBurnsideMackeyFunctor 2;
i2 : id_A | id_A

o2 =         fix : | 1 0 1 0 |
                   | 0 1 0 1 |
       2  <---------------------   4
     ZZ                          ZZ
     ^ |                         ^ | 
     | |                         | | 
     | v                         | v 
       1  <---------------------   2
     ZZ      und : | 1 1 |       ZZ
     ^ |                         ^ | 
     └-┘                         └-┘ 

o2 : MackeyFunctorHomomorphism

See also

Ways to use this method:


The source of this document is in CpMackeyFunctors/Documentation/HomomorphismsDoc.m2:254:0.