Alphabeta Math
Pipeline-generated
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced: the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted: a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated: a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

✓ 4 results · all verified · 0 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 4 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Young Diagrams Tableaux and Permutation Modules — Examples

1 · Prerequisites

2 · Summary

These examples keep the page's definitions at concrete sizes. The partitions through size five are listed with their conjugates and chains, exhibiting the first incomparable pair (4,1,1) and (3,3) at n=6; the shapes (3,3,1) and (3,2,1) separate removable nodes from row endpoints; the row and column partitions (n) and (1n) produce the trivial and the regular module; and four small Kostka numbers, including a zero, are computed by explicit listings of semistandard tableaux.

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passaudited 2026-09-27Open item page →

Small partitions and the first dominance incomparability

Example

The partitions of n, each paired with its conjugate, are as follows for 0≤n≤5:

  • n=0: the empty partition ∅, with ∅′=∅;
  • n=1: (1), self-conjugate;
  • n=2: (2) and (1,1), with (2)′=(1,1);
  • n=3: (3), (2,1), (1,1,1), with (3)′=(1,1,1) and (2,1)′=(2,1);
  • n=4: (4), (3,1), (2,2), (2,1,1), (1,1,1,1), with (4)′=(1,1,1,1), (3,1)′=(2,1,1) and (2,2)′=(2,2);
  • n=5: (5), (4,1), (3,2), (3,1,1), (2,2,1), (2,1,1,1), (1,1,1,1,1), with (5)′=(1,1,1,1,1), (4,1)′=(2,1,1,1), (3,2)′=(2,2,1) and (3,1,1)′=(3,1,1).

For every n≤5 the dominance order on the partitions of n is a chain, namely (5)⊳(4,1)⊳(3,2)⊳(3,1,1)⊳(2,2,1)⊳(2,1,1,1)⊳(1,1,1,1,1) for n=5, and (4)⊳(3,1)⊳(2,2)⊳(2,1,1)⊳(1,1,1,1) for n=4, with the shorter chains for n≤3. Dominance is therefore a total order on the partitions of each n≤5. It first fails to be total at n=6, where the partitions (4,1,1) and (3,3) are incomparable: their prefix sums 4,5,6 and 3,6,6 cross, and the conjugates (3,1,1,1) and (2,2,2) of this pair are likewise incomparable.

Facts & Assumptions

Given: The partitions listed above for 0≤n≤5 and the two partitions (4,1,1) and (3,3) of 6.

[F1]

The conjugate partition λ′ has parts λj′=#{i:λi≥j}, the diagram [λ′] is the transpose of [λ], and conjugation is an involution (Partitions, English diagrams, and conjugation).

[F2]

λ⊵μ means ∑i≤rλi≥∑i≤rμi for every r≥1, with each sequence padded by zeros beyond its parts; ⊵ is a partial order, and λ⊳μ means λ⊵μ with λ≠μ (Dominance order on partitions).

[F3]

Conjugation reverses dominance: λ⊵μ if and only if μ′⊵λ′ (Conjugation reverses dominance).

Verification

technique · direct
1.1

The six lists are complete: a partition of n≤5 whose largest part is a is exactly a partition of n−a with all parts at most a, with the part a adjoined, so running over a=n,n−1,…,1 recovers each list, and for n=5 this gives a=5: (5); a=4: (4,1); a=3: (3,2) and (3,1,1); a=2: (2,2,1) and (2,1,1,1); a=1: (1,1,1,1,1), exactly the seven partitions displayed, with the same recursion for n≤4.

givenF1
1.2

Each displayed conjugate is read off as the column-height sequence of the diagram: (4,1) has column heights 2,1,1,1, so (4,1)′=(2,1,1,1); (3,2) has column heights 2,2,1, so (3,2)′=(2,2,1); (3,1,1) has column heights 3,1,1 and is self-conjugate; (3,1) transposes to (2,1,1) and (2,2) to itself, matching the listed pairs, and taking column heights twice returns the original partition as in [F1].

F1
1.3

For n=5, each listed consecutive pair is comparable, by the prefix sums of the two partitions: (5)⊳(4,1) since 5>4; (4,1)⊳(3,2) since 4>3; (3,2)⊳(3,1,1) since 3=3 and 5>4; (3,1,1)⊳(2,2,1) since 3>2; (2,2,1)⊳(2,1,1,1) since 2=2, 4>3; and (2,1,1,1)⊳(1,1,1,1,1) since 2>1.

