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 yimpliesx = y, see #15046; - space: leave as is; the equivalent statement "
specializes x yimpliesx = y" is less natural; - space: if
x ≠ y, then theirnhdsaredisjoint; - space: if
x ≠ y, then "closures" of theirnhdsaredisjoint(needs a new definitionfilter.map_setswithfilter.comap = map_sets preimage) - regular space: if
sis a closed set andxdoes not belong to this set, thennhds xandset_nhds sare disjoint; - normal space: if
sandtare disjoint closed sets, thenset_nhds sandset_nhds tare disjoint.
What do you think?
Yaël Dillies (Jun 29 2022 at 11:35):
Beware of #14950.
Last updated: May 02 2025 at 03:31 UTC