theorem
proved
term proof
sixteen_is_2_fourth
show as:
view Lean formalization →
formal statement (Lean)
67theorem sixteen_is_2_fourth : (16 : ℕ) = 2^4 := by decide
proof body
Term-mode proof.
68
69/-- 25 = D². -/