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.

11 results · all verified · 11 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; all 11 also cleared it.

Topology of R\mathbb{R}: 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-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

An explicit open subset of R\mathbb{R} written as the disjoint union of its component intervals

Example

Take

U  :=  (1,0)    (0,1)    (2,).U \;:=\; (-1,0) \;\cup\; (0,1) \;\cup\; (2,\infty) .

This is an open subset of R\mathbb{R}, and its order components in the sense of Every open subset of R\mathbb{R} is a countable disjoint union of open intervals, namely its order components are exactly the three intervals (1,0)(-1,0), (0,1)(0,1) and (2,)(2,\infty): they are pairwise disjoint, their union is UU, and there are three of them, a finite and hence at most countable family. The example is chosen so that one component is unbounded and two are bounded, and so that the two bounded ones are separated by a single missing point, 00, rather than by a gap of positive length.

Facts & Assumptions

Given: The set U:=(1,0)(0,1)(2,)U := (-1,0) \cup (0,1) \cup (2,\infty), together with the order-convex hull H(x,y)={z:xzy or yzx}H(x,y) = \{\, z : x \le z \le y \text{ or } y \le z \le x \,\} and the relation xy    H(x,y)Ux \sim y \iff H(x,y) \subseteq U on UU, both as in Every open subset of R\mathbb{R} is a countable disjoint union of open intervals, namely its order components. Write A:=(1,0)A := (-1,0), B:=(0,1)B := (0,1) and C:=(2,)C := (2,\infty).

[L1]

For an open UU, the relation \sim is an equivalence relation on UU, its classes are the order components, and they are nonempty pairwise disjoint open intervals whose union is UU, forming an at most countable family (Every open subset of R\mathbb{R} is a countable disjoint union of open intervals, namely its order components).

[L3]

Verification

technique · direct
1.1

UU is open: AA, BB and CC are open sets by [L2], and their union is open by [L2].

L2
1.2

AA, BB and CC are pairwise disjoint with union UU: an element of AA is negative, an element of BB lies strictly between 00 and 11, and an element of CC exceeds 22, so no two of the three share a point, and the union is UU by definition.

givenL3
2.1

Any two points of the same one of AA, BB, CC are equivalent: if x,yAx, y \in A then H(x,y)AUH(x,y) \subseteq A \subseteq U because AA is order-convex by [L3], so xyx \sim y; the same argument applies inside BB and inside CC.

step 1.2L1L3
2.2

No two points of different ones of AA, BB, CC are equivalent: for xAx \in A and yBy \in B, or for xAx \in A and yCy \in C, one has x<0<yx < 0 < y, so 0H(x,y)0 \in H(x,y) while 0U0 \notin U; for xBx \in B and yCy \in C one has x<2<yx < 2 < y, so 2H(x,y)2 \in H(x,y) while 2U2 \notin U. In each case H(x,y)⊈UH(x,y) \not\subseteq U and x≁yx \not\sim y.

step 1.2L1
3.1

Every point of UU lies in exactly one of AA, BB, CC by step 1.2, and by steps 2.1 and 2.2 its equivalence class is precisely that one of the three; so the order components of UU are exactly AA, BB and CC, three pairwise disjoint nonempty open intervals with union UU, which is the decomposition promised by [L1].

step 1.2step 2.1step 2.2L1

Remarks

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

Q\mathbb{Q} has closure R\mathbb{R}, empty interior, and boundary R\mathbb{R}

Example

Write QR\mathbb{Q}_{\mathbb{R}} for the copy of Q\mathbb{Q} inside R\mathbb{R} (The rationals embed densely in the reals). Then

QR=R,(QR)=,QR=R,\overline{\mathbb{Q}_{\mathbb{R}}} = \mathbb{R}, \qquad (\mathbb{Q}_{\mathbb{R}})^{\circ} = \varnothing, \qquad \partial \mathbb{Q}_{\mathbb{R}} = \mathbb{R},

with closure, interior and boundary as in Interior, closure, boundary and exterior of a subset of R\mathbb{R}. So the rationals are as large as possible for the closure operator and as small as possible for the interior operator at once, and their boundary is everything.

Facts & Assumptions

Given: The copy QR\mathbb{Q}_{\mathbb{R}} of Q\mathbb{Q} in R\mathbb{R} and the set X:=RQRX := \mathbb{R} \setminus \mathbb{Q}_{\mathbb{R}} of irrationals.

[L1]

Interior, closure and boundary: A=AA\partial A = \overline{A} \setminus A^{\circ}, and xAx \in A^{\circ} exactly when some Nε(x)N_\varepsilon(x) is contained in AA (Interior, closure, boundary and exterior of a subset of R\mathbb{R}).

[L2]

Both QR\mathbb{Q}_{\mathbb{R}} and XX are dense in R\mathbb{R}, that is, each has closure R\mathbb{R} (Both Q\mathbb{Q} and RQ\mathbb{R} \setminus \mathbb{Q} are dense in R\mathbb{R}, and every nonempty open subset of R\mathbb{R} is uncountable).

Verification

technique · direct
1.1

QR=R\overline{\mathbb{Q}_{\mathbb{R}}} = \mathbb{R}: this is the density of QR\mathbb{Q}_{\mathbb{R}} in [L2].

L2
1.2

(QR)=(\mathbb{Q}_{\mathbb{R}})^{\circ} = \varnothing: suppose xx were in the interior; by [L1] there would be a real ε>0\varepsilon > 0 with Nε(x)QRN_\varepsilon(x) \subseteq \mathbb{Q}_{\mathbb{R}}. But X=R\overline{X} = \mathbb{R} by [L2], so xXx \in \overline{X} and every neighbourhood of xx meets XX by [L3]; a point of Nε(x)XN_\varepsilon(x) \cap X then lies in QR\mathbb{Q}_{\mathbb{R}} and in its complement at once, which is impossible.

L1L2L3L4
1.3

By [L1] the boundary is QR=QR(QR)\partial \mathbb{Q}_{\mathbb{R}} = \overline{\mathbb{Q}_{\mathbb{R}}} \setminus (\mathbb{Q}_{\mathbb{R}})^{\circ}.

L1
2.1

Substituting steps 1.1 and 1.2 into step 1.3 gives QR=R=R\partial \mathbb{Q}_{\mathbb{R}} = \mathbb{R} \setminus \varnothing = \mathbb{R}, so all three assertions hold.

