29theorem mobius_prime {p : ℕ} (hp : Prime p) : (mobius p) = -1 := by
proof body
Term-mode proof.
30 -- Mathlib lemma is `ArithmeticFunction.moebius_apply_prime` with `Nat.Prime`. 31 have hp' : Nat.Prime p := (prime_iff p).1 hp 32 simpa [mobius] using (ArithmeticFunction.moebius_apply_prime hp') 33 34/-- Möbius at a prime square: `μ(p^2) = 0`. -/
depends on (7)
Lean names referenced from this declaration's body.