Theorems · Theorem · ring theory
AddMonoidAlgebra.smul_apply_addAction
∀ {G : Type u_1} {P : Type u_2} {R : Type u_3} {V : Type u_4} [inst : AddGroup G] [inst_1 : AddAction G P]
[inst_2 : Semiring R] [inst_3 : AddCommMonoid V] [inst_4 : SMulWithZero R V] (f : AddMonoidAlgebra R G) (x : P → V)
(p : P), (f • x) p = ∑ i ∈ f.coeff.support, f.coeff i • x (-i +ᵥ p)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites36
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
- Setproof · cited by 53,352
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Set.imageproof · cited by 5,609
- Finsuppstatement · cited by 5,255
- Finset.sumstatement and proof · cited by 5,195
- AddGroupstatement and proof · cited by 4,410
- HVAdd.hVAddstatement and proof · cited by 1,820
- Set.Finiteproof · cited by 1,814
- Finsupp.supportstatement and proof · cited by 828
Cited by1
Results whose statement or proof uses this declaration.
- Finsupp.smul_apply_addActionproof · cited by 0