step 1.1step 1.2step 1.3L1

Remarks

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

{1/k:k1}{0}\{1/k : k \ge 1\} \cup \{0\} is compact while {1/k:k1}\{1/k : k \ge 1\} is not closed

Example

Put

B  :=  {1/k:kN, k1}andA  :=  B{0}.B \;:=\; \{\, 1/k : k \in \mathbb{N},\ k \ge 1 \,\} \qquad \text{and} \qquad A \;:=\; B \cup \{0\} .

The index runs over k1k \ge 1 because 1/01/0 is undefined. Then AA is compact (A subset of R\mathbb{R} is compact if and only if it is closed and bounded) and BB is not closed (Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen). The single point 00 is the whole difference: it is a limit point of BB (Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}) that BB omits, and adjoining it turns a non-closed bounded set into a compact one.

Facts & Assumptions

Given: The sets B:={1/k:k1}B := \{\, 1/k : k \ge 1 \,\} and A:=B{0}A := B \cup \{0\}, where 1/k1/k denotes the inverse of the canonical natural k1Rk \cdot 1_{\mathbb{R}}, defined and positive for k1k \ge 1.

[L1]

A subset of R\mathbb{R} is compact exactly when it is closed and bounded (A subset of R\mathbb{R} is compact if and only if it is closed and bounded, Lower bound, bounded below, bounded set).

[L3]

UU is open when each of its points has a neighbourhood inside it, and SS is closed when RS\mathbb{R} \setminus S is open; Nε(x)={y:yx<ε}N_\varepsilon(x) = \{\, y : |y-x| < \varepsilon \,\} (Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen, The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}).

[L4]

Reciprocal Archimedean property: for every real ε>0\varepsilon > 0 there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean).

[L5]

Canonical naturals are positive and increasing for k1k \ge 1, with 11R=11 \cdot 1_{\mathbb{R}} = 1; reciprocation of positives is positive and reverses the order, so 1mn1 \le m \le n gives 0<1/n1/m10 < 1/n \le 1/m \le 1 (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

[L6]

Every nonempty subset of N\mathbb{N} has a least element (The well-ordering principle).

[L7]

Every nonempty finite set of reals has a minimum, which is one of its members (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L8]

Absolute value: z=z|z| = z for z0z \ge 0 and z=z|z| = -z for z<0z < 0; the order is total and transitive (Basic properties of the absolute value, Ordered field, Complete ordered field (least-upper-bound property)).

Verification

technique · direct
1.1

Every element of AA lies in [0,1][0,1], and 00 and 11 belong to AA: indeed 1=1/1B1 = 1/1 \in B, and 0<1/k10 < 1/k \le 1 for every k1k \ge 1 by [L5]. In particular AA is bounded.

L1L5
1.2

00 is a limit point of BB and 0B0 \notin B: given a real ε>0\varepsilon > 0, [L4] supplies n1n \ge 1 with 1/n<ε1/n < \varepsilon, and 1/nB1/n \in B with 1/n01/n \ne 0, so 1/n1/n lies in the punctured neighbourhood of 00 of radius ε\varepsilon and meets BB; and 0B0 \notin B because every 1/k1/k is positive by [L5].

L2L4L5
2.1

Let xRAx \in \mathbb{R} \setminus A with x<0x < 0 or x>1x > 1. Put ε:=x\varepsilon := -x in the first case and ε:=x1\varepsilon := x - 1 in the second; then ε>0\varepsilon > 0, and yNε(x)y \in N_\varepsilon(x) gives y<x+ε=0y < x + \varepsilon = 0 in the first case and y>xε=1y > x - \varepsilon = 1 in the second, so yAy \notin A by step 1.1. Hence Nε(x)A=N_\varepsilon(x) \cap A = \varnothing.

step 1.1L3L8
2.2

Let xRAx \in \mathbb{R} \setminus A with 0x10 \le x \le 1. Then x0x \ne 0 and x1x \ne 1 by step 1.1, so 0<x<10 < x < 1. The set {kN:k1 and 1/k<x}\{\, k \in \mathbb{N} : k \ge 1 \text{ and } 1/k < x \,\} is nonempty by [L4], so it has a least element k0k_0 by [L6], and k01k_0 \ne 1 since 1/1=1>x1/1 = 1 > x; hence k02k_0 \ge 2 and k011k_0 - 1 \ge 1. By minimality 1/(k01)<x1/(k_0-1) < x fails, so x1/(k01)x \le 1/(k_0-1), and x1/(k01)x \ne 1/(k_0-1) because xAx \notin A, so x<1/(k01)x < 1/(k_0-1). Put ε:=min{x1/k0, 1/(k01)x}>0\varepsilon := \min\{\, x - 1/k_0,\ 1/(k_0-1) - x \,\} > 0 by [L7]. Then Nε(x)A=N_\varepsilon(x) \cap A = \varnothing: an element of AA is 00 or 1/m1/m with m1m \ge 1; for 00 one has 0x=x>ε|0 - x| = x > \varepsilon since εx1/k0<x\varepsilon \le x - 1/k_0 < x; for mk0m \ge k_0 one has 1/m1/k0xε1/m \le 1/k_0 \le x - \varepsilon by [L5]; and for 1mk011 \le m \le k_0 - 1 one has 1/m1/(k01)x+ε1/m \ge 1/(k_0-1) \ge x + \varepsilon by [L5]. In each case the element is at distance at least ε\varepsilon from xx.

step 1.1L3L4L5L6L7L8
2.3

BB is not closed: by step 1.2 the point 00 is a limit point of BB that does not lie in BB, so BB does not contain all its limit points and [L2] denies that it is closed.

step 1.2L2
3.1

AA is closed: every xRAx \in \mathbb{R} \setminus A falls under step 2.1 or step 2.2 by totality of the order, and in either case some Nε(x)N_\varepsilon(x) misses AA, so RA\mathbb{R} \setminus A is open. With the boundedness of step 1.1 and [L1], AA is compact.

step 1.1step 2.1step 2.2L1L3L8
4.1

So A={1/k:k1}{0}A = \{\, 1/k : k \ge 1 \,\} \cup \{0\} is compact by step 3.1 while B={1/k:k1}B = \{\, 1/k : k \ge 1 \,\} is not closed by step 2.3, hence not compact by [L1].

step 2.3step 3.1L1

Remarks

  • BB is bounded and not compact, and it fails to be closed by a single point. Adjoining 00 is what the verification above shows to be enough: A=B{0}A = B \cup \{0\} is closed. The same computation, run at a point xAx \notin A lying between two consecutive reciprocals, is the one that isolates each 1/k1/k from the rest of BB.

  • AA is compact and has an isolated point. Every 1/k1/k is isolated in AA, so AA is not perfect (Perfect subset of R\mathbb{R}: closed with no isolated points); compactness and perfectness are independent properties, and this is a compact set that is countable, which is possible exactly because it is not perfect (Every nonempty perfect subset of R\mathbb{R} is uncountable).

  • The index range matters. The set is indexed from k=1k = 1; 1/01/0 does not exist. Since N\mathbb{N} contains 00 (Sequences of reals: bounded, eventually, frequently, tails, subsequences), a set written {1/k:kN}\{1/k : k \in \mathbb{N}\} without a restriction would be ill formed, and the same care is needed at the threshold K=n1K = n-1 used in the convergence arguments on the parent page.

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

Every nondegenerate closed interval is perfect, giving a second proof that it is uncountable

Example

Let a,bRa, b \in \mathbb{R} with a<ba < b. Then the closed interval E:=[a,b]E := [a,b] (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length) is perfect (Perfect subset of R\mathbb{R}: closed with no isolated points), and therefore uncountable by Every nonempty perfect subset of R\mathbb{R} is uncountable.

This is a second proof of the uncountability of a nondegenerate interval. The first, Every nondegenerate interval of R\mathbb{R} is uncountable, runs a trisection argument directly against an assumed enumeration; the route here checks two purely local properties, closedness and the absence of isolated points, and lets the perfect-set theorem do the counting.

Facts & Assumptions

Given: Reals a<ba < b and the interval E:=[a,b]={x:axb}E := [a,b] = \{\, x : a \le x \le b \,\}.

[L1]

A set is perfect when it is closed and no point of it is isolated in it; xPx \in P is isolated in PP when some Nε(x)N_\varepsilon(x) meets PP only in xx (Perfect subset of R\mathbb{R}: closed with no isolated points, Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}).

