theorem
proved
term proof
magic_8_eq_2cubed
show as:
view Lean formalization →
formal statement (Lean)
29theorem magic_8_eq_2cubed : (8 : ℕ) = 2 ^ 3 := by decide
proof body
Term-mode proof.
30
31/-- 2 = 2^1 = minimum magic. -/