Theorems · Theorem · functional analysis
controlled_closure_range_of_complete
∀ {G : Type u_1} [inst : NormedAddCommGroup G] [CompleteSpace G] {H : Type u_2} [inst_2 : NormedAddCommGroup H]
{f : NormedAddGroupHom G H} {K : Type u_3} [inst_3 : SeminormedAddCommGroup K] {j : NormedAddGroupHom K H},
(∀ (x : K), ‖j x‖ = ‖x‖) →
∀ {C ε : ℝ},
0 < C →
0 < ε → (∀ (k : K), ∃ g, f g = j k ∧ ‖g‖ ≤ C * ‖k‖) → f.SurjectiveOnWith j.range.topologicalClosure (C + ε)Given f : NormedAddGroupHom G H for some complete G, if every element x of the image of
an isometric immersion j : NormedAddGroupHom K H has a preimage under f whose norm is at most
C*‖x‖ then the same holds for elements of the (topological) closure of this image with constant
C+ε instead of C, for any positive ε.
This is useful in particular if j is the inclusion of a normed group into its completion
(in this case the closure is the full target group).
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
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
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- Norm.normstatement and proof · cited by 5,413
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- CompleteSpacestatement and proof · cited by 2,532
- NormedAddGroupHomstatement and proof · cited by 216
- AddSubgroup.topologicalClosurestatement · cited by 16
- NormedAddGroupHom.rangestatement and proof · cited by 11
- NormedAddGroupHom.SurjectiveOnWithstatement · cited by 6
- NormedAddGroupHom.mem_rangeproof · cited by 1
- controlled_closure_of_completeproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.