Theorems · Theorem · ring theory
AddMonoidAlgebra.sup_support_coeff_mul_le
∀ {R : Type u_1} {A : Type u_3} {B : Type u_5} [inst : SemilatticeSup B] [inst_1 : OrderBot B] [inst_2 : Semiring R]
[inst_3 : Add A] [inst_4 : Add B] [AddLeftMono B] [AddRightMono B] {degb : A → B},
(∀ (a b : A), degb (a + b) ≤ degb a + degb b) →
∀ (f g : AddMonoidAlgebra R A), (f * g).coeff.support.sup degb ≤ f.coeff.support.sup degb + g.coeff.support.sup degb- Defined in
- Mathlib.Algebra.MonoidAlgebra.Degree
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 81 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Semiringstatement and proof · cited by 13,802
- le_reflproof · cited by 2,061
- OrderBotstatement and proof · cited by 1,055
- Finsupp.supportstatement and proof · cited by 828
- SemilatticeSupstatement and proof · cited by 785
- AddLeftMonostatement and proof · cited by 687
- add_le_addproof · cited by 666
- AddMonoidAlgebrastatement and proof · cited by 649
- le_imp_le_of_le_of_leproof · cited by 576
- Finset.supstatement and proof · cited by 530
- AddRightMonostatement and proof · cited by 367
- AddMonoidAlgebra.coeffstatement and proof · cited by 365
Cited by5
Results whose statement or proof uses this declaration.
- Polynomial.degree_mul_leproof · cited by 10
- MvPolynomial.totalDegree_mulproof · cited by 3
- AddMonoidAlgebra.supDegree_mul_leproof · cited by 3
- AddMonoidAlgebra.le_inf_support_coeff_mulproof · cited by 2
- AddMonoidAlgebra.sup_support_mul_leproof · cited by 0