The two extreme Young permutation modules #
The Young permutation module M^μ of a partition μ of n interpolates between two extremes.
For the coarsest partition (n) there is a single μ-tabloid and M^{(n)} is the trivial
representation; for the all-ones partition (1ⁿ) the tabloids are the permutations themselves
and M^{(1ⁿ)} is the regular representation ℚ[Sₙ].
The proofs go through the Young subgroups: youngSubgroup (n) = ⊤ and youngSubgroup (1ⁿ) = ⊥,
so the two modules are the permutation representations of Sₙ on the cosets of the whole group
and of the trivial subgroup respectively.
Main definitions #
TauCeti.permutationModuleIndiscreteIsoTrivial:M^{(n)} ≅ ℚwith the trivial action.TauCeti.permutationModuleOnesIsoLeftRegular:M^{(1ⁿ)} ≅ ℚ[Sₙ]with the left regular action.
Both isomorphisms come with the lemmas reading them, and their inverses, on the tabloid basis.
Main statements #
TauCeti.finrank_permutationModule_indiscreteandTauCeti.finrank_permutationModule_ones: the two dimensions,1andn !.TauCeti.char_permutationModule_indiscreteandTauCeti.char_permutationModule_ones: the two characters, the constant1and the regular character supported at the identity.
References #
- G. D. James, The Representation Theory of the Symmetric Groups, §4.
- Schur-Weyl roadmap,
Layer 1, “the base cases
M^{(n)} = S^{(n)}(trivial) andM^{(1ⁿ)} = ℚ[Sₙ](regular)”.
The coarsest partition (n) #
Mathlib's Nat.Partition.indiscrete n is the partition with the single part n when n ≠ 0,
and the empty partition of 0 when n = 0; either way its Young subgroup is all of Sₙ.
The Young permutation module of the coarsest partition (n) is the trivial representation:
there is only one (n)-tabloid.
Equations
Instances For
Every (n)-tabloid is sent to 1.
The inverse sends r to r times the unique (n)-tabloid.
The Young permutation module of the coarsest partition (n) is one-dimensional.
The character of the Young permutation module of (n) is constantly 1.
Not a simp lemma: char_ofMulAction already rewrites the left-hand side to the fixed-tabloid
count.
The all-ones partition (1ⁿ) #
The Young permutation module of the all-ones partition (1ⁿ) is the regular representation
ℚ[Sₙ]: the (1ⁿ)-tabloids are the permutations themselves.
Equations
Instances For
A (1ⁿ)-tabloid is sent to the permutation it names.
The (1ⁿ)-tabloid of a permutation is sent to that permutation.
The inverse sends a permutation back to its (1ⁿ)-tabloid.
The Young permutation module of the all-ones partition (1ⁿ) has dimension n !.
The character of the Young permutation module of (1ⁿ) is the regular character: it is n !
at the identity and vanishes elsewhere.
Not a simp lemma: char_ofMulAction already rewrites the left-hand side to the fixed-tabloid
count.