Theorems · Definition · linear algebra
LinearMap.lsum
(R : Type u) →
{M : Type v} →
{ι : Type x} →
[inst : Semiring R] →
(φ : ι → Type i) →
[inst_1 : (i : ι) → AddCommMonoid (φ i)] →
[inst_2 : (i : ι) → Module R (φ i)] →
[DecidableEq ι] →
(S : Type u_1) →
[inst_4 : AddCommMonoid M] →
[inst_5 : Module R M] →
[Fintype ι] →
[inst_7 : Semiring S] →
[inst_8 : Module S M] →
[inst_9 : SMulCommClass R S M] → ((i : ι) → φ i →ₗ[R] M) ≃ₗ[S] ((i : ι) → φ i) →ₗ[R] MThe linear equivalence between linear functions on a finite product of modules and families of functions on these modules. See note [bundled maps over different rings].
- Defined in
- Mathlib.LinearAlgebra.Pi
- Cited by
- 10 results in Mathlib
- Foundations
- Depth 74 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.
- 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.sumproof · cited by 5,195
- Finset.univproof · cited by 3,473
- LinearEquivstatement · cited by 3,317
- SMulCommClassstatement and proof · cited by 1,927
- LinearMap.compproof · cited by 1,642
- LinearMap.projproof · cited by 71
Cited by15
Results whose statement or proof uses this declaration.
- Submodule.piQuotientLiftproof · cited by 6
- Matrix.liftLinearproof · cited by 4
- LinearMap.lsum_piSinglestatement · cited by 3
- LinearEquiv.piRingproof · cited by 3
- Matrix.liftLinear_singleproof · cited by 1
- LinearMap.lsum_applystatement · cited by 1
- LinearMap.lsum_singlestatement · cited by 1
- LinearMap.lsum_symm_applystatement and proof · cited by 1
- LinearIndependent.eventuallyproof · cited by 1
- Submodule.piQuotientLift_mkstatement and proof · cited by 1
- Module.isBaseChange_map_of_finite_freeproof · cited by 1
- Fintype.linearIndependent_iff'statement · cited by 0