Theorems · Theorem · field theory
Polynomial.dvd_term_of_dvd_eval_of_dvd_terms
∀ {S : Type v} [inst : CommRing S] {z p : S} {f : Polynomial S} (i : ℕ),
p ∣ Polynomial.eval z f → (∀ (j : ℕ), j ≠ i → p ∣ f.coeff j * z ^ j) → p ∣ f.coeff i * z ^ i- Defined in
- Mathlib.Algebra.Polynomial.AlgebraMap
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 67 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRing
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- RingHom.idproof · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- Finsetproof · cited by 13,712
- Polynomialstatement and proof · cited by 5,681
- Finset.sumproof · cited by 5,195
- MulZeroClass.zero_mulproof · cited by 1,625
- Polynomial.coeffstatement and proof · cited by 1,045
- Polynomial.evalstatement and proof · cited by 796
- Finset.eraseproof · cited by 455
- Polynomial.supportproof · cited by 237
- Finset.sum_insertproof · cited by 196
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.dvd_term_of_isRoot_of_dvd_termsproof · cited by 2