Skip to content

Commit

Permalink
Change the one reference to dvd_sub to dvd_sub'
Browse files Browse the repository at this point in the history
I would suggest removing it entirely but `Nat.dvd_sub` currently resides in the lean4 repo.
  • Loading branch information
agjftucker authored and avigad committed May 27, 2024
1 parent d63f758 commit 3fa84e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ theorem exists_prime_factor {n : Nat} (h : 2 ≤ n) : ∃ p : Nat, p.Prime ∧ p
We can now prove the following formulation of our theorem.
See if you can fill out the sketch.
You can use ``Nat.factorial_pos``, ``Nat.dvd_factorial``,
and ``Nat.dvd_sub``.
and ``Nat.dvd_sub'``.
BOTH: -/
-- QUOTE:
theorem primes_infinite : ∀ n, ∃ p > n, Nat.Prime p := by
Expand Down

0 comments on commit 3fa84e6

Please sign in to comment.