Theorems · Theorem · ring theory
AddMonoidAlgebra.coeff_single_mul_eq_mul_coeff
∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] {x : AddMonoidAlgebra R M} {r : R} {m m₁ : M} [inst_1 : Add M]
(m₂ : M),
(∀ m' ∈ x.coeff.support, m + m' = m₁ ↔ m' = m₂) → (AddMonoidAlgebra.single m r * x).coeff m₁ = r * x.coeff m₂- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Finsetstatement · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- Finsuppstatement and proof · cited by 5,255
- MulZeroClass.mul_zeroproof · cited by 2,091
- MulZeroClass.zero_mulproof · cited by 1,625
- Finsupp.supportstatement and proof · cited by 828
- AddMonoidAlgebrastatement and proof · cited by 649
- Finsupp.sumproof · cited by 481
- AddMonoidAlgebra.coeffstatement and proof · cited by 365
- AddMonoidAlgebra.singlestatement and proof · cited by 250
Cited by3
Results whose statement or proof uses this declaration.
- AddMonoidAlgebra.coeff_single_mul_addproof · cited by 3
- AddMonoidAlgebra.coeff_single_zero_mulproof · cited by 1
- AddMonoidAlgebra.coeff_single_mul_applyproof · cited by 0