Theorems · Theorem · linear algebra
DFinsupp.lsum_single
∀ {ι : Type u_1} {R : Type u_3} (S : Type u_4) {M : ι → Type u_5} {N : Type u_6} [inst : Semiring R]
[inst_1 : (i : ι) → AddCommMonoid (M i)] [inst_2 : (i : ι) → Module R (M i)] [inst_3 : AddCommMonoid N]
[inst_4 : Module R N] [inst_5 : DecidableEq ι] [inst_6 : Semiring S] [inst_7 : Module S N]
[inst_8 : SMulCommClass R S N] (F : (i : ι) → M i →ₗ[R] N) (i : ι) (x : M i),
(((DFinsupp.lsum S) F) fun₀ | i => x) = (F i) xWhile simp can prove this, it is often convenient to avoid unfolding lsum into sumAddHom
with DFinsupp.lsum_apply_apply.
- Defined in
- Mathlib.LinearAlgebra.DFinsupp
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- LinearEquivstatement · cited by 3,317
- SMulCommClassstatement and proof · cited by 1,927
- DFinsuppstatement · cited by 694
- DFinsupp.singlestatement and proof · cited by 113
- LinearMap.toAddMonoidHomproof · cited by 101
- DFinsupp.lsumstatement · cited by 21
Cited by5
Results whose statement or proof uses this declaration.
- iSupIndep.dfinsupp_lsum_injectiveproof · cited by 5
- iSupIndep_of_dfinsupp_lsum_injectiveproof · cited by 5
- DFinsupp.comul_singleproof · cited by 3
- DFinsupp.counit_singleproof · cited by 2
- DFinsupp.lsum_lsingleproof · cited by 1