Theorems · Theorem · field theory
Polynomial.isCoprime_of_is_root_of_eval_derivative_ne_zero
∀ {K : Type u_1} [inst : Field K] (f : Polynomial K) (a : K),
Polynomial.eval a (Polynomial.derivative f) ≠ 0 →
IsCoprime (Polynomial.X - Polynomial.C a) (f /ₘ (Polynomial.X - Polynomial.C a))If f is a polynomial over a field, and a : K satisfies f' a ≠ 0,
then f / (X - a) is coprime with X - a.
Note that we do not assume f a = 0, because f / (X - a) = (f - f a) / (X - a).
- Defined in
- Mathlib.Algebra.Polynomial.FieldDivision
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 127 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- Field
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.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- LinearMapstatement · cited by 10,215
- RingHomstatement · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Polynomialstatement and proof · cited by 5,681
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- Polynomial.evalstatement and proof · cited by 796
- Polynomial.derivativestatement and proof · cited by 331
- IsCoprimestatement · cited by 321
- Polynomial.divByMonicstatement and proof · cited by 77
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.