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.

35 results · all verified · 32 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 3 not AI-judged were verified by owner audit (typically over a confirmed judge false positive), not failures.

Foundations of the Real Numbers for Analysis

1 · Prerequisites

2 · Summary

Objective. This page assembles the working foundation a first course in real analysis silently assumes: the arithmetic and order facts of R\mathbb{R} that are usually waved through as "obvious", proved in full; the existence of square roots; and the two structural theorems that justify speaking of the real numbers at all. It proves that a complete totally ordered field is unique up to a unique isomorphism, and that the two constructions of R\mathbb{R}, via Cauchy sequences and via Dedekind cuts, are the same ordered field seen two ways.

The two constructions are the starting point. The passage from N\mathbb{N} to Z\mathbb{Z} to Q\mathbb{Q} to R\mathbb{R} is carried out in full on the two sibling pages, the Cauchy-sequence construction and the Dedekind-cut construction. Each ends by proving that its R\mathbb{R} is a totally ordered field (The reals form a totally ordered field, The Dedekind reals form a totally ordered field) that is complete, in the Cauchy sense (The reals are complete) and in the least-upper-bound sense (Dedekind completeness: the least-upper-bound property) respectively. We take those results as given and build on top of them.

One abstract layer, two payoffs. Rather than reprove each basic fact twice, once per construction, we introduce the abstract notions of a field (Field), an ordered field (Ordered field), and a complete ordered field (Complete ordered field (least-upper-bound property)), and prove every fact from those axioms. Because both constructions are already known to satisfy the axioms, each fact holds in both at once. The same abstraction is what the uniqueness theorem needs, so the layer serves the elementary and the structural goals together.

The obvious facts, proved. From the field axioms alone come 0a=00 \cdot a = 0, the sign rule (a)(b)=ab(-a)(-b) = ab (hence (1)(1)=1(-1)(-1) = 1, (1)(1)=1(-1)(-1) = 1), and the absence of zero divisors. Adding the order axioms gives the facts an analysis course leans on constantly: every nonzero square is positive (a2>0a^2 > 0, Squares of nonzero elements are positive), so 0<10 < 1; the sign rules for products and the behaviour of inequalities under multiplication by a factor and under reciprocals (0<r<1    1/r>10 < r < 1 \iff 1/r > 1, Reciprocals and order: 1/r1/r against 11); the absolute value and its triangle inequalities, x+yx+y|x + y| \le |x| + |y| (The triangle inequality) and the reverse form (The reverse triangle inequality); and the full slate of product inequalities, including 0<ab<b    0<a<10 < ab < b \iff 0 < a < 1 for a,b>0a, b > 0 (When ab<bab < b for positive a,ba, b).

Square roots and the Archimedean property. Completeness does the two things Q\mathbb{Q} could not. It makes the field Archimedean (Every complete ordered field is Archimedean), so the integers are cofinal and the rationals are dense (ℚ is dense in every Archimedean ordered field). The cofinal form is not quite the form analysis uses, so the reciprocal form is recorded separately: for every ε>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). That is the statement every convergence proof reaches for, and having it once spares each of them the inversion step. Completeness also supplies square roots: every nonnegative element has a unique nonnegative square root (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\}), so the positive elements are exactly the nonzero squares. That last fact is the hinge of the uniqueness proof, since a field homomorphism preserves squares and therefore preserves positivity.

Uniqueness. Every ordered field contains a canonical copy of Q\mathbb{Q} (The unique embedding of ℚ into an ordered field), so the clause "admits Q\mathbb{Q} as an embedding" is automatic. The theorem Uniqueness of the complete ordered field: R\mathbb{R} up to a unique isomorphism then shows any two complete ordered fields are isomorphic by a unique ordered-field isomorphism, built as xsup{ιG(q):qQ,ιF(q)<x}x \mapsto \sup\{\, \iota_G(q) : q \in \mathbb{Q},\, \iota_F(q) < x \,\} and pinned down by density. So there is, up to a unique isomorphism, exactly one complete totally ordered field: R\mathbb{R}.

Equivalence of the two constructions. Uniqueness applies the moment both models are complete ordered fields. The Cauchy model is complete in the least-upper-bound sense too (The Cauchy-sequence reals have the least-upper-bound property, bridged through its Archimedean property The Cauchy-sequence reals are Archimedean), and the Dedekind model is a complete ordered field by construction. Hence Equivalence of the Cauchy and Dedekind constructions of R\mathbb{R}: the Cauchy reals and the Dedekind reals are isomorphic through a unique isomorphism that preserves addition, multiplication, and order, and fixes the shared Q\mathbb{Q}. The two constructions are one object.

Why the hypotheses are sharp. The optional items show none of the hypotheses is free. Without completeness an ordered field can fail to be Archimedean (Not every ordered field is Archimedean), and a field homomorphism between ordered fields can reverse order (A field homomorphism of ordered fields need not preserve order); the false statement FALSE: there exist two non-isomorphic complete ordered fields records that no second complete ordered field escapes the uniqueness theorem.

3 · Logical flowchart

4 · Definitions, theorems and proofs

DefinitionDefinition: AI-adaptedProof: Not applicableverified 2026-07-28 (claude-fable-5)Open item page →

Field

Definition

A field is a set FF equipped with two binary operations ++ (addition) and \cdot (multiplication) and two distinguished elements 010 \ne 1 of FF, satisfying:

  • (A) (F,+)(F, +) is an abelian group with identity 00: addition is associative and commutative, x+0=xx + 0 = x for all xx, and every xx has an additive inverse x-x with x+(x)=0x + (-x) = 0.
  • (M) Multiplication is associative and commutative on all of FF, and x1=xx \cdot 1 = x for every xFx \in F; moreover (F{0},)(F \setminus \{0\}, \cdot) is an abelian group with identity 11, so every x0x \ne 0 has a multiplicative inverse x1x^{-1} with xx1=1x \cdot x^{-1} = 1.
  • (D) Multiplication distributes over addition: x(y+z)=xy+xzx \cdot (y + z) = x\cdot y + x\cdot z.

We write xy:=x+(y)x - y := x + (-y) and x/y:=xy1x/y := x \cdot y^{-1} (for y0y \ne 0), and abbreviate xyx \cdot y as xyxy.

Remarks

  • The rationals Q\mathbb{Q} (The rationals form a field) and both constructions of the reals (The reals form a field, The Dedekind reals form a field) are fields. This definition states the field axioms once, abstractly, so that every field fact proved from them applies to all of these at once.
  • The requirement 010 \ne 1 excludes the trivial one-element structure.
  • Why (M) quantifies over all of FF explicitly (amended 2026-07-28, owner approved). An earlier wording headed (M) with the group (F{0},)(F \setminus \{0\}, \cdot) alone, and under that strict reading the axioms do not pin down the products 0y0 \cdot y: take F2\mathbb{F}_2 and redefine 0y:=y0 \cdot y := y, which leaves (A) untouched, leaves (F{0},)(F \setminus \{0\}, \cdot) the trivial group, and satisfies (D) in all eight instances, yet has 01=10 \cdot 1 = 1 — making Multiplication by zero: 0a=00 \cdot a = 0 false in a purported model of the axioms. Associativity, commutativity and x1=xx \cdot 1 = x are therefore asserted on all of FF, the element 00 included. Commutativity on all of FF is also what turns (D) into its right-hand form (y+z)x=yx+zx(y + z) \cdot x = y \cdot x + z \cdot x, which Multiplication by zero: 0a=00 \cdot a = 0 uses.
  • The identities 0,10, 1 and the inverses x,x1-x, x^{-1} are unique (Identities and inverses in a field are unique ), so writing them as single-valued notation, and the abbreviations xy:=x+(y)x - y := x + (-y) and x/y:=xy1x/y := x y^{-1}, are legitimate.
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-25Open item page →

Ordered field

Definition

An ordered field is a field FF (Field) together with a subset PFP \subseteq F, the set of positive elements (the positive cone), satisfying:

  • (O1) Trichotomy. For each xFx \in F, exactly one of the following holds: xPx \in P, or x=0x = 0, or xP-x \in P.
  • (O2) Closure. If x,yPx, y \in P then x+yPx + y \in P and xyPx \cdot y \in P.

We write x>0x > 0 for xPx \in P (read "xx is positive"), and define the order by

a<b  :  baP,ab  :  a<b or a=b.a < b \;:\Longleftrightarrow\; b - a \in P, \qquad a \le b \;:\Longleftrightarrow\; a < b \text{ or } a = b.

Thus a>ba > b means b<ab < a, and aba \ge b means bab \le a. An element xx with xP-x \in P (equivalently x<0x < 0) is called negative.

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-25Open item page →

Absolute value in an ordered field

Definition

Let FF be an ordered field (Ordered field). The absolute value of xFx \in F is

