theorem
proved
term proof
mobius_one
show as:
view Lean formalization →
formal statement (Lean)
430theorem mobius_one : mobius 1 = 1 := by
proof body
Term-mode proof.
431 simp [mobius]
432
433/-- ω(1) = 0. -/