Theorems · Theorem · linear algebra
LinearMap.lsum_piSingle
∀ (R : Type u) {M : Type v} {ι : Type x} [inst : Semiring R] (φ : ι → Type i) [inst_1 : (i : ι) → AddCommMonoid (φ i)]
[inst_2 : (i : ι) → Module R (φ i)] [inst_3 : DecidableEq ι] (S : Type u_1) [inst_4 : AddCommMonoid M]
[inst_5 : Module R M] [inst_6 : Fintype ι] [inst_7 : Semiring S] [inst_8 : Module S M] [inst_9 : SMulCommClass R S M]
(f : (i : ι) → φ i →ₗ[R] M) (i : ι) (x : φ i), ((LinearMap.lsum R φ S) f) (Pi.single i x) = (f i) x- Defined in
- Mathlib.LinearAlgebra.Pi
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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
- Fintypestatement and proof · cited by 7,736
- Finset.univproof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- Finset.sum_congrproof · cited by 2,323
- SMulCommClassstatement and proof · cited by 1,927
- LinearMap.compproof · cited by 1,642
Cited by3
Results whose statement or proof uses this declaration.
- Pi.comul_singleproof · cited by 7
- Pi.counit_singleproof · cited by 3
- Matrix.liftLinear_singleproof · cited by 1