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

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

1358theorem primorial_two_eq : (6 : ℕ) = 2 * 3 := by native_decide

proof body

Term-mode proof.

1359
1360/-- primorial(3) = 2 × 3 × 5 = 30. -/