Theorems · Theorem · number theory
AbsoluteValue.IsAdmissible.exists_partition
∀ {R : Type u_1} [inst : EuclideanDomain R] {abv : AbsoluteValue R ℤ} {ι : Type u_2} [Finite ι] {ε : ℝ},
0 < ε →
∀ {b : R},
b ≠ 0 →
∀ (A : ι → R) (h : abv.IsAdmissible), ∃ t, ∀ (i₀ i₁ : ι), t i₀ = t i₁ → ↑(abv (A i₁ % b - A i₀ % b)) < abv b • εFor all ε > 0 and finite families A, we can partition the remainders of A mod b
into abv.card ε sets, such that all elements in each part of remainders are close together.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 96 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- EuclideanDomainFinite
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Realstatement and proof · cited by 25,697
- Equivproof · cited by 8,337
- Equiv.symmproof · cited by 3,681
- Finitestatement and proof · cited by 3,029
- DFunLikeproof · cited by 576
- AbsoluteValuestatement and proof · cited by 363
- Equiv.symm_apply_applyproof · cited by 320
- EuclideanDomainstatement and proof · cited by 124
- Finite.exists_equiv_finproof · cited by 23
- AbsoluteValue.IsAdmissiblestatement and proof · cited by 18
- AbsoluteValue.IsAdmissible.cardstatement and proof · cited by 5
Cited by1
Results whose statement or proof uses this declaration.
- AbsoluteValue.IsAdmissible.exists_approx_auxproof · cited by 1