Theorems · Theorem · general topology
ContinuousMap.isComplete_setOfPred_eqOn
∀ {α : Type u₁} {β : Type u₂} [inst : TopologicalSpace α] [inst_1 : UniformSpace β] [CompleteSpace C(α, β)] (f : α → β)
(s : Set α), IsComplete {g | Set.EqOn (⇑g) f s}If C(α, β) is a complete space, then for any (possibly, discontinuous) function f
and any set s, the set of functions g : C(α, β) that are equal to f on s
is a complete set.
Note that this set does not have to be a closed set when β is not T0.
This lemma is useful to prove that, e.g., the space of paths between two points
and the space of homotopies between two continuous maps are complete spaces,
without assuming that the codomain is a Hausdorff space.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 98 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- Setstatement and proof · cited by 53,352
- TopologicalSpacestatement and proof · cited by 24,529
- Filterproof · cited by 8,121
- Set.ofPredstatement and proof · cited by 6,101
- nhdsproof · cited by 5,554
- CompleteSpacestatement and proof · cited by 2,532
- ContinuousMapstatement and proof · cited by 2,491
- UniformSpacestatement and proof · cited by 2,040
- Filter.NeBotproof · cited by 853
- Filter.principalproof · cited by 740
- Set.EqOnstatement and proof · cited by 603
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousMap.isComplete_setOf_eqOnproof · cited by 0