Notable Theorems #
Nat.exists_infinite_primes
: Euclid's theorem that there exist infinitely many prime numbers. This also appears asNat.not_bddAbove_setOf_prime
andNat.infinite_setOf_prime
(the latter inData.Nat.PrimeFin
).
A version of Nat.exists_infinite_primes
using the BddAbove
predicate.