[L3]

Nε(x)={y:yx<ε}N_\varepsilon(x) = \{\, y : |y - x| < \varepsilon \,\} (The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}, Basic properties of the absolute value).

[L4]

Every nonempty perfect subset of R\mathbb{R} is uncountable (Every nonempty perfect subset of R\mathbb{R} is uncountable).

[L5]

For a<ba < b the intervals [a,b][a,b] and (a,b)(a,b) are uncountable (Every nondegenerate interval of R\mathbb{R} is uncountable).

[L6]

Every nonempty finite set of reals has a minimum, which is one of its members (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L7]

Ordered-field arithmetic: 0<10 < 1, so 2:=1+1>02 := 1+1 > 0 and 0<d21<d0 < d \cdot 2^{-1} < d for d>0d > 0; adding a constant and multiplying by a positive preserve inequalities; the order is total and transitive (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Ordered field, Complete ordered field (least-upper-bound property)). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

Verification

technique · direct
1.1

EE is closed by [L2], and nonempty since aEa \in E.

L2
1.2

No point of EE is isolated in EE: let xEx \in E and let ε>0\varepsilon > 0 be real. If x<bx < b, put t:=min{ε, bx}21t := \min\{\varepsilon,\ b - x\} \cdot 2^{-1}, which is positive by [L6] and [L7], and y:=x+ty := x + t; then y>xy > x, and yx+(bx)21<by \le x + (b-x) \cdot 2^{-1} < b by [L7], while y>xay > x \ge a, so yEy \in E with yxy \ne x and yx=tε21<ε|y - x| = t \le \varepsilon \cdot 2^{-1} < \varepsilon. If x=bx = b, then x>ax > a; put t:=min{ε, ba}21>0t := \min\{\varepsilon,\ b - a\} \cdot 2^{-1} > 0 and y:=xty := x - t; then y<xby < x \le b, and yb(ba)21>ay \ge b - (b-a) \cdot 2^{-1} > a by [L7], so yEy \in E with yxy \ne x and yx=t<ε|y - x| = t < \varepsilon. In both cases Nε(x)N_\varepsilon(x) contains a point of EE other than xx, so no ε\varepsilon isolates xx.

L1L3L6L7
2.1

By steps 1.1 and 1.2 the set EE is closed with no isolated points, that is, perfect, and it is nonempty.

step 1.1step 1.2L1
3.1

By [L4] the nonempty perfect set EE is uncountable, which reproves for [a,b][a,b] the first claim of [L5] along an independent route.

step 1.1step 2.1L4L5

Remarks

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

k(1/k,1/k)={0}\bigcap_k (-1/k, 1/k) = \{0\} is not open

Statement refuted

Refuted claim: an arbitrary intersection of open subsets of R\mathbb{R} is open (FALSE: an arbitrary intersection of open subsets of R\mathbb{R} is open, Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen).

The witness is Uk:=(1/k, 1/k)U_k := (-1/k,\ 1/k) for k1k \ge 1: each UkU_k is a nonempty open interval, the family is nested, and

k1(1k, 1k)  =  {0},\bigcap_{k \ge 1} \Big( -\frac{1}{k},\ \frac{1}{k} \Big) \;=\; \{0\},

which is not open. The index runs over k1k \ge 1 because 1/01/0 is undefined; read as a family indexed by N\mathbb{N} it is j(1/(j+1), 1/(j+1))j \mapsto (-1/(j+1),\ 1/(j+1)). The refutation is carried out in full in FALSE: an arbitrary intersection of open subsets of R\mathbb{R} is open and is recorded here as the named counterexample. The comparison worth keeping in view is the finite case: any finite subfamily of {Uk}\{U_k\} has intersection the smallest of its members, which is open.

Facts & Assumptions

Given: For each natural k1k \ge 1 the interval Uk:=(1/k, 1/k)U_k := (-1/k,\ 1/k), where 1/k1/k is the inverse of the canonical natural k1Rk \cdot 1_{\mathbb{R}}.

[A1]

The refuted claim: for every family of open subsets of R\mathbb{R}, the intersection is open.

[L1]

Each UkU_k is open, the intersection of the family is {0}\{0\}, and {0}\{0\} is not open (FALSE: an arbitrary intersection of open subsets of R\mathbb{R} is open).

