Mathlib Map

Theorems · Theorem · ring theory

AddMonoidAlgebra.apply_supDegree_add_supDegree

Deprecated since 2026-06-18Use AddMonoidAlgebra.coeff_supDegree_add_supDegree instead.

∀ {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) →
      (p * q).coeff (Function.invFun D (AddMonoidAlgebra.supDegree D p + AddMonoidAlgebra.supDegree D q)) =
        AddMonoidAlgebra.leadingCoeff D p * AddMonoidAlgebra.leadingCoeff D q

Alias of AddMonoidAlgebra.coeff_supDegree_add_supDegree.

Defined in
Mathlib.Algebra.MonoidAlgebra.Degree
Cited by
0 results in Mathlib
Foundations
Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringLinearOrderOrderBotAddZeroClassAddAddLeftStrictMonoAddRightStrictMono

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.