Theorems · Theorem · field theory
Polynomial.leadingCoeff_prod
∀ {R : Type u} {ι : Type w} (s : Finset ι) [inst : CommSemiring R] [NoZeroDivisors R] (f : ι → Polynomial R),
(∏ i ∈ s, f i).leadingCoeff = ∏ i ∈ s, (f i).leadingCoeffThe leading coefficient of a product of polynomials is equal to
the product of the leading coefficients.
See Polynomial.leadingCoeff_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
- 0 results in Mathlib
- Foundations
- Depth 114 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Finsetstatement and proof · cited by 13,712
- CommSemiringstatement and proof · cited by 10,911
- Polynomialstatement and proof · cited by 5,681
- Finset.prodstatement and proof · cited by 2,356
- Multiset.mapproof · cited by 876
- NoZeroDivisorsstatement and proof · cited by 545
- Multiset.prodproof · cited by 528
- Polynomial.leadingCoeffstatement and proof · cited by 498
- Finset.valproof · cited by 438
- Multiset.map_congrproof · cited by 232
- Multiset.map_mapproof · cited by 151
- Polynomial.leadingCoeff_multiset_prodproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.