Mathlib Map

Theorems · Theorem · ring theory

MonoidAlgebra.single_mul_apply_aux

Deprecated since 2026-06-18Use MonoidAlgebra.coeff_single_mul_eq_mul_coeff instead.

∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] {x : MonoidAlgebra R M} {r : R} {m m₁ : M} [inst_1 : Mul M]
  (m₂ : M), (∀ m' ∈ x.coeff.support, m * m' = m₁ ↔ m' = m₂) → (MonoidAlgebra.single m r * x).coeff m₁ = r * x.coeff m₂

Alias of MonoidAlgebra.coeff_single_mul_eq_mul_coeff.

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

Around this declaration

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

Cites9

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.