x  :=  {xif x0,xif x<0.|x| \;:=\; \begin{cases} x & \text{if } x \ge 0, \\ -x & \text{if } x < 0. \end{cases}

Remarks

  • The distance between xx and yy is xy|x - y|.
  • The basic algebraic properties (x0|x| \ge 0, x=0    x=0|x| = 0 \iff x = 0, xy=xy|xy| = |x|\,|y|, and the characterisation x<c    c<x<c|x| < c \iff -c < x < c) are established in Basic properties of the absolute value; the triangle inequality is The triangle inequality.
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-25Open item page →

Archimedean ordered field

Definition

Let FF be an ordered field (Ordered field). For a natural number n1n \ge 1, write n1F:=1F++1Fnn \cdot 1_F := \underbrace{1_F + \cdots + 1_F}_{n} for the nn-fold sum of the multiplicative identity, and 01F:=00 \cdot 1_F := 0. These are the canonical natural numbers of FF.

FF is Archimedean if for every xFx \in F there is a natural number nn with

x<n1F.x < n \cdot 1_F.

Equivalently, the canonical naturals (n1F)n1(n \cdot 1_F)_{n \ge 1} are cofinal: no single element of FF is an upper bound for all of them.

Remarks

DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-25Open item page →

Complete ordered field (least-upper-bound property)

Definition

Let FF be an ordered field (Ordered field) and SFS \subseteq F.

  • uFu \in F is an upper bound of SS if sus \le u for all sSs \in S; SS is bounded above if it has an upper bound.
  • uFu \in F is a least upper bound (or supremum, supS\sup S) of SS if uu is an upper bound of SS and uuu \le u' for every upper bound uu' of SS.

FF is a complete ordered field (equivalently, FF has the least-upper-bound property, or is Dedekind complete) if every nonempty SFS \subseteq F that is bounded above has a least upper bound in FF.

Remarks

DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-25Open item page →

Field homomorphism and embedding

Definition

Let FF and GG be fields (Field). A field homomorphism φ:FG\varphi : F \to G is a map satisfying, for all x,yFx, y \in F,

φ(x+y)=φ(x)+φ(y),φ(xy)=φ(x)φ(y),φ(1F)=1G.\varphi(x + y) = \varphi(x) + \varphi(y), \qquad \varphi(x\, y) = \varphi(x)\,\varphi(y), \qquad \varphi(1_F) = 1_G.

An embedding (or monomorphism) is an injective field homomorphism. An isomorphism is a bijective field homomorphism.

Remarks

  • From additivity, φ(0F)=0G\varphi(0_F) = 0_G and φ(x)=φ(x)\varphi(-x) = -\varphi(x); from multiplicativity, φ(x1)=φ(x)1\varphi(x^{-1}) = \varphi(x)^{-1} for x0x \ne 0. These read off because φ(x)\varphi(-x) is an additive inverse of φ(x)\varphi(x) and φ(x1)\varphi(x^{-1}) a multiplicative inverse of φ(x)\varphi(x), and inverses are unique (Identities and inverses in a field are unique).
  • Every field homomorphism is automatically injective: its kernel {x:φ(x)=0}\{x : \varphi(x) = 0\} is an ideal of FF, and a field has only the ideals {0}\{0\} and FF; since φ(1F)=1G0\varphi(1_F) = 1_G \ne 0, the kernel is {0}\{0\}. This injectivity is used explicitly in Homomorphisms out of a complete ordered field are order-preserving.
  • Order-compatible homomorphisms are the subject of Ordered-field isomorphism.
DefinitionDefinition: Literature-sourcedProof: Not applicableaudited 2026-07-25Open item page →

Ordered-field isomorphism

Definition

Let FF and GG be ordered fields (Ordered field). An ordered-field isomorphism φ:FG\varphi : F \to G is a bijective field homomorphism (Field homomorphism and embedding) that is order-preserving in both directions:

a<b    φ(a)<φ(b)for all a,bF.a < b \;\Longleftrightarrow\; \varphi(a) < \varphi(b) \qquad \text{for all } a, b \in F.

Two ordered fields are isomorphic if there exists an ordered-field isomorphism between them; we write FGF \cong G.

Remarks

  • Equivalently, φ\varphi is a field isomorphism carrying the positive cone of FF onto that of GG (φ(PF)=PG\varphi(P_F) = P_G); the inverse φ1\varphi^{-1} is then also an ordered-field isomorphism.
  • Because a field homomorphism preserves all of +,,,1,0,1+, -, \cdot, {}^{-1}, 0, 1, an ordered-field isomorphism identifies FF and GG as ordered fields completely: every field-theoretic and order-theoretic statement transfers across it.
  • For homomorphisms out of a complete ordered field, order-preservation is automatic (Homomorphisms out of a complete ordered field are order-preserving); this is what makes the isomorphism in Uniqueness of the complete ordered field: R\mathbb{R} up to a unique isomorphism unique.
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Identities and inverses in a field are unique

Statement

In a field FF (Field) the additive identity, the multiplicative identity, each additive inverse, and each multiplicative inverse are unique. Hence the notations 00, 11, x-x, and x1x^{-1} denote well-defined elements, as the field definition and its consequences assume.

Facts & Assumptions

Given: A field FF satisfying the axioms (A), (M), (D) (Field).

[L1]

(F,+)(F, +) is an abelian group with identity 00: addition is associative and commutative and x+0=xx + 0 = x for all xx; and (F{0},)(F \setminus \{0\}, \cdot) is an abelian group with identity 11: multiplication is associative and commutative and x1=xx \cdot 1 = x for all x0x \ne 0 (Field).

Proof

technique · direct
1.1

The additive identity is unique: if 00 and 00' both satisfy x+0=xx + 0 = x and x+0=xx + 0' = x for all xx, then 0=0+0=0+0=00' = 0' + 0 = 0 + 0' = 0, using that 00 is an identity, commutativity, and that 00' is an identity.

L1
1.2

Additive inverses are unique: if aa and bb both satisfy x+a=0x + a = 0 and x+b=0x + b = 0, then a=a+0=a+(x+b)=(a+x)+b=0+b=ba = a + 0 = a + (x + b) = (a + x) + b = 0 + b = b, using associativity and commutativity.

L1
1.3

The same two arguments in the abelian group (F{0},)(F \setminus \{0\}, \cdot) give uniqueness of the multiplicative identity, 1=11=11=11' = 1' \cdot 1 = 1 \cdot 1' = 1, and of multiplicative inverses: if xa=1x a = 1 and xb=1x b = 1 with x0x \ne 0, then a=a1=a(xb)=(ax)b=1b=ba = a \cdot 1 = a (x b) = (a x) b = 1 \cdot b = b (using ax=xa=1a x = x a = 1).

L1
2.1

Therefore 00, 11 and, for each xx, its additive inverse x-x and (for x0x \ne 0) its multiplicative inverse x1x^{-1} are the unique elements with their defining properties, so all four notations are well-defined.

step 1.1step 1.2step 1.3
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Multiplication by zero: 0a=00 \cdot a = 0

Statement

In any field FF (Field), for every aFa \in F we have 0a=00 \cdot a = 0.

Facts & Assumptions

Given: A field FF and an element aFa \in F.

[L1]

Field axioms (Field): 00 is the additive identity, so 0+0=00 + 0 = 0 and x+0=xx + 0 = x for all xx; multiplication distributes over addition, (y+z)x=yx+zx(y + z) \cdot x = y \cdot x + z \cdot x.

[L2]

Field axioms (Field): every element has an additive inverse, so addition admits cancellation: if x+z=y+zx + z = y + z then x=yx = y.

Proof

technique · direct
1.1

Since 0+0=00 + 0 = 0, we have 0a=(0+0)a0 \cdot a = (0 + 0) \cdot a.

L1
1.2

By distributivity, (0+0)a=0a+0a(0 + 0) \cdot a = 0 \cdot a + 0 \cdot a.

L1
1.3

Since 00 is the additive identity, 0a=0a+00 \cdot a = 0 \cdot a + 0.

L1
2.1

Combining the two expressions for (0+0)a(0 + 0) \cdot a gives 0a=0a+0a0 \cdot a = 0 \cdot a + 0 \cdot a.

step 1.1step 1.2
3.1

From steps 1.3 and 2.1, 0a+0=0a+0a0 \cdot a + 0 = 0 \cdot a + 0 \cdot a.

step 1.3step 2.1
4.1

Cancelling 0a0 \cdot a from both sides yields 0=0a0 = 0 \cdot a, that is 0a=00 \cdot a = 0.

step 3.1L2
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Sign rules for products: (a)b=(ab)(-a)b = -(ab) and (a)(b)=ab(-a)(-b) = ab

Statement

In any field FF (Field), for all a,bFa, b \in F we have (a)b=(ab)(-a)b = -(ab) and (a)(b)=ab(-a)(-b) = ab.

Facts & Assumptions

Given: A field FF and elements a,bFa, b \in F.

[L1]

Field axioms (Field): multiplication distributes over addition and is commutative; x+(x)=0x + (-x) = 0 for every xx; the additive inverse of an element is unique, so if u+v=0u + v = 0 then v=uv = -u; and (x)=x-(-x) = x.

[L2]

For every xFx \in F, 0x=00 \cdot x = 0 and x0=0x \cdot 0 = 0 (Multiplication by zero: 0a=00 \cdot a = 0, using commutativity).

Proof

technique · direct
1.1

By distributivity, ab+(a)b=(a+(a))bab + (-a)b = (a + (-a)) \cdot b.

L1
1.2

Since a+(a)=0a + (-a) = 0, we have (a+(a))b=0b(a + (-a)) \cdot b = 0 \cdot b.

L1
1.3

0b=00 \cdot b = 0.

L2
1.4

By distributivity, ab+a(b)=a(b+(b))ab + a(-b) = a \cdot (b + (-b)).

L1
1.5

Since b+(b)=0b + (-b) = 0, we have a(b+(b))=a0a \cdot (b + (-b)) = a \cdot 0.

L1
1.6

a0=0a \cdot 0 = 0.

L2
1.7

By distributivity, (a)(b)+a(b)=((a)+a)(b)(-a)(-b) + a(-b) = ((-a) + a) \cdot (-b).

L1
1.8

Since (a)+a=0(-a) + a = 0, we have ((a)+a)(b)=0(b)((-a) + a) \cdot (-b) = 0 \cdot (-b).

L1
1.9

0(b)=00 \cdot (-b) = 0.

L2
2.1

Chaining steps 1.1, 1.2, 1.3 gives ab+(a)b=0ab + (-a)b = 0.

step 1.1step 1.2step 1.3
2.2

Chaining steps 1.4, 1.5, 1.6 gives ab+a(b)=0ab + a(-b) = 0.

step 1.4step 1.5step 1.6
2.3

Chaining steps 1.7, 1.8, 1.9 gives (a)(b)+a(b)=0(-a)(-b) + a(-b) = 0.

step 1.7step 1.8step 1.9
3.1

Since ab+(a)b=0ab + (-a)b = 0, the inverse uniqueness axiom gives (a)b=(ab)(-a)b = -(ab).

step 2.1L1
3.2

Since ab+a(b)=0ab + a(-b) = 0, the inverse uniqueness axiom gives a(b)=(ab)a(-b) = -(ab).

step 2.2L1
3.3

Since (a)(b)+a(b)=0(-a)(-b) + a(-b) = 0, the inverse uniqueness axiom gives (a)(b)=(a(b))(-a)(-b) = -(a(-b)).

step 2.3L1
4.1

Substituting a(b)=(ab)a(-b) = -(ab) into (a)(b)=(a(b))(-a)(-b) = -(a(-b)) gives (a)(b)=((ab))=ab(-a)(-b) = -(-(ab)) = ab.

step 3.2step 3.3L1
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

(1)(1)=1(-1)(-1) = 1

Statement

In any field FF, the identity (1)(1)=1(-1)(-1) = 1 holds.

Facts & Assumptions

Given: A field FF with multiplicative identity 11.

[L1]

For all elements a,ba, b of a field, (a)(b)=ab(-a)(-b) = ab (Sign rules for products: (a)b=(ab)(-a)b = -(ab) and (a)(b)=ab(-a)(-b) = ab).

[L2]

The element 11 is the multiplicative identity, so 11=11 \cdot 1 = 1 (field axiom).

Proof

technique · direct
1.1

Setting a=b=1a = b = 1 in the sign rule gives (1)(1)=11(-1)(-1) = 1 \cdot 1.

L1
2.1

Since 11=11 \cdot 1 = 1, we conclude (1)(1)=1(-1)(-1) = 1.

step 1.1L2
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

A field has no zero divisors: ab=0a=0ab = 0 \Rightarrow a = 0 or b=0b = 0

Statement

In any field FF (Field), if a,bFa, b \in F satisfy ab=0ab = 0, then a=0a = 0 or b=0b = 0.

Facts & Assumptions

Given: A field FF and elements a,bFa, b \in F with ab=0ab = 0.

[L1]

Field axioms (Field): if a0a \ne 0 then aa has a multiplicative inverse a1a^{-1} with a1a=1a^{-1} a = 1; multiplication is associative; and 11 is the multiplicative identity, so 1x=x1 \cdot x = x.

[L2]

For every xFx \in F, x0=0x \cdot 0 = 0 (Multiplication by zero: 0a=00 \cdot a = 0, using commutativity).

Proof

technique · direct
1.1

If a=0a = 0 the disjunction a=0a = 0 or b=0b = 0 already holds, so it suffices to assume a0a \ne 0 and derive b=0b = 0.

suffices: a ne 0 implies b = 0
1.2

Assuming a0a \ne 0, the inverse a1a^{-1} exists with a1a=1a^{-1} a = 1.

L1
1.3

Since 11 is the multiplicative identity, b=1bb = 1 \cdot b.

L1
1.4

By associativity, (a1a)b=a1(ab)(a^{-1} a) \cdot b = a^{-1} (a b).

L1
1.5

We are given ab=0ab = 0.

given
1.6

a10=0a^{-1} \cdot 0 = 0.

L2
2.1

Substituting 1=a1a1 = a^{-1} a into b=1bb = 1 \cdot b and using associativity gives b=(a1a)b=a1(ab)b = (a^{-1} a) b = a^{-1}(ab).

step 1.2step 1.3step 1.4
2.2

Since ab=0ab = 0, we have a1(ab)=a10a^{-1}(ab) = a^{-1} \cdot 0.

step 1.5
3.1

Combining, b=a1(ab)=a10=0b = a^{-1}(ab) = a^{-1} \cdot 0 = 0.

step 2.1step 2.2step 1.6
4.1

Hence a0a \ne 0 forces b=0b = 0, so in every case a=0a = 0 or b=0b = 0.

step 1.1step 3.1
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Multiplicative cancellation: c0c \ne 0 and ac=bca=bac = bc \Rightarrow a = b

Statement

In any field FF (Field), if a,b,cFa, b, c \in F with c0c \ne 0 and ac=bcac = bc, then a=ba = b.

Facts & Assumptions

Given: A field FF and elements a,b,cFa, b, c \in F with c0c \ne 0 and ac=bcac = bc.

[L1]

Field axioms (Field): since c0c \ne 0, the inverse c1c^{-1} exists with cc1=1c \cdot c^{-1} = 1; multiplication is associative; and 11 is the multiplicative identity, so x1=xx \cdot 1 = x.

Proof

technique · direct
1.1

Since c0c \ne 0, the inverse c1c^{-1} exists with cc1=1c \cdot c^{-1} = 1.

L1
1.2

We are given ac=bcac = bc.

given
2.1

Using cc1=1c \cdot c^{-1} = 1 and associativity, a=a1=a(cc1)=(ac)c1a = a \cdot 1 = a(c \cdot c^{-1}) = (ac) c^{-1}.

step 1.1L1
2.2

Using cc1=1c \cdot c^{-1} = 1 and associativity, b=b1=b(cc1)=(bc)c1b = b \cdot 1 = b(c \cdot c^{-1}) = (bc) c^{-1}.

step 1.1L1
2.3

Since ac=bcac = bc, we have (ac)c1=(bc)c1(ac) c^{-1} = (bc) c^{-1}.

step 1.2
3.1

Combining, a=(ac)c1=(bc)c1=ba = (ac) c^{-1} = (bc) c^{-1} = b.

step 2.1step 2.2step 2.3
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Order is preserved by adding a constant and by adding inequalities

Statement

Let FF be an ordered field (Ordered field) with positive cone PP, and let a,b,c,dFa, b, c, d \in F.

  1. Translation invariance. If a<ba < b then a+c<b+ca + c < b + c.
  2. Adding inequalities. If a<ba < b and c<dc < d then a+c<b+da + c < b + d.

Facts & Assumptions

Given: An ordered field FF with positive cone PP, and elements a,b,c,dFa, b, c, d \in F.

[L1]

For x,yFx, y \in F, the relation x<yx < y means yxPy - x \in P (Ordered field).

[L2]

PP is closed under addition: if u,vPu, v \in P then u+vPu + v \in P (axiom O2 of Ordered field).

Proof

technique · direct
1.1

Assume a<ba < b; by the definition of the order this means baPb - a \in P.

assume-hypL1
1.2

For every cFc \in F the field identities give (b+c)(a+c)=ba(b + c) - (a + c) = b - a.

algebra
1.3

Assume moreover c<dc < d; by the definition of the order this means dcPd - c \in P.

assume-hypL1
1.4

The field identities give (b+d)(a+c)=(ba)+(dc)(b + d) - (a + c) = (b - a) + (d - c).

algebra
2.1

Hence (b+c)(a+c)=baP(b + c) - (a + c) = b - a \in P, which is exactly a+c<b+ca + c < b + c, proving claim 1.

step 1.1step 1.2L1
2.2

Since baPb - a \in P and dcPd - c \in P, closure under addition gives (ba)+(dc)P(b - a) + (d - c) \in P.

step 1.1step 1.3L2
3.1

Therefore (b+d)(a+c)=(ba)+(dc)P(b + d) - (a + c) = (b - a) + (d - c) \in P, which is exactly a+c<b+da + c < b + d, proving claim 2.

step 1.4step 2.2L1
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Sign rules for products and monotonicity of multiplication

Statement

Let FF be an ordered field (Ordered field) with positive cone PP, and let a,b,cFa, b, c \in F.

  1. If a>0a > 0 and b>0b > 0 then ab>0ab > 0.
  2. If a>0a > 0 and b<0b < 0 then ab<0ab < 0.
  3. If a<0a < 0 and b<0b < 0 then ab>0ab > 0.
  4. If c>0c > 0 then a<b    ac<bca < b \iff ac < bc.
  5. If c<0c < 0 then a<b    bc<aca < b \iff bc < ac (multiplication by a negative reverses order).

Facts & Assumptions

Given: An ordered field FF with positive cone PP, and elements a,b,cFa, b, c \in F.

[L1]

For x,yFx, y \in F: x<y    yxPx < y \iff y - x \in P; x>0    xPx > 0 \iff x \in P; x<0    xPx < 0 \iff -x \in P; and (trichotomy) for each xx exactly one of xPx \in P, x=0x = 0, xP-x \in P holds, so 0P0 \notin P and xPx0x \in P \Rightarrow x \neq 0 (Ordered field).

[L2]

PP is closed under multiplication: if u,vPu, v \in P then uvPuv \in P (axiom O2 of Ordered field).

[L3]

In any field, (u)v=(uv)(-u)v = -(uv) and (u)(v)=uv(-u)(-v) = uv (Sign rules for products: (a)b=(ab)(-a)b = -(ab) and (a)(b)=ab(-a)(-b) = ab).

[L4]

In any field, 0u=00 \cdot u = 0 (Multiplication by zero: 0a=00 \cdot a = 0).

Proof

technique · direct
1.1

Assume a>0a > 0 and b>0b > 0, i.e. aPa \in P and bPb \in P; closure gives abPab \in P, so ab>0ab > 0, proving claim 1.

assume-hypL1L2
1.2

Assume a>0a > 0 and b<0b < 0, i.e. aPa \in P and bP-b \in P; closure gives a(b)Pa(-b) \in P.

assume-hypL1L2
1.3

Assume a<0a < 0 and b<0b < 0, i.e. aP-a \in P and bP-b \in P; closure gives (a)(b)P(-a)(-b) \in P.

assume-hypL1L2
1.4

Assume c>0c > 0 and a<ba < b, i.e. cPc \in P and baPb - a \in P; closure gives (ba)cP(b - a)c \in P.

assume-hypL1L2
1.5

Assume c<0c < 0 and a<ba < b, i.e. cP-c \in P and baPb - a \in P; closure gives (ba)(c)P(b - a)(-c) \in P.

assume-hypL1L2
2.1

Since a(b)=(ab)a(-b) = -(ab) by L3, step 1.2 gives (ab)P-(ab) \in P, so ab<0ab < 0, proving claim 2.

step 1.2L3L1
2.2

Since (a)(b)=ab(-a)(-b) = ab by L3, step 1.3 gives abPab \in P, so ab>0ab > 0, proving claim 3.

step 1.3L3L1
2.3

By distributivity (ba)c=bcac(b - a)c = bc - ac, so step 1.4 gives bcacPbc - ac \in P, i.e. ac<bcac < bc: this is the forward direction of claim 4.

step 1.4algebraL1
2.4

By L3 and distributivity (ba)(c)=((ba)c)=(bcac)=acbc(b - a)(-c) = -((b - a)c) = -(bc - ac) = ac - bc, so step 1.5 gives acbcPac - bc \in P, i.e. bc<acbc < ac: this is the forward direction of claim 5.

step 1.5L3algebraL1
3.1

Conversely, assume c>0c > 0 and ac<bcac < bc; by trichotomy exactly one of a<ba < b, a=ba = b, b<ab < a holds. If a=ba = b then ac=bcac = bc, contradicting ac<bcac < bc; if b<ab < a then the argument of step 2.3 applied to the pair b<ab < a gives bc<acbc < ac, so bcacPbc - ac \in P (from ac<bcac < bc) while acbcPac - bc \in P (from bc<acbc < ac), putting the element bcacbc - ac and its negative acbcac - bc both in PP, which trichotomy forbids; hence a<ba < b: this completes claim 4.

assume-hypstep 2.3L4L1algebra
4.1

Conversely, assume c<0c < 0 and bc<acbc < ac; by trichotomy exactly one of a<ba < b, a=ba = b, b<ab < a holds. If a=ba = b then ac=bcac = bc, contradicting bc<acbc < ac; if b<ab < a then the argument of step 2.4 applied to the pair b<ab < a gives ac<bcac < bc, so acbcPac - bc \in P (from bc<acbc < ac) while bcacPbc - ac \in P (from ac<bcac < bc), putting the element acbcac - bc and its negative bcacbc - ac both in PP, which trichotomy forbids; hence a<ba < b: this completes claim 5.

assume-hypstep 2.4L4L1algebra
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Squares of nonzero elements are positive

Statement

Let FF be an ordered field (Ordered field) with positive cone PP. For every aFa \in F with a0a \neq 0 we have a2>0a^2 > 0, where a2=aaa^2 = a \cdot a. In particular, every nonzero square is positive.

Facts & Assumptions

Given: An ordered field FF with positive cone PP, and an element aFa \in F with a0a \neq 0.

[L1]

x>0    xPx > 0 \iff x \in P, and by trichotomy for a0a \neq 0 exactly one of aPa \in P, aP-a \in P holds (Ordered field).

[L2]

PP is closed under multiplication: if u,vPu, v \in P then uvPuv \in P (axiom O2 of Ordered field).

Proof

technique · cases
1.1

Since a0a \neq 0, trichotomy leaves exactly two possibilities: aPa \in P or aP-a \in P.

L1
2.1

Case a>0a > 0: then aPa \in P, so closure gives aaPa \cdot a \in P, i.e. a2>0a^2 > 0.

assume-case posstep 1.1L2L1
2.2

Case a<0a < 0: then aP-a \in P, so closure gives (a)(a)P(-a)(-a) \in P; since (a)(a)=aa=a2(-a)(-a) = a \cdot a = a^2 by L3, we get a2Pa^2 \in P, i.e. a2>0a^2 > 0.

assume-case negstep 1.1L2L3L1
3.1

The cases a>0a > 0 and a<0a < 0 exhaust all of a0a \neq 0 by trichotomy, and both yield a2>0a^2 > 0.

cases-exhaustivestep 2.1step 2.2
CorollaryStatement: Literature-sourcedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

The multiplicative identity is positive

Statement

In any ordered field FF with positive cone PP, the multiplicative identity satisfies 0<10 < 1; that is, 1P1 \in P.

Facts & Assumptions

Given: An ordered field FF with positive cone PP and multiplicative identity 11 (Field).

[L1]

In any field 101 \neq 0 (Field).

[L2]

For every x0x \neq 0 the square satisfies x2>0x^2 > 0 (Squares of nonzero elements are positive).

[L3]

The identity axiom gives 1=11=121 = 1 \cdot 1 = 1^2 (Field).

Proof

technique · direct
1.1

By the field axioms 101 \neq 0, and 1=11=121 = 1 \cdot 1 = 1^2.

L1L3
2.1

Since 101 \neq 0, applying the square lemma with x=1x = 1 gives 12>01^2 > 0.

step 1.1L2
3.1

Because 1=121 = 1^2, it follows that 1>01 > 0, i.e. 0<10 < 1.

step 2.1step 1.1L3
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Inverses of positives are positive, and reciprocation reverses order

Statement

Let FF be an ordered field (Ordered field) with positive cone PP, and let a,bFa, b \in F.

  1. If a>0a > 0 then a1>0a^{-1} > 0.
  2. If 0<a<b0 < a < b then 0<b1<a10 < b^{-1} < a^{-1}.

Facts & Assumptions

Given: An ordered field FF with positive cone PP, and elements a,bFa, b \in F.

[L1]

x>0    xPx > 0 \iff x \in P; x<0    xPx < 0 \iff -x \in P; and for x0x \neq 0 exactly one of xPx \in P, xP-x \in P holds (Ordered field).

[L2]

Sign rules: a product of a positive and a negative is negative, a product of two positives is positive, and for c>0c > 0 one has a<b    ac<bca < b \iff ac < bc (Sign rules for products and monotonicity of multiplication).

[L3]

0<10 < 1; in particular 101 \neq 0 (The multiplicative identity is positive).

[L4]

PP is closed under addition, so << is transitive (Ordered field).

Proof

technique · direct
1.1

Assume a>0a > 0, so a0a \neq 0 and its inverse a1a^{-1} exists with aa1=1a \cdot a^{-1} = 1; moreover a10a^{-1} \neq 0, since a1a^{-1} has aa as its inverse while 00 is non-invertible (101 \neq 0 by L3).

assume-hypL1L3
2.1

By trichotomy a1Pa^{-1} \in P or a1P-a^{-1} \in P; if a1P-a^{-1} \in P, then a>0a > 0 and a1<0a^{-1} < 0 give aa1<0a \cdot a^{-1} < 0 by the sign rules, i.e. 1<01 < 0, contradicting 0<10 < 1; hence a1Pa^{-1} \in P, i.e. a1>0a^{-1} > 0, proving claim 1.

step 1.1L2L3L1
3.1

Assume 0<a<b0 < a < b; then 0<b0 < b by transitivity, so by claim 1 both a1>0a^{-1} > 0 and b1>0b^{-1} > 0, and the sign rules give a1b1>0a^{-1} b^{-1} > 0.

assume-hypstep 2.1L4L2L1
4.1

Multiplying a<ba < b by the positive a1b1a^{-1} b^{-1} via the sign rules gives a(a1b1)<b(a1b1)a (a^{-1} b^{-1}) < b (a^{-1} b^{-1}); since aa1=1a a^{-1} = 1 and bb1=1b b^{-1} = 1, this simplifies to b1<a1b^{-1} < a^{-1}.

step 3.1L2algebra
5.1

Together with b1>0b^{-1} > 0 from step 3.1, we conclude 0<b1<a10 < b^{-1} < a^{-1}, proving claim 2.

step 3.1step 4.1
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Basic properties of the absolute value

Statement

Let FF be an ordered field (Ordered field) and let x,yFx, y \in F, with x|x| the absolute value (Absolute value in an ordered field). Then

x0;x=0    x=0;xxx;x=x;xy=xy;|x| \ge 0; \quad |x| = 0 \iff x = 0; \quad -|x| \le x \le |x|; \quad |-x| = |x|; \quad |xy| = |x|\,|y|;

and, for every c>0c > 0, one has x<c    c<x<c|x| < c \iff -c < x < c.

Facts & Assumptions

Given: An ordered field FF and elements x,yFx, y \in F.

[L1]

Absolute value: u=u|u| = u if u0u \ge 0, and u=u|u| = -u if u<0u < 0 (Absolute value in an ordered field).

[L2]

Ordered-field order: trichotomy holds (for each uu exactly one of u>0u > 0, u=0u = 0, u<0u < 0), a<ba < b means bab - a is positive, and sums and products of positives are positive (Ordered field).

[L3]

Signs in products: (a)b=(ab)(-a)b = -(ab) and (a)(b)=ab(-a)(-b) = ab (Sign rules for products: (a)b=(ab)(-a)b = -(ab) and (a)(b)=ab(-a)(-b) = ab).

[L4]

Sign rules: a product of two elements of the same sign is positive, and a product of two elements of opposite sign is negative (Sign rules for products and monotonicity of multiplication).

Proof

technique · cases
1.1

Case x>0x > 0: by [L1] x=x>0|x| = x > 0, so x0|x| \ge 0 and x0|x| \ne 0; since x<0-x < 0 we get x=(x)=x=x|-x| = -(-x) = x = |x| by [L1], and x=x<0<x=x-|x| = -x < 0 < x = |x|, so xxx-|x| \le x \le |x|.

assume-case posL1L2algebra
1.2

Case x=0x = 0: then x=0=0|x| = |0| = 0, so x0|x| \ge 0 holds with x=0|x| = 0 and x=0x = 0, while x=0=x|-x| = |0| = |x| and x=000=x-|x| = 0 \le 0 \le 0 = |x|.

assume-case zeroL1
1.3

Case x<0x < 0: by [L1] x=x|x| = -x, and [L2] gives x>0-x > 0, so x>0|x| > 0 and x0|x| \ne 0; here x=x=x|-x| = -x = |x| by [L1], and x=(x)=xx-|x| = -(-x) = x \le x while x<0<x=xx < 0 < -x = |x|, so xxx-|x| \le x \le |x|.

assume-case negL1L2algebra
1.4

Case x=0x = 0 or y=0y = 0: then xy=0xy = 0, so xy=0|xy| = 0, and one of x,y|x|, |y| is 00, whence xy=0=xy|x|\,|y| = 0 = |xy|.

assume-case zerofactorL1
1.5

Case x,yx, y have the same sign (both positive or both negative): by [L4] xy>0xy > 0, so xy=xy|xy| = xy, while xy=xy|x|\,|y| = xy by [L3] (for x,y<0x, y < 0 this is (x)(y)=xy(-x)(-y) = xy), hence xy=xy|xy| = |x|\,|y|.

assume-case sameL1L3L4
1.6

Case x,yx, y have opposite signs (one positive, one negative): by [L4] xy<0xy < 0, so xy=(xy)|xy| = -(xy), while xy=(xy)|x|\,|y| = -(xy) by [L3] (namely x(y)x(-y) or (x)y(-x)y), hence xy=xy|xy| = |x|\,|y|.

assume-case oppositeL1L3L4
2.1

By trichotomy [L2] each xx lies in exactly one of the cases 1.1-1.3, and in each we verified x0|x| \ge 0, that x=0    x=0|x| = 0 \iff x = 0, that x=x|-x| = |x|, and that xxx-|x| \le x \le |x|; hence all four hold for every xx.

step 1.1step 1.2step 1.3cases-exhaustive
2.2

By trichotomy [L2] each pair x,yx, y lies in exactly one of the cases 1.4-1.6, and in each xy=xy|xy| = |x|\,|y|; hence xy=xy|xy| = |x|\,|y| for all x,yx, y.

step 1.4step 1.5step 1.6cases-exhaustive
3.1

Let c>0c > 0: if x<c|x| < c then c<xxx<c-c < -|x| \le x \le |x| < c by [step 2.1] and [L2], so c<x<c-c < x < c; conversely if c<x<c-c < x < c then both x<cx < c and x<c-x < c, and since x|x| equals xx or x-x by [L1], we get x<c|x| < c, so x<c    c<x<c|x| < c \iff -c < x < c.

step 2.1L1L2
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-25Open item page →

The triangle inequality

Statement

Let FF be an ordered field (Ordered field) and let x,yFx, y \in F. Then

x+yx+y.|x + y| \le |x| + |y|.

Facts & Assumptions

Given: An ordered field FF and elements x,yFx, y \in F.

[L1]

For every uFu \in F, uuu-|u| \le u \le |u|, and u|u| equals uu or u-u (Basic properties of the absolute value).

[L2]

Order compatible with addition: if aba \le b and cdc \le d, then a+cb+da + c \le b + d. Order is preserved by adding a constant and by adding inequalities states the STRICT forms and only those (a<ba+c<b+ca < b \Rightarrow a + c < b + c, and a<ba < b with c<dc < d giving a+c<b+da + c < b + d); the nonstrict form used here is those two together with the cases a=ba = b and c=dc = d, settled by trichotomy, the order being total (Ordered field). Explicitly: if a<ba < b and c<dc < d the second strict form applies; if a<ba < b and c=dc = d the first gives a+c<b+c=b+da + c < b + c = b + d; if a=ba = b and c<dc < d the first gives a+c<a+d=b+da + c < a + d = b + d; and if a=ba = b and c=dc = d the two sides are equal.

[L3]

Field and order arithmetic: (a+b)=a+(b)-(a + b) = -a + (-b), and ab    baa \le b \iff -b \le -a (Ordered field).

Proof

technique · direct
1.1

By [L1], xxx-|x| \le x \le |x| and yyy-|y| \le y \le |y|.

L1
2.1

Adding the two chains of [step 1.1] with [L2] and using (x+y)=x+(y)-(|x| + |y|) = -|x| + (-|y|) from [L3] gives (x+y)x+yx+y-(|x| + |y|) \le x + y \le |x| + |y|.

step 1.1L2L3
3.1

By [L1] the value x+y|x + y| equals x+yx + y or (x+y)-(x + y); both x+yx+yx + y \le |x| + |y| and (x+y)x+y-(x + y) \le |x| + |y| hold by [step 2.1] and [L3] (the latter from (x+y)x+y-(|x| + |y|) \le x + y), so x+yx+y|x + y| \le |x| + |y|.

step 2.1L1L3
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

The reverse triangle inequality

Statement

Let FF be an ordered field (Ordered field) and let x,yFx, y \in F. Then

xyxy.\bigl| |x| - |y| \bigr| \le |x - y|.

Facts & Assumptions

Given: An ordered field FF and elements x,yFx, y \in F.

[L1]

Triangle inequality: a+ba+b|a + b| \le |a| + |b| for all a,bFa, b \in F (The triangle inequality).

[L2]

For every uFu \in F, u=u|-u| = |u|, and w|w| equals ww or w-w (Basic properties of the absolute value).

Proof

technique · direct
1.1

Applying [L1] with a=xya = x - y and b=yb = y gives x=(xy)+yxy+y|x| = |(x - y) + y| \le |x - y| + |y|, so xyxy|x| - |y| \le |x - y|.

L1
1.2

Applying [L1] with a=yxa = y - x and b=xb = x, and using yx=xy|y - x| = |x - y| from [L2], gives yyx+x=xy+x|y| \le |y - x| + |x| = |x - y| + |x|, so yxxy|y| - |x| \le |x - y|.

L1L2
2.1

By [L2] the value xy\bigl| |x| - |y| \bigr| equals xy|x| - |y| or (xy)=yx-(|x| - |y|) = |y| - |x|, and each of these is xy\le |x - y| by steps 1.1 and 1.2, so xyxy\bigl| |x| - |y| \bigr| \le |x - y|.

step 1.1step 1.2L2algebra
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Squaring is monotone on the nonnegatives

Statement

Let FF be an ordered field. For a,b0a, b \ge 0:

a<b    a2<b2,ab    a2b2.a < b \iff a^2 < b^2, \qquad a \le b \iff a^2 \le b^2.

More generally, for arbitrary a,bFa, b \in F, a2<b2    a<ba^2 < b^2 \iff |a| < |b|.

Facts & Assumptions

Given: Elements a,ba, b of an ordered field FF.

[L1]

For a positive factor s>0s > 0 and any tt: t>0    st>0t > 0 \iff st > 0; this is Sign rules for products and monotonicity of multiplication (the rule c>0(x<y    xc<yc)c > 0 \Rightarrow (x < y \iff xc < yc) taken at x=0x = 0, y=ty = t, c=sc = s, using 0s=00 \cdot s = 0, Multiplication by zero: 0a=00 \cdot a = 0).

[L2]

Trichotomy: for a,ba, b exactly one of a<ba < b, a=ba = b, a>ba > b holds; and a sum of two nonnegatives with at least one positive is positive (Ordered field).

[L3]

x0|x| \ge 0 and x2=x2|x|^2 = x^2 for every xx (Basic properties of the absolute value).

Proof

technique · direct
1.1

The difference factors as b2a2=(ba)(b+a)b^2 - a^2 = (b - a)(b + a).

algebra
2.1

If a,b0a, b \ge 0 and a<ba < b, then b>0b > 0, so b+a>0b + a > 0 by [L2], and ba>0b - a > 0; by [L1] with s=b+as = b + a and t=bat = b - a, (ba)(b+a)>0(b - a)(b + a) > 0, i.e. a2<b2a^2 < b^2.

L1L2step 1.1
2.2

If a,b0a, b \ge 0 and a2<b2a^2 < b^2, then b2a2>0b^2 - a^2 > 0, so a,ba, b are not both zero and b+a>0b + a > 0 by [L2]; by [L1] with s=b+as = b + a, from (ba)(b+a)=b2a2>0(b - a)(b + a) = b^2 - a^2 > 0 we get ba>0b - a > 0, i.e. a<ba < b.

L1L2step 1.1
3.1

Hence for a,b0a, b \ge 0, a<b    a2<b2a < b \iff a^2 < b^2.

step 2.1step 2.2
4.1

The \le form follows by trichotomy: for a,b0a, b \ge 0, applying step 3.1 to the nonnegatives b,ab, a gives ab    ¬(b<a)    ¬(b2<a2)    a2b2a \le b \iff \lnot(b < a) \iff \lnot(b^2 < a^2) \iff a^2 \le b^2.

step 3.1L2
5.1

For arbitrary a,ba, b, [L3] gives a,b0|a|, |b| \ge 0 with a2=a2|a|^2 = a^2 and b2=b2|b|^2 = b^2; applying step 3.1 to a,b|a|, |b| yields a2<b2    a2<b2    a<ba^2 < b^2 \iff |a|^2 < |b|^2 \iff |a| < |b|.

step 3.1L3
PropositionStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Reciprocals and order: 1/r1/r against 11

Statement

Let FF be an ordered field and let rFr \in F with r>0r > 0. Then:

0<r<1    1r>1,r>1    0<1r<1,r=1    1r=1.0 < r < 1 \iff \tfrac{1}{r} > 1, \qquad r > 1 \iff 0 < \tfrac{1}{r} < 1, \qquad r = 1 \iff \tfrac{1}{r} = 1.

Here 1r\tfrac{1}{r} denotes the multiplicative inverse r1r^{-1}.

Facts & Assumptions

Given: An element r>0r > 0 of an ordered field FF.

[L1]

If x>0x > 0 then x1>0x^{-1} > 0 (Inverses of positives are positive, and reciprocation reverses order).

[L2]

If 0<x<y0 < x < y then 0<y1<x10 < y^{-1} < x^{-1}: the reciprocal reverses order on the positives (Inverses of positives are positive, and reciprocation reverses order).

[L4]

In any field, 11=11^{-1} = 1 and (x1)1=x(x^{-1})^{-1} = x for x0x \ne 0 (Field).

Proof

technique · direct
1.1

Since r>0r > 0, [L1] gives r1>0r^{-1} > 0, so 1r\tfrac{1}{r} is positive throughout.

L1
1.2

In particular 11=11^{-1} = 1 and (r1)1=r(r^{-1})^{-1} = r by uniqueness of inverses.

L4
2.1

If 0<r<10 < r < 1, applying [L2] to 0<r<10 < r < 1 gives 0<11<r10 < 1^{-1} < r^{-1}, that is 1<1r1 < \tfrac{1}{r}.

L2step 1.2
2.2

Conversely, if 1r>1\tfrac{1}{r} > 1, then 0<1<1r0 < 1 < \tfrac{1}{r} by [L3], and applying [L2] gives 0<(r1)1<110 < (r^{-1})^{-1} < 1^{-1}, that is 0<r<10 < r < 1.

L2L3step 1.2
2.3

If r>1r > 1, then 0<1<r0 < 1 < r by [L3], and applying [L2] gives 0<r1<110 < r^{-1} < 1^{-1}, that is 0<1r<10 < \tfrac{1}{r} < 1.

L2L3step 1.2
2.4

Conversely, if 0<1r<10 < \tfrac{1}{r} < 1, applying [L2] to 0<r1<10 < r^{-1} < 1 gives 0<11<(r1)10 < 1^{-1} < (r^{-1})^{-1}, that is 1<r1 < r.

L2step 1.2
2.5

If r=1r = 1 then 1r=11=1\tfrac{1}{r} = 1^{-1} = 1; conversely if 1r=1\tfrac{1}{r} = 1 then r=(r1)1=11=1r = (r^{-1})^{-1} = 1^{-1} = 1.

step 1.2
3.1

Combining the two directions in each case: 0<r<1    1r>10 < r < 1 \iff \tfrac{1}{r} > 1, and r>1    0<1r<1r > 1 \iff 0 < \tfrac{1}{r} < 1, and r=1    1r=1r = 1 \iff \tfrac{1}{r} = 1.

step 2.1step 2.2step 2.3step 2.4step 2.5
PropositionStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

The sign of a product

Statement

Let FF be an ordered field and let a,bFa, b \in F. Then:

ab>0    a,b have the same sign,ab<0    a,b have opposite signs,ab > 0 \iff a, b \text{ have the same sign}, \qquad ab < 0 \iff a, b \text{ have opposite signs},

ab=0    a=0 or b=0.ab = 0 \iff a = 0 \text{ or } b = 0.

Here "same sign" means both positive or both negative, and "opposite signs" means one positive and one negative.

Facts & Assumptions

Given: Elements a,ba, b of an ordered field FF.

[L1]

Trichotomy: each xFx \in F satisfies exactly one of x>0x > 0, x=0x = 0, x<0x < 0 (Ordered field).

[L2]

Sign rules: if x,y>0x, y > 0 then xy>0xy > 0; if x>0x > 0 and y<0y < 0 then xy<0xy < 0; if x,y<0x, y < 0 then xy>0xy > 0 (Sign rules for products and monotonicity of multiplication).

[L4]

0x=00 \cdot x = 0 and x0=0x \cdot 0 = 0 (Multiplication by zero: 0a=00 \cdot a = 0).

Proof

technique · cases
1.1

If a=0a = 0 or b=0b = 0 then ab=0ab = 0 by [L4], and conversely if ab=0ab = 0 then a=0a = 0 or b=0b = 0 by [L3]; hence ab=0    a=0ab = 0 \iff a = 0 or b=0b = 0, which is the third biconditional.

L3L4
1.2

For the first two biconditionals assume a0a \ne 0 and b0b \ne 0; by trichotomy [L1] each of a,ba, b is then either positive or negative, giving four sign combinations.

L1
2.1

Case a>0a > 0 and b>0b > 0 (both positive, same sign): ab>0ab > 0 by [L2].

assume-case posposL2step 1.2
2.2

Case a<0a < 0 and b<0b < 0 (both negative, same sign): ab>0ab > 0 by [L2].

assume-case negnegL2step 1.2
2.3

Case a>0a > 0 and b<0b < 0 (opposite signs): ab<0ab < 0 by [L2].

assume-case posnegL2step 1.2
2.4

Case a<0a < 0 and b>0b > 0 (opposite signs): ab<0ab < 0 by [L2].

assume-case negposL2step 1.2
3.1

By trichotomy [L1] these four cases exhaust every sign combination of the nonzero a,ba, b and are mutually exclusive.

step 2.1step 2.2step 2.3step 2.4cases-exhaustive
4.1

For nonzero a,ba, b we have ab0ab \ne 0 by step 1.1, so by trichotomy abab is either >0> 0 or <0< 0; from the cases, ab>0ab > 0 occurs exactly in the same-sign cases 2.1 and 2.2, and ab<0ab < 0 exactly in the opposite-sign cases 2.3 and 2.4.

step 1.1step 3.1L1
5.1

Therefore ab>0    a,bab > 0 \iff a, b have the same sign, and ab<0    a,bab < 0 \iff a, b have opposite signs; with step 1.1 all three biconditionals hold.

step 1.1step 4.1
PropositionStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Multiplying inequalities of positives

Statement

Let FF be an ordered field. If 0<a<b0 < a < b and 0<c<d0 < c < d then ac<bdac < bd. If 0ab0 \le a \le b and 0cd0 \le c \le d then acbdac \le bd.

Facts & Assumptions

Given: Elements a,b,c,da, b, c, d of an ordered field FF.

[L1]

For a positive multiplier c>0c > 0: x<y    xc<ycx < y \iff xc < yc; multiplying a strict inequality by a positive element preserves it (Sign rules for products and monotonicity of multiplication).

[L2]

For c0c \ge 0: xyxcycx \le y \Rightarrow xc \le yc; the case c>0c > 0 is [L1] and the case c=0c = 0 gives 000 \le 0 (Sign rules for products and monotonicity of multiplication).

[L3]

The order is transitive: if x<yx < y and y<zy < z then x<zx < z, and likewise for \le, since the positive cone is closed under addition (Ordered field).

Proof

technique · direct
1.1

Assume 0<a<b0 < a < b and 0<c<d0 < c < d; since c>0c > 0, scaling a<ba < b by cc gives ac<bcac < bc.

L1
1.2

Since b>0b > 0 (from 0<a<b0 < a < b), scaling c<dc < d by bb gives bc<bdbc < bd.

L1
1.3

Assume instead 0ab0 \le a \le b and 0cd0 \le c \le d; since c0c \ge 0, from aba \le b we get acbcac \le bc.

L2
1.4

Since b0b \ge 0 (from 0ab0 \le a \le b), from cdc \le d we get bcbdbc \le bd.

L2
2.1

By transitivity, ac<bc<bdac < bc < bd, hence ac<bdac < bd, proving the strict claim.

L3step 1.1step 1.2
2.2

By transitivity of \le, acbcbdac \le bc \le bd, hence acbdac \le bd, proving the nonstrict claim.

L3step 1.3step 1.4
3.1

Both the strict and the nonstrict inequalities hold.

step 2.1step 2.2
PropositionStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

When ab<bab < b for positive a,ba, b

Statement

Let FF be an ordered field and let a,bFa, b \in F with a>0a > 0 and b>0b > 0. Then:

0<ab<b    0<a<1.0 < ab < b \iff 0 < a < 1.

Facts & Assumptions

Given: Elements a,ba, b of an ordered field FF with a>0a > 0 and b>0b > 0.

[L1]

If x>0x > 0 and y>0y > 0 then xy>0xy > 0: the positive cone is closed under multiplication (Ordered field).

[L2]

x<y    xy<0    yx>0x < y \iff x - y < 0 \iff y - x > 0 (Ordered field).

[L3]

For b>0b > 0: bz<0    z<0bz < 0 \iff z < 0; the sign of bzbz equals the sign of zz (Sign rules for products and monotonicity of multiplication).

[L4]

By distributivity and b(1)=bb \cdot (-1) = -b, one has abb=b(a1)ab - b = b(a - 1) (Sign rules for products: (a)b=(ab)(-a)b = -(ab) and (a)(b)=ab(-a)(-b) = ab).

Proof

technique · direct
1.1

Since a>0a > 0 and b>0b > 0, [L1] gives ab>0ab > 0.

L1
1.2

By [L4], abb=b(a1)ab - b = b(a - 1).

L4
2.1

By [L2], ab<b    abb<0ab < b \iff ab - b < 0, and by step 1.2 this is b(a1)<0b(a - 1) < 0.

L2step 1.2
2.2

By [L3] with z=a1z = a - 1, we have b(a1)<0    a1<0b(a - 1) < 0 \iff a - 1 < 0, and by [L2] this is a<1a < 1.

L3L2step 1.2
3.1

Chaining, ab<b    a<1ab < b \iff a < 1; since a>0a > 0 is given and ab>0ab > 0 by step 1.1, this is exactly 0<ab<b    0<a<10 < ab < b \iff 0 < a < 1.

givenstep 1.1step 2.1step 2.2
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-27Open item page →

The canonical natural ι(n)=n1F\iota(n) = n \cdot 1_F of a field

Definition

Let FF be a field (Field) with additive identity 0F0_F and multiplicative identity 1F1_F. Define ι:NF\iota : \mathbb{N} \to F by recursion on N\mathbb{N} (The natural numbers N\mathbb{N} (von Neumann), The recursion theorem):

ι(0)  :=  0F,ι(n+1)  :=  ι(n)+1F.\iota(0) \;:=\; 0_F, \qquad \iota(n+1) \;:=\; \iota(n) + 1_F .

ι(n)\iota(n) is the canonical natural of nn in FF. It is also written n1Fn \cdot 1_F, and for n1n \ge 1 it is 1F1_F added to itself nn times.

Why the notation is needed at all. A natural number in this library is a von Neumann natural, that is a set (The natural numbers N\mathbb{N} (von Neumann)), and a set is not an element of FF. So 1/n1/n, nαn^{\alpha} and x/nx/n are not expressions of FF when nn is a natural: what they mean is 1/ι(n)1/\iota(n), ι(n)α\iota(n)^{\alpha} and x/ι(n)x/\iota(n). The map ι\iota is what carries a counting number into the field, and writing it is the whole reason a reader meets 1/ι(k+1)1/\iota(k+1) where an informal text would write 1/(k+1)1/(k+1).

Remarks

  • Where the index shift comes from. N\mathbb{N} contains 00 (The natural numbers N\mathbb{N} (von Neumann)) and ι(0)=0F\iota(0) = 0_F, so 1/ι(k)1/\iota(k) is undefined at k=0k = 0. A family of reciprocals indexed by N\mathbb{N} is therefore written over ι(k+1)\iota(k+1), which is why the harmonic and telescoping families of this library run over k+1k+1 rather than over kk. This is bookkeeping, not a restriction: the values are the usual ones.

  • This definition records notation; the arithmetic is proved elsewhere. That ι\iota is strictly increasing and positive on n1n \ge 1, and that it carries sums to sums and products to products, is Canonical naturals are positive and strictly increasing, stated for an ordered field. That lemma introduces the same element by the equivalent recursion 11F=1F1 \cdot 1_F = 1_F, (n+1)1F=n1F+1F(n+1) \cdot 1_F = n \cdot 1_F + 1_F, which agrees with the definition above because ι(1)=ι(0)+1F=1F\iota(1) = \iota(0) + 1_F = 1_F. Nothing here is new mathematics; the definition exists so that the notation has a home a reader can look up.

  • The symbol ι\iota is used in this library for other canonical maps, and this definition does not govern them. It also denotes the canonical field embedding ι:QF\iota : \mathbb{Q} \to F (The unique embedding of ℚ into an ordered field), the isometric embedding of a metric space into a completion (A completion of a metric space: a complete metric space together with an isometric embedding onto a dense subspace ), and an inclusion map ι:SX\iota : S \to X of a subspace. Each of those is introduced where it is used and means something different from the map defined here. What the four share is only that each is the canonical map of its situation.

  • Fields, not just ordered fields. The recursion needs no order, so the definition is stated for a field; every use in this library is in an ordered field, and the order is what makes ι\iota injective (Canonical naturals are positive and strictly increasing). In a field of positive characteristic ι\iota is not injective, which is one reason the injectivity is a lemma rather than part of the definition.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Canonical naturals are positive and strictly increasing

Statement

Let FF be an ordered field, with field structure as in Field, and for n1n \ge 1 let n1Fn \cdot 1_F denote the canonical natural number 1F++1Fn\underbrace{1_F + \cdots + 1_F}_{n}, defined recursively by 11F=1F1 \cdot 1_F = 1_F and (n+1)1F=n1F+1F(n+1) \cdot 1_F = n \cdot 1_F + 1_F. Then for every n1n \ge 1:

  • n1F>0n \cdot 1_F > 0 and (n+1)1F>n1F(n+1) \cdot 1_F > n \cdot 1_F;
  • the map nn1Fn \mapsto n \cdot 1_F is strictly increasing, hence injective, on {1,2,3,}\{1, 2, 3, \dots\};
  • (m+n)1F=m1F+n1F(m+n) \cdot 1_F = m \cdot 1_F + n \cdot 1_F and (mn)1F=(m1F)(n1F)(mn) \cdot 1_F = (m \cdot 1_F)(n \cdot 1_F) for all m,n1m, n \ge 1.

Facts & Assumptions

Given: An ordered field FF whose canonical naturals are defined recursively by 11F=1F1 \cdot 1_F = 1_F and (n+1)1F=n1F+1F(n+1) \cdot 1_F = n \cdot 1_F + 1_F, with 01F=00 \cdot 1_F = 0.

[L1]

0<1F0 < 1_F in every ordered field (The multiplicative identity is positive).

[L2]

The order is compatible with addition and positives are closed under addition: a<ba < b implies a+c<b+ca + c < b + c, and a>0a > 0, b>0b > 0 imply a+b>0a + b > 0 (Order is preserved by adding a constant and by adding inequalities).

Proof

technique · induction
1.1

Base case n=1n = 1: by definition 11F=1F1 \cdot 1_F = 1_F, and 1F>01_F > 0.

L1base
1.2

Inductive hypothesis: assume n1F>0n \cdot 1_F > 0 for some fixed n1n \ge 1.

ih
1.3

By the recursion, (n+1)1Fn1F=1F>0(n+1) \cdot 1_F - n \cdot 1_F = 1_F > 0, so (n+1)1F>n1F(n+1) \cdot 1_F > n \cdot 1_F.

givenL1
1.4

Additive identity: fix mm and induct on nn; at n=1n = 1, (m+1)1F=m1F+1F(m+1) \cdot 1_F = m \cdot 1_F + 1_F by the recursion, and if (m+n)1F=m1F+n1F(m+n) \cdot 1_F = m \cdot 1_F + n \cdot 1_F then (m+n+1)1F=(m+n)1F+1F=m1F+n1F+1F=m1F+(n+1)1F(m+n+1) \cdot 1_F = (m+n) \cdot 1_F + 1_F = m \cdot 1_F + n \cdot 1_F + 1_F = m \cdot 1_F + (n+1) \cdot 1_F.

givenalgebra
2.1

Inductive step: (n+1)1F=n1F+1F(n+1) \cdot 1_F = n \cdot 1_F + 1_F is a sum of two positives, by the hypothesis and 1F>01_F > 0, hence (n+1)1F>0(n+1) \cdot 1_F > 0.

step 1.2L1L2
2.2

Iterating 1.3, for m<nm < n one has m1F<n1Fm \cdot 1_F < n \cdot 1_F, so nn1Fn \mapsto n \cdot 1_F is strictly increasing and therefore injective on {1,2,3,}\{1, 2, 3, \dots\}.

step 1.3L2
2.3

Multiplicative identity: fix mm and induct on nn; at n=1n = 1, (m1)1F=m1F=(m1F)(11F)(m \cdot 1) \cdot 1_F = m \cdot 1_F = (m \cdot 1_F)(1 \cdot 1_F), and the step (m(n+1))1F=(mn+m)1F=(mn)1F+m1F=(m1F)(n1F)+(m1F)(1F)=(m1F)((n+1)1F)(m(n+1)) \cdot 1_F = (mn + m) \cdot 1_F = (mn) \cdot 1_F + m \cdot 1_F = (m \cdot 1_F)(n \cdot 1_F) + (m \cdot 1_F)(1_F) = (m \cdot 1_F)((n+1) \cdot 1_F) uses 1.4 and distributivity.

step 1.4algebra
3.1

By induction on 1.1, 1.2, 2.1, n1F>0n \cdot 1_F > 0 for every n1n \ge 1; with the strict increase 2.2 and the identities 1.4, 2.3, every claim holds.

step 2.1step 2.2step 1.4step 2.3discharge-induction
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Every complete ordered field is Archimedean

Statement

Every complete ordered field FF (Complete ordered field (least-upper-bound property)) is Archimedean: for every xFx \in F there is a natural number n1n \ge 1 with x<n1Fx < n \cdot 1_F, where n1Fn \cdot 1_F is the canonical natural of the ordered field FF (Ordered field). Equivalently, the canonical naturals are cofinal in FF.

Facts & Assumptions

Given: A complete ordered field FF; write A={n1F:n1}A = \{\, n \cdot 1_F : n \ge 1 \,\} for the set of its canonical naturals.

[L1]

Least-upper-bound property: every nonempty SFS \subseteq F that is bounded above has a least upper bound supSF\sup S \in F (Complete ordered field (least-upper-bound property)).

[L2]

Each canonical natural satisfies n1F>0n \cdot 1_F > 0, one has (n+1)1F=n1F+1F(n+1) \cdot 1_F = n \cdot 1_F + 1_F, and (n+1)1F>n1F(n+1) \cdot 1_F > n \cdot 1_F (Canonical naturals are positive and strictly increasing).

[L3]

Proof

technique · contradiction
1.1

Suppose, for contradiction, that FF is not Archimedean: there is some xFx \in F with n1Fxn \cdot 1_F \le x for all n1n \ge 1, that is, xx is an upper bound of AA.

assume-contra
2.1

The set AA is nonempty, since 11F=1FA1 \cdot 1_F = 1_F \in A, and it is bounded above by xx.

step 1.1L2
3.1

By the least-upper-bound property, AA has a least upper bound s=supAFs = \sup A \in F.

step 2.1L1
4.1

Since 1F>01_F > 0, we have s1F<ss - 1_F < s; as ss is the least upper bound, s1Fs - 1_F is not an upper bound of AA.

step 3.1L3
5.1

Hence there is some m1m \ge 1 with m1F>s1Fm \cdot 1_F > s - 1_F.

step 4.1
6.1

Adding 1F1_F to both sides, (m+1)1F=m1F+1F>s(m+1) \cdot 1_F = m \cdot 1_F + 1_F > s.

step 5.1L2
7.1

But (m+1)1FA(m+1) \cdot 1_F \in A, so (m+1)1Fs(m+1) \cdot 1_F \le s because ss is an upper bound of AA, contradicting 6.1.

step 6.1step 3.1L2
8.1

The assumption is therefore untenable, so FF is Archimedean.

step 7.1discharge-contradiction
CorollaryStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-26Open item page →

For every ε>0\varepsilon > 0 in a complete ordered field there is a natural n1n \ge 1 with 1/n<ε1/n < \varepsilon

Statement

Let FF be a complete ordered field (Complete ordered field (least-upper-bound property)) and let εF\varepsilon \in F with ε>0\varepsilon > 0. Then there is a natural number n1n \ge 1 such that

1n1F<ε,\frac{1}{n \cdot 1_F} < \varepsilon ,

where n1Fn \cdot 1_F is the canonical natural of FF (Every complete ordered field is Archimedean) and 1/(n1F)1/(n \cdot 1_F) is its multiplicative inverse (Field). As is standard we abbreviate n1Fn \cdot 1_F to nn and write the conclusion 1/n<ε1/n < \varepsilon.

This is the reciprocal form of the Archimedean property. Every complete ordered field is Archimedean on its own delivers only the assertion that the canonical naturals are cofinal, x<n1Fx < n \cdot 1_F; the form actually used in analysis, that the reciprocals of the naturals get below every positive bound, is the statement above, and it is recorded separately so that no proof has to reconstruct the inversion step in passing.

Facts & Assumptions

Given: A complete ordered field FF and an element εF\varepsilon \in F with ε>0\varepsilon > 0.

[L1]

Archimedean property: for every xFx \in F there is a natural number n1n \ge 1 with x<n1Fx < n \cdot 1_F (Every complete ordered field is Archimedean, Complete ordered field (least-upper-bound property)).

[L2]

Inverses and order: if a>0a > 0 then a1>0a^{-1} > 0, and if 0<a<b0 < a < b then 0<b1<a10 < b^{-1} < a^{-1} (Inverses of positives are positive, and reciprocation reverses order, Ordered field).

[L3]

Field arithmetic: an element aa with a>0a > 0 is nonzero by trichotomy, hence has a multiplicative inverse a1a^{-1}, and (a1)1=a(a^{-1})^{-1} = a (Field, Ordered field).

Proof

technique · direct
1.1

Since ε>0\varepsilon > 0, trichotomy gives ε0\varepsilon \ne 0, so ε1\varepsilon^{-1} exists, and ε1>0\varepsilon^{-1} > 0.

givenL2L3
2.1

Apply [L1] to x=ε1x = \varepsilon^{-1}: fix a natural number n1n \ge 1 with ε1<n1F\varepsilon^{-1} < n \cdot 1_F.

step 1.1L1choose
3.1

Chaining the two displayed inequalities gives 0<ε1<n1F0 < \varepsilon^{-1} < n \cdot 1_F; in particular n1F>0n \cdot 1_F > 0, so n1F0n \cdot 1_F \ne 0 and 1/(n1F)1/(n \cdot 1_F) is defined.

step 1.1step 2.1L3
4.1

Apply the second claim of [L2] with a=ε1a = \varepsilon^{-1} and b=n1Fb = n \cdot 1_F: 0<(n1F)1<(ε1)10 < (n \cdot 1_F)^{-1} < (\varepsilon^{-1})^{-1}.

step 3.1L2
5.1

By [L3], (ε1)1=ε(\varepsilon^{-1})^{-1} = \varepsilon, so the natural number n1n \ge 1 fixed in step 2.1 satisfies 1/(n1F)<ε1/(n \cdot 1_F) < \varepsilon, which is the assertion.

step 4.1L3

Remarks

  • Monotonicity gives the eventual form for free. If mn1m \ge n \ge 1 then m1Fn1F>0m \cdot 1_F \ge n \cdot 1_F > 0, because kk1Fk \mapsto k \cdot 1_F is strictly increasing on the naturals 1\ge 1 (Canonical naturals are positive and strictly increasing), and so 1/(m1F)1/(n1F)<ε1/(m \cdot 1_F) \le 1/(n \cdot 1_F) < \varepsilon by Inverses of positives are positive, and reciprocation reverses order again. So the corollary yields not merely one index but a threshold: every mnm \ge n satisfies 1/m<ε1/m < \varepsilon. That one extra line is what a convergence proof needs, and it is left to the caller rather than folded into the statement, because the caller usually has a threshold of its own to combine it with.

  • Completeness is used only through Every complete ordered field is Archimedean. Nothing here needs the least-upper-bound property directly. The corollary therefore holds verbatim in any Archimedean ordered field, in particular in Q\mathbb{Q}, and it fails in a non-Archimedean ordered field, where an infinitesimal ε>0\varepsilon > 0 is below every 1/n1/n by construction.

  • The equivalence is exact: the reciprocal form implies the cofinal form back again, since given x>0x > 0 one applies it to ε=1/x\varepsilon = 1/x. The two are the same property written on the two sides of the inversion, and only the direction proved above is used in this library.

LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

The unique embedding of ℚ into an ordered field

Statement

Let FF be an ordered field (Ordered field). There is a unique field homomorphism ι:QF\iota : \mathbb{Q} \to F (Field homomorphism and embedding). On the integers it is given by nn1Fn \mapsto n \cdot 1_F (with n(n1F)-n \mapsto -(n \cdot 1_F) and 000 \mapsto 0), and on a rational written as p/qp/q with q1q \ge 1 by ι(p/q)=ι(p)(q1F)1\iota(p/q) = \iota(p)\,(q \cdot 1_F)^{-1}. Moreover ι\iota is injective and order-preserving, so it is an embedding of Q\mathbb{Q} as an ordered subfield of FF, and it is the only field homomorphism QF\mathbb{Q} \to F.

Facts & Assumptions

Given: An ordered field FF; the field Q\mathbb{Q} of The rationals form a totally ordered field, every element of which is 00 or ±p/q\pm p/q with integers p,q1p, q \ge 1. For an integer pp write ι(p)\iota(p) for p1Fp \cdot 1_F if p0p \ge 0 and (p1F)-(|p| \cdot 1_F) if p<0p < 0.

[L1]

Q\mathbb{Q} is an ordered field; a nonzero p/qp/q with q1q \ge 1 is positive exactly when p1p \ge 1 (The rationals form a totally ordered field).

[L2]

The canonical naturals satisfy n1F>0n \cdot 1_F > 0 for n1n \ge 1, nn1Fn \mapsto n \cdot 1_F is injective, (m+n)1F=m1F+n1F(m+n) \cdot 1_F = m \cdot 1_F + n \cdot 1_F, and (mn)1F=(m1F)(n1F)(mn) \cdot 1_F = (m \cdot 1_F)(n \cdot 1_F) (Canonical naturals are positive and strictly increasing).

[L3]

If a>0a > 0 then a1>0a^{-1} > 0 (Inverses of positives are positive, and reciprocation reverses order).

[L4]

Sign rules: a product of positives is positive, and for c>0c > 0 one has a<ba < b iff ac<bcac < bc (Sign rules for products and monotonicity of multiplication).

[L5]

A field homomorphism preserves ++, \cdot, and 11, and hence 00, negation, and inverses (Field homomorphism and embedding).

Proof

technique · direct
1.1

Define ι\iota on the integers by ι(n)=n1F\iota(n) = n \cdot 1_F for n0n \ge 0 and ι(n)=(n1F)\iota(-n) = -(n \cdot 1_F); by [L2] this is additive and multiplicative on Z\mathbb{Z} and sends 11F1 \mapsto 1_F.

L2
1.2

For a rational x=p/qx = p/q with q1q \ge 1 define ι(x)=ι(p)(q1F)1\iota(x) = \iota(p)\,(q \cdot 1_F)^{-1}, which makes sense because q1F>00q \cdot 1_F > 0 \ne 0 has an inverse.

L2
2.1

Well-defined: if p/q=p/qp/q = p'/q' with q,q1q, q' \ge 1, then pq=pqp q' = p' q in Z\mathbb{Z}, so [L2] gives ι(p)(q1F)=ι(p)(q1F)\iota(p)(q' \cdot 1_F) = \iota(p')(q \cdot 1_F), and multiplying by the positive (q1F)1(q1F)1(q \cdot 1_F)^{-1}(q' \cdot 1_F)^{-1} yields ι(p)(q1F)1=ι(p)(q1F)1\iota(p)(q \cdot 1_F)^{-1} = \iota(p')(q' \cdot 1_F)^{-1}; thus ι(x)\iota(x) is independent of the representative.

