148@[simp] theorem shiftInvOp_single (p : Nat.Primes) (v : MultIndex) (c : ℝ) : 149 shiftInvOp p (Finsupp.single v c) 150 = Finsupp.single (v - Finsupp.single p 1) c := by
proof body
Term-mode proof.
151 simp [shiftInvOp, Finsupp.lmapDomain_apply, Finsupp.mapDomain_single] 152 153/-- The reciprocal involution operator `U`: maps `e_v` to `e_{-v}`, 154 corresponding to the multiplicative inversion `q ↦ 1/q`. -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.