[L2]

UU is open when every point of it has a neighbourhood inside it, and each interval (a,b)(a,b) is an open set; Nε(x)={y:yx<ε}N_\varepsilon(x) = \{\, y : |y-x| < \varepsilon \,\} (Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length, The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}).

[L3]

Reciprocal Archimedean property: for every real ε>0\varepsilon > 0 there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean).

[L4]

Canonical naturals are positive for k1k \ge 1 and their inverses are positive (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order); z0|z| \ge 0 with z=0|z| = 0 only for z=0z = 0, and z<c|z| < c exactly when c<z<c-c < z < c for c>0c > 0 (Basic properties of the absolute value); 0<10 < 1, so 2:=1+1>02 := 1+1 > 0 and 0<d21<d0 < d \cdot 2^{-1} < d for d>0d > 0 (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Ordered field, Complete ordered field (least-upper-bound property)). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

Counterexample

technique · direct
1.1

Each UkU_k is a nonempty open subset of R\mathbb{R}, being the interval (1/k,1/k)(-1/k, 1/k) with 1/k>01/k > 0, so the family {Uk:k1}\{\, U_k : k \ge 1 \,\} is an instance of the claim [A1], which asserts that its intersection is open.

A1L1L2L4
1.2

0Uk0 \in U_k for every k1k \ge 1, since 0=0<1/k|0| = 0 < 1/k by [L4].

L1L4
2.1

If x0x \ne 0 then x>0|x| > 0 by [L4], so [L3] supplies a natural n1n \ge 1 with 1/n<x1/n < |x|, and xUnx \in U_n would give x<1/n|x| < 1/n, which trichotomy forbids; hence xUnx \notin U_n. With step 1.2 this gives k1Uk={0}\bigcap_{k \ge 1} U_k = \{0\}.

step 1.2L3L4
3.1

The singleton {0}\{0\} is not open, since for every real ε>0\varepsilon > 0 the point ε21\varepsilon \cdot 2^{-1} lies in Nε(0)N_\varepsilon(0) and differs from 00 by [L4]. So the family of step 1.1 consists of open sets and its intersection, computed in step 2.1, is not open: the claim [A1] is refuted.

step 1.1step 2.1A1L1L2L4

Remarks

CounterexampleConstruction: Literature-sourcedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

[0,1)[0,1) is neither open nor closed in R\mathbb{R}

Statement refuted

Refuted claim: every subset of R\mathbb{R} is open or closed (FALSE: every subset of R\mathbb{R} is either open or closed, Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen).

The witness is the half-open interval E:=[0,1)E := [0,1) (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length). It fails openness at its left endpoint 00, which belongs to EE while every neighbourhood of 00 reaches below 00, and it fails closedness at 11, which does not belong to EE while every neighbourhood of 11 reaches into EE. The refutation is carried out in full in FALSE: every subset of R\mathbb{R} is either open or closed and is recorded here as the named counterexample.

Facts & Assumptions

Given: The interval E:=[0,1)={xR:0x<1}E := [0,1) = \{\, x \in \mathbb{R} : 0 \le x < 1 \,\} (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[A1]

The refuted claim: every subset of R\mathbb{R} is open or closed.

[L2]

UU is open when every xUx \in U admits ε>0\varepsilon > 0 with Nε(x)UN_\varepsilon(x) \subseteq U; FF is closed when RF\mathbb{R} \setminus F is open; Nε(x)={y:yx<ε}N_\varepsilon(x) = \{\, y : |y-x| < \varepsilon \,\} (Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen, The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}).

[L3]

Every nonempty finite set of reals has a minimum, which is one of its members (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L4]

Absolute value: z=z|z| = z for z0z \ge 0 and z=z|z| = -z for z<0z < 0 (Basic properties of the absolute value); 0<10 < 1, so 2:=1+1>02 := 1+1 > 0 and 0<d21<d0 < d \cdot 2^{-1} < d for d>0d > 0; adding a constant preserves an inequality and the order is total (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Ordered field, Complete ordered field (least-upper-bound property)). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

Counterexample

technique · direct
1.1

0E0 \in E and 1E1 \notin E, so EE is a legitimate instance of the claim [A1] and 1RE1 \in \mathbb{R} \setminus E.

A1L4
1.2

EE is not open: for a real ε>0\varepsilon > 0 the point y:=(ε21)y := -(\varepsilon \cdot 2^{-1}) satisfies y0=ε21<ε|y - 0| = \varepsilon \cdot 2^{-1} < \varepsilon by [L4], so yNε(0)y \in N_\varepsilon(0), while y<0y < 0 puts yy outside EE. Hence no neighbourhood of the point 00 of EE is contained in EE.

L1L2L4
1.3

EE is not closed: for a real ε>0\varepsilon > 0 put t:=min{ε,1}21t := \min\{\varepsilon, 1\} \cdot 2^{-1}, positive by [L3] and [L4], and y:=1ty := 1 - t; then t121t \le 1 \cdot 2^{-1} gives y1121>0y \ge 1 - 1 \cdot 2^{-1} > 0, and t>0t > 0 gives y<1y < 1, so yEy \in E; and y1=tε21<ε|y - 1| = t \le \varepsilon \cdot 2^{-1} < \varepsilon, so yNε(1)y \in N_\varepsilon(1). Hence no neighbourhood of the point 11 of RE\mathbb{R} \setminus E is contained in RE\mathbb{R} \setminus E, so RE\mathbb{R} \setminus E is not open.

L1L2L3L4
2.1

By steps 1.2 and 1.3 the set EE is neither open nor closed, so the claim [A1] fails at EE and is refuted.

step 1.1step 1.2step 1.3A1L1L2

Remarks

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

The cover {(1/k,1)}\{(1/k, 1)\} of (0,1)(0,1) has no finite subcover, so (0,1)(0,1) is not compact

Statement refuted

Refuted claim: the bounded interval (0,1)(0,1) is compact (Open cover, subcover, compact subset of R\mathbb{R} (every open cover has a finite subcover), and sequentially compact subset); equivalently, boundedness on its own is enough for compactness.

The witness is the family

U  :=  {Vk:k1},Vk:=(1/k, 1),\mathcal{U} \;:=\; \{\, V_k : k \ge 1 \,\}, \qquad V_k := (1/k,\ 1),

