Characters of representations #
This file introduces characters of representation and proves basic lemmas about how characters behave under various operations on representations.
A key result is the orthogonality of characters for irreducible representations of finite group
over an algebraically closed field whose characteristic doesn't divide the order of the group. It
is the theorem char_orthonormal
Implementation notes #
Irreducible representations are implemented categorically, using the Simple class defined in
Mathlib.CategoryTheory.Simple
TODO #
- Once we have the monoidal closed structure on
FdRep k Gand a better API for the rigid structure,char_dualandchar_linHomshould probably be stated in terms ofVᘁandihom V W.
The character of a representation V : FdRep k G is the function associating to g : G the
trace of the linear map V.ρ g.
Equations
- FdRep.character V g = (LinearMap.trace k (CoeSort.coe V)) ((FdRep.ρ V) g)
Instances For
The character of a representation is constant on conjugacy classes.
Orthogonality of characters for irreducible representations of finite group over an algebraically closed field whose characteristic doesn't divide the order of the group.