191theorem involutionOp_shiftInvOp (p : Nat.Primes) : 192 involutionOp ∘ₗ shiftInvOp p = shiftOp p ∘ₗ involutionOp := by
proof body
Term-mode proof.
193 ext v 194 simp only [LinearMap.coe_comp, Function.comp_apply, 195 shiftInvOp_single, involutionOp_single, shiftOp_single, 196 Finsupp.lsingle_apply] 197 congr 1 198 abel 199 200/-- The shift and inverse-shift compose to the identity (formal unitarity 201 of `V_p`). -/
used by (1)
From the project-wide theorem graph. These declarations reference this one in their body.