Theorems · Theorem · ring theory
AddMonoidAlgebra.coeff_single_zero_mul
∀ {R : Type u_1} {M : Type u_4} [inst : Semiring R] [inst_1 : AddZeroClass M] (x : AddMonoidAlgebra R M) (r : R)
(m : M), (AddMonoidAlgebra.single 0 r * x).coeff m = r * x.coeff m- Defined in
- Mathlib.Algebra.MonoidAlgebra.Defs
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddZeroClass
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Finsuppstatement · cited by 5,255
- zero_addproof · cited by 2,366
- AddZeroClassstatement and proof · cited by 1,237
- AddMonoidAlgebrastatement and proof · cited by 649
- AddMonoidAlgebra.coeffstatement and proof · cited by 365
- AddMonoidAlgebra.singlestatement · cited by 250
- Finsupp.mem_support_iffproof · cited by 89
- AddMonoidAlgebra.coeff_single_mul_eq_mul_coeffproof · cited by 3
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.coeff_C_mulproof · cited by 55