Tannaka duality for finite groups #
In this file we prove Tannaka duality for finite groups.
The theorem can be formulated as follows: for any integral domain k
, a finite group G
can be
recovered from FDRep k G
, the monoidal category of finite dimensional k
-linear representations
of G
, and the monoidal forgetful functor forget : FDRep k G ⥤ FGModuleCat k
.
The main result is the isomorphism equiv : G ≃* Aut (forget k G)
.
Reference #
The monoidal forgetful functor from FDRep k G
to FGModuleCat k
.
Equations
Instances For
Definition of equivHom g : Aut (forget k G)
by its components.
Equations
- TannakaDuality.FiniteGroup.equivApp g X = { hom := ModuleCat.ofHom (X.ρ g), inv := ModuleCat.ofHom (X.ρ g⁻¹), hom_inv_id := ⋯, inv_hom_id := ⋯ }
Instances For
The group homomorphism G →* Aut (forget k G)
shown to be an isomorphism.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The representation on G → k
induced by multiplication on the right in G
.
Equations
Instances For
The representation on G → k
induced by multiplication on the left in G
.
Equations
Instances For
The right regular representation rightRegular
on G → k
as a FDRep k G
.
Instances For
The FDRep k G
morphism induced by multiplication on G → k
.
Equations
- TannakaDuality.FiniteGroup.mulRepHom = { hom := ModuleCat.ofHom (LinearMap.mul' k (G → k)), comm := ⋯ }
Instances For
The rightFDRep
component of η : Aut (forget k G)
preserves multiplication
The rightFDRep
component of η : Aut (forget k G)
gives rise to
an algebra morphism (G → k) →ₐ[k] (G → k)
.
Equations
Instances For
For v : X
and G
a finite group, the G
-equivariant linear map from the right
regular representation rightFDRep
to X
sending single 1 1
to v
.
Equations
Instances For
For v : X
and G
a finite group, the representation morphism from the right
regular representation rightFDRep
to X
sending single 1 1
to v
.
Equations
- TannakaDuality.FiniteGroup.ofRightFDRep X v = { hom := ModuleCat.ofHom (TannakaDuality.FiniteGroup.sumSMulInv v), comm := ⋯ }
Instances For
leftRegular
as a morphism rightFDRep k G ⟶ rightFDRep k G
in FDRep k G
.
Equations
- TannakaDuality.FiniteGroup.leftRegularFDRepHom s = { hom := ModuleCat.ofHom (TannakaDuality.FiniteGroup.leftRegular s), comm := ⋯ }
Instances For
Tannaka duality for finite groups:
A finite group G
is isomorphic to Aut (forget k G)
, where k
is any integral domain,
and forget k G
is the monoidal forgetful functor FDRep k G ⥤ FGModuleCat k G
.