Theorems · Theorem · linear algebra
iSupIndep.dfinsupp_lsum_injective
∀ {ι : Type u_1} {R : Type u_3} {N : Type u_6} [inst : DecidableEq ι] [inst_1 : Ring R] [inst_2 : AddCommGroup N]
[inst_3 : Module R N] {p : ι → Submodule R N},
iSupIndep p → Function.Injective ⇑((DFinsupp.lsum ℕ) fun i => (p i).subtype)The canonical map out of a direct sum of a family of submodules is injective when the submodules
are iSupIndep.
Note that this is not generally true for [Semiring R], for instance when A is the
ℕ-submodules of the positive and negative integers.
See Counterexamples/DirectSumIsInternal.lean for a proof of this fact.
- Defined in
- Mathlib.LinearAlgebra.DFinsupp
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 91 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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 · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- Bot.botproof · cited by 4,720
- LinearEquivstatement · cited by 3,317
- map_addproof · cited by 964
- LinearMap.kerproof · cited by 848
- DFinsuppstatement and proof · cited by 694
Cited by5
Results whose statement or proof uses this declaration.
- DirectSum.isInternal_submodule_of_iSupIndep_of_iSup_eq_topproof · cited by 7
- iSupIndep.linearIndependentproof · cited by 4
- IsSemisimpleModule.exists_linearEquiv_dfinsuppproof · cited by 3
- iSupIndep.dfinsuppSumAddHom_injectiveproof · cited by 1
- iSupIndep_iff_dfinsupp_lsum_injectiveproof · cited by 0