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