Theorems · Theorem · ring theory
AddMonoidAlgebra.smul_eq
∀ {G : Type u_1} {P : Type u_2} {R : Type u_3} {V : Type u_4} [inst : VAdd G P] [inst_1 : IsLeftCancelVAdd G P]
[inst_2 : Semiring R] [inst_3 : AddCommMonoid V] [inst_4 : SMulWithZero R V] (f : AddMonoidAlgebra R G) (x : P → V)
(p : P) (hp : optParam ((↑f.coeff.support).vaddAntidiagonal (Function.support x) p).Finite ⋯),
(f • x) p = ∑ gh ∈ Finset.VAddAntidiagonal p hp, f.coeff gh.1 • x gh.2- Cited by
- 2 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Semiringstatement and proof · cited by 13,802
- Finsetstatement · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coestatement and proof · cited by 8,199
- Finsuppstatement · cited by 5,255
- Finset.sumstatement · cited by 5,195
- Set.Finitestatement and proof · cited by 1,814
- Finsupp.supportstatement and proof · cited by 828
- AddMonoidAlgebrastatement and proof · cited by 649
- VAddstatement and proof · cited by 616
- Function.supportstatement and proof · cited by 610
Cited by2
Results whose statement or proof uses this declaration.
- AddMonoidAlgebra.smul_apply_addActionproof · cited by 1
- Finsupp.smul_eqproof · cited by 0