of open subsets of R\mathbb{R}. The index runs over k1k \ge 1 because 1/01/0 is undefined, and the first member is degenerate: V1=(1,1)=V_1 = (1,1) = \varnothing, which is harmless, since a cover may contain empty members. The family covers (0,1)(0,1) and no finite subfamily does.

Facts & Assumptions

Given: For each natural k1k \ge 1 the interval Vk:=(1/k, 1)V_k := (1/k,\ 1), where 1/k1/k is the inverse of the canonical natural k1Rk \cdot 1_{\mathbb{R}}, and the family U:={Vk:k1}\mathcal{U} := \{\, V_k : k \ge 1 \,\}.

[A1]

The refuted claim: (0,1)(0,1) is compact.

[L1]

An open cover of SS is a family of open subsets of R\mathbb{R} whose union contains SS; SS is compact when every open cover has a finite subfamily, empty or of the form {U0,,Up}\{U_0, \dots, U_p\}, whose union contains SS (Open cover, subcover, compact subset of R\mathbb{R} (every open cover has a finite subcover), and sequentially compact subset).

[L3]

Reciprocal Archimedean property: for every real ε>0\varepsilon > 0 there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon, Every complete ordered field is Archimedean).

[L4]

Canonical naturals are positive and increasing for k1k \ge 1, with 11R=11 \cdot 1_{\mathbb{R}} = 1; reciprocation of positives is positive and reverses the order, so 1mn1 \le m \le n gives 0<1/n1/m10 < 1/n \le 1/m \le 1 (Canonical naturals are positive and strictly increasing, Inverses of positives are positive, and reciprocation reverses order). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

[L5]

Every nonempty finite set of reals has a maximum and a minimum, each one of its members (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L6]

Absolute value and ordered-field arithmetic: z=z|z| = z for z0z \ge 0; 0<10 < 1, so 2:=1+1>02 := 1+1 > 0 and 0<d21<d0 < d \cdot 2^{-1} < d for d>0d > 0; the order is total and transitive (Basic properties of the absolute value, The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Ordered field, Complete ordered field (least-upper-bound property)). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

[L7]

A subset of R\mathbb{R} is compact exactly when it is closed and bounded (A subset of R\mathbb{R} is compact if and only if it is closed and bounded).

Counterexample

technique · direct
1.1

Each VkV_k is an open subset of R\mathbb{R} by [L2], and U\mathcal{U} covers (0,1)(0,1): given xx with 0<x<10 < x < 1, [L3] supplies a natural n1n \ge 1 with 1/n<x1/n < x, so xVnx \in V_n. Hence U\mathcal{U} is an open cover of (0,1)(0,1).

L1L2L3L4
1.2

(0,1)(0,1) is nonempty, since 1211 \cdot 2^{-1} satisfies 0<121<10 < 1 \cdot 2^{-1} < 1 by [L6].

L6
1.3

(0,1)(0,1) is not closed: 0(0,1)0 \notin (0,1), and for a real ε>0\varepsilon > 0 the point t:=min{ε,1}21t := \min\{\varepsilon, 1\} \cdot 2^{-1} is positive, satisfies t121<1t \le 1 \cdot 2^{-1} < 1 and t0=tε21<ε|t - 0| = t \le \varepsilon \cdot 2^{-1} < \varepsilon by [L5] and [L6], so tNε(0)(0,1)t \in N_\varepsilon(0) \cap (0,1); hence no neighbourhood of 00 lies in the complement of (0,1)(0,1) and that complement is not open.

L2L5L6
2.1

No finite subfamily of U\mathcal{U} covers (0,1)(0,1): the empty subfamily fails by step 1.2, and a nonempty finite subfamily is {Vk0,,Vkp}\{V_{k_0}, \dots, V_{k_p}\} with each ki1k_i \ge 1; put K:=max{k0,,kp}K := \max\{k_0, \dots, k_p\} by [L5], one of the kik_i, so K1K \ge 1. Since kiKk_i \le K gives 1/K1/ki1/K \le 1/k_i by [L4], each VkiV_{k_i} is contained in VK=(1/K,1)V_K = (1/K, 1), so the union of the subfamily lies in VKV_K. The point z:=1/(K+1)z := 1/(K+1) satisfies 0<z121<10 < z \le 1 \cdot 2^{-1} < 1 by [L4] and [L6], since K+12K + 1 \ge 2, so z(0,1)z \in (0,1); and z1/Kz \le 1/K by [L4], so 1/K<z1/K < z fails and zVKz \notin V_K. Thus zz is uncovered.

step 1.2L1L4L5L6
3.1

The family U\mathcal{U} is therefore an open cover of (0,1)(0,1) with no finite subcover, so (0,1)(0,1) is not compact and the claim [A1] is refuted. This is consistent with [L7]: (0,1)(0,1) is bounded but not closed by step 1.3, so [L7] predicts exactly this failure.

step 1.1step 1.3step 2.1A1L1L7

Remarks

  • The cover creeps up on the missing endpoint. Every member of U\mathcal{U} stops short of 00, and the whole family reaches every point of (0,1)(0,1) only because the reciprocals 1/k1/k get arbitrarily small (For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon). A finite subfamily stops at the largest of its indices KK and therefore misses every point of (0,1)(0,1) that is at most 1/K1/K.

  • The empty member is not a defect. V1=(1,1)V_1 = (1,1) is empty because 1/1=11/1 = 1; a family of open sets is a cover as long as its union contains the set, and an empty member contributes nothing either way. Writing the family from k=2k = 2 instead would change nothing in the argument.

  • The closed interval behaves differently, and that is the whole point. [0,1][0,1] is compact by Heine-Borel by bisection: every closed bounded interval [a,b][a,b] is compact, and the analogous family {(1/k,1)}\{(1/k, 1)\} is not even a cover of it, since it misses both 00 and 11. The endpoint that the cover above exploits is 00, which (0,1)(0,1) omits and [0,1][0,1] contains.

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

{qQ:q0, q2<2}\{q \in \mathbb{Q} : q \ge 0,\ q^2 < 2\} is closed and bounded in Q\mathbb{Q} and is not compact

Statement refuted

Refuted claim: in every ordered field a closed bounded set is compact, so the completeness hypothesis of the Heine-Borel characterisation is unnecessary (FALSE: in every ordered field a closed bounded set is compact, so Heine-Borel needs no completeness).

