Theorems · Theorem · ring theory
AddMonoidAlgebra.Monic.supDegree_pow
∀ {R : Type u_1} [inst : Semiring R] {A : Type u_8} {B : Type u_9} [inst_1 : AddMonoid A] [inst_2 : AddMonoid B]
[inst_3 : LinearOrder B] [inst_4 : OrderBot B] [AddLeftStrictMono B] [AddRightStrictMono B] {D : A → B}
{p : AddMonoidAlgebra R A} {n : ℕ},
D 0 = 0 →
(∀ (a1 a2 : A), D (a1 + a2) = D a1 + D a2) →
Function.Injective D →
∀ [Nontrivial R],
AddMonoidAlgebra.Monic D p → AddMonoidAlgebra.supDegree D (p ^ n) = n • AddMonoidAlgebra.supDegree D p- Defined in
- Mathlib.Algebra.MonoidAlgebra.Degree
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 88 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- LinearOrderstatement and proof · cited by 8,572
- AddMonoidstatement and proof · cited by 2,864
- Nontrivialstatement and proof · cited by 2,416
- pow_zeroproof · cited by 1,094
- OrderBotstatement and proof · cited by 1,055
- one_ne_zeroproof · cited by 885
- AddMonoidAlgebrastatement and proof · cited by 649
- pow_succ'proof · cited by 228
- AddLeftStrictMonostatement and proof · cited by 203
- AddRightStrictMonostatement and proof · cited by 160
- zero_nsmulproof · cited by 137
Cited by1
Results whose statement or proof uses this declaration.
- MvPolynomial.supDegree_esymmAlgHomMonomialproof · cited by 2