Alphabeta Math
Session-authored (Fable 5 assisted)
How statement and proof provenance work

The first chip identifies the source of the statement or construction; the second identifies the source of its local proof or verification.

  • Literature-sourced — the exact statement appears in a cited source; only wording and notation differ.
  • AI-adapted — a semantically identical restatement of literature-sourced material, modulo indexing, notation, and boundary cases adopted by the library.
  • AI-generated — a genuinely novel statement formulated by AI, with no source for the claim itself.

These labels describe origin, not correctness: citations and verification chips remain separate evidence.

8 results · all verified · 7 also independently AI-judged
Every result on this page is machine-checked by a proof checker and read in full and owner-audited; the judge is an additional, independent cross-model AI review of the proofs. The 1 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Separation Axioms: the Hierarchy: Examples and Counterexamples

1 · Prerequisites

2 · Summary

3 · Logical flowchart

4 · Definitions, theorems and proofs

None yet.

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-31Open item page →

Sierpinski space is T0T_0 and normal but neither T1T_1 nor regular: normality without T1T_1 implies nothing

Example

Let S={a,b}S = \{a, b\} with aba \ne b carry the Sierpinski topology TSier={,{b},S}\mathcal{T}_{\mathrm{Sier}} = \{\varnothing, \{b\}, S\} (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), so that bb is the open point and aa the closed one. Then:

  1. SS is T0T_0 (T0T_0 (Kolmogorov) and T1T_1 (Frechet) spaces): the open set {b}\{b\} contains bb and not aa.
  2. SS is not T1T_1: the singleton {b}\{b\} is not closed (A space is T1T_1 if and only if every singleton is closed, if and only if every finite subset is closed, if and only if its topology contains the cofinite topology). It is not Hausdorff (Hausdorff space: distinct points have disjoint open neighbourhoods; every metrizable space is Hausdorff and the indiscrete topology on two points is not) either, and for an independent reason rather than as a consequence of the previous sentence: the only open set containing aa is SS itself, which also contains bb.
  3. SS is normal (Normal spaces and T4T_4 spaces, with the source disagreement over whether normality includes T1T_1 stated explicitly): its only closed sets are \varnothing, {a}\{a\} and SS, and no two disjoint closed sets are both nonempty.
  4. SS is not regular (Regular spaces and T3T_3 spaces, with the source disagreement over whether regularity includes T1T_1 stated explicitly): the point bb and the closed set {a}\{a\} have no disjoint open neighbourhoods, because the only open set containing aa is SS itself.

Sierpinski space is therefore the sharpest small witness that normality without T1T_1 implies nothing: it is normal, satisfies the weakest axiom T0T_0, and fails the axiom immediately above it.

Facts & Assumptions

Given: The two-point set S={a,b}S = \{a,b\} with aba \ne b and the topology TSier={,{b},S}\mathcal{T}_{\mathrm{Sier}} = \{\varnothing, \{b\}, S\}.

[L1]

T0T_0: some open set contains exactly one of two distinct points. T1T_1: each of two distinct points has an open set containing it and missing the other, equivalently every singleton is closed (T0T_0 (Kolmogorov) and T1T_1 (Frechet) spaces, A space is T1T_1 if and only if every singleton is closed, if and only if every finite subset is closed, if and only if its topology contains the cofinite topology).

Verification

technique · direct
1.1

The closed subsets of SS are the complements of \varnothing, {b}\{b\} and SS, namely SS, {a}\{a\} and \varnothing.

A1A2
1.2

{b}\{b\} is open and contains bb but not aa, so SS is T0T_0, which is claim 1.

A1L1
1.3

The only open set containing aa is SS, by [A1], since \varnothing contains nothing and {b}\{b\} does not contain aa.

A1
2.1

{b}\{b\} is not closed, since {b}\{b\} is not among the three closed sets of step 1.1, so SS is not T1T_1 by [L1]; and SS is not Hausdorff, since by step 1.3 the only open set containing aa is SS, which also contains bb, so aa and bb have no disjoint open neighbourhoods as [L3] would require. Together these are claim 2.

step 1.1step 1.3L1L3
2.2

No two disjoint closed subsets of SS are both nonempty: by step 1.1 the nonempty closed sets are {a}\{a\} and SS, and {a}{a}={a}\{a\} \cap \{a\} = \{a\}, {a}S={a}\{a\} \cap S = \{a\} and SS=SS \cap S = S are all nonempty.

step 1.1
2.3

Suppose UU and VV are disjoint open sets with bUb \in U and {a}V\{a\} \subseteq V; then V=SV = S by step 1.3, so UV=UU \cap V = U \ne \varnothing, a contradiction. Hence bb and the closed set {a}\{a\} cannot be separated and SS is not regular by [L2], which is claim 4.

step 1.1step 1.3L2
3.1

Let A,BA, B be disjoint closed subsets of SS; by step 2.2 one of them is \varnothing, and then \varnothing together with SS separates the pair, in the order matching which of AA and BB is empty. So SS is normal by [L2], which is claim 3.

step 2.2A1L2
4.1

Steps 1.2, 2.1, 3.1 and 2.3 are claims 1 to 4, so Sierpinski space is T0T_0 and normal and is neither T1T_1 nor regular.

step 1.2step 2.1step 3.1step 2.3

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passverified 2026-08-05 (claude-sonnet-5)Open item page →

The particular-point topology is T0T_0, it is not T1T_1 and not regular once the set has at least two points, and it is not normal once the set has at least three

Example

Let XX be a set, fix pXp \in X, and give XX the particular-point topology Tp={}{UX:pU}\mathcal{T}_p = \{\varnothing\} \cup \{\, U \subseteq X : p \in U \,\} (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), whose closed sets are XX together with the subsets of XX that do not contain pp. Then:

  1. (X,Tp)(X, \mathcal{T}_p) is T0T_0 (T0T_0 (Kolmogorov) and T1T_1 (Frechet) spaces), for every XX and every pp.
  2. If XX has at least two points then (X,Tp)(X,\mathcal{T}_p) is not T1T_1, and hence not Hausdorff (Hausdorff space: distinct points have disjoint open neighbourhoods; every metrizable space is Hausdorff and the indiscrete topology on two points is not).
  3. If XX has at least two points then (X,Tp)(X,\mathcal{T}_p) is not regular (Regular spaces and T3T_3 spaces, with the source disagreement over whether regularity includes T1T_1 stated explicitly).
  4. If XX has at least three points then (X,Tp)(X,\mathcal{T}_p) is not normal (Normal spaces and T4T_4 spaces, with the source disagreement over whether normality includes T1T_1 stated explicitly).

Clause 4 needs one point more than clause 3, and the extra point is not slack: on a two-point set the particular-point topology is Sierpinski space, which is normal (Sierpinski space is T0T_0 and normal but neither T1T_1 nor regular: normality without T1T_1 implies nothing). So this family separates the two failures, and it shows that "not regular" and "not normal" begin at different sizes.

Facts & Assumptions

Given: A set XX, a point pXp \in X, the topology Tp\mathcal{T}_p above, and points x,yXx, y \in X.

[A1]