step 1.1step 1.2L2L3
2.2

Multiplicativity: for x=p/qx = p/q, y=r/sy = r/s one has xy=(pr)/(qs)xy = (pr)/(qs), and ι(xy)=ι(pr)((qs)1F)1=ι(p)ι(r)(q1F)1(s1F)1=ι(x)ι(y)\iota(xy) = \iota(pr)((qs) \cdot 1_F)^{-1} = \iota(p)\iota(r)(q \cdot 1_F)^{-1}(s \cdot 1_F)^{-1} = \iota(x)\iota(y), using (mn)1F=(m1F)(n1F)(mn) \cdot 1_F = (m \cdot 1_F)(n \cdot 1_F) and (uv)1=u1v1(uv)^{-1} = u^{-1} v^{-1}.

step 1.2L2
2.3

Additivity: with x+y=(ps+rq)/(qs)x + y = (ps + rq)/(qs), ι(x+y)=(ι(p)(s1F)+ι(r)(q1F))(q1F)1(s1F)1=ι(p)(q1F)1+ι(r)(s1F)1=ι(x)+ι(y)\iota(x+y) = (\iota(p)(s \cdot 1_F) + \iota(r)(q \cdot 1_F))(q \cdot 1_F)^{-1}(s \cdot 1_F)^{-1} = \iota(p)(q \cdot 1_F)^{-1} + \iota(r)(s \cdot 1_F)^{-1} = \iota(x) + \iota(y), using the additive and multiplicative identities of [L2].

