Theorems · Theorem · number theory
Polynomial.exists_approx_polynomial
∀ {Fq : Type u_1} [inst : Fintype Fq] [inst_1 : Field Fq] {b : Polynomial Fq},
b ≠ 0 →
∀ {ε : ℝ},
0 < ε →
∀ (A : Fin (Fintype.card Fq ^ ⌈-Real.log ε / Real.log ↑(Fintype.card Fq)⌉₊).succ → Polynomial Fq),
∃ i₀ i₁, i₀ ≠ i₁ ∧ ↑(Polynomial.cardPowDegree (A i₁ % b - A i₀ % b)) < Polynomial.cardPowDegree b • εIf A is a family of enough low-degree polynomials over a finite field,
there is a pair of elements in A (with different indices but not necessarily
distinct), such that the difference of their remainders is close together.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 198 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites56
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
- Nat.cast_oneproof · cited by 2,501
- LT.lt.leproof · cited by 2,189
- le_reflproof · cited by 2,061
- Nat.cast_zeroproof · cited by 1,870
- map_zeroproof · cited by 1,614
- le_rflproof · cited by 1,558
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.exists_partition_polynomial_auxproof · cited by 1