UTpU \in \mathcal{T}_p exactly when U=U = \varnothing or pUp \in U; the closed sets are XX and the subsets not containing pp (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies, Topology on a set, open and closed sets, clopen sets, the closed-set axiomatisation, and the coarser/finer comparison).

Verification

technique · direct
1.1

Every nonempty open set contains pp, by [A1].

A1
1.2

Let xyx \ne y in XX. If x=px = p then {p}\{p\} is open by [A1], contains xx and not yy; if y=py = p the same argument applies with the roles exchanged; and if neither is pp then {x,p}\{x, p\} is open by [A1], contains xx and not yy. So (X,Tp)(X,\mathcal{T}_p) is T0T_0, which is claim 1.

A1L1
1.3

Suppose XX has at least two points, so that X{p}X \setminus \{p\} \ne \varnothing. Then {p}X\{p\} \ne X, and {p}\{p\} contains pp, so {p}\{p\} is not closed by [A1]; hence (X,Tp)(X,\mathcal{T}_p) is not T1T_1 by [L1], and not Hausdorff, which is claim 2.

A1L1assume-hyp
1.4

Suppose XX has at least three points and fix x,yXx, y \in X with xyx \ne y, xpx \ne p and ypy \ne p. Then {x}\{x\} and {y}\{y\} are disjoint nonempty closed sets by [A1].

A1assume-hyp
2.1

Under step 1.3 fix xXx \in X with xpx \ne p; then {x}\{x\} does not contain pp, so {x}\{x\} is closed by [A1], and p{x}p \notin \{x\}.

step 1.3A1
2.2

Under step 1.4: any open U{x}U \supseteq \{x\} and open V{y}V \supseteq \{y\} are nonempty, hence both contain pp by step 1.1, so UVU \cap V \ne \varnothing and (X,Tp)(X,\mathcal{T}_p) is not normal, which is claim 4.

step 1.1step 1.4L2
3.1

Under step 1.3: any open UU with pUp \in U and any open VV with {x}V\{x\} \subseteq V are both nonempty, so both contain pp by step 1.1 and UVU \cap V \ne \varnothing. Hence the point pp and the closed set {x}\{x\} cannot be separated and (X,Tp)(X,\mathcal{T}_p) is not regular, which is claim 3.

step 1.1step 2.1L2
4.1

Steps 1.2, 1.3, 3.1 and 2.2 are claims 1 to 4.

step 1.2step 1.3step 3.1step 2.2

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

The cofinite topology on an infinite set is T1T_1 but neither Hausdorff nor regular nor normal

Example

Let XX be an infinite set — that is, a set that is not finite (Finite, countably infinite, countable, uncountable) — and give it the cofinite topology Tcof={}{UX:XU is finite}\mathcal{T}_{\mathrm{cof}} = \{\varnothing\} \cup \{\, U \subseteq X : X \setminus U \text{ is finite} \,\} (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), whose closed sets are XX together with the finite subsets of XX. Then:

  1. (X,Tcof)(X, \mathcal{T}_{\mathrm{cof}}) is T1T_1 (T0T_0 (Kolmogorov) and T1T_1 (Frechet) spaces).
  2. No two nonempty open sets are disjoint. Consequently the space is not Hausdorff (Hausdorff space: distinct points have disjoint open neighbourhoods; every metrizable space is Hausdorff and the indiscrete topology on two points is not), not regular (Regular spaces and T3T_3 spaces, with the source disagreement over whether regularity includes T1T_1 stated explicitly) and not normal (Normal spaces and T4T_4 spaces, with the source disagreement over whether normality includes T1T_1 stated explicitly).

So the cofinite topology on an infinite set satisfies T1T_1 and T0T_0 and fails every axiom above them. It is the standard witness that T1T_1 is strictly weaker than the Hausdorff condition, and that is how it is used on the main page (FALSE: every T1T_1 space is Hausdorff); here it is pushed further, to show that T1T_1 implies neither of the two axioms that sit above T2T_2 either.

Facts & Assumptions

Given: An infinite set XX with the cofinite topology Tcof\mathcal{T}_{\mathrm{cof}}, and points x,y,zXx, y, z \in X.

[A1]

UTcofU \in \mathcal{T}_{\mathrm{cof}} exactly when U=U = \varnothing or XUX \setminus U is finite; the closed sets are XX and the finite subsets of XX; and a union of two finite sets is finite (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies, facts (i) and (ii) of that item, Topology on a set, open and closed sets, clopen sets, the closed-set axiomatisation, and the coarser/finer comparison).

[L3]

A set with at most one element is finite, being equinumerous with 00 or with 11; so an infinite set has at least three distinct points, since a set with at most two elements is finite as a union of two sets each with at most one (Finite, countably infinite, countable, uncountable, The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies, fact (ii)).

Verification

technique · direct
1.1

TcofTcof\mathcal{T}_{\mathrm{cof}} \subseteq \mathcal{T}_{\mathrm{cof}}, so (X,Tcof)(X,\mathcal{T}_{\mathrm{cof}}) is T1T_1, which is claim 1.

L1
1.2

XX contains three distinct points xx, yy, zz.

L3
1.3

Let U,VU, V be nonempty open sets and suppose UV=U \cap V = \varnothing; then X=(XU)(XV)X = (X \setminus U) \cup (X \setminus V) is a union of two finite sets, hence finite by [A1], contradicting the hypothesis that XX is infinite. So no two nonempty open sets are disjoint, which is the first half of claim 2.

A1assume-hyp
2.1

xyx \ne y, and any open UxU \ni x and open VyV \ni y are nonempty, hence meet by step 1.3; so the space is not Hausdorff by [L2].

step 1.2step 1.3L2
2.2

{y}\{y\} is closed by [A1] and x{y}x \notin \{y\}; any open UxU \ni x and open V{y}V \supseteq \{y\} are nonempty, hence meet by step 1.3; so the space is not regular by [L2].

step 1.2step 1.3A1L2L4
2.3

{y}\{y\} and {z}\{z\} are disjoint nonempty closed sets by [A1] and step 1.2; any open U{y}U \supseteq \{y\} and open V{z}V \supseteq \{z\} are nonempty, hence meet by step 1.3; so the space is not normal by [L2].

step 1.2step 1.3A1L2L4
3.1

Steps 2.1, 2.2 and 2.3 complete claim 2, and step 1.1 is claim 1.

step 1.1step 2.1step 2.2step 2.3

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

The cocountable topology on R\mathbb{R} is T1T_1, has unique sequential limits, and is neither Hausdorff nor regular nor normal

Example

Give R\mathbb{R} the cocountable topology Tcoc={}{UR:RU is at most countable}\mathcal{T}_{\mathrm{coc}} = \{\varnothing\} \cup \{\, U \subseteq \mathbb{R} : \mathbb{R} \setminus U \text{ is at most countable} \,\} (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), whose closed sets are R\mathbb{R} together with the at most countable subsets of R\mathbb{R} (Finite, countably infinite, countable, uncountable). Then:

  1. (R,Tcoc)(\mathbb{R}, \mathcal{T}_{\mathrm{coc}}) is T1T_1 (T0T_0 (Kolmogorov) and T1T_1 (Frechet) spaces).
  2. Every convergent sequence is eventually constant, so every sequence has at most one limit (Convergence and cluster points of a sequence in a topological space, sequential continuity, and the sequential closure).
  3. No two nonempty open sets are disjoint. Consequently the space is not Hausdorff (Hausdorff space: distinct points have disjoint open neighbourhoods; every metrizable space is Hausdorff and the indiscrete topology on two points is not), not regular (Regular spaces and T3T_3 spaces, with the source disagreement over whether regularity includes T1T_1 stated explicitly) and not normal (Normal spaces and T4T_4 spaces, with the source disagreement over whether normality includes T1T_1 stated explicitly).

