Theorems · Theorem · combinatorics
Nat.exists_lt_modEq_of_infinite
∀ {s : Set ℕ}, s.Infinite → ∀ {k : ℕ}, 0 < k → ∃ m ∈ s, ∃ n ∈ s, m < n ∧ m ≡ n [MOD k]If s is an infinite set of natural numbers and k > 0, then s contains two elements m < n
that are equal mod k.
- Defined in
- Mathlib.Combinatorics.Pigeonhole
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Set.Iioproof · cited by 1,166
- Set.Infinitestatement and proof · cited by 263
- Nat.ModEqstatement · cited by 225
- Set.finite_lt_natproof · cited by 8
- Set.Infinite.exists_lt_map_eq_of_mapsToproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.Conservative.iterateproof · cited by 0