Theorems · Theorem · field theory
Polynomial.signVariations_X_sub_C_mul_eraseLead_le
∀ {R : Type u_1} [inst : Ring R] [inst_1 : LinearOrder R] [IsStrictOrderedRing R] {P : Polynomial R} {η : R},
0 < P.leadingCoeff →
0 < P.nextCoeff →
((Polynomial.X - Polynomial.C η) * P.eraseLead).signVariations ≤
((Polynomial.X - Polynomial.C η) * P).signVariationsIf a polynomial starts with two positive coefficients, then the sign changes in the product
(X - η) * P is the same as (X - η) * P.eraseLead. This lemma lets us do induction on the
degree of P when P starts with matching coefficient signs. Of course this is also true when the
first two coefficients of P are negative, but we just prove the case where they're positive
since it's cleaner and sufficient for the later use.
- Defined in
- Mathlib.Algebra.Polynomial.RuleOfSigns
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites26
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
- RingHomstatement · cited by 10,189
- LinearOrderstatement and proof · cited by 8,572
- Ringstatement and proof · cited by 7,463
- Polynomialstatement and proof · cited by 5,681
- IsStrictOrderedRingstatement and proof · cited by 2,490
- zero_addproof · cited by 2,366
- le_reflproof · cited by 2,061
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- LT.lt.ne'proof · cited by 1,417
- Polynomial.leadingCoeffstatement and proof · cited by 498
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.