Theorems · Theorem · number theory
Nat.exists_prime_gt_modEq_one
∀ {k : ℕ} (n : ℕ), k ≠ 0 → ∃ p, Nat.Prime p ∧ n < p ∧ p ≡ 1 [MOD k]For any positive k : ℕ there exists an arbitrarily large prime p such that
p ≡ 1 [MOD k].
- Defined in
- Mathlib.NumberTheory.PrimesCongruentOne
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 216 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites53
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Polynomialproof · cited by 5,681
- Factproof · cited by 2,726
- LT.lt.leproof · cited by 2,189
- Nat.Primestatement and proof · cited by 2,059
- LT.lt.ne'proof · cited by 1,417
- ZModproof · cited by 1,024
- Polynomial.evalproof · cited by 796
- Nat.factorialproof · cited by 616
- Int.cast_natCastproof · cited by 393
- Fact.outproof · cited by 328
- not_leproof · cited by 328
Cited by1
Results whose statement or proof uses this declaration.
- Nat.frequently_atTop_modEq_oneproof · cited by 1