Commit 7b66474
authored
Universal property of Cauchy pseudocompletions and short maps of pseudometric spaces (#1818)
This PR introduces the concept of **precomplete** short maps `f : P → M`
from a pseudometric space in a metric space: short maps such that for
all Cauchy approximation `u : C P`, `Cf u` is convergent in `M`.
Precomplete short maps extend along the unit map of Cauchy
pseudocompletions `κ : P → C P`: if `f` is precomplete, there exists
some `g : C P → M` such that `f ~ g ∘ κ`.
Then, we prove the universal property of Cauchy pseudocompletions of
pseudometric spaces w.r.t. short maps to metric spaces:
Given a metric space `M` and a pseudometric space `P`, precomposition
with the unit map of Cauchy pseudocompletions `κ : P → C P` maps short
maps `g : C P → M` to short maps `g ∘ κ : P → M`. For any Cauchy
approximation `u : C P`, its pointwise image `C(g ∘ κ) u : C M`
converges to `g u` so `g` is determined by its restriction to `P`, `g ∘
κ`, which is precomplete. Therefore, extensions of short maps `f : P →
M` along the unit map of Cauchy pseudocompletions `κ : P → C P` are
unique and exist iff `f` is **precomplete**.
In particular, a metric space `M` is _complete_ if and only if the unit
map `κ : M → C M` has a short retraction, i.e. a short map `lim : C M →
M` such that `lim ∘ κ ~ id`.1 parent a23557e commit 7b66474
14 files changed
Lines changed: 1974 additions & 345 deletions
File tree
- src
- metric-spaces
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
| 166 | + | |
166 | 167 | | |
167 | 168 | | |
168 | 169 | | |
| |||
186 | 187 | | |
187 | 188 | | |
188 | 189 | | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| |||
Lines changed: 12 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
116 | 119 | | |
117 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
118 | 126 | | |
119 | 127 | | |
120 | 128 | | |
| |||
Lines changed: 14 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
112 | | - | |
113 | | - | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
114 | 117 | | |
115 | | - | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
116 | 124 | | |
117 | 125 | | |
118 | | - | |
| 126 | + | |
| 127 | + | |
119 | 128 | | |
120 | 129 | | |
121 | 130 | | |
| |||
0 commit comments