DU - UD Commutation Relation for the Boolean Algebra #
This file formalizes Lemma 4.6 from Stanley's Algebraic Combinatorics.
Main results #
boolean_DU_UD_commutator: Lemma 4.6 — For the boolean algebra B_n, D_{i+1}U_i − U_{i−1}D_i = (n−2i)·Id on the rank-i level.
Proof strategy #
Diagonal: (n−i) − i = n − 2i. Off-diagonal: both counts agree.
theorem
BooleanCommutator.boolean_DU_UD_commutator
{n : ℕ}
(i : ℕ)
(x z : Finset (Fin n))
(hx : x.card = i)
(hz : z.card = i)
(hi : i ≤ n)
:
Lemma 4.6 (Stanley). D_{i+1}U_i − U_{i−1}D_i = (n−2i)·Id on level P_i of B_n.
For x, z ∈ (B_n)_i, the matrix entry DU_coeff − UD_coeff equals n−2i if z = x, else 0.