Documentation

TauCeti.RepresentationTheory.Symmetric.PermutationModule.Extremes

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 #

Both isomorphisms come with the lemmas reading them, and their inverses, on the tabloid basis.

Main statements #

References #

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
    @[simp]

    The inverse sends r to r times the unique (n)-tabloid.

    @[simp]

    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
      @[simp]

      The (1ⁿ)-tabloid of a permutation is sent to that permutation.

      @[simp]

      The inverse sends a permutation back to its (1ⁿ)-tabloid.

      @[simp]

      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.