Zulip Chat Archive
Stream: maths
Topic: Separation axioms
Yury G. Kudryashov (Jun 29 2022 at 11:29):
I suggest that we reformulate (some? most?) separation axioms in terms of filters. E.g.,
- space:
inseparable x y
impliesx = y
, see #15046; - space: leave as is; the equivalent statement "
specializes x y
impliesx = y
" is less natural; - space: if
x ≠ y
, then theirnhds
aredisjoint
; - space: if
x ≠ y
, then "closures" of theirnhds
aredisjoint
(needs a new definitionfilter.map_sets
withfilter.comap = map_sets preimage
) - regular space: if
s
is a closed set andx
does not belong to this set, thennhds x
andset_nhds s
are disjoint; - normal space: if
s
andt
are disjoint closed sets, thenset_nhds s
andset_nhds t
are disjoint.
What do you think?
Yaël Dillies (Jun 29 2022 at 11:35):
Beware of #14950.
Last updated: Dec 20 2023 at 11:08 UTC