FDRep k G
is the category of finite dimensional k
-linear representations of G
. #
If V : FDRep k G
, there is a coercion that allows you to treat V
as a type,
and this type comes equipped with Module k V
and FiniteDimensional k V
instances.
Also V.ρ
gives the homomorphism G →* (V →ₗ[k] V)
.
Conversely, given a homomorphism ρ : G →* (V →ₗ[k] V)
,
you can construct the bundled representation as Rep.of ρ
.
We prove Schur's Lemma: the dimension of the Hom
-space between two irreducible representation is
0
if they are not isomorphic, and 1
if they are.
This is the content of finrank_hom_simple_simple
We verify that FDRep k G
is a k
-linear monoidal category, and rigid when G
is a group.
FDRep k G
has all finite limits.
TODO #
FdRep k G ≌ FullSubcategory (FiniteDimensional k)
FdRep k G
has all finite colimits.FdRep k G
is abelian.FdRep k G ≌ FGModuleCat (MonoidAlgebra k G)
.
Equations
- FDRep.instLinear = inferInstance
Equations
- V.instModuleCoe = inferInstance
Equations
- ⋯ = ⋯
The underlying LinearEquiv
of an isomorphism of representations.
Equations
- FDRep.isoToLinearEquiv i = FGModuleCat.isoToLinearEquiv ((Action.forget (FGModuleCat k) (MonCat.of G)).mapIso i)
Instances For
Lift an unbundled representation to FDRep
.
Equations
- FDRep.of ρ = { V := FGModuleCat.of k V, ρ := ρ }
Instances For
Equations
- FDRep.instHasForget₂Rep = { forget₂ := (CategoryTheory.forget₂ (FGModuleCat k) (ModuleCat k)).mapAction (MonCat.of G), forget_comp := ⋯ }
Schur's Lemma: the dimension of the Hom
-space between two irreducible representation is 0
if
they are not isomorphic, and 1
if they are.
The forgetful functor to Rep k G
preserves hom-sets and their vector space structure.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Auxiliary definition for FDRep.dualTensorIsoLinHom
.
Equations
- FDRep.dualTensorIsoLinHomAux ρV W = (dualTensorHomEquiv k V (CoeSort.coe W)).toFGModuleCatIso
Instances For
When V
and W
are finite dimensional representations of a group G
, the isomorphism
dualTensorHomEquiv k V W
of vector spaces induces an isomorphism of representations.
Equations
- FDRep.dualTensorIsoLinHom ρV W = Action.mkIso (FDRep.dualTensorIsoLinHomAux ρV W) ⋯