Theorems · Definition · linear algebra
LinearMap.prodOfFinsuppNat
{R : Type u_1} →
{M : Type u_2} →
{P : Type u_4} →
[inst : Semiring R] →
[inst_1 : AddCommMonoid M] →
[inst_2 : Module R M] →
[inst_3 : AddCommMonoid P] → [inst_4 : Module R P] → (P × M →ₗ[R] M) → (ℕ →₀ P) →ₗ[R] P × MA linear map from a product module P × M to M induces a linear map from P^(ℕ) to M,
where the nth component is given by P —ι₁→ P × M composed with P × M —f→ M —ι₂→ P × M
n times.
- Defined in
- Mathlib.LinearAlgebra.Finsupp.Pi
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
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 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
- Finsuppstatement · cited by 5,255
- LinearMap.compproof · cited by 1,642
- LinearMap.inlproof · cited by 72
- LinearMap.inrproof · cited by 62
- Finsupp.lsumproof · cited by 40
Cited by4
Results whose statement or proof uses this declaration.
- LinearMap.exists_finsupp_nat_of_prod_injectiveproof · cited by 2
- LinearMap.fst_prodOfFinsuppNatstatement · cited by 1
- LinearMap.prodOfFinsuppNat_injectivestatement and proof · cited by 1
- LinearMap.snd_prodOfFinsuppNatstatement · cited by 0