The type of grid Young diagrams #
@[implicit_reducible]
instance
QuotientIsoLmn.instPartialOrderGridYoungDiagram
{m n : ℕ}
:
PartialOrder (GridYoungDiagram m n)
Maps between L(m,n) and grid Young diagrams #
Instances For
theorem
QuotientIsoLmn.mem_lmnToFinset
{m n : ℕ}
(p : YoungLattice.Lmn m n)
(i : Fin m)
(j : Fin n)
:
Instances For
Instances For
Instances For
theorem
QuotientIsoLmn.quotient_poset_iso_Lmn
(m n : ℕ)
:
Nonempty (GridYoungDiagram m n ≃o YoungLattice.Lmn m n)
The actual quotient poset B_{R_{mn}}/G_{mn} #
Instances For
theorem
QuotientIsoLmn.wreathQuotientMk_actOnSet
{m n : ℕ}
(g : WreathOrbits.WreathElem m n)
(S : Finset (Fin m × Fin n))
:
@[implicit_reducible]
Sorted domination: the key lemma #
theorem
QuotientIsoLmn.finset_filter_card_eq_sorted_filter_length
{m n : ℕ}
(S : Finset (Fin m × Fin n))
(p : ℕ → Prop)
[DecidablePred p]
:
{i : Fin m | p (WreathOrbits.rowSize S i)}.card = (List.filter (fun (x : ℕ) => decide (p x)) (WreathOrbits.sortedRowSizes S)).length
Helper: connect Finset.filter.card to the sorted list filter length.
theorem
QuotientIsoLmn.sortedRowSizes_le_of_rowSize_le
{m n : ℕ}
(S T : Finset (Fin m × Fin n))
(h : ∀ (i : Fin m), WreathOrbits.rowSize S i ≤ WreathOrbits.rowSize T i)
(k : Fin m)
:
The key sorted domination lemma.
theorem
QuotientIsoLmn.canonicalYoung_eq_of_sameOrbit
{m n : ℕ}
{S T : Finset (Fin m × Fin n)}
(h : WreathOrbits.SameOrbit S T)
:
The order isomorphism WreathQuotient ≃o GridYoungDiagram #
noncomputable def
QuotientIsoLmn.wreathQuotientToGridYoung
{m n : ℕ}
:
WreathQuotient m n → GridYoungDiagram m n
Instances For
Instances For
theorem
QuotientIsoLmn.gridYoungToWreathQuotient_wreathQuotientToGridYoung
{m n : ℕ}
(q : WreathQuotient m n)
:
theorem
QuotientIsoLmn.wreathQuotientToGridYoung_gridYoungToWreathQuotient
{m n : ℕ}
(D : GridYoungDiagram m n)
:
Theorem 6.9 (first part). B_{R_{mn}}/G_{mn} ≃o GridYoungDiagram m n.
Instances For
Theorem 6.9. B_{R_{mn}}/G_{mn} ≅ L(m,n).
(Theorem 6.9, Stanley's Algebraic Combinatorics)
Instances For
theorem
QuotientIsoLmn.wreathQuotient_iso_Lmn
(m n : ℕ)
:
Nonempty (WreathQuotient m n ≃o YoungLattice.Lmn m n)