Theorems · Theorem · number theory
AbsoluteValue.exists_partition_int
∀ (n : ℕ) {ε : ℝ},
0 < ε → ∀ {b : ℤ}, b ≠ 0 → ∀ (A : Fin n → ℤ), ∃ t, ∀ (i₀ i₁ : Fin n), t i₀ = t i₁ → ↑|A i₁ % b - A i₀ % b| < |b| • εWe can partition a finite family into partition_card ε sets, such that the remainders
in each set are close together.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 110 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Algebra.algebraMapproof · cited by 4,706
- one_mulproof · cited by 2,841
- LT.lt.leproof · cited by 2,189
- absstatement and proof · cited by 1,814
- lt_of_lt_of_leproof · cited by 438
- mul_posproof · cited by 374
- Algebra.smul_defproof · cited by 287
- abs_of_nonnegproof · cited by 279
- Int.floorproof · cited by 225
- Nat.ceilstatement and proof · cited by 141
- eq_intCastproof · cited by 127
Cited by1
Results whose statement or proof uses this declaration.
- AbsoluteValue.absIsAdmissibleproof · cited by 0