theorem
proved
term proof
cube_sq_plus_cube
show as:
view Lean formalization →
formal statement (Lean)
69theorem cube_sq_plus_cube : (2 : ℕ)^3 * 2^3 + 2^3 = 72 := by decide
proof body
Term-mode proof.
70
71/-- D × cube faces = 30 (configDim × cube-face count). -/