Theorems · Theorem · functional analysis
Submodule.closure_coe_iSup_map_single
∀ {ι : Type u_1} {R : Type u_2} {M : ι → Type u_3} [inst : Semiring R] [inst_1 : (i : ι) → AddCommMonoid (M i)]
[inst_2 : (i : ι) → Module R (M i)] [inst_3 : (i : ι) → TopologicalSpace (M i)] [inst_4 : DecidableEq ι]
(s : (i : ι) → Submodule R (M i)),
closure ↑(⨆ i, Submodule.map (LinearMap.single R M i) (s i)) = Set.univ.pi fun i => closure ↑(s i)If s i is a family of submodules, each is in its module,
then the closure of their span in the indexed product of the modules
is the product of their closures.
In case of a finite index type, this statement immediately follows from Submodule.iSup_map_single.
However, the statement is true for an infinite index type as well.
- Defined in
- Mathlib.Topology.Algebra.Module.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 97 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- Finsetproof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coestatement and proof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Finset.sumproof · cited by 5,195
- Set.univstatement and proof · cited by 3,945
- iSupstatement and proof · cited by 2,415
Cited by1
Results whose statement or proof uses this declaration.
- Submodule.topologicalClosure_iSup_map_singleproof · cited by 0