Skip to content

Commit 00d61a0

Browse files
committed
chore: min imports
1 parent aed044b commit 00d61a0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Project/Example.lean

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
import Mathlib.Data.Nat.Prime.Factorial
1+
import Mathlib.Data.Nat.Factorial.Basic
2+
import Mathlib.Data.Nat.Prime.Defs
23

34
namespace Example
45

@@ -26,3 +27,5 @@ theorem infinitely_many_primes : ∀ n : ℕ, ∃ p : ℕ, n < p ∧ Nat.Prime p
2627
exact ⟨p, np, pp⟩
2728

2829
end Example
30+
31+
#min_imports

0 commit comments

Comments
 (0)