step 1.2L2
2.4

Positivity: if x=p/q>0x = p/q > 0 in Q\mathbb{Q} with q1q \ge 1, then p1p \ge 1 by [L1], so ι(p)=p1F>0\iota(p) = p \cdot 1_F > 0 and q1F>0q \cdot 1_F > 0 by [L2], whence (q1F)1>0(q \cdot 1_F)^{-1} > 0 by [L3] and ι(x)=ι(p)(q1F)1>0\iota(x) = \iota(p)(q \cdot 1_F)^{-1} > 0 by [L4].

step 1.2L1L2L3L4
2.5

Uniqueness on Z\mathbb{Z}: let ψ:QF\psi : \mathbb{Q} \to F be any field homomorphism; then ψ(1)=1F\psi(1) = 1_F, additivity forces ψ(n)=n1F=ι(n)\psi(n) = n \cdot 1_F = \iota(n) for n1n \ge 1, and ψ(0)=0\psi(0) = 0, ψ(n)=(n1F)\psi(-n) = -(n \cdot 1_F), so ψ=ι\psi = \iota on Z\mathbb{Z}.

step 1.1L5
3.1

Unit: ι(1)=ι(1/1)=ι(1)(11F)1=1F\iota(1) = \iota(1/1) = \iota(1)(1 \cdot 1_F)^{-1} = 1_F; hence ι\iota is a field homomorphism QF\mathbb{Q} \to F.

