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

primorial_four_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)

1364theorem primorial_four_eq : (210 : ℕ) = 2 * 3 * 5 * 7 := by native_decide

proof body

Term-mode proof.

1365
1366/-- primorial(5) = 2 × 3 × 5 × 7 × 11 = 2310. -/