Theorems · Theorem · linear algebra
LinearMap.finsupp_sum_apply
∀ {R : Type u_4} {R₂ : Type u_5} {M : Type u_6} {M₂ : Type u_7} {ι : Type u_8} [inst : Semiring R]
[inst_1 : Semiring R₂] [inst_2 : AddCommMonoid M] [inst_3 : AddCommMonoid M₂] {σ₁₂ : R →+* R₂} [inst_4 : Module R M]
[inst_5 : Module R₂ M₂] {γ : Type u_9} [inst_6 : Zero γ] (t : ι →₀ γ) (g : ι → γ → M →ₛₗ[σ₁₂] M₂) (b : M),
(t.sum g) b = t.sum fun i d => (g i d) b- Defined in
- Mathlib.LinearAlgebra.Finsupp.LSum
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 60 from the axioms · uses propext, Classical.choice, Quot.sound
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
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- RingHomstatement and proof · cited by 10,189
- Finsuppstatement and proof · cited by 5,255
- Finsupp.supportproof · cited by 828
- Finsupp.sumstatement · cited by 481
- LinearMap.sum_applyproof · cited by 14
Cited by3
Results whose statement or proof uses this declaration.
- LinearMap.BilinForm.posDef_toQuadraticMap_iff_matrixproof · cited by 1
- Representation.smul_tprod_one_asModuleproof · cited by 0
- Representation.smul_one_tprod_asModuleproof · cited by 0