F2
1.4

The same computation for n=4 gives the chain (4)⊳(3,1)⊳(2,2)⊳(2,1,1)⊳(1,1,1,1): the prefix sums compare as 4>3; then 3>2; then 2=2 and 4>3; then 2>1, while the partitions of n≤3 form the chains (3)⊳(2,1)⊳(1,1,1), (2)⊳(1,1) and the single partitions of n≤1.

F2
1.5

At n=6 the partition (4,1,1) has prefix sums 4,5,6 and (3,3) has prefix sums 3,6,6, so 4>3 rules out (3,3)⊵(4,1,1) while 5<6 rules out (4,1,1)⊵(3,3): the two are incomparable, and taking conjugates gives (4,1,1)′=(3,1,1,1) and (3,3)′=(2,2,2), whose prefix sums 3,4,5,6 and 2,4,6,6 also cross, as [F3] requires.

givenF1F2F3
2.1

Steps 1.3 and 1.4 exhibit a chain through all partitions of each n≤5, so any two partitions of the same n≤5 are comparable by transitivity of the partial order ⊵; together with step 1.5, which exhibits an incomparable pair of partitions of 6, dominance is total exactly through size five and the first incomparable pair occurs at n=6. ∎

step 1.3step 1.4step 1.5F2
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-09-27Open item page →

Removable nodes versus row endpoints

Example

For the shapes λ=(3,3,1), μ=(3,2,1) and the empty shape ∅ the removable and addable nodes are as follows.

  • λ=(3,3,1) has two removable nodes, the row endpoints (2,3) and (3,1), while the row endpoint (1,3) is not removable because the node (2,3) lies directly below it. Its addable nodes are (1,4), (3,2) and (4,1).
  • μ=(3,2,1) has all three of its row endpoints (1,3), (2,2), (3,1) removable, and its addable nodes are (1,4), (2,3), (3,2) and (4,1).
  • ∅ has no removable node and exactly one addable node, (1,1), whose insertion produces the partition (1).

Thus ending a row is necessary but not sufficient for removability, and the first shape above exhibits the difference.

Facts & Assumptions

Given: The partitions (3,3,1) of 7 and (3,2,1) of 6 and the empty partition ∅.

[F1]

A node of [λ] is removable when deleting it leaves a Young diagram and a point outside [λ] is addable when inserting it leaves a Young diagram; for λ=(λ1,…,λk) with λk+1:=0 the removable nodes are exactly the row endpoints (i,λi) with λi>λi+1, and the addable nodes are exactly the points (i,λi+1) with i=1 or λi−1>λi, together with (k+1,1); deleting a removable node leaves the diagram of a partition of n−1, and Rem⁡(∅)=∅, Add⁡(∅)={(1,1)} (Removable and addable nodes).

Verification

technique · direct
1.1

For λ=(3,3,1) the row lengths are 3,3,1, so the row endpoints are (1,3),(2,3),(3,1); by [F1] the removable ones are those with λi>λi+1, and with λ4:=0 these are (2,3), because 3>1, and (3,1), because 1>0, while λ1=λ2 excludes (1,3): deleting (1,3) would leave the row lengths 2,3,1, which are not weakly decreasing, so this row endpoint is not removable. Deleting the two removable nodes instead gives the partitions (3,2,1) and (3,3) of size 6.

givenF1
1.2

For λ=(3,3,1) the addable points of the form (i,λi+1) are (1,4), which is in the first row, and (3,2), because λ2=3>λ3=1, while (2,4) fails the test λ1>λ2 since 3=3; the point (4,1) opens a new row and is addable by [F1]. Inserting these three points gives the partitions (4,3,1) from (1,4), (3,3,2) from (3,2) and (3,3,1,1) from (4,1).

givenF1
1.3

For μ=(3,2,1) the row lengths are strictly decreasing, 3>2>1>0, so by [F1] all three row endpoints are removable: (1,3) with deletion (2,2,1), (2,2) with deletion (3,1,1), and (3,1) with deletion (3,2), each of size 5.

givenF1
1.4

For μ=(3,2,1) the addable points are (1,4) in the first row, (2,3) because μ1=3>μ2=2, (3,2) because μ2=2>μ3=1, and (4,1) opening a new row, and no other point of the form (i,μi+1) passes the test of [F1]; inserting (2,3) and (3,2) gives the partitions (3,3,1) and (3,2,2) of size 7.