step 2.2step 2.3L2L5
3.2

Order: for x<yx < y in Q\mathbb{Q} we have yx>0y - x > 0, so ι(y)ι(x)=ι(yx)>0\iota(y) - \iota(x) = \iota(y - x) > 0 by 2.3 and 2.4, that is ι(x)<ι(y)\iota(x) < \iota(y); thus ι\iota is order-preserving.

step 2.3step 2.4
4.1

Injectivity: if xyx \ne y then x<yx < y or y<xy < x, and 3.2 forces ι(x)ι(y)\iota(x) \ne \iota(y); so ι\iota is injective, an embedding of ordered fields.

step 3.2
5.1

Uniqueness on Q\mathbb{Q}: for p/qQp/q \in \mathbb{Q}, ψ(p/q)=ψ(p)ψ(q)1=ι(p)(q1F)1=ι(p/q)\psi(p/q) = \psi(p)\psi(q)^{-1} = \iota(p)(q \cdot 1_F)^{-1} = \iota(p/q) since ψ\psi preserves products and inverses; hence ψ=ι\psi = \iota, so ι\iota is the unique field homomorphism QF\mathbb{Q} \to F.

step 2.5step 1.2L5
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passaudited 2026-07-25Open item page →

ℚ is dense in every Archimedean ordered field

Statement

Let FF be an Archimedean ordered field (Archimedean ordered field) and let ι:QF\iota : \mathbb{Q} \to F be the canonical embedding (The unique embedding of ℚ into an ordered field). Then ι(Q)\iota(\mathbb{Q}) is dense in FF: for any x<yx < y in FF there is a rational qq with x<ι(q)<yx < \iota(q) < y.

Facts & Assumptions

Given: An Archimedean ordered field FF with canonical embedding ι:QF\iota : \mathbb{Q} \to F, and elements x<yx < y of FF.

[L1]

Archimedean property: for every wFw \in F there is n1n \ge 1 with w<n1Fw < n \cdot 1_F (Archimedean ordered field).

[L2]

ι\iota is an order-preserving field homomorphism with ι(m/n)=ι(m)(n1F)1\iota(m/n) = \iota(m)\,(n \cdot 1_F)^{-1} for n1n \ge 1 (The unique embedding of ℚ into an ordered field).

[L3]

Canonical naturals: n1F>0n \cdot 1_F > 0 for n1n \ge 1, and (m+n)1F=m1F+n1F(m+n) \cdot 1_F = m \cdot 1_F + n \cdot 1_F (Canonical naturals are positive and strictly increasing).

[L4]

If a>0a > 0 then a1>0a^{-1} > 0 (Inverses of positives are positive, and reciprocation reverses order).

[L5]

Sign rules: for c>0c > 0 one has a<ba < b iff ac<bcac < bc, and products of positives are positive (Sign rules for products and monotonicity of multiplication).

[L6]

Every nonempty TZT \subseteq \mathbb{Z} that is bounded below has a least element: if k>Mk > -M for every kTk \in T then {k+M:kT}\{k + M : k \in T\} is a nonempty set of naturals, which has a least element, and subtracting MM returns the least element of TT (The well-ordering principle, The naturals embed in the integers, Order on the integers).

Proof

technique · direct
1.1

Since x<yx < y, the element yx>0y - x > 0, so it is nonzero and its inverse (yx)1(y - x)^{-1} exists in the field FF; by the Archimedean property applied to (yx)1(y - x)^{-1}, choose n1n \ge 1 with (yx)1<n1F(y - x)^{-1} < n \cdot 1_F.

L1L4choose
1.2

By [L1] applied to (n1F)x(n \cdot 1_F)\,x there is a natural NN with (n1F)x<N1F(n \cdot 1_F)\,x < N \cdot 1_F, so the set T={kZ:k1F>(n1F)x}T = \{\, k \in \mathbb{Z} : k \cdot 1_F > (n \cdot 1_F)\,x \,\} is nonempty (NTN \in T); by [L1] applied to (n1F)x-(n \cdot 1_F)\,x there is a natural MM with (n1F)x<M1F-(n \cdot 1_F)\,x < M \cdot 1_F, so every kTk \in T satisfies k1F>(n1F)x>M1Fk \cdot 1_F > (n \cdot 1_F)\,x > -M \cdot 1_F, hence k>Mk > -M (were kMk \le -M, monotonicity of kk1F=ι(k)k \mapsto k \cdot 1_F = \iota(k) on Z\mathbb{Z}, which is [L2], would force k1FM1Fk \cdot 1_F \le -M \cdot 1_F, against k1F>M1Fk \cdot 1_F > -M \cdot 1_F), so TT is bounded below by M-M, and therefore has a least element mm.

L1L2L3L6choose
2.1

Multiplying (yx)1<n1F(y - x)^{-1} < n \cdot 1_F by the positive (n1F)1(yx)(n \cdot 1_F)^{-1}(y - x) gives (n1F)1<yx(n \cdot 1_F)^{-1} < y - x.

step 1.1L4L5
2.2

By minimality of mm, (m1)1F(n1F)x<m1F(m-1) \cdot 1_F \le (n \cdot 1_F)\,x < m \cdot 1_F.

step 1.2
3.1

Set q=m/nQq = m/n \in \mathbb{Q}, so ι(q)=ι(m)(n1F)1\iota(q) = \iota(m)(n \cdot 1_F)^{-1}; dividing (n1F)x<m1F(n \cdot 1_F)\,x < m \cdot 1_F by the positive n1Fn \cdot 1_F gives x<ι(m)(n1F)1=ι(q)x < \iota(m)(n \cdot 1_F)^{-1} = \iota(q).

step 2.2L2L4L5
3.2

From (m1)1F=m1F1F(n1F)x(m-1) \cdot 1_F = m \cdot 1_F - 1_F \le (n \cdot 1_F)\,x, dividing by the positive n1Fn \cdot 1_F gives ι(q)(n1F)1x\iota(q) - (n \cdot 1_F)^{-1} \le x, that is ι(q)x+(n1F)1\iota(q) \le x + (n \cdot 1_F)^{-1}.

step 2.2L3L4L5
4.1

Combining with 2.1, ι(q)x+(n1F)1<x+(yx)=y\iota(q) \le x + (n \cdot 1_F)^{-1} < x + (y - x) = y.

step 3.2step 2.1
5.1

Therefore x<ι(q)<yx < \iota(q) < y with q=m/nQq = m/n \in \mathbb{Q}, so ι(Q)\iota(\mathbb{Q}) is dense in FF.

step 3.1step 4.1
TheoremStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

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\}

Statement

Let FF be a complete ordered field (Complete ordered field (least-upper-bound property)). Then every aFa \in F with a0a \ge 0 has a unique sFs \in F with s0s \ge 0 and s2=as^2 = a; we write s=as = \sqrt{a}. Consequently the positive elements of FF are exactly the nonzero squares: x>0x > 0 if and only if x=y2x = y^2 for some y0y \neq 0.

Facts & Assumptions

Given: A complete ordered field FF (Complete ordered field (least-upper-bound property)), that is, an ordered field (Ordered field) with the least-upper-bound property, and an element aFa \in F with a0a \ge 0.

[L1]

Every nonempty subset of FF that is bounded above has a least upper bound in FF (Complete ordered field (least-upper-bound property)).

[L2]

Sign and scaling rules: a product of positives is positive, and for c>0c > 0 one has x<y    cx<cyx < y \iff cx < cy (Sign rules for products and monotonicity of multiplication).

[L3]

Squaring is strictly monotone on the nonnegatives: if 0x<y0 \le x < y then x2<y2x^2 < y^2; in particular squaring is injective on {x:x0}\{x : x \ge 0\} (Squaring is monotone on the nonnegatives).

[L4]

A nonzero square is positive: if y0y \neq 0 then y2>0y^2 > 0 (Squares of nonzero elements are positive).

[L5]

Multiplying inequalities of positives: if 0<x<y0 < x < y and 0<u<v0 < u < v then xu<yvxu < yv (Multiplying inequalities of positives).

