Intertwining maps #
This file gives defines intertwining maps of representations (aka equivariant linear maps).
An unbundled version of IntertwiningMap.
- isIntertwining (g : G) (v : V) : f ((Ο g) v) = (Ο g) (f v)
Instances For
An intertwining map between two representations Ο and Ο of the same monoid G is a map
between underlying modules which commutes with the G-actions.
- toFun : V β W
- isIntertwining' (g : G) : self.toLinearMap ββ Ο g = Ο g ββ self.toLinearMap
An underlying
A-linear map of the underlyingA-modules.
Instances For
An intertwining map constructed form the linear map and the fact that it is intertwining.
Instances For
The range of an intertwining map from V to W as a subrepresentation of W.
Instances For
The kernel of an intertwining map from V to W as a subrepresentation of V.
Instances For
A coercion from intertwining maps to additive monoid homomorphisms.
Instances For
The identity map, considered as an intertwining map from a representation to itself.
Instances For
Composition of intertwining maps.
A convenience variant of IntertwiningMap.llcomp for use in dot notation.
Instances For
Equivalence between representations is a bijective intertwining map.
Instances For
An Equiv between representations could be built from a LinearEquiv and an assumption
proving the G-equivariance.
Instances For
Any representation is equivalent to itself.
Instances For
The equiv between representations are symmetric.
Instances For
Composition of two Equiv.
Instances For
An intertwining map is the same thing as a linear map over the group ring.
Instances For
Composition of intertwining maps.
Instances For
Intertwining maps from Ο to itself are the same as A[G]-linear endomorphisms.
Instances For
If g is a central element of a monoid G, then this is the action of g, considered as an
intertwining map from any representation of G to itself.
Instances For
IntertwiningMap.toLinearMap as a linear map.
Instances For
A bijective intertwining map is an equivalence of representations.
Instances For
The tensor product of intertwining maps induced from tensor product of linear maps.
Instances For
The intertwining map induced from f : Ο β Ο to Ο.tprod Ο β Ο.tprod Ο.
Instances For
The natural intertwining map Ο.tprod Ο β Ο.tprod Ο induced by f : Ο β Ο.
Instances For
Equivalence between representations induced from TensorProduct.comm.
Instances For
The Equiv between representations induced from TensorProduct.assoc.
Instances For
The Equiv between representations induced from TensorProduct.rid.
Instances For
The Equiv between representations induced from TensorProduct.lid.
Instances For
dualTensorHom as an equivalence of representations.