Theorems · Theorem · commutative algebra
MonomialOrder.sPolynomial_monomial_mul
∀ {σ : Type u_1} {m : MonomialOrder σ} {R : Type u_2} [inst : CommRing R] [NoZeroDivisors R] (p₁ p₂ : MvPolynomial σ R)
(d₁ d₂ : σ →₀ ℕ) (c₁ c₂ : R),
m.sPolynomial ((MvPolynomial.monomial d₁) c₁ * p₁) ((MvPolynomial.monomial d₂) c₂ * p₂) =
(MvPolynomial.monomial ((d₁ + m.degree p₁) ⊔ (d₂ + m.degree p₂) - m.degree p₁ ⊔ m.degree p₂)) (c₁ * c₂) *
m.sPolynomial p₁ p₂- Cited by
- 3 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingNoZeroDivisors
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
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
- CommRingstatement and proof · cited by 17,173
- CommSemiringproof · cited by 10,911
- LinearMapstatement · cited by 10,215
- Finsuppstatement and proof · cited by 5,255
- add_zeroproof · cited by 2,707
- mul_commproof · cited by 2,262
- MvPolynomialstatement and proof · cited by 2,140
- MulZeroClass.mul_zeroproof · cited by 2,091
- mul_assocproof · cited by 1,667
- MulZeroClass.zero_mulproof · cited by 1,625
Cited by3
Results whose statement or proof uses this declaration.
- MonomialOrder.sPolynomial_leadingTerm_mul'proof · cited by 0
- MonomialOrder.sPolynomial_monomial_mul'proof · cited by 0
- MonomialOrder.sPolynomial_leadingTerm_mulproof · cited by 0