Theorems · Theorem · number theory
Polynomial.exists_partition_polynomial_aux
∀ {Fq : Type u_1} [inst : Fintype Fq] [inst_1 : Field Fq] (n : ℕ) {ε : ℝ},
0 < ε →
∀ {b : Polynomial Fq},
b ≠ 0 →
∀ (A : Fin n → Polynomial Fq),
∃ t,
∀ (i₀ i₁ : Fin n),
t i₀ = t i₁ ↔ ↑(Polynomial.cardPowDegree (A i₁ % b - A i₀ % b)) < Polynomial.cardPowDegree b • εA slightly stronger version of exists_partition on which we perform induction on n:
for all ε > 0, we can partition the remainders of any family of polynomials A
into equivalence classes, where the equivalence(!) relation is "closer than ε".
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 199 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
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
- Fintypestatement and proof · cited by 7,736
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Algebra.algebraMapproof · cited by 4,706
- Fintype.cardstatement and proof · cited by 1,386
- sub_selfproof · cited by 996
- Real.logstatement and proof · cited by 939
- mul_posproof · cited by 374
- AbsoluteValuestatement · cited by 363
- not_leproof · cited by 328
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.exists_partition_polynomialproof · cited by 0