Notable Theorems #
Nat.exists_infinite_primes: Euclid's theorem that there exist infinitely many prime numbers. This also appears asNat.not_bddAbove_setOfPred_primeandNat.infinite_setOfPred_prime(the latter inData.Nat.PrimeFin).
@[deprecated Nat.not_bddAbove_setOfPred_prime (since := "2026-07-09")]
Alias of Nat.not_bddAbove_setOfPred_prime.
A version of Nat.exists_infinite_primes using the BddAbove predicate.