Alphabeta Math
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 T0 and normal but neither T1 nor regular: normality without T1 implies nothing

Example

Let S={a,b} with a≠b carry the Sierpinski topology TSier={∅,{b},S} (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), so that b is the open point and a the closed one. Then:

  1. S is T0 (T0 (Kolmogorov) and T1 (Frechet) spaces): the open set {b} contains b and not a.
  2. S is not T1: the singleton {b} is not closed (A space is T1 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 a is S itself, which also contains b.
  3. S is normal (Normal spaces and T4 spaces, with the source disagreement over whether normality includes T1 stated explicitly): its only closed sets are ∅, {a} and S, and no two disjoint closed sets are both nonempty.
  4. S is not regular (Regular spaces and T3 spaces, with the source disagreement over whether regularity includes T1 stated explicitly): the point b and the closed set {a} have no disjoint open neighbourhoods, because the only open set containing a is S itself.

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

Facts & Assumptions

Given: The two-point set S={a,b} with a≠b and the topology TSier={∅,{b},S}.

[L1]

T0: some open set contains exactly one of two distinct points. T1: each of two distinct points has an open set containing it and missing the other, equivalently every singleton is closed (T0 (Kolmogorov) and T1 (Frechet) spaces, A space is T1 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 S are the complements of ∅, {b} and S, namely S, {a} and ∅.

A1A2
1.2

{b} is open and contains b but not a, so S is T0, which is claim 1.

A1L1
1.3

The only open set containing a is S, by [A1], since ∅ contains nothing and {b} does not contain a.

A1
2.1

{b} is not closed, since {b} is not among the three closed sets of step 1.1, so S is not T1 by [L1]; and S is not Hausdorff, since by step 1.3 the only open set containing a is S, which also contains b, so a and b 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 S are both nonempty: by step 1.1 the nonempty closed sets are {a} and S, and {a}∩{a}={a}, {a}∩S={a} and S∩S=S are all nonempty.

step 1.1
2.3

Suppose U and V are disjoint open sets with b∈U and {a}⊆V; then V=S by step 1.3, so U∩V=U≠∅, a contradiction. Hence b and the closed set {a} cannot be separated and S is not regular by [L2], which is claim 4.

step 1.1step 1.3L2
3.1

Let A,B be disjoint closed subsets of S; by step 2.2 one of them is ∅, and then ∅ together with S separates the pair, in the order matching which of A and B is empty. So S 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 T0 and normal and is neither T1 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 T0, it is not T1 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 X be a set, fix p∈X, and give X the particular-point topology Tp={∅}∪{ U⊆X:p∈U } (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), whose closed sets are X together with the subsets of X that do not contain p. Then:

  1. (X,Tp) is T0 (T0 (Kolmogorov) and T1 (Frechet) spaces), for every X and every p.
  2. If X has at least two points then (X,Tp) is not T1, 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 X has at least two points then (X,Tp) is not regular (Regular spaces and T3 spaces, with the source disagreement over whether regularity includes T1 stated explicitly).
  4. If X has at least three points then (X,Tp) is not normal (Normal spaces and T4 spaces, with the source disagreement over whether normality includes T1 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 T0 and normal but neither T1 nor regular: normality without T1 implies nothing). So this family separates the two failures, and it shows that "not regular" and "not normal" begin at different sizes.

Facts & Assumptions

Verification

technique · direct
1.1

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

A1
1.2

Let x≠y in X. If x=p then {p} is open by [A1], contains x and not y; if y=p the same argument applies with the roles exchanged; and if neither is p then {x,p} is open by [A1], contains x and not y. So (X,Tp) is T0, which is claim 1.

A1L1
1.3

Suppose X has at least two points, so that X∖{p}≠∅. Then {p}≠X, and {p} contains p, so {p} is not closed by [A1]; hence (X,Tp) is not T1 by [L1], and not Hausdorff, which is claim 2.

A1L1assume-hyp
1.4

Suppose X has at least three points and fix x,y∈X with x≠y, x≠p and y≠p. Then {x} and {y} are disjoint nonempty closed sets by [A1].

A1assume-hyp
2.1

Under step 1.3 fix x∈X with x≠p; then {x} does not contain p, so {x} is closed by [A1], and p∉{x}.

step 1.3A1
2.2

Under step 1.4: any open U⊇{x} and open V⊇{y} are nonempty, hence both contain p by step 1.1, so U∩V≠∅ and (X,Tp) is not normal, which is claim 4.

step 1.1step 1.4L2
3.1

Under step 1.3: any open U with p∈U and any open V with {x}⊆V are both nonempty, so both contain p by step 1.1 and U∩V≠∅. Hence the point p and the closed set {x} cannot be separated and (X,Tp) 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 T1 but neither Hausdorff nor regular nor normal

Example

Let X be an infinite set — that is, a set that is not finite (Finite, countably infinite, countable, uncountable) — and give it the cofinite topology Tcof={∅}∪{ U⊆X:X∖U is finite } (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), whose closed sets are X together with the finite subsets of X. Then:

  1. (X,Tcof) is T1 (T0 (Kolmogorov) and T1 (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 T3 spaces, with the source disagreement over whether regularity includes T1 stated explicitly) and not normal (Normal spaces and T4 spaces, with the source disagreement over whether normality includes T1 stated explicitly).

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

Facts & Assumptions

Given: An infinite set X with the cofinite topology Tcof, and points x,y,z∈X.

[A1]

U∈Tcof exactly when U=∅ or X∖U is finite; the closed sets are X and the finite subsets of X; 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 0 or with 1; 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

Tcof⊆Tcof, so (X,Tcof) is T1, which is claim 1.

L1
1.2

X contains three distinct points x, y, z.

L3
1.3

Let U,V be nonempty open sets and suppose U∩V=∅; then X=(X∖U)∪(X∖V) is a union of two finite sets, hence finite by [A1], contradicting the hypothesis that X is infinite. So no two nonempty open sets are disjoint, which is the first half of claim 2.

A1assume-hyp
2.1

x≠y, and any open U∋x and open V∋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} is closed by [A1] and x∉{y}; any open U∋x and open V⊇{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} and {z} are disjoint nonempty closed sets by [A1] and step 1.2; any open U⊇{y} and open V⊇{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 is T1, has unique sequential limits, and is neither Hausdorff nor regular nor normal

Example

Give R the cocountable topology Tcoc={∅}∪{ U⊆R:R∖U is at most countable } (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies), whose closed sets are R together with the at most countable subsets of R (Finite, countably infinite, countable, uncountable). Then:

  1. (R,Tcoc) is T1 (T0 (Kolmogorov) and T1 (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 T3 spaces, with the source disagreement over whether regularity includes T1 stated explicitly) and not normal (Normal spaces and T4 spaces, with the source disagreement over whether normality includes T1 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 T1 and no higher.

Facts & Assumptions

Given: R with the cocountable topology Tcoc, a sequence (xk)k∈N in R, and points p,q,u,v,w∈R.

[A2]

xk→p means: for every neighbourhood N of p there is K∈N with xk∈N for all k≥K; an open set containing p 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, 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ω padded with copies of ∅, and it needs no choice principle, as The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies records.

[L4]

R is uncountable (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 is contained in Tcoc, a finite complement being at most countable, so the space is T1, which is claim 1.

A1L1
1.2

Fix three distinct points u,v,w of R, for instance 0, 1 and 2.

L4
1.3

Suppose xk→p and put R:={ xk:k∈N }∖{p}, at most countable by [L2]; then R∖R is open by [A1] and contains p, so [A2] gives K with xk∉R for all k≥K.

A1A2L2assume-hyp
1.4

Let U,V be nonempty open sets and suppose U∩V=∅; then R=(R∖U)∪(R∖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 k≥K the point xk lies in the range of the sequence and outside R, hence equals p; so the sequence is eventually constant with value p.

step 1.3
2.2

Any open U∋u and open V∋v are nonempty, hence meet by step 1.4, so the space is not Hausdorff.

step 1.2step 1.4L5
2.3

{v} is at most countable, hence closed by [A1], and u∉{v}; any open U∋u and open V⊇{v} are nonempty, hence meet by step 1.4, so the space is not regular.

step 1.2step 1.4A1L5
2.4

{v} and {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 xk→q with q≠p, then R∖{p} is open by [A1] and contains q, so [A2] gives K′ with xk≠p for all k≥K′, contradicting step 2.1 at any index at least both K and K′. 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 T2, T3 and T4 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 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 T0

Example

Let X be a set with the discrete topology Tdisc=P(X), and let Y={a,b} with a≠b carry the indiscrete topology Tind={∅,Y} (The discrete, indiscrete, cofinite, cocountable, particular-point and Sierpinski topologies). Then:

  1. (X,Tdisc) satisfies every axiom named on the main page: it is T1, Hausdorff, Urysohn, regular, completely regular, normal, completely normal and perfectly normal, hence T0, T1, T2, T212, T3, T312, T4, T5 and T6.
  2. (Y,Tind) is regular, completely regular, normal, completely normal and perfectly normal, and it is not T0, hence not T1, 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 T3 to T6 are for.

Facts & Assumptions

Given: A set X with Tdisc=P(X); the set Y={a,b} with a≠b and Tind={∅,Y}; subsets A,B of the space under discussion; and R with its usual topology.

[L2]

A and B are separated when A‾∩B=A∩B‾=∅; separated sets are disjoint (Separated sets: A‾∩B=A∩B‾=∅).

[L4]

A set is a Gδ when it is an intersection of a sequence of open sets; every open set is a Gδ, by the constant sequence (Gδ and Fσ 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) every singleton is closed by [A1], so the space is T1 by [L7], hence T0.

A1L7
1.2

In (X,Tdisc) distinct points x≠y have the disjoint open neighbourhoods {x} and {y}, whose closures are themselves by [A1] and [L3]; so the space is Hausdorff and Urysohn.

A1L1L3
1.3

In (X,Tdisc) let A and B be separated, hence disjoint by [L2]; then A and B 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) let C be closed and x0∉C; the function f with f(x0)=1 and f(x)=0 for x≠x0 takes values in [0,1] and is continuous by [L5], and it satisfies f(x0)=1 and f(y)=0 for every y∈C, since x0∉C, so the space is completely regular; taking U:={x0} and V:=C shows it is regular.

A1L1L5
1.5

In (Y,Tind) the only open set containing a is Y, which also contains b, and likewise with a and b exchanged; so no open set contains exactly one of them and the space is not T0, hence not T1, not Hausdorff and not Urysohn, and not metrizable by [L6].

A2L1L6
1.6

In (Y,Tind) the closed sets are ∅ and Y by [A2], so ∅‾=∅ and A‾=Y for every nonempty A, the smallest closed superset of a nonempty set being Y.

A2L3
1.7

In (Y,Tind) let C be closed with y0∉C; then C≠Y, so C=∅ by [A2], and the constant function 1 is continuous by [L5] with f(y0)=1 and f[C]=∅⊆{0} vacuously, so the space is completely regular; and U:=Y, V:=∅ are disjoint open sets separating y0 from C, so it is regular.

A2L1L5
2.1

In (X,Tdisc) every closed set is open by [A1], hence a Gδ by [L4]; with step 1.3 the space is perfectly normal.

step 1.3A1L4
2.2

In (Y,Tind) a separated pair A,B has an empty member: if both were nonempty then A‾∩B=Y∩B=B≠∅ 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 T1, which holds by step 1.1.

step 1.1step 1.2step 1.3step 2.1step 1.4
3.2

In (Y,Tind), given a separated pair with, say, A=∅, the open sets U:=∅ and V:=Y separate them, and symmetrically when B=∅; 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) both closed sets ∅ and Y are open by [A2], hence Gδ 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 A of R is the zero set of x↦d(x,A) and the intersection of the open sets {x:d(x,A)<1/(n+1)}, worked for [0,1] and for {0}

Example

Let R carry its usual metric dR(s,t)=∣s−t∣ and its usual topology (The absolute value makes R a metric space: d(x,y)=∣x−y∣ is a metric, its open balls are the intervals (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) for the inverse of the canonical natural ι(n+1) (The canonical natural ι(n)=n⋅1F of a field). Let A⊆R be nonempty and closed, and put d(x,A):=inf⁡{ ∣x−a∣:a∈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δ, and the distance function separates a point from a closed set, so every metrizable space is Tychonoff and perfectly normal) specialises:

  1. x↦d(x,A) is continuous and A=Z(d(⋅,A)) (Zero sets and cozero sets of continuous real-valued functions), so A is a zero set.
  2. A=⋂n∈N{ x∈R:d(x,A)<1/(n+1) }, an intersection of open sets, so A is a Gδ of the topological space R (Gδ and Fσ subsets of a topological space, agreeing with the real-line notion) and hence a Gδ subset of R in the sense of Fσ and Gδ subsets of R, the two notions being the same one.

Two worked instances:

  • A=[0,1] (Intervals of R: the nine order-convex forms, nondegeneracy, and length). Here d(x,[0,1])={−xx<000≤x≤1x−1x>1 so Z(d(⋅,[0,1]))=[0,1] and, for every real ε>0, { x:d(x,[0,1])<ε }=(−ε, 1+ε). Taking ε=1/(n+1) gives [0,1]  =  ⋂n∈N(−1/(n+1), 1+1/(n+1)).
  • A={0}. Here d(x,{0})=∣x∣, so {0}  =  ⋂n∈N(−1/(n+1), 1/(n+1)), the standard presentation of a point of R as a Gδ.

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

Facts & Assumptions

Given: R with the usual metric and topology, a nonempty closed A⊆R, and reals x,a,ε with ε>0.

[A1]

d(x,A)=inf⁡{ ∣x−a∣:a∈A } exists for nonempty A, is a lower bound of that set, and is ≤∣x−a∣ for every a∈A; and any real that is a lower bound of the set is ≤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)).

[L2]

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

[L3]

∣s∣≥0, ∣s∣=0 exactly when s=0, and for c>0 one has ∣s∣<c exactly when −c<s<c (Basic properties of the absolute value).

[L4]

[0,1]={ t:0≤t≤1 } and (u,v)={ t:u<t<v }; a two-element set of reals has a minimum (Intervals of 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 with dR, and the identification of the two readings of Gδ is [L2].

L1L2
1.2

For x<0: every a∈[0,1] has a≥0>x, so ∣x−a∣=a−x by [L3], and this is minimised over a∈[0,1] at a=0 with value −x; since −x belongs to the set and is a lower bound of it, d(x,[0,1])=−x by [A1].

A1L3L4
1.3

For 0≤x≤1: x∈[0,1] gives ∣x−x∣=0 in the set, and 0 is a lower bound by [L3], so d(x,[0,1])=0 by [A1].

A1L3L4
1.4

For x>1: every a∈[0,1] has a≤1<x, so ∣x−a∣=x−a, minimised at a=1 with value x−1, which lies in the set and is a lower bound; so d(x,[0,1])=x−1 by [A1].

A1L3L4
1.5

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

L5
2.1

By steps 1.2, 1.3 and 1.4 the zero set of d(⋅,[0,1]) is {x:0≤x≤1}=[0,1], since −x>0 for x<0 and x−1>0 for x>1.

step 1.2step 1.3step 1.4L4
2.2

By steps 1.2, 1.3 and 1.4, for ε>0 the condition d(x,[0,1])<ε holds exactly when −x<ε for x<0, always for 0≤x≤1, and x−1<ε for x>1; that is, exactly when −ε<x<1+ε.

step 1.2step 1.3step 1.4L4
2.3

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

step 1.1A1L3
3.1

Taking ε=1/(n+1) in step 2.2 and intersecting over n∈N gives [0,1]=⋂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 as a convergent sequence together with its limit, and, assuming countable choice, [0,ω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 (α,β] and the initial segments [0,β] as a basis), under which it is T3 — that is T1, Hausdorff and regular (Every ordinal with its order topology has a basis of clopen sets, and is T1, Hausdorff and regular). Two ordinals are worked here.

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

  1. Every n∈ω is isolated: {0}=[0,0] and {m+}=(m,m+] are basic open sets.
  2. The sequence xk:=k (k∈N) converges to ω (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.

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

The space [0,ω1)=ω1. Let ω1 be the first uncountable ordinal (The first uncountable ordinal ω1:=ℵ(ω)), so that ω1 is a limit ordinal, every ordinal below it is at most countable, and ω1 itself is uncountable (ω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) is ω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ω)):

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

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

Facts & Assumptions

Given: Ordinals with their order topologies; the natural numbers ω; the first uncountable ordinal ω1; a sequence (xk)k∈N in ω1; and the Axiom of Countable Choice where stated.

[A2]

α+1=α+, by the clauses of ordinal addition at 0 and at a successor (Ordinal addition α+β).

[L1]

ω is an ordinal and a limit ordinal, every element of ω is 0 or a successor, and m∈n is m<n for naturals (ω is the least limit ordinal, Successor and limit ordinals, Basic closure properties of ordinals).

[L2]

xk→p means: for every neighbourhood N of p there is K with xk∈N for all k≥K; an open set containing p is such a neighbourhood (Convergence and cluster points of a sequence in a topological space, sequential continuity, and the sequential closure).

[L6]

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

[L7]

A subset S of a limit ordinal γ is cofinal in γ when for every ξ∈γ there is σ∈S with ξ≤σ (Cofinal subset of an ordinal).

[L8]

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

Verification

technique · direct
1.1

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

A2L1
1.2

Let N be a neighbourhood of ω in ω+1; by [A1] and [L2] there is a basic set B with ω∈B⊆N, and B is [0,β] with ω≤β or (α,β] with α<ω≤β. In either case (α,ω]⊆B for some α∈ω, taking α:=0 in the first case.

A1L2L6
1.3

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

L5
2.1

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

step 1.1A1L1
2.2

Under step 1.2: α∈ω, so for every k>α one has α<k≤ω and hence xk=k∈(α,ω]⊆N; so xk→ω by [L2].

step 1.2L1L2L6
2.3

By [L4] there is α∈ω1 with ξ≤α for every ξ∈R, hence xk≤α for every k.

step 1.3L4
3.1

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

step 2.1L1L2
3.2

By [L6] the set α+={ ξ:ξ≤α } contains every xk, and α+∈ω1 because ω1 is a limit ordinal and α∈ω1; so α+ is an ordinal below ω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, then by [L7] every ξ∈ω1 would satisfy ξ≤xk for some k; taking ξ:=α+ of step 3.2 gives α+≤xk≤α for some k, contradicting α<α+ by [L6]. So claim 4 holds.

step 2.3step 3.2L6L7
5.1

Both spaces are T3 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,ω)} 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 (α,β] and the initial segments [0,β] as a basis) by forming a product (The product set ∏i∈IXi 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 T4 spaces, with the source disagreement over whether normality includes T1 stated explicitly).

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

T  :=  (W×Z)∖{(ω1,ω)}

with the subspace topology. Then T 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 T is not normal: the two sets

A  :=  { (ω1,n):n∈ω },B  :=  { (ξ,ω):ξ∈ω1 }

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

Assuming the Axiom of Countable Choice (The Axiom of Countable Choice (ACω)). The cost is inherited from Assuming countable choice: every at most countable subset of ω1 is bounded below ω1, so no at most countable subset of ω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 being defined as least elements rather than selected.

What is and is not claimed. T is Hausdorff and not normal, and that is all. Nothing here asserts that T is regular, nor that W×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+1 and Z=ω+1 with their order topologies, the product W×Z, the subspace T=(W×Z)∖{(ω1,ω)}, and the sets A and B above.

[A1]

The basic open sets of an ordinal γ are [0,β] for β∈γ and (α,β] for α<β in γ, and they form a basis (The order topology on an ordinal, with the half-open intervals (α,β] and the initial segments [0,β] 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×Q with P and Q open, and the boxes P0×Q0 with P0, Q0 basic in the factors also form a basis: given (x,y)∈P×Q, basic P0∋x inside P and Q0∋y inside Q give (x,y)∈P0×Q0⊆P×Q (The product set ∏i∈IXi 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 ξ<η, ξ=η, η<ξ 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 is open in W and ω is open in Z: for ξ<ω1 the basic set [0,ξ] lies inside ω1, and for n<ω the basic set [0,n] lies inside ω.

A1L2
1.2

A and B are subsets of T and are disjoint: every point of A has second coordinate in ω and every point of B has second coordinate ω, and ω∉ω.

L1L2
1.3

T is Hausdorff: let (ξ,η)≠(ξ′,η′) in T. If ξ≠ξ′, [L5] gives disjoint open P,P′ in W containing them, and (P×Z)∩T and (P′×Z)∩T are disjoint open sets of T containing the two points by [A2] and [A3]; if η≠η′ the same argument runs in the second factor.

A2A3L5L6
2.1

T∖A=(ω1×Z)∩T: a point (ξ,η)∈T with ξ=ω1 has η≠ω, hence η∈ω and (ξ,η)∈A; so the points of T outside A are exactly those with ξ∈ω1.

step 1.2L1L2
2.2

T∖B=(W×ω)∩T: a point (ξ,η)∈T with η=ω has ξ≠ω1, hence ξ∈ω1 and (ξ,η)∈B; so the points of T outside B are exactly those with η∈ω.

step 1.2L1L2
3.1

By steps 1.1, 2.1 and 2.2 and [A2] and [A3], the sets T∖A and T∖B are open in T, so A and B are closed in T.

step 1.1step 2.1step 2.2A2A3L6
4.1

Suppose U and V are disjoint open subsets of T with A⊆U and B⊆V.

step 3.1L6assume-contra
5.1

Fix n∈ω. Then (ω1,n)∈U, so by [A2] and [A3] there are basic P in W and Q in Z with (ω1,n)∈(P×Q)∩T⊆U.

step 4.1A2A3
6.1

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

step 5.1A1L1L2
7.1

Under step 5.1: (α,ω1]×{n}⊆(P×Q)∩T⊆U, since n∈Q and since every point of (α,ω1]×{n} has second coordinate n≠ω and so lies in T.

step 5.1step 6.1L1L2
8.1

For each n∈ω the set of α∈ω1 with (α,ω1]×{n}⊆U is nonempty by step 7.1, so it has a least element αn by [L2]; this defines αn from n and U alone and selects nothing.

step 7.1L2
9.1

The set S:={ αn:n∈ω } is an at most countable subset of ω1 by [L4], so [L3] gives α∈ω1 with αn≤α for every n∈ω.

step 8.1L3L4
10.1

Hence (α,ω1]⊆(αn,ω1] for every n, and therefore (α,ω1]×{n}⊆U for every n∈ω.

step 8.1step 9.1L2
10.2

α+∈ω1, since ω1 is a limit ordinal and α∈ω1; so (α+,ω)∈B⊆V.

step 4.1step 9.1L1L2
11.1

By [A2] and [A3] there are basic P′ in W and Q′ in Z with (α+,ω)∈(P′×Q′)∩T⊆V; and Q′ contains ω, the largest element of Z, so Q′ is [0,ω]=Z or (m,ω] with m∈ω, and in either case (m,ω]⊆Q′ for some m∈ω.

step 10.2A1A2A3L1L2
12.1

Put z:=(α+,m+). Then m+∈ω because ω is a limit ordinal, and m<m+≤ω, so m+∈(m,ω]⊆Q′; also α+∈P′; and z∈T because its first coordinate is α+≠ω1. Hence z∈(P′×Q′)∩T⊆V.

step 11.1L1L2
13.1

Also α<α+≤ω1, so α+∈(α,ω1], and m+∈ω; hence z∈(α,ω1]×{m+}⊆U by step 10.1.

step 10.1step 12.1L2
14.1

Steps 12.1 and 13.1 put z in U∩V, contradicting the disjointness assumed in step 4.1; so no such U and V exist, the disjoint closed sets A and B of step 3.1 cannot be separated, and T is not normal by [L6]. With step 1.3 the space T is Hausdorff and not normal, which refutes the claim.

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

Remarks

Sources