The witness is the ordered field Q\mathbb{Q} (The rationals as equivalence classes of pairs of integers, The rationals form a totally ordered field) together with

S  :=  {qQ:q0 and q2<2}.S \;:=\; \{\, q \in \mathbb{Q} : q \ge 0 \text{ and } q^2 < 2 \,\} .

The set SS is bounded, is closed in Q\mathbb{Q}, and is not compact in Q\mathbb{Q}, all with respect to the vocabulary of Open cover, subcover, compact subset of R\mathbb{R} (every open cover has a finite subcover), and sequentially compact subset transposed from R\mathbb{R} to Q\mathbb{Q} exactly as set out in FALSE: in every ordered field a closed bounded set is compact, so Heine-Borel needs no completeness, where the refutation is carried out in full. This item records the witness and says what makes it work.

Facts & Assumptions

Given: The ordered field Q\mathbb{Q} and the set S:={qQ:q0 and q2<2}S := \{\, q \in \mathbb{Q} : q \ge 0 \text{ and } q^2 < 2 \,\}, with "open in Q\mathbb{Q}", "closed in Q\mathbb{Q}", "bounded" and "compact in Q\mathbb{Q}" as defined in FALSE: in every ordered field a closed bounded set is compact, so Heine-Borel needs no completeness.

[A1]

The refuted claim: in every ordered field a closed bounded set is compact.

[L1]

SS is nonempty and bounded, has no greatest element, is closed in Q\mathbb{Q}, and the family {{yQ:y<r}:rS}\{\, \{\, y \in \mathbb{Q} : y < r \,\} : r \in S \,\} is a cover of SS by sets open in Q\mathbb{Q} with no finite subfamily covering SS (FALSE: in every ordered field a closed bounded set is compact, so Heine-Borel needs no completeness).

[L3]

No rational number squares to 22 (FALSE: some rational number squares to 2).

[L4]

Squaring is strictly monotone on the nonnegatives of an ordered field (Squaring is monotone on the nonnegatives).

Counterexample

technique · direct
1.1

Q\mathbb{Q} is an ordered field by [L2], so it is a legitimate instance of the claim [A1].

A1L2
1.2

SS is bounded and closed in Q\mathbb{Q} by [L1]; the closedness rests on the fact that no rational squares to 22 ([L3]), which is what makes the complement of SS split into the rationals below 00 and those whose square exceeds 22, and on the monotonicity of squaring ([L4]), which is what makes each of those two pieces open in Q\mathbb{Q}.

L1L2L3L4
1.3

SS is not compact in Q\mathbb{Q}: the cover exhibited in [L1] consists of sets open in Q\mathbb{Q}, covers SS because SS has no greatest element, and admits no finite subfamily covering SS, since the largest index of such a subfamily is itself a member of SS that the subfamily leaves uncovered.

L1L2
2.1

So the ordered field Q\mathbb{Q} carries a bounded set that is closed in Q\mathbb{Q} and not compact in Q\mathbb{Q}, and the claim [A1] is refuted.

step 1.1step 1.2step 1.3A1L1

Remarks

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

Q[0,2]\mathbb{Q} \cap [0,2] is bounded and disconnected, so being an interval of Q\mathbb{Q} is not enough

Statement refuted

Refuted claim: the set E:=QR[0,2]E := \mathbb{Q}_{\mathbb{R}} \cap [0,2] of rationals between 00 and 22 is connected (Separated sets, disconnection, and connected subset of R\mathbb{R}), where QR\mathbb{Q}_{\mathbb{R}} is the copy of Q\mathbb{Q} inside R\mathbb{R} (The rationals embed densely in the reals).

EE is bounded, and it contains every rational lying between its two endpoints, so it is order-convex as a subset of the ordered field Q\mathbb{Q}: it is an interval of that field. As a subset of R\mathbb{R} it is nevertheless disconnected, split at the irrational point 2\sqrt 2. So the equivalence of A subset of R\mathbb{R} is connected if and only if it is order-convex, that is, an interval genuinely uses the completeness of R\mathbb{R}, and "is an interval of the order it carries from Q\mathbb{Q}" is not enough to make a set connected.

Facts & Assumptions

Given: The copy QR\mathbb{Q}_{\mathbb{R}} of Q\mathbb{Q} in R\mathbb{R}, the set E:=QR[0,2]E := \mathbb{Q}_{\mathbb{R}} \cap [0,2], and the real rr with r0r \ge 0 and r2=2r^2 = 2.

[A1]

The refuted claim: EE is connected.

[L1]

Separated sets, disconnection and connectedness (Separated sets, disconnection, and connected subset of R\mathbb{R}).

[L3]

Each of (,c](-\infty, c] and [c,)[c,\infty) is a closed set and each of (,c)(-\infty,c) and (c,)(c,\infty) is an open set (Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L4]

In a complete ordered field every a0a \ge 0 has a unique s0s \ge 0 with s2=as^2 = a (Square roots exist: a unique a0\sqrt{a} \ge 0 with (a)2=a(\sqrt{a})^2 = a; the positives are {x2:x0}\{x^2 : x \neq 0\}).

[L5]

No rational squares to 22 (FALSE: some rational number squares to 2); the map qq^q \mapsto \hat q is an injective embedding of ordered fields, so it preserves sums, products and the order (The rationals embed densely in the reals, The rationals as equivalence classes of pairs of integers).

[L6]

Squaring is strictly monotone on the nonnegatives: 0a<b0 \le a < b gives a2<b2a^2 < b^2 (Squaring is monotone on the nonnegatives); 0<10 < 1 and the order is total and transitive (The multiplicative identity is positive, Ordered field, Complete ordered field (least-upper-bound property)).

[L7]

A set is bounded when it has an upper and a lower bound (Lower bound, bounded below, bounded set).

Counterexample

technique · direct
1.1

By [L4] there is a unique real r0r \ge 0 with r2=2r^2 = 2, and 0<r<20 < r < 2: indeed r0r \ne 0 since 02=020^2 = 0 \ne 2, while r2r \ge 2 would give r24>2r^2 \ge 4 > 2 by [L6].

L4L6
1.2

rQRr \notin \mathbb{Q}_{\mathbb{R}}: if r=q^r = \hat q for a rational qq, then q2^=q^q^=r2=2=2^\widehat{q^2} = \hat q \cdot \hat q = r^2 = 2 = \hat 2 by [L5], and injectivity of the embedding gives q2=2q^2 = 2 in Q\mathbb{Q}, contradicting [L5].

