Theorems · Theorem · field theory
Polynomial.leadingCoeff_multiset_prod
∀ {R : Type u} [inst : CommSemiring R] [NoZeroDivisors R] (t : Multiset (Polynomial R)),
t.prod.leadingCoeff = (Multiset.map (fun f => f.leadingCoeff) t).prodThe leading coefficient of a product of polynomials is equal to
the product of the leading coefficients.
See Polynomial.leadingCoeff_multiset_prod' (with a ') for a version for commutative semirings,
where additionally, the product of the leading coefficients must be nonzero.
- Defined in
- Mathlib.Algebra.Polynomial.BigOperators
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 113 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiringNoZeroDivisors
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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
- Multisetstatement and proof · cited by 2,627
- Multiset.mapstatement and proof · cited by 876
- NoZeroDivisorsstatement and proof · cited by 545
- Multiset.prodstatement and proof · cited by 528
- Polynomial.leadingCoeffstatement and proof · cited by 498
- Multiset.map_congrproof · cited by 232
- MonoidHom.map_multiset_prodproof · cited by 12
- Polynomial.leadingCoeffHomproof · cited by 6
- Polynomial.leadingCoeffHom_applyproof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.leadingCoeff_prodproof · cited by 0