theorem
proved
term proof
twistedPrimeCostSum_zero
show as:
view Lean formalization →
formal statement (Lean)
124@[simp]
125theorem twistedPrimeCostSum_zero (chi : ℕ → ℝ) :
126 twistedPrimeCostSum chi 0 = 0 := by
proof body
Term-mode proof.
127 simp [twistedPrimeCostSum, Nat.not_prime_zero]
128
129/-- For the trivial character, the twisted prime cost sum equals the
130 untwisted version. -/