Documentation

Mathlib.Data.Nat.Prime.Infinite

Notable Theorems #

theorem Nat.exists_infinite_primes (n : ) :
∃ (p : ), n p Nat.Prime p

Euclid's theorem on the infinitude of primes. Here given in the form: for every n, there exists a prime number p ≥ n.