138@[simp] theorem shiftOp_single (p : Nat.Primes) (v : MultIndex) (c : ℝ) : 139 shiftOp p (Finsupp.single v c) 140 = Finsupp.single (v + Finsupp.single p 1) c := by
proof body
Term-mode proof.
141 simp [shiftOp, Finsupp.lmapDomain_apply, Finsupp.mapDomain_single] 142 143/-- The inverse prime-shift operator `V_p^{-1}`: maps `e_v` to 144 `e_{v - δ_p}` (division of the underlying rational by `p`). -/
used by (4)
From the project-wide theorem graph. These declarations reference this one in their body.