Theorems · Theorem · ring theory
AddMonoidAlgebra.Monic.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 : ℕ},
(∀ (a1 a2 : A), D (a1 + a2) = D a1 + D a2) →
Function.Injective D → AddMonoidAlgebra.Monic D p → AddMonoidAlgebra.Monic D (p ^ n)- Defined in
- Mathlib.Algebra.MonoidAlgebra.Degree
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
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.
- Semiringstatement and proof · cited by 13,802
- LinearOrderstatement and proof · cited by 8,572
- AddMonoidstatement and proof · cited by 2,864
- pow_zeroproof · cited by 1,094
- OrderBotstatement and proof · cited by 1,055
- AddMonoidAlgebrastatement and proof · cited by 649
- pow_succ'proof · cited by 228
- AddLeftStrictMonostatement and proof · cited by 203
- AddRightStrictMonostatement and proof · cited by 160
- AddMonoidAlgebra.Monicstatement and proof · cited by 12
- AddMonoidAlgebra.monic_oneproof · cited by 2
- AddMonoidAlgebra.Monic.mulproof · cited by 1
Cited by3
Results whose statement or proof uses this declaration.
- MvPolynomial.leadingCoeff_esymmAlgHomMonomialproof · cited by 3
- MvPolynomial.supDegree_esymmAlgHomMonomialproof · cited by 2
- AddMonoidAlgebra.Monic.supDegree_powproof · cited by 1