Proof

technique · contradiction
1.1

If a=0a = 0, then s=0s = 0 satisfies s0s \ge 0 and s2=0=as^2 = 0 = a, so existence holds; assume henceforth a>0a > 0.

givenalgebra
1.2

Uniqueness holds once a root exists: if u,v0u, v \ge 0 satisfy u2=v2u^2 = v^2, then strict monotonicity of squaring on nonnegatives [L3] rules out both u<vu < v and u>vu > v, forcing u=vu = v; so at most one s0s \ge 0 has s2=as^2 = a.

L3given
1.3

Define S={tF:t0 and t2a}S = \{ t \in F : t \ge 0 \text{ and } t^2 \le a \}; then 0S0 \in S because 000 \ge 0 and 02=0a0^2 = 0 \le a, so SS \neq \emptyset.

givenalgebra
1.4

The element 1+a1 + a is an upper bound of SS: since a>0a > 0 we have 1+a>11 + a > 1, so any t>1+at > 1 + a has t>1t > 1 and t>0t > 0, whence t2=tt>1t=t>1+a>at^2 = t \cdot t > 1 \cdot t = t > 1 + a > a, giving tSt \notin S.

givenL2
2.1

By completeness [L1], s:=supSs := \sup S exists in FF; and since 0S0 \in S we have s0s \ge 0.

L1step 1.3step 1.4
3.1

Assume, for contradiction, that s2as^2 \neq a; by trichotomy either s2<as^2 < a or s2>as^2 > a.

assume-contrastep 2.1
4.1

(Case s2<as^2 < a.) Choose hh with 0<h<10 < h < 1 and h<as22s+1h < \dfrac{a - s^2}{2s + 1}, possible since as2>0a - s^2 > 0 and 2s+11>02s + 1 \ge 1 > 0; then h2=hh<h1=hh^2 = h \cdot h < h \cdot 1 = h and h(2s+1)<as2h(2s+1) < a - s^2, so (s+h)2=s2+2sh+h2<s2+2sh+h=s2+h(2s+1)<a(s+h)^2 = s^2 + 2sh + h^2 < s^2 + 2sh + h = s^2 + h(2s+1) < a, whence s+hSs + h \in S with s+h>ss + h > s, contradicting that ss is an upper bound of SS.

assume-case lowstep 3.1step 2.1L2L5choose
4.2

(Case s2>as^2 > a.) Here s>0s > 0 since s2>a0s^2 > a \ge 0; choose hh with 0<h<s0 < h < s and h<s2a2sh < \dfrac{s^2 - a}{2s}, so 2sh<s2a2sh < s^2 - a and (sh)2=s22sh+h2s22sh>a(s-h)^2 = s^2 - 2sh + h^2 \ge s^2 - 2sh > a, hence every tSt \in S has t2a<(sh)2t^2 \le a < (s-h)^2 with t0t \ge 0 and sh>0s - h > 0, so t<sht < s - h by [L3]; thus shs - h is an upper bound of SS with sh<ss - h < s, contradicting that ss is the least upper bound.

assume-case highstep 3.1step 2.1L3choose
5.1

Both cases of the disjunction in step 3.1 give a contradiction, so the assumption fails and s2=as^2 = a: a unique (by step 1.2) s=a0s = \sqrt{a} \ge 0 with s2=as^2 = a exists, and applying this to any x>0x > 0 writes x=(x)2x = (\sqrt{x})^2 with x0\sqrt{x} \neq 0 while conversely any nonzero square is positive by [L4], so the positive elements of FF are exactly the nonzero squares.

step 4.1step 4.2step 3.1step 1.2L4casesdischarge-contradiction
LemmaStatement: AI-adaptedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Field homomorphisms between ordered fields fix Q\mathbb{Q}

Statement

Let FF and GG be ordered fields with canonical rational embeddings ιF:QF\iota_F : \mathbb{Q} \to F and ιG:QG\iota_G : \mathbb{Q} \to G (The unique embedding of ℚ into an ordered field). Then every field homomorphism φ:FG\varphi : F \to G (Field homomorphism and embedding) fixes Q\mathbb{Q}, meaning φιF=ιG,i.e. φ(ιF(q))=ιG(q) for all qQ.\varphi \circ \iota_F = \iota_G, \qquad \text{i.e. } \varphi(\iota_F(q)) = \iota_G(q) \text{ for all } q \in \mathbb{Q}.

Facts & Assumptions

Given: Ordered fields F,GF, G, a field homomorphism φ:FG\varphi : F \to G, and the canonical embeddings ιF,ιG\iota_F, \iota_G.

[L1]

The canonical embedding ι:QF\iota : \mathbb{Q} \to F acts on Z\mathbb{Z} by nn1Fn \mapsto n \cdot 1_F and on Q\mathbb{Q} by p/q(p1F)(q1F)1p/q \mapsto (p \cdot 1_F)(q \cdot 1_F)^{-1} (likewise for ιG\iota_G) (The unique embedding of ℚ into an ordered field).

[L2]

The canonical natural n1n \cdot 1 is the nn-fold sum 1++11 + \dots + 1; the integers embed with q10q \cdot 1 \ne 0 for q0q \ne 0 (Canonical naturals are positive and strictly increasing).

[L3]

φ\varphi is a field homomorphism: φ(1F)=1G\varphi(1_F) = 1_G, φ(x+y)=φ(x)+φ(y)\varphi(x + y) = \varphi(x) + \varphi(y), φ(xy)=φ(x)φ(y)\varphi(xy) = \varphi(x)\varphi(y), φ(0F)=0G\varphi(0_F) = 0_G, φ(x)=φ(x)\varphi(-x) = -\varphi(x), and φ(x1)=φ(x)1\varphi(x^{-1}) = \varphi(x)^{-1} for x0x \ne 0 (Field homomorphism and embedding).

Proof

technique · direct
1.1

By [L3], φ(1F)=1G\varphi(1_F) = 1_G and φ\varphi preserves sums, products, negation, and inversion of nonzero elements.

L3
1.2

By [L1], ιF\iota_F and ιG\iota_G send each nZn \in \mathbb{Z} to n1Fn \cdot 1_F and n1Gn \cdot 1_G, and each p/qQp/q \in \mathbb{Q} to (p1)(q1)1(p \cdot 1)(q \cdot 1)^{-1} in the respective field.

L1
1.3

Because n1Fn \cdot 1_F is the nn-fold sum of 1F1_F ([L2]) and φ\varphi is additive with φ(1F)=1G\varphi(1_F) = 1_G, we get φ(n1F)=n1G\varphi(n \cdot 1_F) = n \cdot 1_G for every canonical natural nn.

L2L3
2.1

For each integer nn this extends by sign: φ(ιF(0))=φ(0F)=0G=ιG(0)\varphi(\iota_F(0)) = \varphi(0_F) = 0_G = \iota_G(0) and φ(ιF(n))=φ((n1F))=(n1G)=ιG(n)\varphi(\iota_F(-n)) = \varphi(-(n \cdot 1_F)) = -(n \cdot 1_G) = \iota_G(-n), so φ(ιF(m))=ιG(m)\varphi(\iota_F(m)) = \iota_G(m) for all mZm \in \mathbb{Z}.

step 1.2step 1.3L3
3.1

For a rational p/qp/q with integers p,q0p, q \ne 0, ιF(p/q)=(p1F)(q1F)1\iota_F(p/q) = (p \cdot 1_F)(q \cdot 1_F)^{-1}, so φ(ιF(p/q))=φ(p1F)φ(q1F)1=(p1G)(q1G)1=ιG(p/q)\varphi(\iota_F(p/q)) = \varphi(p \cdot 1_F)\,\varphi(q \cdot 1_F)^{-1} = (p \cdot 1_G)(q \cdot 1_G)^{-1} = \iota_G(p/q).

step 1.2step 2.1L3
4.1

Since φιF\varphi \circ \iota_F and ιG\iota_G agree on every rational, φιF=ιG\varphi \circ \iota_F = \iota_G: the homomorphism φ\varphi fixes Q\mathbb{Q}.

step 3.1
LemmaStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Homomorphisms out of a complete ordered field are order-preserving

Statement

Let FF be a complete ordered field and GG an ordered field, and let φ:FG\varphi : F \to G be a field homomorphism (Field homomorphism and embedding). Then φ\varphi is injective and order-preserving: x>0x > 0 in FF implies φ(x)>0\varphi(x) > 0 in GG, and consequently a<ba < b implies φ(a)<φ(b)\varphi(a) < \varphi(b).

Facts & Assumptions

Given: A complete ordered field FF, an ordered field GG, and a field homomorphism φ:FG\varphi : F \to G.

[L1]

φ(1F)=1G\varphi(1_F) = 1_G, φ(x+y)=φ(x)+φ(y)\varphi(x + y) = \varphi(x) + \varphi(y), φ(xy)=φ(x)φ(y)\varphi(xy) = \varphi(x)\varphi(y), φ(x)=φ(x)\varphi(-x) = -\varphi(x); and every field homomorphism is injective, its kernel being an ideal of the field FF with φ(1F)=1G0G\varphi(1_F) = 1_G \ne 0_G (Field homomorphism and embedding).

[L2]

In a complete ordered field every a0a \ge 0 is a square a=y2a = y^2; the positive elements are exactly the nonzero squares (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\}).

[L3]

In any ordered field a nonzero square is positive: y0y2>0y \ne 0 \Rightarrow y^2 > 0 (Squares of nonzero elements are positive).

[L4]

Order via the positive cone: x>0x > 0 means xPx \in P, a<ba < b means baPb - a \in P; trichotomy holds (Ordered field).

Proof

technique · direct
1.1

φ\varphi is injective: by [L1] its kernel is an ideal of the field FF, and since φ(1F)=1G0G\varphi(1_F) = 1_G \ne 0_G the kernel is {0F}\{0_F\}.

L1
1.2

Fix xFx \in F with x>0x > 0; then x0x \ge 0, so by [L2] there is yFy \in F with x=y2x = y^2, and y0y \ne 0 since y=0y = 0 would give x=0x = 0, against x>0x > 0 by [L4].

L2L4
2.1

Applying φ\varphi, φ(x)=φ(y2)=φ(y)2\varphi(x) = \varphi(y^2) = \varphi(y)^2, and φ(y)0G\varphi(y) \ne 0_G because y0y \ne 0 and φ\varphi is injective.

step 1.1step 1.2L1
3.1

By [L3] in GG, the nonzero square φ(y)2\varphi(y)^2 is positive, so φ(x)=φ(y)2>0\varphi(x) = \varphi(y)^2 > 0; as x>0x > 0 was arbitrary, x>0φ(x)>0x > 0 \Rightarrow \varphi(x) > 0 for all xFx \in F.

step 2.1L3
4.1

If a<ba < b then ba>0b - a > 0, so φ(ba)>0\varphi(b - a) > 0; since φ(ba)=φ(b)φ(a)\varphi(b - a) = \varphi(b) - \varphi(a) by [L1], we get φ(b)φ(a)>0\varphi(b) - \varphi(a) > 0, i.e. φ(a)<φ(b)\varphi(a) < \varphi(b).

step 3.1L1L4
5.1

Hence φ\varphi is an injective, order-preserving field homomorphism.

step 1.1step 4.1
TheoremStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (z-ai/glm-5.2)audited 2026-07-25Open item page →

Uniqueness of the complete ordered field: R\mathbb{R} up to a unique isomorphism

Statement

Any two complete ordered fields FF and GG (Complete ordered field (least-upper-bound property)) are isomorphic via a unique ordered-field isomorphism (Ordered-field isomorphism) φ:FG\varphi : F \to G, and this φ\varphi fixes Q\mathbb{Q} (φιF=ιG\varphi \circ \iota_F = \iota_G). Consequently R\mathbb{R} is the unique complete ordered field up to a unique isomorphism, and it admits Q\mathbb{Q} as an ordered subfield via ιF\iota_F.

Facts & Assumptions

Given: Complete ordered fields F,GF, G with canonical embeddings ιF:QF\iota_F : \mathbb{Q} \to F, ιG:QG\iota_G : \mathbb{Q} \to G; for xFx \in F set Lx:={ιG(q):qQ, ιF(q)<x}GL_x := \{\iota_G(q) : q \in \mathbb{Q},\ \iota_F(q) < x\} \subseteq G and define φ:FG\varphi : F \to G by φ(x):=supLx\varphi(x) := \sup L_x, and symmetrically ψ:GF\psi : G \to F by ψ(y):=sup{ιF(q):qQ, ιG(q)<y}\psi(y) := \sup\{\iota_F(q) : q \in \mathbb{Q},\ \iota_G(q) < y\}.

[L1]

Every complete ordered field is Archimedean (Every complete ordered field is Archimedean).

[L2]

The canonical embedding ι:QF\iota : \mathbb{Q} \to F is a field homomorphism that is injective and order-preserving in both directions (q<r    ι(q)<ι(r)q < r \iff \iota(q) < \iota(r)); likewise ιG\iota_G (The unique embedding of ℚ into an ordered field).

[L3]

Density: in an Archimedean ordered field, for u<vu < v there is qQq \in \mathbb{Q} with u<ι(q)<vu < \iota(q) < v (ℚ is dense in every Archimedean ordered field).

[L4]

Any field homomorphism between ordered fields fixes Q\mathbb{Q} (Field homomorphisms between ordered fields fix Q\mathbb{Q}).

[L5]

A field homomorphism from a complete ordered field into an ordered field is injective and order-preserving, hence (the domain being totally ordered) order-preserving in both directions (Homomorphisms out of a complete ordered field are order-preserving).

[L6]

Completeness: every nonempty subset of FF (resp. GG) bounded above has a least upper bound (Complete ordered field (least-upper-bound property)).

[L7]

An ordered-field isomorphism is a bijective field homomorphism order-preserving in both directions; a field homomorphism preserves ++, \cdot, and 11 (Ordered-field isomorphism, Field homomorphism and embedding).

[L8]

Least-upper-bound calculus in GG: for nonempty TGT \subseteq G bounded above with u=supTu = \sup T, any upper bound ww of TT satisfies wuw \ge u; and translation zz+cz \mapsto z + c and, for c>0c > 0, scaling zczz \mapsto cz preserve \le as well as <<. Order is preserved by adding a constant and by adding inequalities (claim 1) and Sign rules for products and monotonicity of multiplication (claim 4) state the STRICT forms and only those, z<zz+c<z+cz < z' \Rightarrow z + c < z' + c and, for c>0c > 0, z<z    cz<czz < z' \iff cz < cz'; the nonstrict forms used here are those together with the equality cases, in which z+c=z+cz + c = z' + c and cz=czcz = cz', the order being total by trichotomy (Ordered field). Hence from αιG(q)+c\,\alpha \ge \iota_G(q) + c for all qq with ιF(q)<x\iota_F(q) < x one gets αφ(x)+c\alpha \ge \varphi(x) + c, and from αιG(q)c\,\alpha \ge \iota_G(q)\,c (with c>0c > 0) for all such qq with q>0q > 0 one gets αφ(x)c\alpha \ge \varphi(x)\,c (using that the positive rationals below xx are cofinal when x>0x > 0).

Proof

technique · direct
1.1

For each xFx \in F, applying [L3] (with FF Archimedean by [L1]) to x1<xx - 1 < x and to x<x+1x < x + 1 gives rationals a,ba, b with ιF(a)<x<ιF(b)\iota_F(a) < x < \iota_F(b); then ιG(a)Lx\iota_G(a) \in L_x, and every ιG(q)Lx\iota_G(q) \in L_x has ιF(q)<ιF(b)\iota_F(q) < \iota_F(b) so q<bq < b hence ιG(q)<ιG(b)\iota_G(q) < \iota_G(b), so LxL_x is nonempty and bounded above and φ(x)=supLx\varphi(x) = \sup L_x exists in GG by [L6].

L1L2L3L6
1.2

If x>0x > 0, then applying [L3] to 0<x0 < x gives a rational qq with 0<ιF(q)<x0 < \iota_F(q) < x, whence q>0q > 0, ιG(q)>0\iota_G(q) > 0, and ιG(q)Lx\iota_G(q) \in L_x, so φ(x)=supLxιG(q)>0\varphi(x) = \sup L_x \ge \iota_G(q) > 0.

L2L3
1.3

For rQr \in \mathbb{Q}, LιF(r)={ιG(q):q<r}L_{\iota_F(r)} = \{\iota_G(q) : q < r\} by [L2]; ιG(r)\iota_G(r) is an upper bound, and any w<ιG(r)w < \iota_G(r) is exceeded by some ιG(q)LιF(r)\iota_G(q') \in L_{\iota_F(r)} via density [L3] in GG, so sup=ιG(r)\sup = \iota_G(r), i.e. φ(ιF(r))=ιG(r)\varphi(\iota_F(r)) = \iota_G(r).

L2L3
2.1

For rationals q,qq, q' with ιF(q)<x\iota_F(q) < x and ιF(q)<x\iota_F(q') < x', additivity of ιF\iota_F gives ιF(q+q)<x+x\iota_F(q + q') < x + x', so ιG(q)+ιG(q)=ιG(q+q)Lx+x\iota_G(q) + \iota_G(q') = \iota_G(q + q') \in L_{x + x'} and φ(x+x)ιG(q)+ιG(q)\varphi(x + x') \ge \iota_G(q) + \iota_G(q'); fixing qq' and taking the sup over qq, then over qq', yields φ(x+x)φ(x)+φ(x)\varphi(x + x') \ge \varphi(x) + \varphi(x') by the least-upper-bound calculus [L8].

