Theorems · Theorem · linear algebra
Submodule.biSup_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 : ι → Prop) [inst_4 : DecidablePred p] (S : ι → Submodule R N),
⨆ i, ⨆ (_ : p i), S i =
(((DFinsupp.lsum ℕ) fun i => (S i).subtype) ∘ₗ DFinsupp.filterLinearMap R (fun i => ↥(S i)) p).rangeThe bounded supremum of a family of commutative additive submonoids is equal to the range of
DFinsupp.sumAddHom composed with DFinsupp.filter_add_monoid_hom; that is, every element in the
bounded iSup can be produced from taking a finite number of non-zero elements from the S i that
satisfy p i, coercing them to γ, and summing them.
- Defined in
- Mathlib.LinearAlgebra.DFinsupp
- Cited by
- 1 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.
Cites30
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
- Bot.botproof · cited by 4,720
- LinearEquivstatement · cited by 3,317
- iSupstatement and proof · cited by 2,415
- le_antisymmproof · cited by 2,068
- LinearMap.compstatement and proof · cited by 1,642
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.mem_biSup_iff_exists_dfinsuppproof · cited by 0