Theorems · Theorem · ring theory
AddMonoidAlgebra.supDegree_mul
∀ {R : Type u_1} {A : Type u_3} {B : Type u_5} [inst : Semiring R] [inst_1 : LinearOrder B] [inst_2 : OrderBot B]
{p q : AddMonoidAlgebra R A} {D : A → B} [inst_3 : AddZeroClass A] [inst_4 : Add B] [AddLeftStrictMono B]
[AddRightStrictMono B],
Function.Injective D →
(∀ (a1 a2 : A), D (a1 + a2) = D a1 + D a2) →
AddMonoidAlgebra.leadingCoeff D p * AddMonoidAlgebra.leadingCoeff D q ≠ 0 →
p ≠ 0 →
q ≠ 0 → AddMonoidAlgebra.supDegree D (p * q) = AddMonoidAlgebra.supDegree D p + AddMonoidAlgebra.supDegree D q- Defined in
- Mathlib.Algebra.MonoidAlgebra.Degree
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites31
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setproof · cited by 53,352
- Semiringstatement and proof · cited by 13,802
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coeproof · cited by 8,199
- Set.rangeproof · cited by 4,705
- LE.le.transproof · cited by 3,151
- AddZeroClassstatement and proof · cited by 1,237
- OrderBotstatement and proof · cited by 1,055
- Finsupp.supportproof · cited by 828
- AddLeftMonoproof · cited by 687
- AddMonoidAlgebrastatement and proof · cited by 649
- AddRightMonoproof · cited by 367
Cited by3
Results whose statement or proof uses this declaration.
- AddMonoidAlgebra.Monic.supDegree_mul_of_ne_zero_leftproof · cited by 4
- AddMonoidAlgebra.Monic.supDegree_mul_of_ne_zero_rightproof · cited by 1
- AddMonoidAlgebra.leadingCoeff_mulproof · cited by 0