theorem
proved
term proof
D_times_double_cube
show as:
view Lean formalization →
formal statement (Lean)
66theorem D_times_double_cube : (5 : ℕ) * 2^6 = 320 := by decide
proof body
Term-mode proof.
67
68/-- (2³)² + 2³ = 72 (cube squared + cube; appears in some RS bounds). -/