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

two_pow_five

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)

1812theorem two_pow_five : (2 : ℕ) ^ 5 = 32 := by native_decide

proof body

Term-mode proof.

1813
1814/-- 2^6 = 64. -/