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

complexLinearizationMap -- returns the complex linearization map for the prime p

Description

Every $G$-set $X$ determines a complex representation with basis $X$, called the permutation representation of $X$. This induces a map from the Burnside Mackey functor to the complex representation Mackey functor called the linearization map.

i1 : complexLinearizationMap(5)

o1 =         fix : | 1 1 |
                   | 0 1 |
                   | 0 1 |
                   | 0 1 |
                   | 0 1 |
       5  <-----------------   2
     ZZ                      ZZ
     ^ |                     ^ | 
     | |                     | | 
     | v                     | v 
       1  <-----------------   1
     ZZ      und : | 1 |     ZZ
     ^ |                     ^ | 
     └-┘                     └-┘ 

o1 : MackeyFunctorHomomorphism

See also

Ways to use complexLinearizationMap:

  • complexLinearizationMap(ZZ)

For the programmer

The object complexLinearizationMap is a method function.


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