Prime numbers #
This file contains some results about prime numbers which depend on finiteness of sets.
A version of Nat.exists_infinite_primes
using the Set.Infinite
predicate.
@[deprecated Nat.mem_primeFactors_iff_mem_primeFactorsList]
theorem
Nat.Coprime.disjoint_primeFactors
{a : ℕ}
{b : ℕ}
(hab : a.Coprime b)
:
Disjoint a.primeFactors b.primeFactors