Concrete Young Lattice Family Instance #
This file constructs a concrete YoungLatticeFamily instance from the raising/lowering
operators on Young's lattice, making young_lattice_eigenvalues_closed (Theorem 8.8)
apply unconditionally.
Main results #
youngLatticeInstance : YoungEigenvalues.YoungLatticeFamily— The concrete instance.young_lattice_eigenvalues_unconditional— Theorem 8.8 with no parameters.
Strategy #
The construction bridges:
PartitionSpace i = Nat.Partition i →₀ ℝ(the typed level spaces)YoungDiagram.coversUp / coversDown(the covering relations)partitionEquiv i : Nat.Partition i ≃ {μ : YoungDiagram // μ.card = i}young_commutation_coeff(the coefficient-level DU - UD = δ identity)
Card lemmas for addCell and removeCell #
If σ ∈ coversUp(μ), then σ.card = μ.card + 1.
If ν ∈ coversDown(μ), then ν.card = μ.card - 1.
Bridge between Nat.Partition and YoungDiagram #
The card of the YoungDiagram for Nat.Partition i is i.
Image functions for U and D #
The image of a basis partition μ ⊢ i under the raising operator:
∑_{σ ∈ coversUp(toYD μ)} δ_{fromYD σ} in PartitionSpace (i+1).
Instances For
The image of a basis partition ν ⊢ i+1 under the lowering operator:
∑_{ρ ∈ coversDown(toYD ν)} δ_{fromYD ρ} in PartitionSpace i.
Instances For
The dite in raiseImage is always the positive branch.
The dite in lowerImage is always the positive branch.
Concrete raising and lowering operators as linear maps #
The concrete raising operator at level i.
Instances For
The concrete lowering operator at level i.
Instances For
Properties of the concrete operators #
The following four properties are consequences of Lemma 8.2 in the book.
Their proofs require lifting the coefficient-level commutation identity
young_commutation_coeff through the partitionEquiv bridge and the
Finsupp.linearCombination layer — a substantial Finsupp manipulation.
The book proves these facts (Lemma 8.2) but the formalized coefficient-level
result operates on YoungDiagram →₀ ℤ while the structure requires
linear maps on Nat.Partition i →₀ ℝ. Bridging these requires
extensive infrastructure not yet present.
toYD is injective.
lowerImage ν evaluated at μ is 1 if toYD μ ∈ coversDown(toYD ν), else 0.
LHS of commutation on single μ, evaluated at ν, equals DUCoeff.
RHS of commutation on single μ, evaluated at ν, equals δ + UDCoeff.
U and D are adjoint: raiseImage(μ)(ν) = lowerImage(ν)(μ).
Every partition of i appears in some lowerImage(ν).
If d + concreteU j (concreteD j d) = 0 then d = 0.
This is the shared sum-of-squares / adjointness argument used by both
concreteD_surjective and concreteU_injective.
Surjectivity of concreteD i for all i.
Injectivity of the concrete raising operator (Lemma 8.2 consequence). Proved using the norm-squared / adjointness argument: if U(w) = 0 then from DU = Id + UD we get w + U'D'w = 0, so ⟨w,w⟩ + ⟨D'w, D'w⟩ = 0, hence w = 0.
The concrete Young lattice operators at level i.
Instances For
Base case of Lemma 8.2: D₁ ∘ U₀ = Id on PartitionSpace 0.
The concrete Young lattice family instance.
Instances For
Theorem 8.8 (unconditional).