Clauses 1, 2 and the Hausdorff half of clause 3 are what refute the claim that unique sequential limits force the Hausdorff condition (FALSE: a space in which every sequence has at most one limit is Hausdorff); clause 3's other two halves place the space in the hierarchy exactly where the cofinite topology sits, at T1T_1 and no higher.

Facts & Assumptions

Given: R\mathbb{R} with the cocountable topology Tcoc\mathcal{T}_{\mathrm{coc}}, a sequence (xk)kN(x_k)_{k \in \mathbb{N}} in R\mathbb{R}, and points p,q,u,v,wRp, q, u, v, w \in \mathbb{R}.

[A1]

UTcocU \in \mathcal{T}_{\mathrm{coc}} exactly when U=U = \varnothing or RU\mathbb{R} \setminus U is at most countable; the closed sets are R\mathbb{R} and the at most countable subsets (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies, Topology on a set, open and closed sets, clopen sets, the closed-set axiomatisation, and the coarser/finer comparison, Interior, closure, boundary, exterior, derived set and isolated point in a topological space).

[A2]

xkpx_k \to p means: for every neighbourhood NN of pp there is KNK \in \mathbb{N} with xkNx_k \in N for all kKk \ge K; an open set containing pp is such a neighbourhood (Convergence and cluster points of a sequence in a topological space, sequential continuity, and the sequential closure).

[L2]

The range of a sequence is nonempty and at most countable, and a subset of an at most countable set is at most countable (A nonempty set is at most countable iff it is a surjective image of N\mathbb{N}, Every subset of an at most countable set is at most countable).

[L3]

A union of two at most countable sets is at most countable: this is the two-set instance of Countable unions of at most countable sets, assuming ACω\mathrm{AC}_\omega padded with copies of \varnothing, and it needs no choice principle, as The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies records.

[L4]

