theorem
proved
term proof
two_pow_six
show as:
view Lean formalization →
formal statement (Lean)
1815theorem two_pow_six : (2 : ℕ) ^ 6 = 64 := by native_decide
proof body
Term-mode proof.
1816
1817/-- 2^7 = 128. -/