The standard representation of the general linear group #
This file defines the tautological representation of GL n k on column vectors, together with
its finite-dimensional and dual forms. Its action and character are identified with matrix-vector
multiplication and the matrix trace.
Main definitions #
TauCeti.stdRep: the standard representation ofGL n k.TauCeti.stdFDRep: the standard representation as a finite-dimensional representation.TauCeti.stdDualRep: the contragredient of the standard representation.
References #
The standard representation of GL n k on column vectors.
Equations
- TauCeti.stdRep k n = (Units.coeHom ((Fin n → k) →ₗ[k] Fin n → k)).comp Matrix.GeneralLinearGroup.toLin.toMonoidHom
Instances For
theorem
TauCeti.stdRep_injective
(k : Type u)
(n : ℕ)
[CommRing k]
:
Function.Injective ⇑(stdRep k n)
The standard representation is faithful.
@[reducible, inline]
The standard representation of GL n k, bundled as an object of FDRep.
Equations
- TauCeti.stdFDRep k n = FDRep.of (TauCeti.stdRep k n)
Instances For
noncomputable def
TauCeti.stdDualRep
(k : Type u)
(n : ℕ)
[CommRing k]
:
Representation k (GL (Fin n) k) (Module.Dual k (Fin n → k))
The dual, or contragredient, of the standard representation.
Equations
- TauCeti.stdDualRep k n = (TauCeti.stdRep k n).dual
Instances For
@[reducible, inline]
The dual standard representation, bundled as an object of FDRep.
Equations
- TauCeti.stdDualFDRep k n = FDRep.of (TauCeti.stdDualRep k n)