R\mathbb{R} is uncountable (R\mathbb{R} is uncountable (Cantor's nested intervals, 1874)), so in particular it has at least three distinct points.

Verification

technique · direct
1.1

The cofinite topology on R\mathbb{R} is contained in Tcoc\mathcal{T}_{\mathrm{coc}}, a finite complement being at most countable, so the space is T1T_1, which is claim 1.

A1L1
1.2

Fix three distinct points u,v,wu, v, w of R\mathbb{R}, for instance 00, 11 and 22.

L4
1.3

Suppose xkpx_k \to p and put R:={xk:kN}{p}R := \{\, x_k : k \in \mathbb{N} \,\} \setminus \{p\}, at most countable by [L2]; then RR\mathbb{R} \setminus R is open by [A1] and contains pp, so [A2] gives KK with xkRx_k \notin R for all kKk \ge K.

A1A2L2assume-hyp
1.4

Let U,VU, V be nonempty open sets and suppose UV=U \cap V = \varnothing; then R=(RU)(RV)\mathbb{R} = (\mathbb{R} \setminus U) \cup (\mathbb{R} \setminus V) is at most countable by [A1] and [L3], contradicting [L4]. So no two nonempty open sets are disjoint.

A1L3L4assume-hyp
2.1

Under step 1.3: for kKk \ge K the point xkx_k lies in the range of the sequence and outside RR, hence equals pp; so the sequence is eventually constant with value pp.

step 1.3
2.2

Any open UuU \ni u and open VvV \ni v are nonempty, hence meet by step 1.4, so the space is not Hausdorff.

step 1.2step 1.4L5
2.3

{v}\{v\} is at most countable, hence closed by [A1], and u{v}u \notin \{v\}; any open UuU \ni u and open V{v}V \supseteq \{v\} are nonempty, hence meet by step 1.4, so the space is not regular.

step 1.2step 1.4A1L5
2.4

{v}\{v\} and {w}\{w\} are disjoint nonempty closed sets by [A1] and step 1.2; any open sets containing them are nonempty, hence meet by step 1.4, so the space is not normal.

step 1.2step 1.4A1L5
3.1

Under step 1.3: if also xkqx_k \to q with qpq \ne p, then R{p}\mathbb{R} \setminus \{p\} is open by [A1] and contains qq, so [A2] gives KK' with xkpx_k \ne p for all kKk \ge K', contradicting step 2.1 at any index at least both KK and KK'. So a sequence has at most one limit, which with step 2.1 is claim 2.

step 2.1A1A2
4.1

Steps 2.2, 2.3 and 2.4 complete claim 3, step 3.1 is claim 2 and step 1.1 is claim 1.

step 1.1step 3.1step 2.2step 2.3step 2.4

Remarks

  • Sequences cannot see this topology. A sequence reaches at most countably many points, and every at most countable set is closed, so the complement of the values other than the limit is an open set that forces the sequence to be eventually constant. Uniqueness of limits is therefore free, and it carries no separation information at all — which is the point of FALSE: a space in which every sequence has at most one limit is Hausdorff.

  • The failure of T2T_2, T3T_3 and T4T_4 has the same one-line cause as in the cofinite case: two at most countable sets cannot cover an uncountable one, so two nonempty open sets always meet. What changes between the two examples is only how large a set has to be for the topology to be interesting: infinite for cofinite, uncountable for cocountable.

  • On an at most countable set the cocountable topology is discrete (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), so the uncountability of R\mathbb{R} is doing real work here and not merely supplying a familiar underlying set.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

A discrete space satisfies every axiom in the chain; an indiscrete space with two points is regular, completely regular, normal, completely normal and perfectly normal, and fails T0T_0

Example

Let XX be a set with the discrete topology Tdisc=P(X)\mathcal{T}_{\mathrm{disc}} = \mathcal{P}(X), and let Y={a,b}Y = \{a,b\} with aba \ne b carry the indiscrete topology Tind={,Y}\mathcal{T}_{\mathrm{ind}} = \{\varnothing, Y\} (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies). Then:

  1. (X,Tdisc)(X, \mathcal{T}_{\mathrm{disc}}) satisfies every axiom named on the main page: it is T1T_1, Hausdorff, Urysohn, regular, completely regular, normal, completely normal and perfectly normal, hence T0T_0, T1T_1, T2T_2, T212T_{2\frac12}, T3T_3, T312T_{3\frac12}, T4T_4, T5T_5 and T6T_6.
  2. (Y,Tind)(Y, \mathcal{T}_{\mathrm{ind}}) is regular, completely regular, normal, completely normal and perfectly normal, and it is not T0T_0, hence not T1T_1, not Hausdorff and not Urysohn; and it is not metrizable (Metrizable space: a topological space whose topology is induced by some metric; metrizability is topological, the metric is not).

Clause 2 is the sharpest form of the observation that the unnumbered adjectives carry no information about points: a space may satisfy all five of them and still fail to distinguish any pair of its points. That is exactly what the numerals T3T_3 to T6T_6 are for.

Facts & Assumptions

Given: A set XX with Tdisc=P(X)\mathcal{T}_{\mathrm{disc}} = \mathcal{P}(X); the set Y={a,b}Y = \{a,b\} with aba \ne b and Tind={,Y}\mathcal{T}_{\mathrm{ind}} = \{\varnothing, Y\}; subsets A,BA, B of the space under discussion; and R\mathbb{R} with its usual topology.

[L2]

AA and BB are separated when AB=AB=\overline{A} \cap B = A \cap \overline{B} = \varnothing; separated sets are disjoint (Separated sets: AB=AB=\overline{A} \cap B = A \cap \overline{B} = \varnothing).

[L4]

A set is a GδG_\delta when it is an intersection of a sequence of open sets; every open set is a GδG_\delta, by the constant sequence (GδG_\delta and FσF_\sigma subsets of a topological space, agreeing with the real-line notion).

[L6]

A metrizable space is Hausdorff, so a space that is not Hausdorff is not metrizable (Metrizable space: a topological space whose topology is induced by some metric; metrizability is topological, the metric is not).

Verification

technique · direct
1.1

In (X,Tdisc)(X,\mathcal{T}_{\mathrm{disc}}) every singleton is closed by [A1], so the space is T1T_1 by [L7], hence T0T_0.

A1L7
1.2

In (X,Tdisc)(X,\mathcal{T}_{\mathrm{disc}}) distinct points xyx \ne y have the disjoint open neighbourhoods {x}\{x\} and {y}\{y\}, whose closures are themselves by [A1] and [L3]; so the space is Hausdorff and Urysohn.

A1L1L3
1.3

In (X,Tdisc)(X,\mathcal{T}_{\mathrm{disc}}) let AA and BB be separated, hence disjoint by [L2]; then AA and BB are themselves disjoint open sets containing them, so the space is completely normal, and in particular normal, every pair of disjoint closed sets being separated by [L2] and [L3].

A1L1L2L3
1.4

In (X,Tdisc)(X,\mathcal{T}_{\mathrm{disc}}) let CC be closed and x0Cx_0 \notin C; the function ff with f(x0)=1f(x_0) = 1 and f(x)=0f(x) = 0 for xx0x \ne x_0 takes values in [0,1][0,1] and is continuous by [L5], and it satisfies f(x0)=1f(x_0) = 1 and f(y)=0f(y) = 0 for every yCy \in C, since x0Cx_0 \notin C, so the space is completely regular; taking U:={x0}U := \{x_0\} and V:=CV := C shows it is regular.

A1L1L5
1.5

In (Y,Tind)(Y,\mathcal{T}_{\mathrm{ind}}) the only open set containing aa is YY, which also contains bb, and likewise with aa and bb exchanged; so no open set contains exactly one of them and the space is not T0T_0, hence not T1T_1, not Hausdorff and not Urysohn, and not metrizable by [L6].

A2L1L6
1.6

In (Y,Tind)(Y,\mathcal{T}_{\mathrm{ind}}) the closed sets are \varnothing and YY by [A2], so =\overline{\varnothing} = \varnothing and A=Y\overline{A} = Y for every nonempty AA, the smallest closed superset of a nonempty set being YY.

A2L3
1.7

In (Y,Tind)(Y,\mathcal{T}_{\mathrm{ind}}) let CC be closed with y0Cy_0 \notin C; then CYC \ne Y, so C=C = \varnothing by [A2], and the constant function 11 is continuous by [L5] with f(y0)=1f(y_0) = 1 and f[C]={0}f[C] = \varnothing \subseteq \{0\} vacuously, so the space is completely regular; and U:=YU := Y, V:=V := \varnothing are disjoint open sets separating y0y_0 from CC, so it is regular.

A2L1L5
2.1

In (X,Tdisc)(X,\mathcal{T}_{\mathrm{disc}}) every closed set is open by [A1], hence a GδG_\delta by [L4]; with step 1.3 the space is perfectly normal.

step 1.3A1L4
2.2

In (Y,Tind)(Y,\mathcal{T}_{\mathrm{ind}}) a separated pair A,BA, B has an empty member: if both were nonempty then AB=YB=B\overline{A} \cap B = Y \cap B = B \ne \varnothing by step 1.6, contradicting [L2].

step 1.6L2
3.1

By steps 1.1 to 1.5 the discrete space satisfies every axiom listed in claim 1, and the numbered forms follow, each numeral being its adjective together with T1T_1, which holds by step 1.1.

step 1.1step 1.2step 1.3step 2.1step 1.4
3.2

In (Y,Tind)(Y,\mathcal{T}_{\mathrm{ind}}), given a separated pair with, say, A=A = \varnothing, the open sets U:=U := \varnothing and V:=YV := Y separate them, and symmetrically when B=B = \varnothing; so the space is completely normal, and normal, disjoint closed sets being separated by [L2] and step 1.6.

step 1.6step 2.2A2L1L2
4.1

In (Y,Tind)(Y,\mathcal{T}_{\mathrm{ind}}) both closed sets \varnothing and YY are open by [A2], hence GδG_\delta by [L4]; with step 3.2 the space is perfectly normal.

step 3.2A2L4
5.1

Steps 3.2, 4.1, 1.7 and 1.5 are claim 2, and step 3.1 is claim 1.

step 3.1step 1.5step 3.2step 4.1step 1.7

Remarks

  • The two extremes bracket the whole page. Every topology on a set lies between the indiscrete and the discrete one in the comparison order (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), and the two ends of that order sit at opposite ends of the separation hierarchy: the discrete topology satisfies everything, the indiscrete topology on two points satisfies every unnumbered adjective and no numbered axiom at all.

  • The indiscrete space is the reason the numerals exist. It refutes at a stroke any reading of "normal", "completely normal", "perfectly normal", "regular" or "completely regular" as implying a separation of points; the main page records the normal case as a false statement, and the argument here shows the same for the other four adjectives.

  • The discrete space is metrizable and the indiscrete one is not. Metrizable space: a topological space whose topology is induced by some metric; metrizability is topological, the metric is not records the second, the failure of the Hausdorff condition being an obstruction to metrizability; the first is not needed here, since every axiom was verified directly rather than quoted from the metric theorems of the main page.

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Every nonempty closed subset AA of R\mathbb{R} is the zero set of xd(x,A)x \mapsto d(x, A) and the intersection of the open sets {x:d(x,A)<1/(n+1)}\{x : d(x,A) < 1/(n+1)\}, worked for [0,1][0,1] and for {0}\{0\}

Example

Let R\mathbb{R} carry its usual metric dR(s,t)=std_{\mathbb{R}}(s,t) = |s-t| and its usual topology (The absolute value makes R\mathbb{R} a metric space: d(x,y)=xyd(x,y) = |x-y| is a metric, its open balls are the intervals (xr,x+r)(x-r, x+r), and it is unbounded, Metrizable space: a topological space whose topology is induced by some metric; metrizability is topological, the metric is not), and write 1/(n+1)1/(n+1) for the inverse of the canonical natural ι(n+1)\iota(n+1) (The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field). Let ARA \subseteq \mathbb{R} be nonempty and closed, and put d(x,A):=inf{xa:aA}d(x,A) := \inf\{\, |x - a| : a \in A \,\} (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space). Then, as the general metric theorem (In a metric space every closed set is a zero set and a GδG_\delta, and the distance function separates a point from a closed set, so every metrizable space is Tychonoff and perfectly normal) specialises:

  1. xd(x,A)x \mapsto d(x,A) is continuous and A=Z(d(,A))A = Z(d(\cdot,A)) (Zero sets and cozero sets of continuous real-valued functions), so AA is a zero set.
  2. A=nN{xR:d(x,A)<1/(n+1)}A = \bigcap_{n \in \mathbb{N}} \{\, x \in \mathbb{R} : d(x,A) < 1/(n+1) \,\}, an intersection of open sets, so AA is a GδG_\delta of the topological space R\mathbb{R} (GδG_\delta and FσF_\sigma subsets of a topological space, agreeing with the real-line notion) and hence a GδG_\delta subset of R\mathbb{R} in the sense of FσF_\sigma and GδG_\delta subsets of R\mathbb{R}, the two notions being the same one.

Two worked instances:

  • A=[0,1]A = [0,1] (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length). Here d(x,[0,1])={xx<000x1x1x>1d(x,[0,1]) = \begin{cases} -x & x < 0 \\ 0 & 0 \le x \le 1 \\ x - 1 & x > 1 \end{cases} so Z(d(,[0,1]))=[0,1]Z(d(\cdot,[0,1])) = [0,1] and, for every real ε>0\varepsilon > 0, {x:d(x,[0,1])<ε}=(ε, 1+ε)\{\, x : d(x,[0,1]) < \varepsilon \,\} = (-\varepsilon,\ 1 + \varepsilon). Taking ε=1/(n+1)\varepsilon = 1/(n+1) gives [0,1]  =  nN(1/(n+1), 1+1/(n+1)).[0,1] \;=\; \bigcap_{n \in \mathbb{N}} \big(-1/(n+1),\ 1 + 1/(n+1)\big).
  • A={0}A = \{0\}. Here d(x,{0})=xd(x,\{0\}) = |x|, so {0}  =  nN(1/(n+1), 1/(n+1)),\{0\} \;=\; \bigcap_{n \in \mathbb{N}} \big(-1/(n+1),\ 1/(n+1)\big), the standard presentation of a point of R\mathbb{R} as a GδG_\delta.

The converse fails. A GδG_\delta subset of R\mathbb{R} need not be closed: (0,1)(0,1) is open, hence a GδG_\delta by the constant sequence, and it is not closed.

Facts & Assumptions

Given: R\mathbb{R} with the usual metric and topology, a nonempty closed ARA \subseteq \mathbb{R}, and reals x,a,εx, a, \varepsilon with ε>0\varepsilon > 0.

[A1]

d(x,A)=inf{xa:aA}d(x,A) = \inf\{\, |x-a| : a \in A \,\} exists for nonempty AA, is a lower bound of that set, and is xa\le |x-a| for every aAa \in A; and any real that is a lower bound of the set is d(x,A)\le d(x,A) (Bounded subset, diameter, distance from a point to a set, and distance between two sets in a metric space, Greatest lower bound (infimum)).

[L1]

In a metric space every nonempty closed set AA satisfies A=Z(d(,A))A = Z(d(\cdot,A)) and A=n{x:d(x,A)<1/(n+1)}A = \bigcap_n \{x : d(x,A) < 1/(n+1)\}, and d(,A)d(\cdot,A) is continuous (In a metric space every closed set is a zero set and a GδG_\delta, and the distance function separates a point from a closed set, so every metrizable space is Tychonoff and perfectly normal, claims 1 and 2, d(x,A)d(y,A)d(x,y)|d(x,A) - d(y,A)| \le d(x,y), so the distance to a fixed nonempty set is 11-Lipschitz).

[L2]

The topological notions of GδG_\delta and FσF_\sigma for R\mathbb{R} with its usual topology coincide with those of FσF_\sigma and GδG_\delta subsets of R\mathbb{R}, the two collections of open subsets of R\mathbb{R} being one collection (GδG_\delta and FσF_\sigma subsets of a topological space, agreeing with the real-line notion, Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen).

[L3]

s0|s| \ge 0, s=0|s| = 0 exactly when s=0s = 0, and for c>0c > 0 one has s<c|s| < c exactly when c<s<c-c < s < c (Basic properties of the absolute value).

[L4]

[0,1]={t:0t1}[0,1] = \{\, t : 0 \le t \le 1 \,\} and (u,v)={t:u<t<v}(u,v) = \{\, t : u < t < v \,\}; a two-element set of reals has a minimum (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length, Maximum and minimum of a set).

Verification

technique · direct
1.1

Claims 1 and 2 are [L1] applied to the metric space R\mathbb{R} with dRd_{\mathbb{R}}, and the identification of the two readings of GδG_\delta is [L2].

L1L2
1.2

For x<0x < 0: every a[0,1]a \in [0,1] has a0>xa \ge 0 > x, so xa=ax|x - a| = a - x by [L3], and this is minimised over a[0,1]a \in [0,1] at a=0a = 0 with value x-x; since x-x belongs to the set and is a lower bound of it, d(x,[0,1])=xd(x,[0,1]) = -x by [A1].

A1L3L4
1.3

For 0x10 \le x \le 1: x[0,1]x \in [0,1] gives xx=0|x - x| = 0 in the set, and 00 is a lower bound by [L3], so d(x,[0,1])=0d(x,[0,1]) = 0 by [A1].

A1L3L4
1.4

For x>1x > 1: every a[0,1]a \in [0,1] has a1<xa \le 1 < x, so xa=xa|x-a| = x-a, minimised at a=1a = 1 with value x1x - 1, which lies in the set and is a lower bound; so d(x,[0,1])=x1d(x,[0,1]) = x-1 by [A1].

A1L3L4
1.5

The set (0,1)(0,1) is open, hence a GδG_\delta by [L5], and is not closed, so a GδG_\delta subset of R\mathbb{R} need not be closed.

L5
2.1

By steps 1.2, 1.3 and 1.4 the zero set of d(,[0,1])d(\cdot,[0,1]) is {x:0x1}=[0,1]\{x : 0 \le x \le 1\} = [0,1], since x>0-x > 0 for x<0x < 0 and x1>0x - 1 > 0 for x>1x > 1.

step 1.2step 1.3step 1.4L4
2.2

By steps 1.2, 1.3 and 1.4, for ε>0\varepsilon > 0 the condition d(x,[0,1])<εd(x,[0,1]) < \varepsilon holds exactly when x<ε-x < \varepsilon for x<0x < 0, always for 0x10 \le x \le 1, and x1<εx - 1 < \varepsilon for x>1x > 1; that is, exactly when ε<x<1+ε-\varepsilon < x < 1 + \varepsilon.

step 1.2step 1.3step 1.4L4
2.3

For A={0}A = \{0\} the set {xa:a{0}}\{\, |x - a| : a \in \{0\} \,\} is the single value x|x|, so d(x,{0})=xd(x,\{0\}) = |x| by [A1]; hence {x:d(x,{0})<1/(n+1)}=(1/(n+1), 1/(n+1))\{x : d(x,\{0\}) < 1/(n+1)\} = (-1/(n+1),\ 1/(n+1)) by [L3], and intersecting over nn gives {0}\{0\} by claim 2 of step 1.1.

step 1.1A1L3
3.1

Taking ε=1/(n+1)\varepsilon = 1/(n+1) in step 2.2 and intersecting over nNn \in \mathbb{N} gives [0,1]=n(1/(n+1), 1+1/(n+1))[0,1] = \bigcap_n (-1/(n+1),\ 1 + 1/(n+1)) by claim 2 of step 1.1.

step 1.1step 2.2
4.1

Steps 1.1, 3.1, 2.3 and 1.5 establish the two claims, the two worked instances and the failure of the converse.

step 1.1step 3.1step 2.3step 1.5

Remarks

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

ω+1\omega + 1 as a convergent sequence together with its limit, and, assuming countable choice, [0,ω1)[0, \omega_1), in which every sequence lies inside an at most countable initial segment

Example

Give every ordinal its order topology (The order topology on an ordinal, with the half-open intervals (α,β](\alpha, \beta] and the initial segments [0,β][0, \beta] as a basis), under which it is T3T_3 — that is T1T_1, Hausdorff and regular (Every ordinal with its order topology has a basis of clopen sets, and is T1T_1, Hausdorff and regular). Two ordinals are worked here.

The space ω+1\omega + 1. By the successor clause of ordinal addition (Ordinal addition α+β\alpha + \beta), ω+1=ω+=ω{ω}\omega + 1 = \omega^{+} = \omega \cup \{\omega\}, so the space is the set of natural numbers together with one extra point on top (ω\omega is the least limit ordinal). Then:

  1. Every nωn \in \omega is isolated: {0}=[0,0]\{0\} = [0,0] and {m+}=(m,m+]\{m^{+}\} = (m, m^{+}] are basic open sets.
  2. The sequence xk:=kx_k := k (kNk \in \mathbb{N}) converges to ω\omega (Convergence and cluster points of a sequence in a topological space, sequential continuity, and the sequential closure), and it converges to no other point of ω+1\omega+1.

So ω+1\omega + 1 is, as a topological space, exactly a convergent sequence together with its limit, and ω\omega is its unique non-isolated point.

The space [0,ω1)=ω1[0,\omega_1) = \omega_1. Let ω1\omega_1 be the first uncountable ordinal (The first uncountable ordinal ω1:=(ω)\omega_1 := \aleph(\omega)), so that ω1\omega_1 is a limit ordinal, every ordinal below it is at most countable, and ω1\omega_1 itself is uncountable (ω1\omega_1 is uncountable, every ordinal below it is at most countable, it is a cardinal and a limit ordinal, and its existence is a theorem of ZF). As a set, [0,ω1)[0,\omega_1) is ω1\omega_1, an ordinal being the set of ordinals below it (Ordinal (von Neumann)). Assuming the Axiom of Countable Choice (The Axiom of Countable Choice (ACω\mathrm{AC}_\omega)):

  1. Every sequence (xk)(x_k) in ω1\omega_1 has an at most countable range, so there is α<ω1\alpha < \omega_1 with xkαx_k \le \alpha for all kk; hence the whole sequence lies inside the initial segment [0,α]=α+[0,\alpha] = \alpha^{+}, which is an ordinal below ω1\omega_1 and is at most countable.
  2. Consequently no sequence in ω1\omega_1 has a range cofinal in ω1\omega_1 (Cofinal subset of an ordinal).

Clause 3 is the fact the deleted Tychonoff plank consumes, and it is the reason [0,ω1)[0,\omega_1) behaves unlike any metrizable space: a sequence can never approach the "top" of ω1\omega_1, because there is no top to approach along a sequence.

Facts & Assumptions

Given: Ordinals with their order topologies; the natural numbers ω\omega; the first uncountable ordinal ω1\omega_1; a sequence (xk)kN(x_k)_{k \in \mathbb{N}} in ω1\omega_1; and the Axiom of Countable Choice where stated.

[A1]

The basic open sets of an ordinal γ\gamma are [0,β][0,\beta] for βγ\beta \in \gamma and (α,β](\alpha,\beta] for α<β\alpha < \beta in γ\gamma; they form a basis (The order topology on an ordinal, with the half-open intervals (α,β](\alpha, \beta] and the initial segments [0,β][0, \beta] as a basis, Topology on a set, open and closed sets, clopen sets, the closed-set axiomatisation, and the coarser/finer comparison).

[A2]

α+1=α+\alpha + 1 = \alpha^{+}, by the clauses of ordinal addition at 00 and at a successor (Ordinal addition α+β\alpha + \beta).

[L1]

ω\omega is an ordinal and a limit ordinal, every element of ω\omega is 00 or a successor, and mnm \in n is m<nm < n for naturals (ω\omega is the least limit ordinal, Successor and limit ordinals, Basic closure properties of ordinals).

[L2]

xkpx_k \to p means: for every neighbourhood NN of pp there is KK with xkNx_k \in N for all kKk \ge K; an open set containing pp is such a neighbourhood (Convergence and cluster points of a sequence in a topological space, sequential continuity, and the sequential closure).

[L4]

Assuming ACω\mathrm{AC}_\omega, every at most countable subset of ω1\omega_1 is bounded below ω1\omega_1: there is αω1\alpha \in \omega_1 with ξα\xi \le \alpha for every ξ\xi in the subset (Assuming countable choice: every at most countable subset of ω1\omega_1 is bounded below ω1\omega_1, so no at most countable subset of ω1\omega_1 is cofinal in it, and a supremum of at most countably many at most countable ordinals is at most countable, The Axiom of Countable Choice (ACω\mathrm{AC}_\omega)).

[L6]

For ordinals exactly one of ξ<η\xi < \eta, ξ=η\xi = \eta, η<ξ\eta < \xi holds; α+\alpha^{+} is an ordinal, and α+={ξ:ξα}\alpha^{+} = \{\, \xi : \xi \le \alpha \,\} (Trichotomy and well-ordering of the ordinals, Basic closure properties of ordinals, Ordinal (von Neumann)).

[L7]

A subset SS of a limit ordinal γ\gamma is cofinal in γ\gamma when for every ξγ\xi \in \gamma there is σS\sigma \in S with ξσ\xi \le \sigma (Cofinal subset of an ordinal).

[L8]

Every ordinal with its order topology is T1T_1, Hausdorff and regular (Every ordinal with its order topology has a basis of clopen sets, and is T1T_1, Hausdorff and regular).

Verification

technique · direct
1.1

ω+1=ω+=ω{ω}\omega + 1 = \omega^{+} = \omega \cup \{\omega\} by [A2], so the points of the space are the natural numbers together with ω\omega.

A2L1
1.2

Let NN be a neighbourhood of ω\omega in ω+1\omega+1; by [A1] and [L2] there is a basic set BB with ωBN\omega \in B \subseteq N, and BB is [0,β][0,\beta] with ωβ\omega \le \beta or (α,β](\alpha,\beta] with α<ωβ\alpha < \omega \le \beta. In either case (α,ω]B(\alpha, \omega] \subseteq B for some αω\alpha \in \omega, taking α:=0\alpha := 0 in the first case.

A1L2L6
1.3

Let (xk)(x_k) be a sequence in ω1\omega_1; its range R:={xk:kN}R := \{\, x_k : k \in \mathbb{N} \,\} is an at most countable subset of ω1\omega_1 by [L5].

L5
2.1

Each nωn \in \omega is 00 or a successor m+m^{+} by [L1]; in the first case {n}=[0,0]\{n\} = [0,0] and in the second {n}=(m,m+]\{n\} = (m, m^{+}], both basic open sets of ω+1\omega+1 by [A1], since 0ω+10 \in \omega+1 and m<m+=nm < m^{+} = n in ω+1\omega + 1. So every nωn \in \omega is isolated, which is claim 1.

step 1.1A1L1
2.2

Under step 1.2: αω\alpha \in \omega, so for every k>αk > \alpha one has α<kω\alpha < k \le \omega and hence xk=k(α,ω]Nx_k = k \in (\alpha,\omega] \subseteq N; so xkωx_k \to \omega by [L2].

step 1.2L1L2L6
2.3

By [L4] there is αω1\alpha \in \omega_1 with ξα\xi \le \alpha for every ξR\xi \in R, hence xkαx_k \le \alpha for every kk.

step 1.3L4
3.1

The sequence converges to no nωn \in \omega: by step 2.1 the set {n}\{n\} is an open neighbourhood of nn, and xk=knx_k = k \ne n for every k>nk > n, so the sequence is not eventually in {n}\{n\}.

step 2.1L1L2
3.2

By [L6] the set α+={ξ:ξα}\alpha^{+} = \{\, \xi : \xi \le \alpha \,\} contains every xkx_k, and α+ω1\alpha^{+} \in \omega_1 because ω1\omega_1 is a limit ordinal and αω1\alpha \in \omega_1; so α+\alpha^{+} is an ordinal below ω1\omega_1 and is at most countable by [L3]. This is claim 3.

step 2.3L3L6
4.1

Steps 2.2 and 3.1 are claim 2.

step 2.2step 3.1
4.2

If some sequence had range cofinal in ω1\omega_1, then by [L7] every ξω1\xi \in \omega_1 would satisfy ξxk\xi \le x_k for some kk; taking ξ:=α+\xi := \alpha^{+} of step 3.2 gives α+xkα\alpha^{+} \le x_k \le \alpha for some kk, contradicting α<α+\alpha < \alpha^{+} by [L6]. So claim 4 holds.

step 2.3step 3.2L6L7
5.1

Both spaces are T3T_3 by [L8], and steps 2.1, 4.1, 3.2 and 4.2 are claims 1 to 4.

step 2.1step 4.1step 3.2step 4.2L8

Remarks

CounterexampleConstruction: AI-adaptedVerification: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29Open item page →

Refuted, assuming countable choice: every Hausdorff space built from ordinal spaces is normal. The deleted Tychonoff plank ((ω1+1)×(ω+1)){(ω1,ω)}((\omega_1 + 1) \times (\omega + 1)) \setminus \{(\omega_1, \omega)\} is Hausdorff and not normal

Statement refuted

False claim: every Hausdorff space obtained from ordinals with their order topologies (The order topology on an ordinal, with the half-open intervals (α,β](\alpha, \beta] and the initial segments [0,β][0, \beta] as a basis) by forming a product (The product set iIXi\prod_{i \in I} X_i of functions choosing a point in each factor, the projections, the box topology, and the product topology as the initial topology of the projections; the empty product is a one-point space) and passing to a subspace (Subspace topology: the traces of the open sets, its closed sets and its bases, the continuity of the inclusion, and the characteristic property of a map into a subspace) is normal (Normal spaces and T4T_4 spaces, with the source disagreement over whether normality includes T1T_1 stated explicitly).

The witness is the deleted Tychonoff plank. Write W:=ω1+1W := \omega_1 + 1 and Z:=ω+1Z := \omega + 1, which by the successor clause of ordinal addition (Ordinal addition α+β\alpha + \beta) are ω1+\omega_1^{+} and ω+\omega^{+}; give each its order topology and W×ZW \times Z the product topology, and put

T  :=  (W×Z){(ω1,ω)}T \;:=\; (W \times Z) \setminus \{(\omega_1, \omega)\}

with the subspace topology. Then TT is Hausdorff (Hausdorff space: distinct points have disjoint open neighbourhoods; every metrizable space is Hausdorff and the indiscrete topology on two points is not) and TT is not normal: the two sets

A  :=  {(ω1,n):nω},B  :=  {(ξ,ω):ξω1}A \;:=\; \{\, (\omega_1, n) : n \in \omega \,\}, \qquad B \;:=\; \{\, (\xi, \omega) : \xi \in \omega_1 \,\}

are disjoint and closed in TT and have no disjoint open neighbourhoods.

Assuming the Axiom of Countable Choice (The Axiom of Countable Choice (ACω\mathrm{AC}_\omega)). The cost is inherited from Assuming countable choice: every at most countable subset of ω1\omega_1 is bounded below ω1\omega_1, so no at most countable subset of ω1\omega_1 is cofinal in it, and a supremum of at most countably many at most countable ordinals is at most countable, which is the single step of the argument that spends it; everything else below is a theorem of ZF, the ordinals αn\alpha_n being defined as least elements rather than selected.

What is and is not claimed. TT is Hausdorff and not normal, and that is all. Nothing here asserts that TT is regular, nor that W×ZW \times Z itself is normal, nor anything about which separation axioms are hereditary or productive; those questions need machinery this page does not have.

Facts & Assumptions

Given: W=ω1+1W = \omega_1 + 1 and Z=ω+1Z = \omega + 1 with their order topologies, the product W×ZW \times Z, the subspace T=(W×Z){(ω1,ω)}T = (W \times Z) \setminus \{(\omega_1,\omega)\}, and the sets AA and BB above.

[A1]

The basic open sets of an ordinal γ\gamma are [0,β][0,\beta] for βγ\beta \in \gamma and (α,β](\alpha,\beta] for α<β\alpha < \beta in γ\gamma, and they form a basis (The order topology on an ordinal, with the half-open intervals (α,β](\alpha, \beta] and the initial segments [0,β][0, \beta] as a basis, Basis and subbasis for a topology, and the topology generated by a family of sets).

[A2]

For a binary product the basic product-open sets are exactly the boxes P×QP \times Q with PP and QQ open, and the boxes P0×Q0P_0 \times Q_0 with P0P_0, Q0Q_0 basic in the factors also form a basis: given (x,y)P×Q(x,y) \in P \times Q, basic P0xP_0 \ni x inside PP and Q0yQ_0 \ni y inside QQ give (x,y)P0×Q0P×Q(x,y) \in P_0 \times Q_0 \subseteq P \times Q (The product set iIXi\prod_{i \in I} X_i of functions choosing a point in each factor, the projections, the box topology, and the product topology as the initial topology of the projections; the empty product is a one-point space, A family is a basis for a unique topology iff it covers the set and every point of an intersection of two members lies in a member inside that intersection; finite intersections of any subbasis form a basis, Basis and subbasis for a topology, and the topology generated by a family of sets).

[L2]

For ordinals exactly one of ξ<η\xi < \eta, ξ=η\xi = \eta, η<ξ\eta < \xi holds, and every nonempty set of ordinals has a least element (Trichotomy and well-ordering of the ordinals, Basic closure properties of ordinals, Ordinal (von Neumann)).

Counterexample

technique · contradiction
1.1

ω1\omega_1 is open in WW and ω\omega is open in ZZ: for ξ<ω1\xi < \omega_1 the basic set [0,ξ][0,\xi] lies inside ω1\omega_1, and for n<ωn < \omega the basic set [0,n][0,n] lies inside ω\omega.

A1L2
1.2

AA and BB are subsets of TT and are disjoint: every point of AA has second coordinate in ω\omega and every point of BB has second coordinate ω\omega, and ωω\omega \notin \omega.

L1L2
1.3

TT is Hausdorff: let (ξ,η)(ξ,η)(\xi,\eta) \ne (\xi',\eta') in TT. If ξξ\xi \ne \xi', [L5] gives disjoint open P,PP, P' in WW containing them, and (P×Z)T(P \times Z) \cap T and (P×Z)T(P' \times Z) \cap T are disjoint open sets of TT containing the two points by [A2] and [A3]; if ηη\eta \ne \eta' the same argument runs in the second factor.

A2A3L5L6
2.1

TA=(ω1×Z)TT \setminus A = (\omega_1 \times Z) \cap T: a point (ξ,η)T(\xi,\eta) \in T with ξ=ω1\xi = \omega_1 has ηω\eta \ne \omega, hence ηω\eta \in \omega and (ξ,η)A(\xi,\eta) \in A; so the points of TT outside AA are exactly those with ξω1\xi \in \omega_1.

step 1.2L1L2
2.2

TB=(W×ω)TT \setminus B = (W \times \omega) \cap T: a point (ξ,η)T(\xi,\eta) \in T with η=ω\eta = \omega has ξω1\xi \ne \omega_1, hence ξω1\xi \in \omega_1 and (ξ,η)B(\xi,\eta) \in B; so the points of TT outside BB are exactly those with ηω\eta \in \omega.

step 1.2L1L2
3.1

By steps 1.1, 2.1 and 2.2 and [A2] and [A3], the sets TAT \setminus A and TBT \setminus B are open in TT, so AA and BB are closed in TT.

step 1.1step 2.1step 2.2A2A3L6
4.1

Suppose UU and VV are disjoint open subsets of TT with AUA \subseteq U and BVB \subseteq V.

step 3.1L6assume-contra
5.1

Fix nωn \in \omega. Then (ω1,n)U(\omega_1, n) \in U, so by [A2] and [A3] there are basic PP in WW and QQ in ZZ with (ω1,n)(P×Q)TU(\omega_1,n) \in (P \times Q) \cap T \subseteq U.

step 4.1A2A3
6.1

Under step 5.1: PP contains ω1\omega_1, and ω1\omega_1 is the largest element of WW, so PP is [0,ω1]=W[0,\omega_1] = W or (α,ω1](\alpha,\omega_1] with αω1\alpha \in \omega_1; in either case (α,ω1]P(\alpha, \omega_1] \subseteq P for some αω1\alpha \in \omega_1, taking α:=0\alpha := 0 in the first case.

step 5.1A1L1L2
7.1

Under step 5.1: (α,ω1]×{n}(P×Q)TU(\alpha,\omega_1] \times \{n\} \subseteq (P \times Q) \cap T \subseteq U, since nQn \in Q and since every point of (α,ω1]×{n}(\alpha,\omega_1] \times \{n\} has second coordinate nωn \ne \omega and so lies in TT.

step 5.1step 6.1L1L2
8.1

For each nωn \in \omega the set of αω1\alpha \in \omega_1 with (α,ω1]×{n}U(\alpha,\omega_1] \times \{n\} \subseteq U is nonempty by step 7.1, so it has a least element αn\alpha_n by [L2]; this defines αn\alpha_n from nn and UU alone and selects nothing.

step 7.1L2
9.1

The set S:={αn:nω}S := \{\, \alpha_n : n \in \omega \,\} is an at most countable subset of ω1\omega_1 by [L4], so [L3] gives αω1\alpha \in \omega_1 with αnα\alpha_n \le \alpha for every nωn \in \omega.

step 8.1L3L4
10.1

Hence (α,ω1](αn,ω1](\alpha,\omega_1] \subseteq (\alpha_n,\omega_1] for every nn, and therefore (α,ω1]×{n}U(\alpha,\omega_1] \times \{n\} \subseteq U for every nωn \in \omega.

step 8.1step 9.1L2
10.2

α+ω1\alpha^{+} \in \omega_1, since ω1\omega_1 is a limit ordinal and αω1\alpha \in \omega_1; so (α+,ω)BV(\alpha^{+}, \omega) \in B \subseteq V.

step 4.1step 9.1L1L2
11.1

By [A2] and [A3] there are basic PP' in WW and QQ' in ZZ with (α+,ω)(P×Q)TV(\alpha^{+},\omega) \in (P' \times Q') \cap T \subseteq V; and QQ' contains ω\omega, the largest element of ZZ, so QQ' is [0,ω]=Z[0,\omega] = Z or (m,ω](m,\omega] with mωm \in \omega, and in either case (m,ω]Q(m,\omega] \subseteq Q' for some mωm \in \omega.

step 10.2A1A2A3L1L2
12.1

Put z:=(α+,m+)z := (\alpha^{+}, m^{+}). Then m+ωm^{+} \in \omega because ω\omega is a limit ordinal, and m<m+ωm < m^{+} \le \omega, so m+(m,ω]Qm^{+} \in (m,\omega] \subseteq Q'; also α+P\alpha^{+} \in P'; and zTz \in T because its first coordinate is α+ω1\alpha^{+} \ne \omega_1. Hence z(P×Q)TVz \in (P' \times Q') \cap T \subseteq V.

step 11.1L1L2
13.1

Also α<α+ω1\alpha < \alpha^{+} \le \omega_1, so α+(α,ω1]\alpha^{+} \in (\alpha,\omega_1], and m+ωm^{+} \in \omega; hence z(α,ω1]×{m+}Uz \in (\alpha,\omega_1] \times \{m^{+}\} \subseteq U by step 10.1.

step 10.1step 12.1L2
14.1

Steps 12.1 and 13.1 put zz in UVU \cap V, contradicting the disjointness assumed in step 4.1; so no such UU and VV exist, the disjoint closed sets AA and BB of step 3.1 cannot be separated, and TT is not normal by [L6]. With step 1.3 the space TT is Hausdorff and not normal, which refutes the claim.

step 3.1step 1.3step 4.1step 12.1step 13.1L6discharge-contradiction

Remarks

Sources