Theorems · Definition · linear algebra
Finsupp.lsum
{α : Type u_1} →
{M : Type u_2} →
{N : Type u_3} →
{R : Type u_5} →
{R₂ : Type u_6} →
(S : Type u_8) →
[inst : Semiring R] →
[inst_1 : Semiring R₂] →
[inst_2 : Semiring S] →
[inst_3 : AddCommMonoid M] →
[inst_4 : Module R M] →
[inst_5 : AddCommMonoid N] →
[inst_6 : Module R₂ N] →
{σ : R →+* R₂} →
[inst_7 : Module S N] →
[inst_8 : SMulCommClass R₂ S N] → (α → M →ₛₗ[σ] N) ≃ₗ[S] (α →₀ M) →ₛₗ[σ] NLift a family of linear maps M →ₗ[R] N indexed by x : α to a linear map from α →₀ M to
N using Finsupp.sum. This is an upgraded version of Finsupp.liftAddHom.
See note [bundled maps over different rings] for why separate R and S semirings are used.
- Defined in
- Mathlib.LinearAlgebra.Finsupp.LSum
- Cited by
- 40 results in Mathlib
- Foundations
- Depth 76 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · 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
- RingHomstatement and proof · cited by 10,189
- Finsuppstatement and proof · cited by 5,255
- LinearEquivstatement · cited by 3,317
- SMulCommClassstatement and proof · cited by 1,927
- LinearMap.compproof · cited by 1,642
- Finsupp.sumproof · cited by 481
Cited by56
Results whose statement or proof uses this declaration.
- Finsupp.linearCombinationproof · cited by 269
- groupHomology.d₁₀proof · cited by 29
- groupHomology.d₂₁proof · cited by 27
- groupHomology.inhomogeneousChains.dproof · cited by 19
- groupHomology.d₃₂proof · cited by 16
- Polynomial.sumIDerivproof · cited by 15
- Representation.finsuppproof · cited by 14
- Submodule.mulLeftMapproof · cited by 12
- Submodule.mulRightMapproof · cited by 12
- Module.Basis.sumCoordsproof · cited by 10
- Algebra.Generators.H1Cotangent.δAuxproof · cited by 10
- Finsupp.liftproof · cited by 9