step 1.1L2L3L8
2.2

For any rational ss with ιF(s)<x+x\iota_F(s) < x + x' we have ιF(s)x<x\iota_F(s) - x' < x; density [L3] gives a rational qq with ιF(s)x<ιF(q)<x\iota_F(s) - x' < \iota_F(q) < x, so ιF(q)<x\iota_F(q) < x, and the left inequality gives ιF(s)ιF(q)<x\iota_F(s) - \iota_F(q) < x', i.e. ιF(sq)=ιF(s)ιF(q)<x\iota_F(s - q) = \iota_F(s) - \iota_F(q) < x' by additivity of ιF\iota_F; whence ιG(s)=ιG(q)+ιG(sq)φ(x)+φ(x)\iota_G(s) = \iota_G(q) + \iota_G(s - q) \le \varphi(x) + \varphi(x'); as ss was arbitrary and φ(x+x)=supLx+x\varphi(x + x') = \sup L_{x + x'}, the least upper bound is φ(x)+φ(x)\le \varphi(x) + \varphi(x') [L8], i.e. φ(x+x)φ(x)+φ(x)\varphi(x + x') \le \varphi(x) + \varphi(x').

step 1.1L2L3L8
2.3

For x,x>0x, x' > 0 and positive rationals q,qq, q' with ιF(q)<x\iota_F(q) < x, ιF(q)<x\iota_F(q') < x', multiplying positives gives ιF(qq)<xx\iota_F(qq') < xx', so ιG(q)ιG(q)=ιG(qq)Lxx\iota_G(q)\iota_G(q') = \iota_G(qq') \in L_{xx'} and φ(xx)ιG(q)ιG(q)\varphi(xx') \ge \iota_G(q)\iota_G(q'); since positive rationals below xx are cofinal (as x>0x > 0) their images have supremum φ(x)>0\varphi(x) > 0, so scaling by ιG(q)>0\iota_G(q') > 0 and taking sups over qq then qq' gives φ(xx)φ(x)φ(x)\varphi(xx') \ge \varphi(x)\varphi(x') by the least-upper-bound calculus [L8].

step 1.1step 1.2L2L3L8algebra
2.4

For x,x>0x, x' > 0 and any positive rational ss with ιF(s)<xx\iota_F(s) < xx' we have ιF(s)(x)1<x\iota_F(s)(x')^{-1} < x; density [L3] gives a rational qq with ιF(s)(x)1<ιF(q)<x\iota_F(s)(x')^{-1} < \iota_F(q) < x, where ιF(s)(x)1>0\iota_F(s)(x')^{-1} > 0 (as s>0s > 0, x>0x' > 0), so ιF(q)>0\iota_F(q) > 0 and q>0q > 0; the left inequality gives ιF(s)<ιF(q)x\iota_F(s) < \iota_F(q)\,x', hence ιF(s/q)=ιF(s)ιF(q)1<x\iota_F(s/q) = \iota_F(s)\iota_F(q)^{-1} < x' (dividing by ιF(q)>0\iota_F(q) > 0), while ιF(q)<x\iota_F(q) < x; therefore ιG(s)=ιG(q)ιG(s/q)φ(x)φ(x)\iota_G(s) = \iota_G(q)\iota_G(s/q) \le \varphi(x)\varphi(x'), and as the positive rationals ss with ιF(s)<xx\iota_F(s) < xx' are cofinal, φ(xx)=supLxxφ(x)φ(x)\varphi(xx') = \sup L_{xx'} \le \varphi(x)\varphi(x') by [L8].

step 1.1step 1.2L2L3L8algebra
3.1

Combining the two inequalities, φ(x+x)=φ(x)+φ(x)\varphi(x + x') = \varphi(x) + \varphi(x') for all x,xFx, x' \in F; in particular φ(0F)=0G\varphi(0_F) = 0_G and φ(x)=φ(x)\varphi(-x) = -\varphi(x).

step 2.1step 2.2
3.2

Combining the two inequalities, φ(xx)=φ(x)φ(x)\varphi(xx') = \varphi(x)\varphi(x') whenever x,x>0x, x' > 0.

step 2.3step 2.4
4.1

For arbitrary signs, φ(0Fx)=0G=0Gφ(x)\varphi(0_F \cdot x') = 0_G = 0_G \cdot \varphi(x'), and for x<0<xx < 0 < x' we get φ(xx)=φ(((x)x))=φ((x)x)=φ(x)φ(x)=φ(x)φ(x)\varphi(xx') = \varphi(-((-x)x')) = -\varphi((-x)x') = -\varphi(-x)\varphi(x') = \varphi(x)\varphi(x') using step 3.1 and step 3.2; the remaining sign cases are identical, so φ(xx)=φ(x)φ(x)\varphi(xx') = \varphi(x)\varphi(x') for all x,xFx, x' \in F.

step 3.1step 3.2
5.1

By step 3.1, step 4.1, and φ(1F)=ιG(1)=1G\varphi(1_F) = \iota_G(1) = 1_G from step 1.3, φ\varphi preserves ++, \cdot, and 11, so φ\varphi is a field homomorphism FGF \to G.

step 1.3step 3.1step 4.1
6.1

Hence by [L5] (as FF is complete) φ\varphi is injective and order-preserving in both directions, and by [L4] it fixes Q\mathbb{Q}: φιF=ιG\varphi \circ \iota_F = \iota_G.

step 5.1L4L5
7.1

The construction and steps 1.1-6.1 used only that FF and GG are complete ordered fields with canonical embeddings ιF,ιG\iota_F, \iota_G; applying that entire argument verbatim with the roles of FF and GG interchanged shows the symmetric map ψ:GF\psi : G \to F is likewise an injective, order-preserving field homomorphism that fixes Q\mathbb{Q}.

step 6.1
8.1

For xFx \in F, since φ\varphi fixes Q\mathbb{Q} and is order-preserving in both directions, ιG(q)<φ(x)    ιF(q)<x\iota_G(q) < \varphi(x) \iff \iota_F(q) < x, so ψ(φ(x))=sup{ιF(q):ιF(q)<x}=x\psi(\varphi(x)) = \sup\{\iota_F(q) : \iota_F(q) < x\} = x by density [L3]; symmetrically φ(ψ(y))=y\varphi(\psi(y)) = y, so φ\varphi is a bijection with inverse ψ\psi.

step 6.1step 7.1L3
9.1

Thus φ\varphi is a bijective field homomorphism order-preserving in both directions, i.e. an ordered-field isomorphism FGF \cong G fixing Q\mathbb{Q}.

step 6.1step 8.1L7
10.1

For uniqueness let χ:FG\chi : F \to G be any ordered-field isomorphism; being such it is in particular a field homomorphism ([L7]), so by [L4] it fixes Q\mathbb{Q}, and it is order-preserving, so for each xx every ιG(q)Lx\iota_G(q) \in L_x equals χ(ιF(q))<χ(x)\chi(\iota_F(q)) < \chi(x), making χ(x)\chi(x) an upper bound of LxL_x, hence χ(x)φ(x)\chi(x) \ge \varphi(x).

step 9.1L4L7
11.1

Conversely, were χ(x)>φ(x)\chi(x) > \varphi(x), density [L3] would give a rational qq with φ(x)<ιG(q)<χ(x)\varphi(x) < \iota_G(q) < \chi(x); then ιG(q)>supLx\iota_G(q) > \sup L_x forces ιF(q)x\iota_F(q) \ge x, since ιF(q)<x\iota_F(q) < x would put ιG(q)\iota_G(q) into LxL_x and hence below supLx\sup L_x; so χ(x)χ(ιF(q))=ιG(q)<χ(x)\chi(x) \le \chi(\iota_F(q)) = \iota_G(q) < \chi(x), which is impossible, hence χ(x)φ(x)\chi(x) \le \varphi(x).

step 10.1L3L4
12.1

Therefore χ(x)=φ(x)\chi(x) = \varphi(x) for every xx, so χ=φ\chi = \varphi: the ordered-field isomorphism is unique.

step 10.1step 11.1
13.1

Applying this to any two constructions of R\mathbb{R}, which are complete ordered fields, R\mathbb{R} is the unique complete ordered field up to a unique ordered-field isomorphism, and ιF:QR\iota_F : \mathbb{Q} \to \mathbb{R} exhibits Q\mathbb{Q} as an ordered subfield.

step 9.1step 12.1L2
LemmaStatement: Literature-sourcedProof: AI-adaptedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

The Cauchy-sequence reals are Archimedean

Statement

The Cauchy-sequence reals RC\mathbb{R}_C (The reals form a totally ordered field) are Archimedean (Archimedean ordered field): for every xRCx \in \mathbb{R}_C there is a natural number nn with x<n1x < n \cdot 1, where the canonical natural n1n \cdot 1 is the class n^\hat n of the constant rational sequence nn. Equivalently, the canonical naturals (n^)n1(\hat n)_{n \ge 1} are cofinal.

Facts & Assumptions

Given: A real xRCx \in \mathbb{R}_C.

[L1]

Rational approximation: for any real zz and rational ε>0\varepsilon > 0 there is qQq \in \mathbb{Q} with zq^<ε^|z - \hat q| < \hat\varepsilon, and the embedding qq^q \mapsto \hat q preserves and reflects order and arithmetic (The rationals embed densely in the reals).

[L2]

The rationals are Archimedean: for every rational yy there is a natural nn with y<ny < n (The rationals are Archimedean).

[L3]

RC\mathbb{R}_C is a totally ordered field, and q^+r^=q+r^\hat q + \hat r = \widehat{q + r}, 1^=1\hat 1 = 1 (The reals form a totally ordered field, Order on the reals).

[L4]

RC\mathbb{R}_C is Archimedean iff for every real there is a natural nn with the real below the canonical natural n1=n^n \cdot 1 = \hat n (Archimedean ordered field).

Proof

technique · direct
1.1

By [L1] with ε=1\varepsilon = 1 choose a rational qq with xq^<1^|x - \hat q| < \hat 1.

L1choose
1.2

By [L2] applied to the rational q+1q + 1 choose a natural nn with q+1<nq + 1 < n.

L2choose
2.1

From step 1.1, xq^<1^x - \hat q < \hat 1, so x<q^+1^=q+1^x < \hat q + \hat 1 = \widehat{q + 1}.

step 1.1L3
2.2

From step 1.2, since the embedding preserves order, q+1^<n^=n1\widehat{q + 1} < \hat n = n \cdot 1.

step 1.2L1L3L4
3.1

Combining, x<q+1^<n1x < \widehat{q + 1} < n \cdot 1, so x<n1x < n \cdot 1 for this canonical natural.

step 2.1step 2.2L3
4.1

As xRCx \in \mathbb{R}_C was arbitrary, every real lies below some canonical natural: RC\mathbb{R}_C is Archimedean.

step 3.1L4
CorollaryStatement: Literature-sourcedProof: AI-adaptedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

The Cauchy-sequence reals have the least-upper-bound property

Statement

The Cauchy-sequence reals RC\mathbb{R}_C have the least-upper-bound property: every nonempty SRCS \subseteq \mathbb{R}_C that is bounded above has a least upper bound supSRC\sup S \in \mathbb{R}_C. Hence, together with The reals form a totally ordered field, RC\mathbb{R}_C is a complete ordered field (Complete ordered field (least-upper-bound property)).

Facts & Assumptions

Given: A nonempty set SRCS \subseteq \mathbb{R}_C bounded above by URCU \in \mathbb{R}_C.

[L1]

Upper bound, least upper bound, and the least-upper-bound property (Complete ordered field (least-upper-bound property)).

[L2]

Every Cauchy sequence of reals converges to a real (The reals are complete).

[L3]

Convergence and the Cauchy condition for real sequences are quantified over positive rational ε\varepsilon (Limits and Cauchy sequences of reals).

[L4]

RC\mathbb{R}_C is Archimedean, so the reals 2k2^k are cofinal and (b0a0)/2k0(b_0 - a_0)/2^k \to 0 (The Cauchy-sequence reals are Archimedean).

[L5]

RC\mathbb{R}_C is a totally ordered field: midpoints (a+b)/2(a + b)/2, halving, and order arithmetic (The reals form a totally ordered field, Order on the reals).

[L6]

The rationals embed densely; below any real lies a rational (The rationals embed densely in the reals).

Proof

technique · direct
1.1

Fix s0Ss_0 \in S (possible as SS \ne \emptyset); by [L6] choose a real a0<s0a_0 < s_0, so a0a_0 is not an upper bound of SS, and put b0=Ub_0 = U, an upper bound of SS.

givenL6L5L1
2.1

Define (ak),(bk)(a_k), (b_k) by bisection: given aka_k (not an upper bound) and bkb_k (an upper bound), let m=(ak+bk)/2m = (a_k + b_k)/2; if mm is an upper bound set ak+1=ak,bk+1=ma_{k+1} = a_k, b_{k+1} = m, otherwise set ak+1=m,bk+1=bka_{k+1} = m, b_{k+1} = b_k.

step 1.1L5
3.1

An induction on kk shows each bkb_k is an upper bound of SS, each aka_k is not, akak+1bk+1bka_k \le a_{k+1} \le b_{k+1} \le b_k, and bkak=(b0a0)/2kb_k - a_k = (b_0 - a_0)/2^k.

step 2.1L5L1
4.1

Given rational ε>0\varepsilon > 0, by [L4] choose kk with (b0a0)<2kε^(b_0 - a_0) < 2^k \hat\varepsilon; then for all jkj \ge k, bjaj=(b0a0)/2j(b0a0)/2k<ε^b_j - a_j = (b_0 - a_0)/2^j \le (b_0 - a_0)/2^k < \hat\varepsilon.

step 3.1L4L5
5.1

For j,lkj, l \ge k both aj,al,bj,bla_j, a_l, b_j, b_l lie in the nested interval [ak,bk][a_k, b_k], so ajalbkak<ε^|a_j - a_l| \le b_k - a_k < \hat\varepsilon and likewise bjbl<ε^|b_j - b_l| < \hat\varepsilon; hence (ak)(a_k) and (bk)(b_k) are Cauchy sequences of reals.

step 3.1step 4.1L3L5
6.1

By [L2], (ak)(a_k) converges to a real ss and (bk)(b_k) to a real ss'. If s<ss < s', choose by [L6] a positive rational ε\varepsilon with 3ε^<ss3\hat\varepsilon < s'-s. For all large kk, convergence and step 4.1 give aks<ε^|a_k-s| < \hat\varepsilon, bks<ε^|b_k-s'| < \hat\varepsilon and bkak<ε^b_k-a_k < \hat\varepsilon, whence sssbk+(bkak)+aks<3ε^s'-s \le |s'-b_k|+(b_k-a_k)+|a_k-s| < 3\hat\varepsilon, a contradiction. If s<ss' < s, choose 2ε^<ss2\hat\varepsilon < s-s'; for all large kk, akbka_k \le b_k and the two convergence bounds give sssak+(akbk)+bks<2ε^s-s' \le |s-a_k|+(a_k-b_k)+|b_k-s'| < 2\hat\varepsilon, again a contradiction. Thus s=ss=s'. For fixed kk and every jkj \ge k, step 3.1 gives akajbjbka_k \le a_j \le b_j \le b_k. If s<aks<a_k, choose 0<ε^<aks0<\hat\varepsilon<a_k-s and use ajsa_j\to s; if bk<sb_k<s, choose 0<ε^<sbk0<\hat\varepsilon<s-b_k and use bjsb_j\to s. Each choice contradicts the displayed inequalities for all large jj, so aksbka_k \le s \le b_k.

step 3.1step 4.1step 5.1L2L3L5L6algebra
7.1

Every tSt \in S satisfies tbkt \le b_k for all kk, since each bkb_k is an upper bound. If s<ts<t, choose by [L6] a positive rational ε\varepsilon with ε^<ts\hat\varepsilon<t-s. Since bksb_k\to s, eventually bks<ε^|b_k-s|<\hat\varepsilon, hence bk<s+ε^<tb_k<s+\hat\varepsilon<t, contradicting tbkt\le b_k. Therefore tst\le s, so ss is an upper bound of SS.

step 3.1step 6.1L1L3L5L6
7.2

If vv is any upper bound of SS, then for each kk some element of SS exceeds aka_k, because aka_k is not an upper bound; hence ak<va_k<v. If v<sv<s, choose by [L6] a positive rational ε\varepsilon with ε^<sv\hat\varepsilon<s-v. Since aksa_k\to s, eventually aks<ε^|a_k-s|<\hat\varepsilon, so ak>sε^>va_k>s-\hat\varepsilon>v, a contradiction. Thus svs\le v, and ss is the least upper bound.

step 3.1step 6.1L1L3L5L6
8.1

Hence s=supSs = \sup S exists in RC\mathbb{R}_C; as SS was an arbitrary nonempty bounded-above set, RC\mathbb{R}_C has the least-upper-bound property and is a complete ordered field.

step 7.1step 7.2L1
TheoremStatement: AI-adaptedProof: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

Equivalence of the Cauchy and Dedekind constructions of R\mathbb{R}

Statement

The Cauchy-sequence reals RC\mathbb{R}_C and the Dedekind-cut reals RD\mathbb{R}_D are isomorphic as ordered fields via a unique isomorphism φ:RCRD\varphi : \mathbb{R}_C \to \mathbb{R}_D that preserves all arithmetic (++, \cdot, 00, 11, inverses) and the order (<<, hence \le, |\cdot|, and suprema), and restricts to the identity on the common rationals Q\mathbb{Q}. This is the precise sense in which the two constructions build the same R\mathbb{R}.

Facts & Assumptions

Given: The Cauchy-sequence reals RC\mathbb{R}_C and the Dedekind-cut reals RD\mathbb{R}_D.

[L1]

RC\mathbb{R}_C is a totally ordered field (The reals form a totally ordered field).

[L2]

RC\mathbb{R}_C has the least-upper-bound property, hence is complete (The Cauchy-sequence reals have the least-upper-bound property, Complete ordered field (least-upper-bound property)).

[L3]

RD\mathbb{R}_D is a totally ordered field (The Dedekind reals form a totally ordered field).

[L4]

RD\mathbb{R}_D has the least-upper-bound property, hence is complete (Dedekind completeness: the least-upper-bound property, Complete ordered field (least-upper-bound property)).

[L5]

Any two complete ordered fields are isomorphic via a unique ordered-field isomorphism, which fixes Q\mathbb{Q} (Uniqueness of the complete ordered field: R\mathbb{R} up to a unique isomorphism).

Proof

technique · direct
1.1

RC\mathbb{R}_C is a complete ordered field: a totally ordered field ([L1]) with the least-upper-bound property ([L2]).

L1L2
1.2

RD\mathbb{R}_D is a complete ordered field: a totally ordered field ([L3]) with the least-upper-bound property ([L4]).

L3L4
2.1

By [L5] applied to F=RCF = \mathbb{R}_C and G=RDG = \mathbb{R}_D there is a unique ordered-field isomorphism φ:RCRD\varphi : \mathbb{R}_C \to \mathbb{R}_D, and it fixes the common rationals Q\mathbb{Q}.

step 1.1step 1.2L5
3.1

As a field isomorphism φ\varphi preserves ++, \cdot, 00, 11 and inverses; as an ordered-field isomorphism it satisfies x<y    φx<φyx < y \iff \varphi x < \varphi y, hence preserves \le and |\cdot|; and it preserves suprema, in the sense that for any nonempty SRCS \subseteq \mathbb{R}_C bounded above with s=supSs = \sup S, its image φ[S]={φ(t):tS}\varphi[S] = \{\varphi(t) : t \in S\} has φ(s)=supφ[S]\varphi(s) = \sup \varphi[S], since φ(s)\varphi(s) is an upper bound of φ[S]\varphi[S] and, φ1\varphi^{-1} being order-preserving, every upper bound of φ[S]\varphi[S] is φ(s)\ge \varphi(s).

step 2.1L5
4.1

Therefore RC\mathbb{R}_C and RD\mathbb{R}_D are the same complete ordered field presented two ways, joined by the unique isomorphism φ\varphi that restricts to the identity on Q\mathbb{Q} and preserves all arithmetic and order: the Cauchy and Dedekind constructions give the same R\mathbb{R}.

step 2.1step 3.1L5

5 · Examples, counterexamples and false statements

ExampleConstruction: AI-adaptedVerification: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

2\sqrt{2} exists in every complete ordered field, and is irrational

Example

In any complete ordered field FF, the element 2=1+12 = 1 + 1 is positive, so by 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\} applied to a=2a = 2 it has a unique s>0s > 0 with s2=2s^2 = 2: this is 2\sqrt{2}. Moreover ss is not the image of any rational under the embedding ι:QF\iota : \mathbb{Q} \to F, because no rational squares to 22. Thus every complete ordered field contains 2\sqrt{2}, the canonical gap that Q\mathbb{Q} lacks, now filled by completeness.

Facts & Assumptions

Given: A complete ordered field FF (Complete ordered field (least-upper-bound property)) with unit 11; write 2:=1+12 := 1 + 1. In any ordered field 1>01 > 0, hence 2=1+1>02 = 1 + 1 > 0.

[L2]

There is a unique field homomorphism ι:QF\iota : \mathbb{Q} \to F; it is injective and order-preserving, and satisfies ι(1)=1\iota(1) = 1 (The unique embedding of ℚ into an ordered field).

[L3]

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

Verification

technique · direct
1.1

In FF we have 2=1+1>02 = 1 + 1 > 0, so in particular 202 \ge 0.

given
2.1

Apply 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\} [L1] with a=2a = 2: there is a unique s0s \ge 0 with s2=2s^2 = 2, and s0s \neq 0 since s2=2>0s^2 = 2 > 0, so s>0s > 0; write 2:=s\sqrt{2} := s.

L1step 1.1
3.1

The element ss is not rational: if s=ι(q)s = \iota(q) for some qQq \in \mathbb{Q}, then ι(q2)=ι(q)2=s2=2=ι(1)+ι(1)=ι(2)\iota(q^2) = \iota(q)^2 = s^2 = 2 = \iota(1) + \iota(1) = \iota(2), so injectivity of ι\iota [L2] forces q2=2q^2 = 2, which is impossible by [L3]; hence ss lies outside ι(Q)\iota(\mathbb{Q}).

L2L3step 2.1
4.1

Therefore every complete ordered field contains a unique positive s=2s = \sqrt{2} with s2=2s^2 = 2, and this ss is irrational: it is exactly the gap in Q\mathbb{Q} that completeness fills.

step 2.1step 3.1
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passjudge pass (deepseek-v4-pro + gpt-5.6-terra)verified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

A field homomorphism of ordered fields need not preserve order

Statement refuted

Refuted claim: every field homomorphism φ:FG\varphi : F \to G between ordered fields is order-preserving, that is, a<ba < b in FF implies φ(a)<φ(b)\varphi(a) < \varphi(b) in GG.

The witness is the conjugation map on Q(2)={a+b2:a,bQ}R\mathbb{Q}(\sqrt{2}) = \{a + b\sqrt{2} : a, b \in \mathbb{Q}\} \subseteq \mathbb{R}, which is a field homomorphism from an ordered field to itself yet sends the positive element 2\sqrt{2} to the negative element 2-\sqrt{2}.

Facts & Assumptions

Given: The reals R\mathbb{R}, a complete ordered field, with the positive square root 2\sqrt{2} of 22.

[L1]

In R\mathbb{R} the element 2=1+12 = 1 + 1 has a positive square root 2\sqrt{2} with (2)2=2(\sqrt{2})^2 = 2 and 2>0\sqrt{2} > 0 (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\}).

[L2]

No rational number squares to 22, so 2\sqrt{2} is irrational (FALSE: some rational number squares to 2).

[L3]

A field homomorphism φ\varphi satisfies φ(x+y)=φ(x)+φ(y)\varphi(x + y) = \varphi(x) + \varphi(y), φ(xy)=φ(x)φ(y)\varphi(xy) = \varphi(x)\varphi(y), and φ(1)=1\varphi(1) = 1 (Field homomorphism and embedding).

[L4]

In an ordered field, x>0x > 0 means xx lies in the positive cone, and a<ba < b means ba>0b - a > 0; exactly one of x>0x > 0, x=0x = 0, x<0x < 0 holds (Ordered field).

[L5]

A field homomorphism from a complete ordered field into an ordered field is order-preserving (Homomorphisms out of a complete ordered field are order-preserving).

Counterexample

technique · direct
1.1

Working inside R\mathbb{R}, let K={a+b2:a,bQ}K = \{a + b\sqrt{2} : a, b \in \mathbb{Q}\}; then (a+b2)+(c+d2)=(a+c)+(b+d)2(a + b\sqrt{2}) + (c + d\sqrt{2}) = (a + c) + (b + d)\sqrt{2} and (a+b2)(c+d2)=(ac+2bd)+(ad+bc)2(a + b\sqrt{2})(c + d\sqrt{2}) = (ac + 2bd) + (ad + bc)\sqrt{2} both lie in KK, so KK is closed under addition and multiplication.

L1algebra
1.2

Each nonzero a+b2Ka + b\sqrt{2} \in K is invertible in KK, with (a+b2)1=ab2a22b2(a + b\sqrt{2})^{-1} = \frac{a - b\sqrt{2}}{a^2 - 2b^2}, where a22b20a^2 - 2b^2 \ne 0 since otherwise (a,b)(0,0)(a, b) \ne (0, 0) forces b0b \ne 0 and the rational (a/b)2=2(a/b)^2 = 2, contradicting [L2].

L2algebra
1.3

The representation of an element of KK as a+b2a + b\sqrt{2} with a,bQa, b \in \mathbb{Q} is unique, for a+b2=a+b2a + b\sqrt{2} = a' + b'\sqrt{2} with bbb \ne b' would give 2=(aa)/(bb)Q\sqrt{2} = (a' - a)/(b - b') \in \mathbb{Q}.

L2algebra
1.4

In KK the element 2=0+12\sqrt{2} = 0 + 1 \cdot \sqrt{2} satisfies 2>0\sqrt{2} > 0.

L1L4
2.1

By steps 1.1 and 1.2, KK is a subfield of R\mathbb{R}, hence an ordered field under the positive cone inherited from R\mathbb{R}.

step 1.1step 1.2L4
2.2

By the uniqueness in step 1.3, the map σ:KK\sigma : K \to K given by σ(a+b2)=ab2\sigma(a + b\sqrt{2}) = a - b\sqrt{2} is well defined.

step 1.3
2.3

The real number 21/4=22^{1/4} = \sqrt{\sqrt{2}} is not in KK, for 21/4=a+b22^{1/4} = a + b\sqrt{2} would square to 2=(a2+2b2)+2ab2\sqrt{2} = (a^2 + 2b^2) + 2ab\sqrt{2}, whence step 1.3 forces a2+2b2=0a^2 + 2b^2 = 0 and 2ab=12ab = 1, impossible for real a,ba, b.

step 1.3algebra
3.1

σ\sigma is additive: σ((a+b2)+(c+d2))=(a+c)(b+d)2=(ab2)+(cd2)=σ(a+b2)+σ(c+d2)\sigma((a + b\sqrt{2}) + (c + d\sqrt{2})) = (a + c) - (b + d)\sqrt{2} = (a - b\sqrt{2}) + (c - d\sqrt{2}) = \sigma(a + b\sqrt{2}) + \sigma(c + d\sqrt{2}).

step 2.2algebra
3.2

σ\sigma is multiplicative: σ((a+b2)(c+d2))=(ac+2bd)(ad+bc)2=(ab2)(cd2)=σ(a+b2)σ(c+d2)\sigma((a + b\sqrt{2})(c + d\sqrt{2})) = (ac + 2bd) - (ad + bc)\sqrt{2} = (a - b\sqrt{2})(c - d\sqrt{2}) = \sigma(a + b\sqrt{2})\,\sigma(c + d\sqrt{2}).

step 2.2algebra
3.3

σ\sigma fixes the identity: σ(1)=σ(1+02)=1\sigma(1) = \sigma(1 + 0 \cdot \sqrt{2}) = 1.

step 2.2
3.4

σ(2)=σ(0+12)=2\sigma(\sqrt{2}) = \sigma(0 + 1 \cdot \sqrt{2}) = -\sqrt{2}, and 2<0-\sqrt{2} < 0 in KK by step 1.4.

step 2.2step 1.4L4
4.1

By steps 3.1, 3.2, and 3.3, σ\sigma satisfies the three homomorphism identities, so σ:KK\sigma : K \to K is a field homomorphism between ordered fields.

step 3.1step 3.2step 3.3L3
5.1

Steps 2.1 and 4.1 exhibit a field homomorphism σ\sigma between ordered fields with 2>0\sqrt{2} > 0 in the domain yet σ(2)=2<0\sigma(\sqrt{2}) = -\sqrt{2} < 0 by step 3.4, so σ\sigma is not order-preserving, refuting the claim that every field homomorphism between ordered fields is order-preserving.

step 2.1step 4.1step 3.4L4
6.1

There is no conflict with [L5]: if KK were complete, [L5] would make σ\sigma order-preserving, contrary to step 5.1. Hence KK is not complete.

step 5.1L5
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passverified 2026-08-03 (gpt-5.6-sol-codex-subscription)Open item page →

Not every ordered field is Archimedean

Statement refuted

Refuted claim: every ordered field is Archimedean, that is, in every ordered field FF each xFx \in F satisfies x<n1Fx < n \cdot 1_F for some natural number nn.

The witness is R(t)\mathbb{R}(t), the field of rational functions over R\mathbb{R}, ordered so that f>0f > 0 exactly when f(x)>0f(x) > 0 for all sufficiently large real xx. In this ordered field the element tt exceeds every canonical natural number, so the naturals are not cofinal.

Facts & Assumptions

Given: R(t)\mathbb{R}(t), the field of fractions of the polynomial ring R[t]\mathbb{R}[t], and the set P={fR(t):f0 and f(x)>0 for all sufficiently large real x}P = \{f \in \mathbb{R}(t) : f \ne 0 \text{ and } f(x) > 0 \text{ for all sufficiently large real } x\}.

[L1]

An ordered field is a field with a positive cone PP satisfying trichotomy (for each nonzero xx, exactly one of xPx \in P, xP-x \in P) and closure of PP under addition and multiplication; then a<ba < b means baPb - a \in P (Ordered field).

[L2]

An ordered field FF is Archimedean when for every xFx \in F there is a natural number nn with x<n1Fx < n \cdot 1_F, equivalently the canonical naturals n1Fn \cdot 1_F are cofinal (Archimedean ordered field).

[L3]

Every complete ordered field is Archimedean (Every complete ordered field is Archimedean).

[L4]

R\mathbb{R} is a totally ordered field (The reals form a totally ordered field).

Counterexample

technique · direct
1.1

Let f=p/q0f=p/q\ne0, where p(x)=amxm++a0p(x)=a_mx^m+\cdots+a_0 and q(x)=bnxn++b0q(x)=b_nx^n+\cdots+b_0 have nonzero leading coefficients. For x>1x>1, dividing by the leading terms gives p(x)=amxm(1+i<m(ai/am)xim)p(x)=a_mx^m(1+\sum_{i<m}(a_i/a_m)x^{i-m}) and the analogous formula for qq. If xx is larger than 11 plus the sums of the absolute values of the lower coefficient ratios, then both lower-term sums have absolute value less than 11. Thus p(x)p(x) and q(x)q(x) eventually have the signs of ama_m and bnb_n, respectively, and f(x)f(x) has the constant nonzero eventual sign of am/bna_m/b_n. Hence exactly one of fPf\in P and fP-f\in P holds.

givenL4algebra
1.2

If f,gPf, g \in P then f(x)>0f(x) > 0 and g(x)>0g(x) > 0 for all large xx, so (f+g)(x)>0(f + g)(x) > 0 and (fg)(x)>0(fg)(x) > 0 for all large xx, giving f+gPf + g \in P and fgPfg \in P.

givenalgebra
1.3

For each natural number nn the rational function tn1=tnt - n \cdot 1 = t - n satisfies (tn)(x)=xn>0(t - n)(x) = x - n > 0 for all x>nx > n, so tnPt - n \in P.

givenalgebra
2.1

By the trichotomy of step 1.1 and the closure of step 1.2, PP is a positive cone, so R(t)\mathbb{R}(t) is an ordered field.

step 1.1step 1.2L1
2.2

By step 1.3, tn1Pt - n \cdot 1 \in P for every natural nn, which by [L1] means n1<tn \cdot 1 < t for every natural nn.

step 1.3L1
3.1

In the ordered field R(t)\mathbb{R}(t) the element tt satisfies n1<tn \cdot 1 < t for every natural nn (step 2.2), so no natural nn has t<n1t < n \cdot 1; the canonical naturals are not cofinal and R(t)\mathbb{R}(t) is not Archimedean, refuting the claim that every ordered field is Archimedean.

step 2.1step 2.2L2
4.1

This is consistent with [L3], whose contrapositive states that a non-Archimedean ordered field cannot be complete: R(t)\mathbb{R}(t) is an ordered field that is not complete.

step 3.1L3
False statementConstruction: AI-generatedVerification: AI-generatedprecheck passjudge pass (openai/gpt-5.4)audited 2026-07-25Open item page →

FALSE: there exist two non-isomorphic complete ordered fields

Statement

False statement. There exist two complete ordered fields (Complete ordered field (least-upper-bound property)) that are not isomorphic; that is, completeness together with the ordered-field axioms fails to determine the real numbers up to isomorphism.

Facts & Assumptions

Given: The claim that there are complete ordered fields FF and GG admitting no ordered-field isomorphism between them.

[L1]

Any two complete ordered fields are isomorphic via a unique ordered-field isomorphism (Uniqueness of the complete ordered field: R\mathbb{R} up to a unique isomorphism).

[L2]

A complete ordered field is one with the least-upper-bound property (Complete ordered field (least-upper-bound property)).

[L3]

An ordered-field isomorphism is a bijective, order-preserving field homomorphism (Ordered-field isomorphism).

Refutation

technique · direct
1.1

Let FF and GG be any complete ordered fields, as the claim posits, each with the least-upper-bound property.

givenL2
1.2

By [L1] there exists an ordered-field isomorphism φ:FG\varphi : F \to G (indeed a unique one).

L1
2.1

Hence FF and GG are isomorphic, contradicting the asserted non-isomorphism; since F,GF, G were arbitrary complete ordered fields, no non-isomorphic pair can exist and the statement is false.

step 1.1step 1.2L3

Sources

Standard references

Recommended treatments; not extraction sources.