F1
1.5

For ∅ the diagram has no nodes, so Rem⁡(∅)=∅; a point (i,j) outside the empty diagram leaves a Young diagram after insertion only for (i,j)=(1,1), since the diagrams {(i,j)} with j≥2 or i≥2 are not left-justified, so Add⁡(∅)={(1,1)} and the resulting partition is (1), in agreement with [F1].

F1
2.1

The three shapes are thus completely described: Rem⁡(3,3,1)={(2,3),(3,1)} with the non-removable row endpoint (1,3), Rem⁡(3,2,1)={(1,3),(2,2),(3,1)}, Rem⁡(∅)=∅, together with the addable sets Add⁡(3,3,1)={(1,4),(3,2),(4,1)}, Add⁡(3,2,1)={(1,4),(2,3),(3,2),(4,1)} and Add⁡(∅)={(1,1)}. ∎

step 1.1step 1.2step 1.3step 1.4step 1.5
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-09-27Open item page →

The two extreme Young permutation modules

Example

For n≥1 the two extreme partitions of n give the two extreme Young permutation modules:

  • for λ=(n) there is exactly one tabloid, so M(n) is one-dimensional, and every σ∈Sn fixes that tabloid; hence M(n) is the trivial representation C of Sn;
  • for λ=(1n) the row-equivalence classes are singletons and the tabloids are the n! tableaux of shape (1n), so M(1n) has a basis indexed by Sn on which Sn acts by left multiplication; hence M(1n) is the regular representation C[Sn].

The row module is generated by its single tabloid and the column module has dimension n!=dim⁡C[Sn]. For n=1 the two partitions coincide, (1)=(11), and both descriptions give the one-dimensional module; for n=0 the only partition is ∅, there is one empty tabloid, and M∅=C is again the one-dimensional trivial module, which is also the regular module of the trivial group S0={1}.

Facts & Assumptions

Given: For n≥1, the partitions (n) and (1n) of n and their standard row-filled tableaux t0; separately, for n=0, the empty partition and empty tableau.

[F1]

For λ⊢n the standard Young subgroup Sλ is the subgroup preserving each consecutive block of sizes λ1,…,λk; the Young permutation module Mλ is the complex vector space with the tabloids {t} of shape λ as basis, Sn acting by σ⋅{t}={σ⋅t}; the stabilizer of {t} is Rt and the stabilizer of the tabloid {t0} of the standard row-filled tableau is Sλ, so Ωλ={{σ⋅t0}:σ∈Sn} (Young subgroups, tabloids, and permutation modules).

[F2]

For every λ⊢n there is an isomorphism of complex Sn-modules Mλ≅C[Sn/Sλ], the permutation representation of Sn on the left coset set Sn/Sλ, and hence Mλ≅Ind⁡SλSn1; this holds also for n=0 (Young permutation modules are induced trivial modules).

[F3]

The trivial representation of a finite group G over C is the one-dimensional representation on C in which every g acts as the identity, and the regular representation is the representation on C[G] given by left multiplication by the basis units, g⋅[h]=[gh] (The trivial representation, the regular representation, and permutation representations from finite G-sets).

Verification

technique · direct
1.1

For λ=(n) the blocks of [F1] are the single block {1,…,n}, so S(n)=Sn, and every λ-tableau has the single row set {1,…,n}; hence any two λ-tableaux are row equivalent, there is exactly one tabloid, and M(n) is one-dimensional with that tabloid as basis.

givenF1
1.2

For λ=(1n) the blocks are the n singletons {1},…,{n}, so S(1n)={1}, and the row set of row i of a tableau is the singleton carrying its single entry, so two tableaux are row equivalent exactly when they agree entrywise and each tabloid is a singleton class; a λ-tableau is a bijection from the n boxes onto {1,…,n}, so there are n! of them, and the map σ↦σ⋅t0 from Sn to the tableaux is a bijection, being injective because t0 is surjective and surjective because σ(t0(i,j)):=t(i,j) defines a permutation, whence σ↦{σ⋅t0} is a bijection onto the tabloids with τ⋅{σ⋅t0}={τσ⋅t0} for all τ∈Sn.

givenF1
2.1

