Theorems · Theorem · commutative algebra
Polynomial.mul_scaleRoots
∀ {R : Type u_1} [inst : CommSemiring R] (p q : Polynomial R) (r : R),
r ^ (p.natDegree + q.natDegree - (p * q).natDegree) • (p * q).scaleRoots r = p.scaleRoots r * q.scaleRoots rMultiplication and scaleRoots commute up to a power of r. The factor disappears if we
assume that the product of the leading coeffs does not vanish. See Polynomial.mul_scaleRoots'.
- Defined in
- Mathlib.RingTheory.Polynomial.ScaleRoots
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 105 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Polynomialstatement and proof · cited by 5,681
- Finset.sumproof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- MulZeroClass.mul_zeroproof · cited by 2,091
- mul_assocproof · cited by 1,667
- MulZeroClass.zero_mulproof · cited by 1,625
- add_commproof · cited by 1,535
- Polynomial.natDegreestatement and proof · cited by 1,105
- Polynomial.coeffproof · cited by 1,045
- pow_addproof · cited by 315
Cited by2
Results whose statement or proof uses this declaration.
- Polynomial.mul_scaleRoots'proof · cited by 4
- Polynomial.scaleRoots_dvd'proof · cited by 1