Skip to content

Commit 31e341d

Browse files
committed
determine special morphisms for pseudo-metric spaces
1 parent a3339df commit 31e341d

File tree

4 files changed

+27
-0
lines changed

4 files changed

+27
-0
lines changed

database/data/004_property-assignments/PMet.sql

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,18 @@ VALUES
7171
TRUE,
7272
'Every non-empty pseudo-metric space is weakly terminal (by using constant maps).'
7373
),
74+
(
75+
'PMet',
76+
'well-powered',
77+
TRUE,
78+
'This follows since monomorphisms are injective (see below).'
79+
),
80+
(
81+
'PMet',
82+
'well-copowered',
83+
TRUE,
84+
'This follows since epimorphisms are surjective (see below).'
85+
),
7486
(
7587
'PMet',
7688
'countable powers',

database/data/007_special-morphisms/002_isomorphisms.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,11 @@ VALUES
200200
'only the identities',
201201
'This is true for every poset (regarded as a category).'
202202
),
203+
(
204+
'PMet',
205+
'bijective isometries',
206+
'This is easy.'
207+
),
203208
(
204209
'Pos',
205210
'bijective functions that are order-preserving and order-reflecting',

database/data/007_special-morphisms/003_monomorphisms.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,11 @@ VALUES
195195
'every morphism',
196196
'It is a thin category.'
197197
),
198+
(
199+
'PMet',
200+
'injective non-expansive maps',
201+
'For the non-trivial direction, the forgetful functor to $\mathbf{Set}$ is representable (by the terminal object), hence preserves monomorphisms.'
202+
),
198203
(
199204
'Pos',
200205
'injective order-preserving functions',

database/data/007_special-morphisms/004_epimorphisms.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,11 @@ VALUES
180180
'every morphism',
181181
'It is a thin category.'
182182
),
183+
(
184+
'PMet',
185+
'surjective non-expansive maps',
186+
'Let $f : X \to Y$ be a non-expansive map that is not surjective. Choose $y_0 \in Y \setminus f(X)$. We extend the pseudo-metric from $Y$ to $Z := Y \sqcup \{y''_0\}$ via $d(y,y''_0) := d(y,y_0)$, i.e., we make $y_0,y''_0$ indistinguishable. Let $g : Y \to Z$ be the inclusion and $h : Y \to Z$ be the map that composes $g$ with the swap between $y_0$ and $y''_0$. Both are isometric and satisfy $g \circ f = h \circ f$. Therefore, $f$ is not an epimorphism.'
187+
),
183188
(
184189
'On',
185190
'every morphism',

0 commit comments

Comments
 (0)