pith. machine review for the scientific record. sign in
theorem proved term proof

two_pow_four

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

1809theorem two_pow_four : (2 : ℕ) ^ 4 = 16 := by native_decide

proof body

Term-mode proof.

1810
1811/-- 2^5 = 32. -/