L5
1.3

EE is bounded, since 0y20 \le y \le 2 for every yEy \in E by the definition of EE.

givenL7
2.1

Put A:=E(,r)A := E \cap (-\infty, r) and B:=E(r,)B := E \cap (r, \infty). Then AB=EA \cup B = E, because every yEy \in E satisfies yry \ne r by step 1.2 and hence y<ry < r or y>ry > r; and both are nonempty, since 0A0 \in A and 2B2 \in B by step 1.1, both being rationals in [0,2][0,2].

step 1.1step 1.2L3L5L6
3.1

AA and BB are separated: (,r](-\infty, r] is closed and contains AA, so A(,r]\overline{A} \subseteq (-\infty,r] by [L2] and hence AB(,r](r,)=\overline{A} \cap B \subseteq (-\infty,r] \cap (r,\infty) = \varnothing; symmetrically B[r,)\overline{B} \subseteq [r,\infty) and AB=A \cap \overline{B} = \varnothing. Hence (A,B)(A,B) is a disconnection of EE and EE is disconnected, so the claim [A1] is refuted.

step 2.1A1L1L2L3

Remarks

CounterexampleConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

{0}[1,2]\{0\} \cup [1,2] is closed, has an isolated point, and is not perfect

Statement refuted

Refuted claim: every closed subset of R\mathbb{R} is perfect (Perfect subset of R\mathbb{R}: closed with no isolated points).

The witness is E:={0}[1,2]E := \{0\} \cup [1,2]. It is closed, being a union of two closed sets (Arbitrary unions and finite intersections of open subsets of R\mathbb{R} are open, and dually for closed sets), and 00 is an isolated point of it (Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}), so the second clause of the definition of a perfect set fails while the first holds.

Facts & Assumptions

Given: The set E:={0}[1,2]E := \{0\} \cup [1,2], where {0}=[0,0]\{0\} = [0,0] and [1,2][1,2] are closed bounded intervals (Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[A1]

The refuted claim: every closed subset of R\mathbb{R} is perfect.

[L1]

A set is perfect when it is closed and no point of it is isolated in it; xPx \in P is isolated in PP when some Nε(x)N_\varepsilon(x) satisfies Nε(x)P={x}N_\varepsilon(x) \cap P = \{x\} (Perfect subset of R\mathbb{R}: closed with no isolated points, Limit point, isolated point, adherent point, derived set, and dense subset of R\mathbb{R}).

[L3]

Nε(x)={y:yx<ε}N_\varepsilon(x) = \{\, y : |y - x| < \varepsilon \,\}, and y=y|y| = y for y0y \ge 0 (The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}, Basic properties of the absolute value).

[L4]

0<10 < 1, so 2:=1+1>02 := 1 + 1 > 0 and 0<121<10 < 1 \cdot 2^{-1} < 1; the order is total and transitive (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Ordered field, Complete ordered field (least-upper-bound property)). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

Counterexample

technique · direct
1.1

EE is closed: {0}=[0,0]\{0\} = [0,0] and [1,2][1,2] are closed sets by [L2], and their union is closed by [L2]. So EE is a legitimate instance of the claim [A1].

A1L2
1.2

00 is an isolated point of EE: certainly 0E0 \in E; put ε:=121\varepsilon := 1 \cdot 2^{-1}, which is positive and <1< 1 by [L4]. An element yy of EE is 00 or lies in [1,2][1,2], and in the second case y0=y1>ε|y - 0| = y \ge 1 > \varepsilon by [L3] and [L4], so yNε(0)y \notin N_\varepsilon(0). Hence Nε(0)E={0}N_\varepsilon(0) \cap E = \{0\}.

L1L3L4
2.1

By step 1.2 the closed set EE of step 1.1 has an isolated point, so it is not perfect by [L1], and the claim [A1] is refuted.

step 1.1step 1.2A1L1

Remarks

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

Z\mathbb{Z} is closed and not compact, and (0,1)(0,1) is bounded and not compact: neither hypothesis of Heine-Borel can be dropped

Statement refuted

Refuted claims: (i) every closed subset of R\mathbb{R} is compact; (ii) every bounded subset of R\mathbb{R} is compact (Open cover, subcover, compact subset of R\mathbb{R} (every open cover has a finite subcover), and sequentially compact subset).

Both are refuted, so neither hypothesis of A subset of R\mathbb{R} is compact if and only if it is closed and bounded can be dropped. The witness for (i) is the set Z\mathbb{Z} of integers of R\mathbb{R}, which is closed and unbounded; the witness for (ii) is the interval (0,1)(0,1), which is bounded and not closed.

What Z\mathbb{Z} means here. Write Z  :=  {n1R:nN}{(n1R):nN},01R:=0,\mathbb{Z} \;:=\; \{\, n \cdot 1_{\mathbb{R}} : n \in \mathbb{N} \,\} \cup \{\, -(n \cdot 1_{\mathbb{R}}) : n \in \mathbb{N} \,\}, \qquad 0 \cdot 1_{\mathbb{R}} := 0, the set of canonical integers of R\mathbb{R}. By The unique embedding of ℚ into an ordered field this is exactly the image of the integers (The integers as equivalence classes of pairs of naturals) under the unique field homomorphism QR\mathbb{Q} \to \mathbb{R}, which sends nn to n1Rn \cdot 1_{\mathbb{R}} and n-n to (n1R)-(n \cdot 1_{\mathbb{R}}); as is standard we write Z\mathbb{Z} for it. Nothing below uses that identification: every step is carried out with the displayed description.

Facts & Assumptions

Given: The set Z\mathbb{Z} of canonical integers of R\mathbb{R} as displayed above, and the interval (0,1)(0,1).

[A1]

The refuted claims: (i) every closed subset of R\mathbb{R} is compact; (ii) every bounded subset of R\mathbb{R} is compact.

[L2]

Canonical naturals: n1R>0n \cdot 1_{\mathbb{R}} > 0 for n1n \ge 1, the map nn1Rn \mapsto n \cdot 1_{\mathbb{R}} is strictly increasing on {1,2,}\{1,2,\dots\} with 11R=11 \cdot 1_{\mathbb{R}} = 1, and (m+n)1R=m1R+n1R(m+n) \cdot 1_{\mathbb{R}} = m \cdot 1_{\mathbb{R}} + n \cdot 1_{\mathbb{R}} for m,n1m, n \ge 1 (Canonical naturals are positive and strictly increasing).

