theorem
proved
term proof
two_pow_four
show as:
view Lean formalization →
formal statement (Lean)
1809theorem two_pow_four : (2 : ℕ) ^ 4 = 16 := by native_decide
proof body
Term-mode proof.
1810
1811/-- 2^5 = 32. -/