Theorems · Theorem · number theory
exists_of_schnirelmannDensity_eq_zero
∀ {A : Set ℕ} [inst : DecidablePred fun x => x ∈ A] {ε : ℝ},
0 < ε → schnirelmannDensity A = 0 → ∃ n, 0 < n ∧ ↑{a ∈ Finset.Ioc 0 n | a ∈ A}.card / ↑n < εIf the Schnirelmann density is 0, there is a positive natural for which
|A ∩ {1, ..., n}| / n < ε, for any positive ε.
Note this cannot be improved to ∃ᶠ n : ℕ in atTop, as can be seen by A = {1}ᶜ.
- Defined in
- Mathlib.Combinatorics.Schnirelmann
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- DecidablePred
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- Realstatement and proof · cited by 25,697
- Finset.cardstatement and proof · cited by 2,327
- Nat.cast_zeroproof · cited by 1,870
- Finset.filterstatement and proof · cited by 949
- Finset.Iocstatement and proof · cited by 301
- sub_eq_zero_of_eqproof · cited by 154
- schnirelmannDensitystatement and proof · cited by 35
- le_schnirelmannDensity_iffproof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.