Mathlib Map

Theorems · Theorem · number theory

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.

Defined in
Mathlib.Data.Nat.Prime.Infinite
Cited by
7 results in Mathlib
Foundations
Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by7

Results whose statement or proof uses this declaration.