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.
Alias of the forward direction of Nat.coprime_two_left
.
Alias of the reverse direction of Nat.coprime_two_left
.
Alias of the reverse direction of Nat.coprime_two_right
.
Alias of the forward direction of Nat.coprime_two_right
.