Alphabeta Math
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-29
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.

Assuming countable choice, every perfectly normal space is completely normal: separated sets in a normal space whose open sets are all Fσ can be separated by disjoint open sets

Statement

Assume the Axiom of Countable Choice (The Axiom of Countable Choice (ACω)). Let (X,T) be a perfectly normal space (Completely normal (T5) and perfectly normal (T6) spaces): X is normal (Normal spaces and T4 spaces, with the source disagreement over whether normality includes T1 stated explicitly) and every closed subset of X is a Gδ, equivalently every open subset of X is an Fσ (Gδ and Fσ subsets of a topological space, agreeing with the real-line notion). Then X is completely normal: any two separated sets A,B⊆X (Separated sets: A‾∩B=A∩B‾=∅) admit disjoint open U⊇A and V⊇B.

Consequently T6 implies T5.

No continuous function is constructed anywhere in the proof, and in particular Urysohn's lemma is not used. All that is consumed is normality, applied once to each member of a countable family of closed sets, and the Fσ presentation of two open sets.

Where the choice principle is spent, and why it is not removable as written. Step 4.1 selects, for each n∈N at once, one open set Un out of the nonempty family that normality provides for the closed set Fn, and likewise one Vn; normality is an existence statement and supplies no rule for singling out a member, so extracting the two sequences is an application of ACω and of nothing stronger. The hypothesis is stated in the theorem rather than hidden in the proof, as this library does everywhere.

Facts & Assumptions

Given: A perfectly normal space (X,T) and separated sets A,B⊆X, so that A‾∩B=A∩B‾=∅.

[A1]

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

[A3]

ACω: for a family of nonempty sets indexed by N there is a function choosing a member of each (The Axiom of Countable Choice (ACω)).

[L3]

A union of finitely many closed sets is closed by iterating (C3), an arbitrary union of open sets is open by (T2), and an intersection of two open sets is open by (T3) (Topology on a set, open and closed sets, clopen sets, the closed-set axiomatisation, and the coarser/finer comparison).

[L4]

For all n,m∈N exactly one of n<m, n=m, m<n holds (Trichotomy of the order on N).

Proof

technique · direct
1.1

A⊆X∖B‾ and B⊆X∖A‾, and both of these sets are open.

A1L2
2.1

By [A2] fix sequences of closed sets with X∖B‾=⋃n∈NFn and X∖A‾=⋃n∈NGn.

step 1.1A2choose
3.1

For every n the closed sets Fn and B‾ are disjoint, since Fn⊆X∖B‾; likewise Gn and A‾ are disjoint closed sets.

step 2.1L2
4.1

By [L1] the set of open W⊇Fn with W‾∩B‾=∅ is nonempty for each n, and likewise the set of open W′⊇Gn with W′‾∩A‾=∅; so [A3] supplies sequences (Un)n∈N and (Vn)n∈N of open sets with Fn⊆Un, Un‾∩B‾=∅, Gn⊆Vn and Vn‾∩A‾=∅ for every n.

step 3.1A3L1choose
5.1

Define U:=⋃n∈N(Un∖⋃i≤nVi‾) and V:=⋃n∈N(Vn∖⋃j≤nUj‾).

step 4.1construct
6.1

U and V are open: for each n the set ⋃i≤nVi‾ is a union of finitely many closed sets, hence closed, so its complement is open and Un∖⋃i≤nVi‾ is an intersection of two open sets; the union over n is then open.

step 5.1L2L3
6.2

A⊆U: given a∈A, step 1.1 and step 2.1 put a in some Fn⊆Un, while a∈A‾ and Vi‾∩A‾=∅ give a∉Vi‾ for every i; hence a∈Un∖⋃i≤nVi‾⊆U.

step 1.1step 2.1step 4.1step 5.1L2
6.3

B⊆V: given b∈B, step 1.1 and step 2.1 put b in some Gm⊆Vm, while b∈B‾ and Uj‾∩B‾=∅ give b∉Uj‾ for every j; hence b∈Vm∖⋃j≤mUj‾⊆V.

step 1.1step 2.1step 4.1step 5.1L2
6.4

Suppose x∈U∩V; then by step 5.1 there are n,m∈N with x∈Un, x∉Vi‾ for all i≤n, x∈Vm, and x∉Uj‾ for all j≤m.

step 5.1assume-hyp
7.1

If n≤m in step 6.4 then j:=n satisfies j≤m, so x∉Un‾; but x∈Un⊆Un‾, which is impossible.

step 6.4L2
7.2

If m<n in step 6.4 then i:=m satisfies i≤n, so x∉Vm‾; but x∈Vm⊆Vm‾, which is impossible.

step 6.4L2
8.1

By [L4] one of n≤m and m<n holds, so steps 7.1 and 7.2 exclude every case and no such x exists: U∩V=∅.

step 7.1step 7.2L4
9.1

By steps 6.1, 6.2, 6.3 and 8.1 the sets U and V are disjoint open sets containing A and B respectively; since A and B were an arbitrary separated pair, X is completely normal, and with the hypothesis T1 this reads T6 implies T5.

step 6.1step 6.2step 6.3step 8.1∎

Remarks

  • The subtraction of the earlier closures is the entire trick. Each Un∖⋃i≤nVi‾ is still large enough to catch the part of A that Fn covers, because no point of A lies in any Vi‾; and it is small enough that the two unions cannot meet, because a putative common point would be inside a Un that a later stage of V has already removed, or inside a Vm that a later stage of U has removed. The comparison n≤m or m<n is what decides which of the two it is.

  • Only the two closures A‾ and B‾ are used, never the sets A and B themselves beyond membership, which is why the hypothesis is exactly separation and not disjointness. For disjoint sets that are not separated the argument breaks at step 6.2.

  • The converse is not proved here and is not asserted. Perfect normality asks a countability condition of every closed set that complete normality never mentions, so the two are not the same hypothesis; but no witness separating them is exhibited in this library, and nothing above claims one exists.

  • The hereditary reading is not used. Complete normality is equivalent to the normality of every subspace, and some texts prove this theorem in that language; the argument above works directly with the separated-sets definition and never passes to a subspace.

Depends on

Used by

Dependency tree · two levels

46 results within two dependency steps of this one, each drawn at its shortest distance from it. An arrow runs from a result to what uses it, so the chart reads left to right and ends at this result, which carries a heavier outline. Every node is a link to that result. Click elsewhere on the chart to enlarge it.

Sources