Theorems · Theorem · linear algebra
Submodule.iSup_eq_range_dfinsupp_lsum
∀ {ι : Type u_1} {R : Type u_3} {N : Type u_6} [inst : Semiring R] [inst_1 : AddCommMonoid N] [inst_2 : Module R N]
[inst_3 : DecidableEq ι] (p : ι → Submodule R N), iSup p = ((DFinsupp.lsum ℕ) fun i => (p i).subtype).rangeThe supremum of a family of submodules is equal to the range of DFinsupp.lsum; that is
every element in the iSup can be produced from taking a finite number of non-zero elements
of p i, coercing them to N, and summing them.
- Defined in
- Mathlib.LinearAlgebra.DFinsupp
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement · cited by 10,215
- Submodulestatement and proof · cited by 7,192
- LinearEquivstatement · cited by 3,317
- iSupstatement and proof · cited by 2,415
- le_antisymmproof · cited by 2,068
- LinearMap.rangestatement and proof · cited by 893
- DFinsuppstatement and proof · cited by 694
Cited by6
Results whose statement or proof uses this declaration.
- DirectSum.isInternal_submodule_of_iSupIndep_of_iSup_eq_topproof · cited by 7
- DirectSum.IsInternal.submodule_iSup_eq_topproof · cited by 3
- IsSemisimpleModule.exists_linearEquiv_dfinsuppproof · cited by 3
- Submodule.mem_iSup_iff_exists_dfinsuppproof · cited by 1
- Submodule.iSup_eq_toSubmodule_rangeproof · cited by 0
- DirectSum.range_coeLinearMapproof · cited by 0