Documentation

Atlas.AlgebraicCombinatorics.code.QuotientIsoLmn

The type of grid Young diagrams #

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) :
    (i, j) lmnToFinset p j < (p i)
    Instances For

      The actual quotient poset B_{R_{mn}}/G_{mn} #

      Instances For
        Instances For
          Instances For

            Sorted domination: the key lemma #

            Helper: connect Finset.filter.card to the sorted list filter length.

            theorem QuotientIsoLmn.card_filter_ge_of_sorted {m n : } {S : Finset (Fin m × Fin n)} (k : Fin m) (v : ) (hv : v (WreathOrbits.sortedRowSizes S).getD (↑k) 0) :
            k + 1 {i : Fin m | v WreathOrbits.rowSize S i}.card

            Lower bound: ≥ k+1 entries are ≥ v when sorted[k] ≥ v.

            theorem QuotientIsoLmn.card_filter_ge_le_of_sorted {m n : } {T : Finset (Fin m × Fin n)} (k : Fin m) (v : ) (hv : (WreathOrbits.sortedRowSizes T).getD (↑k) 0 < v) :
            {i : Fin m | v WreathOrbits.rowSize T i}.card k

            Upper bound: ≤ k entries are ≥ v when sorted[k] < v.

            The key sorted domination lemma.

            If S ⊆ T, then canonicalYoung S ⊆ canonicalYoung T.

            The order isomorphism WreathQuotient ≃o GridYoungDiagram #

            Instances For

              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