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

D_times_double_cube

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)

  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). -/