theorem
proved
term proof
primorial_three_eq
show as:
view Lean formalization →
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. -/