Documentation

TauCeti.RepresentationTheory.ClassicalGroups.Standard

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 #

References #

def TauCeti.stdRep (k : Type u) (n : ) [CommRing k] :
Representation k (GL (Fin n) k) (Fin nk)

The standard representation of GL n k on column vectors.

Equations
Instances For
    @[simp]
    theorem TauCeti.stdRep_apply (k : Type u) (n : ) [CommRing k] (g : GL (Fin n) k) :
    (stdRep k n) g = (↑g).mulVecLin

    The standard representation acts by matrix-vector multiplication.

    theorem TauCeti.stdRep_apply_apply (k : Type u) (n : ) [CommRing k] (g : GL (Fin n) k) (v : Fin nk) :
    ((stdRep k n) g) v = (↑g).mulVec v

    Evaluation of the standard action is matrix-vector multiplication.

    The standard representation is faithful.

    @[reducible, inline]
    noncomputable abbrev TauCeti.stdFDRep (k : Type u) (n : ) [CommRing k] :
    FDRep k (GL (Fin n) k)

    The standard representation of GL n k, bundled as an object of FDRep.

    Equations
    Instances For
      @[simp]
      theorem TauCeti.char_stdRep (k : Type u) (n : ) [Field k] (g : GL (Fin n) k) :
      (stdRep k n).character g = (↑g).trace

      The character of the standard representation is the matrix trace.

      @[simp]
      theorem TauCeti.char_stdFDRep (k : Type u) (n : ) [Field k] (g : GL (Fin n) k) :
      (stdFDRep k n).character g = (↑g).trace

      The character of the bundled standard representation is the matrix trace.

      noncomputable def TauCeti.stdDualRep (k : Type u) (n : ) [CommRing k] :
      Representation k (GL (Fin n) k) (Module.Dual k (Fin nk))

      The dual, or contragredient, of the standard representation.

      Equations
      Instances For
        @[simp]
        theorem TauCeti.stdDualRep_apply (k : Type u) (n : ) [CommRing k] (g : GL (Fin n) k) :

        The dual standard action is the transpose of the inverse standard action.

        @[reducible, inline]
        noncomputable abbrev TauCeti.stdDualFDRep (k : Type u) (n : ) [CommRing k] :
        FDRep k (GL (Fin n) k)

        The dual standard representation, bundled as an object of FDRep.

        Equations
        Instances For
          @[simp]
          theorem TauCeti.char_stdDualRep (k : Type u) (n : ) [Field k] (g : GL (Fin n) k) :

          The character of the dual standard representation is the trace at the inverse matrix.

          @[simp]
          theorem TauCeti.char_stdDualFDRep (k : Type u) (n : ) [Field k] (g : GL (Fin n) k) :

          The character of the bundled dual standard representation is the inverse matrix trace.