[L3]

Archimedean property: for every xRx \in \mathbb{R} there is a natural n1n \ge 1 with x<n1Rx < n \cdot 1_{\mathbb{R}} (Every complete ordered field is Archimedean).

[L4]

UU is open when each of its points has a neighbourhood inside it; FF is closed when RF\mathbb{R} \setminus F is open; Nε(x)={y:yx<ε}N_\varepsilon(x) = \{\, y : |y-x| < \varepsilon \,\}; each interval (a,b)(a,b) is an open set (Open subset of R\mathbb{R} (every point has a neighbourhood inside it), closed subset (complement open), and clopen, The ε\varepsilon-neighbourhood and the punctured ε\varepsilon-neighbourhood of a point of R\mathbb{R}, Intervals of R\mathbb{R}: the nine order-convex forms, nondegeneracy, and length).

[L5]

A set is bounded when it has a lower and an upper bound (Lower bound, bounded below, bounded set).

[L6]

Triangle inequality: p+qp+q|p + q| \le |p| + |q| (The triangle inequality); z=z|z| = z for z0z \ge 0 and z=z|z| = -z for z<0z < 0, and z=z|-z| = |z| (Basic properties of the absolute value).

[L7]

Every nonempty finite set of reals has a minimum, which is one of its members (Every nonempty finite set of reals has a maximum and a minimum, Maximum and minimum of a set).

[L8]

0<10 < 1, so 2:=1+1>02 := 1+1 > 0 and 0<d21<d0 < d \cdot 2^{-1} < d for d>0d > 0; adding a constant preserves an inequality and the order is total and transitive (The multiplicative identity is positive, Order is preserved by adding a constant and by adding inequalities, Sign rules for products and monotonicity of multiplication, Ordered field, Complete ordered field (least-upper-bound property)). These order-arithmetic facts are stated by their sources for the strict order only; the nonstrict forms used below follow by adjoining the equality case, in which the two sides coincide.

Counterexample

technique · direct
1.1

Distinct elements of Z\mathbb{Z} differ by at least 11 in absolute value. For m,nNm, n \in \mathbb{N} with m<nm < n: if m=0m = 0 then n1R0=n1R1n \cdot 1_{\mathbb{R}} - 0 = n \cdot 1_{\mathbb{R}} \ge 1 by [L2], since n1n \ge 1 and the map is increasing with value 11 at 11; and if m1m \ge 1 then m+(nm)=nm + (n-m) = n with nm1n - m \ge 1 gives n1Rm1R=(nm)1R1n \cdot 1_{\mathbb{R}} - m \cdot 1_{\mathbb{R}} = (n-m) \cdot 1_{\mathbb{R}} \ge 1 by [L2]. The same computation after negation covers two distinct elements of the form (n1R)-(n \cdot 1_{\mathbb{R}}), using z=z|-z| = |z| from [L6]. Finally, for distinct n1Rn \cdot 1_{\mathbb{R}} and (m1R)-(m \cdot 1_{\mathbb{R}}) at least one of n,mn, m is 1\ge 1, so their difference n1R+m1Rn \cdot 1_{\mathbb{R}} + m \cdot 1_{\mathbb{R}} is a sum of two nonnegative terms one of which is 1\ge 1, hence is 1\ge 1.

givenL2L6L8
1.2

Z\mathbb{Z} is not bounded: given any xRx \in \mathbb{R}, [L3] supplies a natural n1n \ge 1 with x<n1Rx < n \cdot 1_{\mathbb{R}}, and n1RZn \cdot 1_{\mathbb{R}} \in \mathbb{Z}, so no xx is an upper bound of Z\mathbb{Z} and Z\mathbb{Z} has no upper bound at all.

givenL3L5
1.3

(0,1)(0,1) is bounded, since 0y10 \le y \le 1 for every y(0,1)y \in (0,1), and it is not closed: 0(0,1)0 \notin (0,1), while for every real ε>0\varepsilon > 0 the point t:=min{ε,1}21t := \min\{\varepsilon, 1\} \cdot 2^{-1} satisfies 0<t<10 < t < 1 and t0=tε21<ε|t - 0| = t \le \varepsilon \cdot 2^{-1} < \varepsilon by [L7] and [L8], so tNε(0)(0,1)t \in N_\varepsilon(0) \cap (0,1) and no neighbourhood of 00 lies in the complement of (0,1)(0,1).

L4L5L6L7L8
2.1

Z\mathbb{Z} is closed: let xRZx \in \mathbb{R} \setminus \mathbb{Z}. The neighbourhood N121(x)N_{1 \cdot 2^{-1}}(x) contains at most one element of Z\mathbb{Z}, since two distinct elements z,zz, z' of it would satisfy zz=(zx)+(xz)zx+xz<121+121=1|z - z'| = |(z - x) + (x - z')| \le |z - x| + |x - z'| < 1 \cdot 2^{-1} + 1 \cdot 2^{-1} = 1 by [L6], contradicting step 1.1. If it contains none, then N121(x)Z=N_{1 \cdot 2^{-1}}(x) \cap \mathbb{Z} = \varnothing. If it contains exactly one element zz, then zxz \ne x because xZx \notin \mathbb{Z}, so xz>0|x - z| > 0, and ε:=min{121, xz}\varepsilon := \min\{\, 1 \cdot 2^{-1},\ |x - z| \,\} is positive by [L7]; then Nε(x)N121(x)N_\varepsilon(x) \subseteq N_{1 \cdot 2^{-1}}(x), so any element of Z\mathbb{Z} in Nε(x)N_\varepsilon(x) must be zz, whereas zxε|z - x| \ge \varepsilon excludes zz. In both cases some neighbourhood of xx misses Z\mathbb{Z}, so RZ\mathbb{R} \setminus \mathbb{Z} is open.

step 1.1L4L6L7L8
3.1

By step 2.1 the set Z\mathbb{Z} is closed and by step 1.2 it is not bounded, so [L1] denies that it is compact, refuting claim (i) of [A1]; and by step 1.3 the set (0,1)(0,1) is bounded and not closed, so [L1] denies that it is compact, refuting claim (ii). Neither hypothesis of [L1] is therefore removable.

step 1.2step 1.3step 2.1A1L1

Remarks

Sources