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

primorial_three_eq

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)

1361theorem primorial_three_eq : (30 : ℕ) = 2 * 3 * 5 := by native_decide

proof body

Term-mode proof.

1362
1363/-- primorial(4) = 2 × 3 × 5 × 7 = 210. -/