Walk Operator Lemmas #
This file proves the key operator identity D ∘ U^{i+1} = U^{i+1} ∘ D + (i+1) • U^i
(Equation 43 from the textbook), which follows from the commutation relation DU - UD = I
(Lemma 8.2) by induction. This identity is used to push D past blocks of U operators
in the proof of Theorem 8.3.
Main results #
WalkCountFormula.liftD_comp_iterU_succ: The operator-level identityliftD ∘ₗ iterU (n + 1) = iterU (n + 1) ∘ₗ liftD + (n + 1) • iterU nWalkCountFormula.liftD_comp_iterU_succ_apply: The pointwise version applied to an element.
Equation 43 (operator form). The key identity for pushing D past U-blocks:
D ∘ U^{n+1} = U^{n+1} ∘ D + (n+1) • U^n.
This specializes the abstract ring identity comm_D_U_pow_succ to the concrete
endomorphism ring of YoungDiagram →₀ ℤ, using the commutation DU - UD = I
from Lemma 8.2 of the textbook.
Specialization of Equation 43 to the empty basis element.
Since D(∅) = 0, we get D(U^{n+1}(∅)) = (n+1) • U^n(∅).