theorem
proved
term proof
omega_one
show as:
view Lean formalization →
formal statement (Lean)
434theorem omega_one : omega 1 = 0 := by
proof body
Term-mode proof.
435 simp [omega_apply]
436
437/-- Ω(1) = 0. -/