Skip to content

Commit

Permalink
switch proposition names pge and primep in S01_Sets.lean
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickseurin authored and PatrickMassot committed Jul 16, 2024
1 parent 6b81b19 commit 7d6f2e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MIL/C04_Sets_and_Functions/S01_Sets.lean
Original file line number Diff line number Diff line change
Expand Up @@ -647,8 +647,8 @@ example : (⋃ p ∈ primes, { x | x ≤ p }) = univ := by
apply eq_univ_of_forall
intro x
simp
rcases Nat.exists_infinite_primes x with ⟨p, primep, pge
use p, pge
rcases Nat.exists_infinite_primes x with ⟨p, pge, primep
use p, primep

-- BOTH:
end
Expand Down

0 comments on commit 7d6f2e2

Please sign in to comment.