Up/Down operators and Theorem 4.7 for the Boolean algebra #
This file formalizes Theorem 4.7 from Stanley's Algebraic Combinatorics.
Main results #
adjointness— ⟨up v, w⟩ = ⟨v, down w⟩ (key technical lemma)DU_form_eq_inner_up— DU_form(v,v) = ‖U(v)‖²UD_form_succ_eq_inner_down— UD_form(v,v) = ‖D(v)‖²DU_minus_UD— Lemma 4.6: DU − UD = (n − 2i)·I (bilinear form version)up_ker_trivial— kernel of Uᵢ is trivial when 2i < n (quadratic form argument)up_injective— Theorem 4.7: Uᵢ is injective when 2i < nup_surjective— Theorem 4.7: Uᵢ is surjective when n ≤ 2i
@[reducible, inline]
The i-th level of the boolean algebra B_n: subsets of {0,…,n−1} of cardinality i.
Instances For
Theorem 4.7 (injectivity). When 2i < n, the up operator Uᵢ is injective.
Theorem 4.7 (surjectivity). When n ≤ 2i, the up operator Uᵢ is surjective.