For λ=(n) and any σ∈Sn the tableau σ⋅t0 again has the single row set {1,…,n}, so σ⋅{t0}={t0}: every σ acts as the identity on the one-dimensional M(n), which by [F3] is the trivial representation, in agreement with [F2] because Sn/Sn is a single coset.

step 1.1F2F3
2.2

Transporting the basis along the bijection of step 1.2 turns the action of [F1] into left multiplication on C[Sn], which by [F3] is the regular representation, so M(1n)≅C[Sn]; the coset description of [F2] reduces to the same statement because S(1n)={1} and the cosets σ{1} are the singletons of Sn.

step 1.2F1F2F3
3.1

For n=1 the two partitions coincide, (1)=(11), and both conclusions above give the same one-dimensional module; for n=0 the only partition is ∅, whose tabloid set consists of the single empty tabloid, so M∅=C is one-dimensional with trivial action and coincides with the regular module C[S0] of the trivial group S0={1}. Thus M(n) is the trivial module and M(1n) the regular module for every n≥1, and for n=0 both descriptions give the same one-dimensional module. ∎

step 2.1step 2.2F1F3
ExampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passaudited 2026-09-27Open item page →

Small Kostka numbers

Example

Write a filling of a diagram with at most two rows by its rows, so that 11/2 denotes the tableau whose first row is 1,1 and whose second row is 2. For n=3 the small Kostka numbers are K(2,1),(2,1)=1,K(2,1),(1,1,1)=2,K(3),(2,1)=1,K(1,1,1),(2,1)=0. The witnesses are: the single filling 11/2 for shape (2,1) and content (2,1); the two fillings 12/3 and 13/2 for shape (2,1) and content (1,1,1); and the single filling 112 for shape (3) and content (2,1). There is no semistandard filling of the column (1,1,1) with content (2,1).

Facts & Assumptions

Given: The partitions (2,1), (3), (1,1,1) and (2,1) of 3, and the filling notation of the Example section.

[F1]

A semistandard tableau of shape λ and content μ is a filling of [λ] such that the entry i occurs exactly μi times, entries weakly increase along each row and strictly increase down each column; Kλ,μ is the number of such fillings (Semistandard tableaux and Kostka numbers).

[F2]

A filling of content (1n) is semistandard exactly when it is standard, so Kλ,(1n)=fλ (Semistandard tableaux and Kostka numbers).

Verification

technique · direct
1.1

For shape (2,1) and content (2,1) the filling carries two 1's and one 2, so the single entry 2 occupies one of the three boxes; placing it in the first box of the top row gives 21/1, whose top row violates weak increase since 2>1; placing it in the second box of the top row gives 12/1, whose column has entries 1,1 and violates strict increase; placing it in the bottom box gives 11/2, whose rows are weakly increasing and whose column entries 1<2 strictly increase, and no other filling is available, so K(2,1),(2,1)=1, realized by 11/2.

givenF1
1.2

For shape (2,1) and content (1,1,1) the fillings are the bijections of the three boxes onto {1,2,3}, six in all; each of 12/3 and 13/2 is semistandard, since its rows are weakly increasing and its column entries are 1<3 and 1<2, while 21/3, 31/2 and 32/1 have a top row that is not weakly increasing and 23/1 has column entries 2,1, which are not strictly increasing, and hence K(2,1),(1,1,1)=2, in agreement with Kλ,(1n)=fλ and f(2,1)=2.

F1F2
1.3

For shape (3) the diagram is a single row, whose weak increase forces the entries to be sorted, so the filling of content (2,1) must be 1,1,2, that is 112, and this filling is semistandard because a one-row diagram has no column condition; hence K(3),(2,1)=1.

givenF1
1.4

For shape (1,1,1) the diagram is a single column of three boxes, and strict increase down the column forces the three entries to be pairwise distinct; the content (2,1) supplies only the two distinct labels 1 and 2, with 1 repeated twice, so no filling of that content is semistandard and K(1,1,1),(2,1)=0.

givenF1
2.1

Steps 1.1, 1.2, 1.3 and 1.4 compute the four displayed numbers 1,2,1,0, by checking all three content fillings in step 1.1 and all six in step 1.2, and by using the row and column conditions in steps 1.3 and 1.4 to leave respectively one and no semistandard fillings. Each of the latter two shapes has three fillings of content (2,1) before imposing those conditions. ∎

step 1.1step 1.2step 1.3step 1.4F1F2

Sources