Alphabeta Math
How statement and proof provenance work

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

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

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

✓ 35 results · all verified · 31 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 4 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 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, 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 to Z to Q to 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 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 0⋅a=0, the sign rule (−a)(−b)=ab (hence (−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>0, Squares of nonzero elements are positive), so 0<1; the sign rules for products and the behaviour of inequalities under multiplication by a factor and under reciprocals (0<r<1  ⟺  1/r>1, Reciprocals and order: 1/r against 1); the absolute value and its triangle inequalities, ∣x+y∣≤∣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<1 for a,b>0 (When ab<b for positive a,b).

Square roots and the Archimedean property. Completeness does the two things 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 there is a natural n≥1 with 1/n<ε (For every ε>0 in a complete ordered field there is a natural n≥1 with 1/n<ε). 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 a≥0 with (a)2=a; the positives are {x2:x≠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 (The unique embedding of ℚ into an ordered field), so the clause "admits Q as an embedding" is automatic. The theorem Uniqueness of the complete ordered field: R up to a unique isomorphism then shows any two complete ordered fields are isomorphic by a unique ordered-field isomorphism, built as x↦sup⁡{ ιG(q):q∈Q, ιF(q)<x } and pinned down by density. So there is, up to a unique isomorphism, exactly one complete totally ordered field: 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: the Cauchy reals and the Dedekind reals are isomorphic through a unique isomorphism that preserves addition, multiplication, and order, and fixes the shared 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 F equipped with two binary operations + (addition) and ⋅ (multiplication) and two distinguished elements 0≠1 of F, satisfying:

  • (A) (F,+) is an abelian group with identity 0: addition is associative and commutative, x+0=x for all x, and every x has an additive inverse −x with x+(−x)=0.
  • (M) Multiplication is associative and commutative on all of F, and x⋅1=x for every x∈F; moreover (F∖{0},⋅) is an abelian group with identity 1, so every x≠0 has a multiplicative inverse x−1 with x⋅x−1=1.
  • (D) Multiplication distributes over addition: x⋅(y+z)=x⋅y+x⋅z.

We write x−y:=x+(−y) and x/y:=x⋅y−1 (for y≠0), and abbreviate x⋅y as xy.

Remarks

  • The rationals 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 0≠1 excludes the trivial one-element structure.
  • Why (M) quantifies over all of F explicitly (amended 2026-07-28, owner approved). An earlier wording headed (M) with the group (F∖{0},⋅) alone, and under that strict reading the axioms do not pin down the products 0⋅y: take F2 and redefine 0⋅y:=y, which leaves (A) untouched, leaves (F∖{0},⋅) the trivial group, and satisfies (D) in all eight instances, yet has 0⋅1=1 — making Multiplication by zero: 0⋅a=0 false in a purported model of the axioms. Associativity, commutativity and x⋅1=x are therefore asserted on all of F, the element 0 included. Commutativity on all of F is also what turns (D) into its right-hand form (y+z)⋅x=y⋅x+z⋅x, which Multiplication by zero: 0⋅a=0 uses.
  • The identities 0,1 and the inverses −x,x−1 are unique (Identities and inverses in a field are unique ↗), so writing them as single-valued notation, and the abbreviations x−y:=x+(−y) and x/y:=xy−1, are legitimate.
DefinitionDefinition: AI-adaptedProof: Not applicableaudited 2026-07-25Open item page →

Ordered field

Definition

An ordered field is a field F (Field) together with a subset P⊆F, the set of positive elements (the positive cone), satisfying:

  • (O1) Trichotomy. For each x∈F, exactly one of the following holds: x∈P, or x=0, or −x∈P.
  • (O2) Closure. If x,y∈P then x+y∈P and x⋅y∈P.

We write x>0 for x∈P (read "x is positive"), and define the order by

a<b  :⟺  b−a∈P,a≤b  :⟺  a<b or a=b.

Thus a>b means b<a, and a≥b means b≤a. An element x with −x∈P (equivalently x<0) is called negative.

Remarks

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

Absolute value in an ordered field

Definition

Let F be an ordered field (Ordered field). The absolute value of x∈F is

∣x∣  :=  {xif x≥0,−xif x<0.

Remarks

  • The distance between x and y is ∣x−y∣.
  • The basic algebraic properties (∣x∣≥0, ∣x∣=0  ⟺  x=0, ∣xy∣=∣x∣ ∣y∣, and the characterisation ∣x∣<c  ⟺  −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 F be an ordered field (Ordered field). For a natural number n≥1, write n⋅1F:=1F+⋯+1F⏟n for the n-fold sum of the multiplicative identity, and 0⋅1F:=0. These are the canonical natural numbers of F.

F is Archimedean if for every x∈F there is a natural number n with

x<n⋅1F.

Equivalently, the canonical naturals (n⋅1F)n≥1 are cofinal: no single element of F 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 F be an ordered field (Ordered field) and S⊆F.

  • u∈F is an upper bound of S if s≤u for all s∈S; S is bounded above if it has an upper bound.
  • u∈F is a least upper bound (or supremum, sup⁡S) of S if u is an upper bound of S and u≤u′ for every upper bound u′ of S.

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

Remarks

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

Field homomorphism and embedding

Definition

Let F and G be fields (Field). A field homomorphism φ:F→G is a map satisfying, for all x,y∈F,

φ(x+y)=φ(x)+φ(y),φ(x y)=φ(x) φ(y),φ(1F)=1G.

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

Remarks

  • From additivity, φ(0F)=0G and φ(−x)=−φ(x); from multiplicativity, φ(x−1)=φ(x)−1 for x≠0. These read off because φ(−x) is an additive inverse of φ(x) and φ(x−1) a multiplicative inverse of φ(x), and inverses are unique (Identities and inverses in a field are unique).
  • Every field homomorphism is automatically injective: its kernel {x:φ(x)=0} is an ideal of F, and a field has only the ideals {0} and F; since φ(1F)=1G≠0, the kernel is {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 F and G be ordered fields (Ordered field). An ordered-field isomorphism φ:F→G is a bijective field homomorphism (Field homomorphism and embedding) that is order-preserving in both directions:

a<b  ⟺  φ(a)<φ(b)for all a,b∈F.

Two ordered fields are isomorphic if there exists an ordered-field isomorphism between them; we write F≅G.

Remarks

  • Equivalently, φ is a field isomorphism carrying the positive cone of F onto that of G (φ(PF)=PG); the inverse φ−1 is then also an ordered-field isomorphism.
  • Because a field homomorphism preserves all of +,−,⋅,−1,0,1, an ordered-field isomorphism identifies F and G 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 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 F (Field) the additive identity, the multiplicative identity, each additive inverse, and each multiplicative inverse are unique. Hence the notations 0, 1, −x, and x−1 denote well-defined elements, as the field definition and its consequences assume.

Facts & Assumptions

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

[L1]

(F,+) is an abelian group with identity 0: addition is associative and commutative and x+0=x for all x; and (F∖{0},⋅) is an abelian group with identity 1: multiplication is associative and commutative and x⋅1=x for all x≠0 (Field).

Proof

technique · direct
1.1

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

L1
1.2

Additive inverses are unique: if a and b both satisfy x+a=0 and x+b=0, then a=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},⋅) give uniqueness of the multiplicative identity, 1′=1′⋅1=1⋅1′=1, and of multiplicative inverses: if xa=1 and xb=1 with x≠0, then a=a⋅1=a(xb)=(ax)b=1⋅b=b (using ax=xa=1).

L1
2.1

Therefore 0, 1 and, for each x, its additive inverse −x and (for x≠0) its multiplicative inverse x−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: 0⋅a=0

Statement

In any field F (Field), for every a∈F we have 0⋅a=0.

Facts & Assumptions

Given: A field F and an element a∈F.

[L1]

Field axioms (Field): 0 is the additive identity, so 0+0=0 and x+0=x for all x; multiplication distributes over addition, (y+z)⋅x=y⋅x+z⋅x.

[L2]

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

Proof

technique · direct
1.1

Since 0+0=0, we have 0⋅a=(0+0)⋅a.

L1
1.2

By distributivity, (0+0)⋅a=0⋅a+0⋅a.

L1
1.3

Since 0 is the additive identity, 0⋅a=0⋅a+0.

L1
2.1

Combining the two expressions for (0+0)⋅a gives 0⋅a=0⋅a+0⋅a.

step 1.1step 1.2
3.1

From steps 1.3 and 2.1, 0⋅a+0=0⋅a+0⋅a.

step 1.3step 2.1
4.1

Cancelling 0⋅a from both sides yields 0=0⋅a, that is 0⋅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) and (−a)(−b)=ab

Statement

In any field F (Field), for all a,b∈F we have (−a)b=−(ab) and (−a)(−b)=ab.

Facts & Assumptions

Given: A field F and elements a,b∈F.

[L1]

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

[L2]

For every x∈F, 0⋅x=0 and x⋅0=0 (Multiplication by zero: 0⋅a=0, using commutativity).

Proof

technique · direct
1.1

By distributivity, ab+(−a)b=(a+(−a))⋅b.

L1
1.2

Since a+(−a)=0, we have (a+(−a))⋅b=0⋅b.

L1
1.3

0⋅b=0.

L2
1.4

By distributivity, ab+a(−b)=a⋅(b+(−b)).

L1
1.5

Since b+(−b)=0, we have a⋅(b+(−b))=a⋅0.

L1
1.6

a⋅0=0.

L2
1.7

By distributivity, (−a)(−b)+a(−b)=((−a)+a)⋅(−b).

L1
1.8

Since (−a)+a=0, we have ((−a)+a)⋅(−b)=0⋅(−b).

L1
1.9

0⋅(−b)=0.

L2
2.1

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

step 1.1step 1.2step 1.3
2.2

Chaining steps 1.4, 1.5, 1.6 gives ab+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.

step 1.7step 1.8step 1.9
3.1

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

step 2.1L1
3.2

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

step 2.2L1
3.3

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

step 2.3L1
4.1

Substituting a(−b)=−(ab) into (−a)(−b)=−(a(−b)) gives (−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

Statement

In any field F, the identity (−1)(−1)=1 holds.

Facts & Assumptions

Given: A field F with multiplicative identity 1.

[L1]

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

[L2]

The element 1 is the multiplicative identity, so 1⋅1=1 (field axiom).

Proof

technique · direct
1.1

Setting a=b=1 in the sign rule gives (−1)(−1)=1⋅1.

L1
2.1

Since 1⋅1=1, we conclude (−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=0⇒a=0 or b=0

Statement

In any field F (Field), if a,b∈F satisfy ab=0, then a=0 or b=0.

Facts & Assumptions

Given: A field F and elements a,b∈F with ab=0.

[L1]

Field axioms (Field): if a≠0 then a has a multiplicative inverse a−1 with a−1a=1; multiplication is associative; and 1 is the multiplicative identity, so 1⋅x=x.

[L2]

For every x∈F, x⋅0=0 (Multiplication by zero: 0⋅a=0, using commutativity).

Proof

technique · direct
1.1

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

suffices: a ne 0 implies b = 0
1.2

Assuming a≠0, the inverse a−1 exists with a−1a=1.

L1
1.3

Since 1 is the multiplicative identity, b=1⋅b.

L1
1.4

By associativity, (a−1a)⋅b=a−1(ab).

L1
1.5

We are given ab=0.

given
1.6

a−1⋅0=0.

L2
2.1

Substituting 1=a−1a into b=1⋅b and using associativity gives b=(a−1a)b=a−1(ab).

step 1.2step 1.3step 1.4
2.2

Since ab=0, we have a−1(ab)=a−1⋅0.

step 1.5
3.1

Combining, b=a−1(ab)=a−1⋅0=0.

step 2.1step 2.2step 1.6
4.1

Hence a≠0 forces b=0, so in every case a=0 or b=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: c≠0 and ac=bc⇒a=b

Statement

In any field F (Field), if a,b,c∈F with c≠0 and ac=bc, then a=b.

Facts & Assumptions

Given: A field F and elements a,b,c∈F with c≠0 and ac=bc.

[L1]

Field axioms (Field): since c≠0, the inverse c−1 exists with c⋅c−1=1; multiplication is associative; and 1 is the multiplicative identity, so x⋅1=x.

Proof

technique · direct
1.1

Since c≠0, the inverse c−1 exists with c⋅c−1=1.

L1
1.2

We are given ac=bc.

given
2.1

Using c⋅c−1=1 and associativity, a=a⋅1=a(c⋅c−1)=(ac)c−1.

step 1.1L1
2.2

Using c⋅c−1=1 and associativity, b=b⋅1=b(c⋅c−1)=(bc)c−1.

step 1.1L1
2.3

Since ac=bc, we have (ac)c−1=(bc)c−1.

step 1.2
3.1

Combining, a=(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 F be an ordered field (Ordered field) with positive cone P, and let a,b,c,d∈F.

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

Facts & Assumptions

Given: An ordered field F with positive cone P, and elements a,b,c,d∈F.

[L1]

For x,y∈F, the relation x<y means y−x∈P (Ordered field).

[L2]

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

Proof

technique · direct
1.1

Assume a<b; by the definition of the order this means b−a∈P.

assume-hypL1
1.2

For every c∈F the field identities give (b+c)−(a+c)=b−a.

algebra
1.3

Assume moreover c<d; by the definition of the order this means d−c∈P.

assume-hypL1
1.4

The field identities give (b+d)−(a+c)=(b−a)+(d−c).

algebra
2.1

Hence (b+c)−(a+c)=b−a∈P, which is exactly a+c<b+c, proving claim 1.

step 1.1step 1.2L1
2.2

Since b−a∈P and d−c∈P, closure under addition gives (b−a)+(d−c)∈P.

step 1.1step 1.3L2
3.1

Therefore (b+d)−(a+c)=(b−a)+(d−c)∈P, which is exactly a+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 F be an ordered field (Ordered field) with positive cone P, and let a,b,c∈F.

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

Facts & Assumptions

Given: An ordered field F with positive cone P, and elements a,b,c∈F.

[L1]

For x,y∈F: x<y  ⟺  y−x∈P; x>0  ⟺  x∈P; x<0  ⟺  −x∈P; and (trichotomy) for each x exactly one of x∈P, x=0, −x∈P holds, so 0∉P and x∈P⇒x≠0 (Ordered field).

[L2]

P is closed under multiplication: if u,v∈P then uv∈P (axiom O2 of Ordered field).

[L3]

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

[L4]

In any field, 0⋅u=0 (Multiplication by zero: 0⋅a=0).

Proof

technique · direct
1.1

Assume a>0 and b>0, i.e. a∈P and b∈P; closure gives ab∈P, so ab>0, proving claim 1.

assume-hypL1L2
1.2

Assume a>0 and b<0, i.e. a∈P and −b∈P; closure gives a(−b)∈P.

assume-hypL1L2
1.3

Assume a<0 and b<0, i.e. −a∈P and −b∈P; closure gives (−a)(−b)∈P.

assume-hypL1L2
1.4

Assume c>0 and a<b, i.e. c∈P and b−a∈P; closure gives (b−a)c∈P.

assume-hypL1L2
1.5

Assume c<0 and a<b, i.e. −c∈P and b−a∈P; closure gives (b−a)(−c)∈P.

assume-hypL1L2
2.1

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

step 1.2L3L1
2.2

Since (−a)(−b)=ab by L3, step 1.3 gives ab∈P, so ab>0, proving claim 3.

step 1.3L3L1
2.3

By distributivity (b−a)c=bc−ac, so step 1.4 gives bc−ac∈P, i.e. ac<bc: this is the forward direction of claim 4.

step 1.4algebraL1
2.4

By L3 and distributivity (b−a)(−c)=−((b−a)c)=−(bc−ac)=ac−bc, so step 1.5 gives ac−bc∈P, i.e. bc<ac: this is the forward direction of claim 5.

step 1.5L3algebraL1
3.1

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

assume-hypstep 2.3L4L1algebra
4.1

Conversely, assume c<0 and bc<ac; by trichotomy exactly one of a<b, a=b, b<a holds. If a=b then ac=bc, contradicting bc<ac; if b<a then the argument of step 2.4 applied to the pair b<a gives ac<bc, so ac−bc∈P (from bc<ac) while bc−ac∈P (from ac<bc), putting the element ac−bc and its negative bc−ac both in P, which trichotomy forbids; hence a<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 F be an ordered field (Ordered field) with positive cone P. For every a∈F with a≠0 we have a2>0, where a2=a⋅a. In particular, every nonzero square is positive.

Facts & Assumptions

Given: An ordered field F with positive cone P, and an element a∈F with a≠0.

[L1]

x>0  ⟺  x∈P, and by trichotomy for a≠0 exactly one of a∈P, −a∈P holds (Ordered field).

[L2]

P is closed under multiplication: if u,v∈P then uv∈P (axiom O2 of Ordered field).

Proof

technique · cases
1.1

Since a≠0, trichotomy leaves exactly two possibilities: a∈P or −a∈P.

L1
2.1

Case a>0: then a∈P, so closure gives a⋅a∈P, i.e. a2>0.

assume-case posstep 1.1L2L1
2.2

Case a<0: then −a∈P, so closure gives (−a)(−a)∈P; since (−a)(−a)=a⋅a=a2 by L3, we get a2∈P, i.e. a2>0.

assume-case negstep 1.1L2L3L1
3.1

The cases a>0 and a<0 exhaust all of a≠0 by trichotomy, and both yield a2>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 F with positive cone P, the multiplicative identity satisfies 0<1; that is, 1∈P.

Facts & Assumptions

Given: An ordered field F with positive cone P and multiplicative identity 1 (Field).

[L1]

In any field 1≠0 (Field).

[L2]

For every x≠0 the square satisfies x2>0 (Squares of nonzero elements are positive).

[L3]

The identity axiom gives 1=1⋅1=12 (Field).

Proof

technique · direct
1.1

By the field axioms 1≠0, and 1=1⋅1=12.

L1L3
2.1

Since 1≠0, applying the square lemma with x=1 gives 12>0.

step 1.1L2
3.1

Because 1=12, it follows that 1>0, i.e. 0<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 F be an ordered field (Ordered field) with positive cone P, and let a,b∈F.

  1. If a>0 then a−1>0.
  2. If 0<a<b then 0<b−1<a−1.

Facts & Assumptions

Given: An ordered field F with positive cone P, and elements a,b∈F.

[L1]

x>0  ⟺  x∈P; x<0  ⟺  −x∈P; and for x≠0 exactly one of x∈P, −x∈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>0 one has a<b  ⟺  ac<bc (Sign rules for products and monotonicity of multiplication).

[L3]

0<1; in particular 1≠0 (The multiplicative identity is positive).

[L4]

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

Proof

technique · direct
1.1

Assume a>0, so a≠0 and its inverse a−1 exists with a⋅a−1=1; moreover a−1≠0, since a−1 has a as its inverse while 0 is non-invertible (1≠0 by L3).

assume-hypL1L3
2.1

By trichotomy a−1∈P or −a−1∈P; if −a−1∈P, then a>0 and a−1<0 give a⋅a−1<0 by the sign rules, i.e. 1<0, contradicting 0<1; hence a−1∈P, i.e. a−1>0, proving claim 1.

step 1.1L2L3L1
3.1

Assume 0<a<b; then 0<b by transitivity, so by claim 1 both a−1>0 and b−1>0, and the sign rules give a−1b−1>0.

assume-hypstep 2.1L4L2L1
4.1

Multiplying a<b by the positive a−1b−1 via the sign rules gives a(a−1b−1)<b(a−1b−1); since aa−1=1 and bb−1=1, this simplifies to b−1<a−1.

step 3.1L2algebra
5.1

Together with b−1>0 from step 3.1, we conclude 0<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 F be an ordered field (Ordered field) and let x,y∈F, with ∣x∣ the absolute value (Absolute value in an ordered field). Then

∣x∣≥0;∣x∣=0  ⟺  x=0;−∣x∣≤x≤∣x∣;∣−x∣=∣x∣;∣xy∣=∣x∣ ∣y∣;

and, for every c>0, one has ∣x∣<c  ⟺  −c<x<c.

Facts & Assumptions

Given: An ordered field F and elements x,y∈F.

[L1]

Absolute value: ∣u∣=u if u≥0, and ∣u∣=−u if u<0 (Absolute value in an ordered field).

[L2]

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

[L3]

Signs in products: (−a)b=−(ab) and (−a)(−b)=ab (Sign rules for products: (−a)b=−(ab) and (−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>0: by [L1] ∣x∣=x>0, so ∣x∣≥0 and ∣x∣≠0; since −x<0 we get ∣−x∣=−(−x)=x=∣x∣ by [L1], and −∣x∣=−x<0<x=∣x∣, so −∣x∣≤x≤∣x∣.

assume-case posL1L2algebra
1.2

Case x=0: then ∣x∣=∣0∣=0, so ∣x∣≥0 holds with ∣x∣=0 and x=0, while ∣−x∣=∣0∣=∣x∣ and −∣x∣=0≤0≤0=∣x∣.

assume-case zeroL1
1.3

Case x<0: by [L1] ∣x∣=−x, and [L2] gives −x>0, so ∣x∣>0 and ∣x∣≠0; here ∣−x∣=−x=∣x∣ by [L1], and −∣x∣=−(−x)=x≤x while x<0<−x=∣x∣, so −∣x∣≤x≤∣x∣.

assume-case negL1L2algebra
1.4

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

assume-case zerofactorL1
1.5

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

assume-case sameL1L3L4
1.6

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

assume-case oppositeL1L3L4
2.1

By trichotomy [L2] each x lies in exactly one of the cases 1.1-1.3, and in each we verified ∣x∣≥0, that ∣x∣=0  ⟺  x=0, that ∣−x∣=∣x∣, and that −∣x∣≤x≤∣x∣; hence all four hold for every x.

step 1.1step 1.2step 1.3cases-exhaustive
2.2

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

step 1.4step 1.5step 1.6cases-exhaustive
3.1

Let c>0: if ∣x∣<c then −c<−∣x∣≤x≤∣x∣<c by [step 2.1] and [L2], so −c<x<c; conversely if −c<x<c then both x<c and −x<c, and since ∣x∣ equals x or −x by [L1], we get ∣x∣<c, so ∣x∣<c  ⟺  −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 F be an ordered field (Ordered field) and let x,y∈F. Then

∣x+y∣≤∣x∣+∣y∣.

Facts & Assumptions

Given: An ordered field F and elements x,y∈F.

[L1]

For every u∈F, −∣u∣≤u≤∣u∣, and ∣u∣ equals u or −u (Basic properties of the absolute value).

[L2]

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

[L3]

Field and order arithmetic: −(a+b)=−a+(−b), and a≤b  ⟺  −b≤−a (Ordered field).

Proof

technique · direct
1.1

By [L1], −∣x∣≤x≤∣x∣ and −∣y∣≤y≤∣y∣.

L1
2.1

Adding the two chains of [step 1.1] with [L2] and using −(∣x∣+∣y∣)=−∣x∣+(−∣y∣) from [L3] gives −(∣x∣+∣y∣)≤x+y≤∣x∣+∣y∣.

step 1.1L2L3
3.1

By [L1] the value ∣x+y∣ equals x+y or −(x+y); both x+y≤∣x∣+∣y∣ and −(x+y)≤∣x∣+∣y∣ hold by [step 2.1] and [L3] (the latter from −(∣x∣+∣y∣)≤x+y), so ∣x+y∣≤∣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 F be an ordered field (Ordered field) and let x,y∈F. Then

∣∣x∣−∣y∣∣≤∣x−y∣.

Facts & Assumptions

Given: An ordered field F and elements x,y∈F.

[L1]

Triangle inequality: ∣a+b∣≤∣a∣+∣b∣ for all a,b∈F (The triangle inequality).

[L2]

For every u∈F, ∣−u∣=∣u∣, and ∣w∣ equals w or −w (Basic properties of the absolute value).

Proof

technique · direct
1.1

Applying [L1] with a=x−y and b=y gives ∣x∣=∣(x−y)+y∣≤∣x−y∣+∣y∣, so ∣x∣−∣y∣≤∣x−y∣.

L1
1.2

Applying [L1] with a=y−x and b=x, and using ∣y−x∣=∣x−y∣ from [L2], gives ∣y∣≤∣y−x∣+∣x∣=∣x−y∣+∣x∣, so ∣y∣−∣x∣≤∣x−y∣.

L1L2
2.1

By [L2] the value ∣∣x∣−∣y∣∣ equals ∣x∣−∣y∣ or −(∣x∣−∣y∣)=∣y∣−∣x∣, and each of these is ≤∣x−y∣ by steps 1.1 and 1.2, so ∣∣x∣−∣y∣∣≤∣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 F be an ordered field. For a,b≥0:

a<b  ⟺  a2<b2,a≤b  ⟺  a2≤b2.

More generally, for arbitrary a,b∈F, a2<b2  ⟺  ∣a∣<∣b∣.

Facts & Assumptions

Given: Elements a,b of an ordered field F.

[L1]

For a positive factor s>0 and any t: t>0  ⟺  st>0; this is Sign rules for products and monotonicity of multiplication (the rule c>0⇒(x<y  ⟺  xc<yc) taken at x=0, y=t, c=s, using 0⋅s=0, Multiplication by zero: 0⋅a=0).

[L2]

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

[L3]

∣x∣≥0 and ∣x∣2=x2 for every x (Basic properties of the absolute value).

Proof

technique · direct
1.1

The difference factors as b2−a2=(b−a)(b+a).

algebra
2.1

If a,b≥0 and a<b, then b>0, so b+a>0 by [L2], and b−a>0; by [L1] with s=b+a and t=b−a, (b−a)(b+a)>0, i.e. a2<b2.

L1L2step 1.1
2.2

If a,b≥0 and a2<b2, then b2−a2>0, so a,b are not both zero and b+a>0 by [L2]; by [L1] with s=b+a, from (b−a)(b+a)=b2−a2>0 we get b−a>0, i.e. a<b.

L1L2step 1.1
3.1

Hence for a,b≥0, a<b  ⟺  a2<b2.

step 2.1step 2.2
4.1

The ≤ form follows by trichotomy: for a,b≥0, applying step 3.1 to the nonnegatives b,a gives a≤b  ⟺  ¬(b<a)  ⟺  ¬(b2<a2)  ⟺  a2≤b2.

step 3.1L2
5.1

For arbitrary a,b, [L3] gives ∣a∣,∣b∣≥0 with ∣a∣2=a2 and ∣b∣2=b2; applying step 3.1 to ∣a∣,∣b∣ yields a2<b2  ⟺  ∣a∣2<∣b∣2  ⟺  ∣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/r against 1

Statement

Let F be an ordered field and let r∈F with r>0. Then:

0<r<1  ⟺  1r>1,r>1  ⟺  0<1r<1,r=1  ⟺  1r=1.

Here 1r denotes the multiplicative inverse r−1.

Facts & Assumptions

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

[L2]

If 0<x<y then 0<y−1<x−1: the reciprocal reverses order on the positives (Inverses of positives are positive, and reciprocation reverses order).

[L4]

In any field, 1−1=1 and (x−1)−1=x for x≠0 (Field).

Proof

technique · direct
1.1

Since r>0, [L1] gives r−1>0, so 1r is positive throughout.

L1
1.2

In particular 1−1=1 and (r−1)−1=r by uniqueness of inverses.

L4
2.1

If 0<r<1, applying [L2] to 0<r<1 gives 0<1−1<r−1, that is 1<1r.

L2step 1.2
2.2

Conversely, if 1r>1, then 0<1<1r by [L3], and applying [L2] gives 0<(r−1)−1<1−1, that is 0<r<1.

L2L3step 1.2
2.3

If r>1, then 0<1<r by [L3], and applying [L2] gives 0<r−1<1−1, that is 0<1r<1.

L2L3step 1.2
2.4

Conversely, if 0<1r<1, applying [L2] to 0<r−1<1 gives 0<1−1<(r−1)−1, that is 1<r.

L2step 1.2
2.5

If r=1 then 1r=1−1=1; conversely if 1r=1 then r=(r−1)−1=1−1=1.

step 1.2
3.1

Combining the two directions in each case: 0<r<1  ⟺  1r>1, and r>1  ⟺  0<1r<1, and r=1  ⟺  1r=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 F be an ordered field and let a,b∈F. Then:

ab>0  ⟺  a,b have the same sign,ab<0  ⟺  a,b have opposite signs,

ab=0  ⟺  a=0 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,b of an ordered field F.

[L1]

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

[L2]

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

[L3]
[L4]

0⋅x=0 and x⋅0=0 (Multiplication by zero: 0⋅a=0).

Proof

technique · cases
1.1

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

L3L4
1.2

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

L1
2.1

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

assume-case posposL2step 1.2
2.2

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

assume-case negnegL2step 1.2
2.3

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

assume-case posnegL2step 1.2
2.4

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

assume-case negposL2step 1.2
3.1

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

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

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

step 1.1step 3.1L1
5.1

Therefore ab>0  ⟺  a,b have the same sign, and ab<0  ⟺  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 F be an ordered field. If 0<a<b and 0<c<d then ac<bd. If 0≤a≤b and 0≤c≤d then ac≤bd.

Facts & Assumptions

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

[L1]

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

[L2]

For c≥0: x≤y⇒xc≤yc; the case c>0 is [L1] and the case c=0 gives 0≤0 (Sign rules for products and monotonicity of multiplication).

[L3]

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

Proof

technique · direct
1.1

Assume 0<a<b and 0<c<d; since c>0, scaling a<b by c gives ac<bc.

L1
1.2

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

L1
1.3

Assume instead 0≤a≤b and 0≤c≤d; since c≥0, from a≤b we get ac≤bc.

L2
1.4

Since b≥0 (from 0≤a≤b), from c≤d we get bc≤bd.

L2
2.1

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

L3step 1.1step 1.2
2.2

By transitivity of ≤, ac≤bc≤bd, hence ac≤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<b for positive a,b

Statement

Let F be an ordered field and let a,b∈F with a>0 and b>0. Then:

0<ab<b  ⟺  0<a<1.

Facts & Assumptions

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

[L1]

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

[L2]

x<y  ⟺  x−y<0  ⟺  y−x>0 (Ordered field).

[L3]

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

[L4]

By distributivity and b⋅(−1)=−b, one has ab−b=b(a−1) (Sign rules for products: (−a)b=−(ab) and (−a)(−b)=ab).

Proof

technique · direct
1.1

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

L1
1.2

By [L4], ab−b=b(a−1).

L4
2.1

By [L2], ab<b  ⟺  ab−b<0, and by step 1.2 this is b(a−1)<0.

L2step 1.2
2.2

By [L3] with z=a−1, we have b(a−1)<0  ⟺  a−1<0, and by [L2] this is a<1.

L3L2step 1.2
3.1

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

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

The canonical natural ι(n)=n⋅1F of a field

Definition

Let F be a field (Field) with additive identity 0F and multiplicative identity 1F. Define ι:N→F by recursion on N (The natural numbers N (von Neumann), The recursion theorem):

ι(0)  :=  0F,ι(n+1)  :=  ι(n)+1F.

ι(n) is the canonical natural of n in F. It is also written n⋅1F, and for n≥1 it is 1F added to itself n 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 (von Neumann)), and a set is not an element of F. So 1/n, nα and x/n are not expressions of F when n is a natural: what they mean is 1/ι(n), ι(n)α and x/ι(n). The map ι is what carries a counting number into the field, and writing it is the whole reason a reader meets 1/ι(k+1) where an informal text would write 1/(k+1).

Remarks

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

  • This definition records notation; the arithmetic is proved elsewhere. That ι is strictly increasing and positive on n≥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 1⋅1F=1F, (n+1)⋅1F=n⋅1F+1F, which agrees with the definition above because ι(1)=ι(0)+1F=1F. Nothing here is new mathematics; the definition exists so that the notation has a home a reader can look up.

  • The symbol ι is used in this library for other canonical maps, and this definition does not govern them. It also denotes the canonical field embedding ι:Q→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 ι:S→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 ι injective (Canonical naturals are positive and strictly increasing). In a field of positive characteristic ι is not injective, which is one reason the injectivity is a lemma rather than part of the definition.

LemmaStatement: AI-adaptedProof: AI-generatedprecheck passverified 2026-09-23 (gpt-6-sol)Open item page →

Canonical naturals are positive and strictly increasing

Statement

Let F be an ordered field, with field structure as in Field, and for n≥1 let n⋅1F denote the canonical natural number 1F+⋯+1F⏟n, defined recursively by 1⋅1F=1F and (n+1)⋅1F=n⋅1F+1F. Then for every n≥1:

  • n⋅1F>0 and (n+1)⋅1F>n⋅1F;
  • the map n↦n⋅1F is strictly increasing, hence injective, on {1,2,3,… };
  • (m+n)⋅1F=m⋅1F+n⋅1F and (mn)⋅1F=(m⋅1F)(n⋅1F) for all m,n≥1.

Facts & Assumptions

Given: An ordered field F whose canonical naturals are defined recursively by 1⋅1F=1F and (n+1)⋅1F=n⋅1F+1F, with 0⋅1F=0.

[L1]

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

[L2]

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

[L3]

Natural addition satisfies m+0=m and m+(n+1)=(m+n)+1 (Addition of natural numbers); it is associative (Addition is associative).

[L4]

Natural multiplication satisfies m⋅0=0 and m(n+1)=mn+m (Multiplication of natural numbers).

[L5]

Induction on the natural numbers holds (The principle of mathematical induction).

Proof

technique · induction
1.1

Base case n=1: by definition 1⋅1F=1F, and 1F>0.

L1base
1.2

Inductive hypothesis: assume n⋅1F>0 for some fixed n≥1.

ih
1.3

By the recursion, (n+1)⋅1F−n⋅1F=1F>0, so (n+1)⋅1F>n⋅1F.

givenL1
1.4

Additive identity: fix m and induct on n; at n=1, (m+1)⋅1F=m⋅1F+1F by the recursion, and if (m+n)⋅1F=m⋅1F+n⋅1F then associativity of natural addition gives m+(n+1)=(m+n)+1, whence (m+(n+1))⋅1F=(m+n)⋅1F+1F=m⋅1F+n⋅1F+1F=m⋅1F+(n+1)⋅1F.

givenL3L5algebra
2.1

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

step 1.2L1L2
2.2

Iterating 1.3, for m<n one has m⋅1F<n⋅1F, so n↦n⋅1F is strictly increasing and therefore injective on {1,2,3,… }.

step 1.3L2
2.3

Multiplicative identity: fix m and induct on n; at n=1, m⋅1=m⋅0+m=m, so (m⋅1)⋅1F=m⋅1F=(m⋅1F)(1⋅1F). In the step, m(n+1)=mn+m, and therefore (m(n+1))⋅1F=(mn+m)⋅1F=(mn)⋅1F+m⋅1F=(m⋅1F)(n⋅1F)+(m⋅1F)(1F)=(m⋅1F)((n+1)⋅1F) by 1.4 and field distributivity.

L3L4L5step 1.4algebra
3.1

By induction on 1.1, 1.2, 2.1, n⋅1F>0 for every n≥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 F (Complete ordered field (least-upper-bound property)) is Archimedean: for every x∈F there is a natural number n≥1 with x<n⋅1F, where n⋅1F is the canonical natural of the ordered field F (Ordered field). Equivalently, the canonical naturals are cofinal in F.

Facts & Assumptions

Given: A complete ordered field F; write A={ n⋅1F:n≥1 } for the set of its canonical naturals.

[L1]

Least-upper-bound property: every nonempty S⊆F that is bounded above has a least upper bound sup⁡S∈F (Complete ordered field (least-upper-bound property)).

[L2]

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

Proof

technique · contradiction
1.1

Suppose, for contradiction, that F is not Archimedean: there is some x∈F with n⋅1F≤x for all n≥1, that is, x is an upper bound of A.

assume-contra
2.1

The set A is nonempty, since 1⋅1F=1F∈A, and it is bounded above by x.

step 1.1L2
3.1

By the least-upper-bound property, A has a least upper bound s=sup⁡A∈F.

step 2.1L1
4.1

Since 1F>0, we have s−1F<s; as s is the least upper bound, s−1F is not an upper bound of A.

step 3.1L3
5.1

Hence there is some m≥1 with m⋅1F>s−1F.

step 4.1
6.1

Adding 1F to both sides, (m+1)⋅1F=m⋅1F+1F>s.

step 5.1L2
7.1

But (m+1)⋅1F∈A, so (m+1)⋅1F≤s because s is an upper bound of A, contradicting 6.1.

step 6.1step 3.1L2
8.1

The assumption is therefore untenable, so F 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 in a complete ordered field there is a natural n≥1 with 1/n<ε

Statement

Let F be a complete ordered field (Complete ordered field (least-upper-bound property)) and let ε∈F with ε>0. Then there is a natural number n≥1 such that

1n⋅1F<ε,

where n⋅1F is the canonical natural of F (Every complete ordered field is Archimedean) and 1/(n⋅1F) is its multiplicative inverse (Field). As is standard we abbreviate n⋅1F to n and write the conclusion 1/n<ε.

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<n⋅1F; 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 F and an element ε∈F with ε>0.

[L1]

Archimedean property: for every x∈F there is a natural number n≥1 with x<n⋅1F (Every complete ordered field is Archimedean, Complete ordered field (least-upper-bound property)).

[L2]

Inverses and order: if a>0 then a−1>0, and if 0<a<b then 0<b−1<a−1 (Inverses of positives are positive, and reciprocation reverses order, Ordered field).

[L3]

Field arithmetic: an element a with a>0 is nonzero by trichotomy, hence has a multiplicative inverse a−1, and (a−1)−1=a (Field, Ordered field).

Proof

technique · direct
1.1

Since ε>0, trichotomy gives ε≠0, so ε−1 exists, and ε−1>0.

givenL2L3
2.1

Apply [L1] to x=ε−1: fix a natural number n≥1 with ε−1<n⋅1F.

step 1.1L1choose
3.1

Chaining the two displayed inequalities gives 0<ε−1<n⋅1F; in particular n⋅1F>0, so n⋅1F≠0 and 1/(n⋅1F) is defined.

step 1.1step 2.1L3
4.1

Apply the second claim of [L2] with a=ε−1 and b=n⋅1F: 0<(n⋅1F)−1<(ε−1)−1.

step 3.1L2
5.1

By [L3], (ε−1)−1=ε, so the natural number n≥1 fixed in step 2.1 satisfies 1/(n⋅1F)<ε, which is the assertion.

step 4.1L3∎

Remarks

  • Monotonicity gives the eventual form for free. If m≥n≥1 then m⋅1F≥n⋅1F>0, because k↦k⋅1F is strictly increasing on the naturals ≥1 (Canonical naturals are positive and strictly increasing), and so 1/(m⋅1F)≤1/(n⋅1F)<ε by Inverses of positives are positive, and reciprocation reverses order again. So the corollary yields not merely one index but a threshold: every m≥n satisfies 1/m<ε. 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, and it fails in a non-Archimedean ordered field, where an infinitesimal ε>0 is below every 1/n by construction.

  • The equivalence is exact: the reciprocal form implies the cofinal form back again, since given x>0 one applies it to ε=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 F be an ordered field (Ordered field). There is a unique field homomorphism ι:Q→F (Field homomorphism and embedding). On the integers it is given by n↦n⋅1F (with −n↦−(n⋅1F) and 0↦0), and on a rational written as p/q with q≥1 by ι(p/q)=ι(p) (q⋅1F)−1. Moreover ι is injective and order-preserving, so it is an embedding of Q as an ordered subfield of F, and it is the only field homomorphism Q→F.

Facts & Assumptions

Given: An ordered field F; the field Q of The rationals form a totally ordered field, every element of which is 0 or ±p/q with integers p,q≥1. For an integer p write ι(p) for p⋅1F if p≥0 and −(∣p∣⋅1F) if p<0.

[L1]

Q is an ordered field; a nonzero p/q with q≥1 is positive exactly when p≥1 (The rationals form a totally ordered field).

[L2]

The canonical naturals satisfy n⋅1F>0 for n≥1, n↦n⋅1F is injective, (m+n)⋅1F=m⋅1F+n⋅1F, and (mn)⋅1F=(m⋅1F)(n⋅1F) (Canonical naturals are positive and strictly increasing).

[L4]

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

[L5]

A field homomorphism preserves +, ⋅, and 1, and hence 0, negation, and inverses (Field homomorphism and embedding).

Proof

technique · direct
1.1

Define ι on the integers by ι(n)=n⋅1F for n≥0 and ι(−n)=−(n⋅1F); by [L2] this is additive and multiplicative on Z and sends 1↦1F.

L2
1.2

For a rational x=p/q with q≥1 define ι(x)=ι(p) (q⋅1F)−1, which makes sense because q⋅1F>0≠0 has an inverse.

L2
2.1

Well-defined: if p/q=p′/q′ with q,q′≥1, then pq′=p′q in Z, so [L2] gives ι(p)(q′⋅1F)=ι(p′)(q⋅1F), and multiplying by the positive (q⋅1F)−1(q′⋅1F)−1 yields ι(p)(q⋅1F)−1=ι(p′)(q′⋅1F)−1; thus ι(x) is independent of the representative.

step 1.1step 1.2L2L3
2.2

Multiplicativity: for x=p/q, y=r/s one has xy=(pr)/(qs), and ι(xy)=ι(pr)((qs)⋅1F)−1=ι(p)ι(r)(q⋅1F)−1(s⋅1F)−1=ι(x)ι(y), using (mn)⋅1F=(m⋅1F)(n⋅1F) and (uv)−1=u−1v−1.

step 1.2L2
2.3

Additivity: with x+y=(ps+rq)/(qs), ι(x+y)=(ι(p)(s⋅1F)+ι(r)(q⋅1F))(q⋅1F)−1(s⋅1F)−1=ι(p)(q⋅1F)−1+ι(r)(s⋅1F)−1=ι(x)+ι(y), using the additive and multiplicative identities of [L2].

step 1.2L2
2.4

Positivity: if x=p/q>0 in Q with q≥1, then p≥1 by [L1], so ι(p)=p⋅1F>0 and q⋅1F>0 by [L2], whence (q⋅1F)−1>0 by [L3] and ι(x)=ι(p)(q⋅1F)−1>0 by [L4].

step 1.2L1L2L3L4
2.5

Uniqueness on Z: let ψ:Q→F be any field homomorphism; then ψ(1)=1F, additivity forces ψ(n)=n⋅1F=ι(n) for n≥1, and ψ(0)=0, ψ(−n)=−(n⋅1F), so ψ=ι on Z.

step 1.1L5
3.1

Unit: ι(1)=ι(1/1)=ι(1)(1⋅1F)−1=1F; hence ι is a field homomorphism Q→F.

step 2.2step 2.3L2L5
3.2

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

step 2.3step 2.4
4.1

Injectivity: if x≠y then x<y or y<x, and 3.2 forces ι(x)≠ι(y); so ι is injective, an embedding of ordered fields.

step 3.2
5.1

Uniqueness on Q: for p/q∈Q, ψ(p/q)=ψ(p)ψ(q)−1=ι(p)(q⋅1F)−1=ι(p/q) since ψ preserves products and inverses; hence ψ=ι, so ι is the unique field homomorphism Q→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 F be an Archimedean ordered field (Archimedean ordered field) and let ι:Q→F be the canonical embedding (The unique embedding of ℚ into an ordered field). Then ι(Q) is dense in F: for any x<y in F there is a rational q with x<ι(q)<y.

Facts & Assumptions

Given: An Archimedean ordered field F with canonical embedding ι:Q→F, and elements x<y of F.

[L1]

Archimedean property: for every w∈F there is n≥1 with w<n⋅1F (Archimedean ordered field).

[L2]

ι is an order-preserving field homomorphism with ι(m/n)=ι(m) (n⋅1F)−1 for n≥1 (The unique embedding of ℚ into an ordered field).

[L3]

Canonical naturals: n⋅1F>0 for n≥1, and (m+n)⋅1F=m⋅1F+n⋅1F (Canonical naturals are positive and strictly increasing).

[L5]

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

[L6]

Every nonempty T⊆Z that is bounded below has a least element: if k>−M for every k∈T then {k+M:k∈T} is a nonempty set of naturals, which has a least element, and subtracting M returns the least element of T (The well-ordering principle, The naturals embed in the integers, Order on the integers).

Proof

technique · direct
1.1

Since x<y, the element y−x>0, so it is nonzero and its inverse (y−x)−1 exists in the field F; by the Archimedean property applied to (y−x)−1, choose n≥1 with (y−x)−1<n⋅1F.

L1L4choose
1.2

By [L1] applied to (n⋅1F) x there is a natural N with (n⋅1F) x<N⋅1F, so the set T={ k∈Z:k⋅1F>(n⋅1F) x } is nonempty (N∈T); by [L1] applied to −(n⋅1F) x there is a natural M with −(n⋅1F) x<M⋅1F, so every k∈T satisfies k⋅1F>(n⋅1F) x>−M⋅1F, hence k>−M (were k≤−M, monotonicity of k↦k⋅1F=ι(k) on Z, which is [L2], would force k⋅1F≤−M⋅1F, against k⋅1F>−M⋅1F), so T is bounded below by −M, and therefore has a least element m.

L1L2L3L6choose
2.1

Multiplying (y−x)−1<n⋅1F by the positive (n⋅1F)−1(y−x) gives (n⋅1F)−1<y−x.

step 1.1L4L5
2.2

By minimality of m, (m−1)⋅1F≤(n⋅1F) x<m⋅1F.

step 1.2
3.1

Set q=m/n∈Q, so ι(q)=ι(m)(n⋅1F)−1; dividing (n⋅1F) x<m⋅1F by the positive n⋅1F gives x<ι(m)(n⋅1F)−1=ι(q).

step 2.2L2L4L5
3.2

From (m−1)⋅1F=m⋅1F−1F≤(n⋅1F) x, dividing by the positive n⋅1F gives ι(q)−(n⋅1F)−1≤x, that is ι(q)≤x+(n⋅1F)−1.

step 2.2L3L4L5
4.1

Combining with 2.1, ι(q)≤x+(n⋅1F)−1<x+(y−x)=y.

step 3.2step 2.1
5.1

Therefore x<ι(q)<y with q=m/n∈Q, so ι(Q) is dense in F.

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 a≥0 with (a)2=a; the positives are {x2:x≠0}

Statement

Let F be a complete ordered field (Complete ordered field (least-upper-bound property)). Then every a∈F with a≥0 has a unique s∈F with s≥0 and s2=a; we write s=a. Consequently the positive elements of F are exactly the nonzero squares: x>0 if and only if x=y2 for some y≠0.

Facts & Assumptions

Given: A complete ordered field F (Complete ordered field (least-upper-bound property)), that is, an ordered field (Ordered field) with the least-upper-bound property, and an element a∈F with a≥0.

[L1]

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

[L2]

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

[L3]

Squaring is strictly monotone on the nonnegatives: if 0≤x<y then x2<y2; in particular squaring is injective on {x:x≥0} (Squaring is monotone on the nonnegatives).

[L4]

A nonzero square is positive: if y≠0 then y2>0 (Squares of nonzero elements are positive).

[L5]

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

Proof

technique · contradiction
1.1

If a=0, then s=0 satisfies s≥0 and s2=0=a, so existence holds; assume henceforth a>0.

givenalgebra
1.2

Uniqueness holds once a root exists: if u,v≥0 satisfy u2=v2, then strict monotonicity of squaring on nonnegatives [L3] rules out both u<v and u>v, forcing u=v; so at most one s≥0 has s2=a.

L3given
1.3

Define S={t∈F:t≥0 and t2≤a}; then 0∈S because 0≥0 and 02=0≤a, so S≠∅.

givenalgebra
1.4

The element 1+a is an upper bound of S: since a>0 we have 1+a>1, so any t>1+a has t>1 and t>0, whence t2=t⋅t>1⋅t=t>1+a>a, giving t∉S.

givenL2
2.1

By completeness [L1], s:=sup⁡S exists in F; and since 0∈S we have s≥0.

L1step 1.3step 1.4
3.1

Assume, for contradiction, that s2≠a; by trichotomy either s2<a or s2>a.

assume-contrastep 2.1
4.1

(Case s2<a.) Choose h with 0<h<1 and h<a−s22s+1, possible since a−s2>0 and 2s+1≥1>0; then h2=h⋅h<h⋅1=h and h(2s+1)<a−s2, so (s+h)2=s2+2sh+h2<s2+2sh+h=s2+h(2s+1)<a, whence s+h∈S with s+h>s, contradicting that s is an upper bound of S.

assume-case lowstep 3.1step 2.1L2L5choose
4.2

(Case s2>a.) Here s>0 since s2>a≥0; choose h with 0<h<s and h<s2−a2s, so 2sh<s2−a and (s−h)2=s2−2sh+h2≥s2−2sh>a, hence every t∈S has t2≤a<(s−h)2 with t≥0 and s−h>0, so t<s−h by [L3]; thus s−h is an upper bound of S with s−h<s, contradicting that s 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=a: a unique (by step 1.2) s=a≥0 with s2=a exists, and applying this to any x>0 writes x=(x)2 with x≠0 while conversely any nonzero square is positive by [L4], so the positive elements of F 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

Statement

Let F and G be ordered fields with canonical rational embeddings ιF:Q→F and ιG:Q→G (The unique embedding of ℚ into an ordered field). Then every field homomorphism φ:F→G (Field homomorphism and embedding) fixes Q, meaning φ∘ιF=ιG,i.e. φ(ιF(q))=ιG(q) for all q∈Q.

Facts & Assumptions

Given: Ordered fields F,G, a field homomorphism φ:F→G, and the canonical embeddings ιF,ιG.

[L1]

The canonical embedding ι:Q→F acts on Z by n↦n⋅1F and on Q by p/q↦(p⋅1F)(q⋅1F)−1 (likewise for ιG) (The unique embedding of ℚ into an ordered field).

[L2]

The canonical natural n⋅1 is the n-fold sum 1+⋯+1; the integers embed with q⋅1≠0 for q≠0 (Canonical naturals are positive and strictly increasing).

[L3]

φ is a field homomorphism: φ(1F)=1G, φ(x+y)=φ(x)+φ(y), φ(xy)=φ(x)φ(y), φ(0F)=0G, φ(−x)=−φ(x), and φ(x−1)=φ(x)−1 for x≠0 (Field homomorphism and embedding).

Proof

technique · direct
1.1

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

L3
1.2

By [L1], ιF and ιG send each n∈Z to n⋅1F and n⋅1G, and each p/q∈Q to (p⋅1)(q⋅1)−1 in the respective field.

L1
1.3

Because n⋅1F is the n-fold sum of 1F ([L2]) and φ is additive with φ(1F)=1G, we get φ(n⋅1F)=n⋅1G for every canonical natural n.

L2L3
2.1

For each integer n this extends by sign: φ(ιF(0))=φ(0F)=0G=ιG(0) and φ(ιF(−n))=φ(−(n⋅1F))=−(n⋅1G)=ιG(−n), so φ(ιF(m))=ιG(m) for all m∈Z.

step 1.2step 1.3L3
3.1

For a rational p/q with integers p,q≠0, ιF(p/q)=(p⋅1F)(q⋅1F)−1, so φ(ιF(p/q))=φ(p⋅1F) φ(q⋅1F)−1=(p⋅1G)(q⋅1G)−1=ιG(p/q).

step 1.2step 2.1L3
4.1

Since φ∘ιF and ιG agree on every rational, φ∘ιF=ιG: the homomorphism φ fixes 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 F be a complete ordered field and G an ordered field, and let φ:F→G be a field homomorphism (Field homomorphism and embedding). Then φ is injective and order-preserving: x>0 in F implies φ(x)>0 in G, and consequently a<b implies φ(a)<φ(b).

Facts & Assumptions

Given: A complete ordered field F, an ordered field G, and a field homomorphism φ:F→G.

[L1]

φ(1F)=1G, φ(x+y)=φ(x)+φ(y), φ(xy)=φ(x)φ(y), φ(−x)=−φ(x); and every field homomorphism is injective, its kernel being an ideal of the field F with φ(1F)=1G≠0G (Field homomorphism and embedding).

[L2]

In a complete ordered field every a≥0 is a square a=y2; the positive elements are exactly the nonzero squares (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}).

[L3]

In any ordered field a nonzero square is positive: y≠0⇒y2>0 (Squares of nonzero elements are positive).

[L4]

Order via the positive cone: x>0 means x∈P, a<b means b−a∈P; trichotomy holds (Ordered field).

Proof

technique · direct
1.1

φ is injective: by [L1] its kernel is an ideal of the field F, and since φ(1F)=1G≠0G the kernel is {0F}.

L1
1.2

Fix x∈F with x>0; then x≥0, so by [L2] there is y∈F with x=y2, and y≠0 since y=0 would give x=0, against x>0 by [L4].

L2L4
2.1

Applying φ, φ(x)=φ(y2)=φ(y)2, and φ(y)≠0G because y≠0 and φ is injective.

step 1.1step 1.2L1
3.1

By [L3] in G, the nonzero square φ(y)2 is positive, so φ(x)=φ(y)2>0; as x>0 was arbitrary, x>0⇒φ(x)>0 for all x∈F.

step 2.1L3
4.1

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

step 3.1L1L4
5.1

Hence φ 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 up to a unique isomorphism

Statement

Any two complete ordered fields F and G (Complete ordered field (least-upper-bound property)) are isomorphic via a unique ordered-field isomorphism (Ordered-field isomorphism) φ:F→G, and this φ fixes Q (φ∘ιF=ιG). Consequently R is the unique complete ordered field up to a unique isomorphism, and it admits Q as an ordered subfield via ιF.

Facts & Assumptions

Given: Complete ordered fields F,G with canonical embeddings ιF:Q→F, ιG:Q→G; for x∈F set Lx:={ιG(q):q∈Q, ιF(q)<x}⊆G and define φ:F→G by φ(x):=sup⁡Lx, and symmetrically ψ:G→F by ψ(y):=sup⁡{ιF(q):q∈Q, ιG(q)<y}.

[L1]

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

[L2]

The canonical embedding ι:Q→F is a field homomorphism that is injective and order-preserving in both directions (q<r  ⟺  ι(q)<ι(r)); likewise ιG (The unique embedding of ℚ into an ordered field).

[L3]

Density: in an Archimedean ordered field, for u<v there is q∈Q with u<ι(q)<v (ℚ is dense in every Archimedean ordered field).

[L4]

Any field homomorphism between ordered fields fixes Q (Field homomorphisms between ordered fields fix 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 F (resp. G) 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 +, ⋅, and 1 (Ordered-field isomorphism, Field homomorphism and embedding).

[L8]

Least-upper-bound calculus in G: for nonempty T⊆G bounded above with u=sup⁡T, any upper bound w of T satisfies w≥u; and translation z↦z+c and, for c>0, scaling z↦cz preserve ≤ 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<z′⇒z+c<z′+c and, for c>0, z<z′  ⟺  cz<cz′; the nonstrict forms used here are those together with the equality cases, in which z+c=z′+c and cz=cz′, the order being total by trichotomy (Ordered field). Hence from  α≥ιG(q)+c for all q with ιF(q)<x one gets α≥φ(x)+c, and from  α≥ιG(q) c (with c>0) for all such q with q>0 one gets α≥φ(x) c (using that the positive rationals below x are cofinal when x>0).

Proof

technique · direct
1.1

For each x∈F, applying [L3] (with F Archimedean by [L1]) to x−1<x and to x<x+1 gives rationals a,b with ιF(a)<x<ιF(b); then ιG(a)∈Lx, and every ιG(q)∈Lx has ιF(q)<ιF(b) so q<b hence ιG(q)<ιG(b), so Lx is nonempty and bounded above and φ(x)=sup⁡Lx exists in G by [L6].

L1L2L3L6
1.2

If x>0, then applying [L3] to 0<x gives a rational q with 0<ιF(q)<x, whence q>0, ιG(q)>0, and ιG(q)∈Lx, so φ(x)=sup⁡Lx≥ιG(q)>0.

L2L3
1.3

For r∈Q, LιF(r)={ιG(q):q<r} by [L2]; ιG(r) is an upper bound, and any w<ιG(r) is exceeded by some ιG(q′)∈LιF(r) via density [L3] in G, so sup⁡=ιG(r), i.e. φ(ιF(r))=ιG(r).

L2L3
2.1

For rationals q,q′ with ιF(q)<x and ιF(q′)<x′, additivity of ιF gives ιF(q+q′)<x+x′, so ιG(q)+ιG(q′)=ιG(q+q′)∈Lx+x′ and φ(x+x′)≥ιG(q)+ιG(q′); fixing q′ and taking the sup over q, then over q′, yields φ(x+x′)≥φ(x)+φ(x′) by the least-upper-bound calculus [L8].

step 1.1L2L3L8
2.2

For any rational s with ιF(s)<x+x′ we have ιF(s)−x′<x; density [L3] gives a rational q with ιF(s)−x′<ιF(q)<x, so ιF(q)<x, and the left inequality gives ιF(s)−ιF(q)<x′, i.e. ιF(s−q)=ιF(s)−ιF(q)<x′ by additivity of ιF; whence ιG(s)=ιG(q)+ιG(s−q)≤φ(x)+φ(x′); as s was arbitrary and φ(x+x′)=sup⁡Lx+x′, the least upper bound is ≤φ(x)+φ(x′) [L8], i.e. φ(x+x′)≤φ(x)+φ(x′).

step 1.1L2L3L8
2.3

For x,x′>0 and positive rationals q,q′ with ιF(q)<x, ιF(q′)<x′, multiplying positives gives ιF(qq′)<xx′, so ιG(q)ιG(q′)=ιG(qq′)∈Lxx′ and φ(xx′)≥ιG(q)ιG(q′); since positive rationals below x are cofinal (as x>0) their images have supremum φ(x)>0, so scaling by ιG(q′)>0 and taking sups over q then q′ gives φ(xx′)≥φ(x)φ(x′) by the least-upper-bound calculus [L8].

step 1.1step 1.2L2L3L8algebra
2.4

For x,x′>0 and any positive rational s with ιF(s)<xx′ we have ιF(s)(x′)−1<x; density [L3] gives a rational q with ιF(s)(x′)−1<ιF(q)<x, where ιF(s)(x′)−1>0 (as s>0, x′>0), so ιF(q)>0 and q>0; the left inequality gives ιF(s)<ιF(q) x′, hence ιF(s/q)=ιF(s)ιF(q)−1<x′ (dividing by ιF(q)>0), while ιF(q)<x; therefore ιG(s)=ιG(q)ιG(s/q)≤φ(x)φ(x′), and as the positive rationals s with ιF(s)<xx′ are cofinal, φ(xx′)=sup⁡Lxx′≤φ(x)φ(x′) by [L8].

step 1.1step 1.2L2L3L8algebra
3.1

Combining the two inequalities, φ(x+x′)=φ(x)+φ(x′) for all x,x′∈F; in particular φ(0F)=0G and φ(−x)=−φ(x).

step 2.1step 2.2
3.2

Combining the two inequalities, φ(xx′)=φ(x)φ(x′) whenever x,x′>0.

step 2.3step 2.4
4.1

For arbitrary signs, φ(0F⋅x′)=0G=0G⋅φ(x′), and for x<0<x′ we get φ(xx′)=φ(−((−x)x′))=−φ((−x)x′)=−φ(−x)φ(x′)=φ(x)φ(x′) using step 3.1 and step 3.2; the remaining sign cases are identical, so φ(xx′)=φ(x)φ(x′) for all x,x′∈F.

step 3.1step 3.2
5.1

By step 3.1, step 4.1, and φ(1F)=ιG(1)=1G from step 1.3, φ preserves +, ⋅, and 1, so φ is a field homomorphism F→G.

step 1.3step 3.1step 4.1
6.1

Hence by [L5] (as F is complete) φ is injective and order-preserving in both directions, and by [L4] it fixes Q: φ∘ιF=ιG.

step 5.1L4L5
7.1

The construction and steps 1.1-6.1 used only that F and G are complete ordered fields with canonical embeddings ιF,ιG; applying that entire argument verbatim with the roles of F and G interchanged shows the symmetric map ψ:G→F is likewise an injective, order-preserving field homomorphism that fixes Q.

step 6.1
8.1

For x∈F, since φ fixes Q and is order-preserving in both directions, ιG(q)<φ(x)  ⟺  ιF(q)<x, so ψ(φ(x))=sup⁡{ιF(q):ιF(q)<x}=x by density [L3]; symmetrically φ(ψ(y))=y, so φ is a bijection with inverse ψ.

step 6.1step 7.1L3
9.1

Thus φ is a bijective field homomorphism order-preserving in both directions, i.e. an ordered-field isomorphism F≅G fixing Q.

step 6.1step 8.1L7
10.1

For uniqueness let χ:F→G be any ordered-field isomorphism; being such it is in particular a field homomorphism ([L7]), so by [L4] it fixes Q, and it is order-preserving, so for each x every ιG(q)∈Lx equals χ(ιF(q))<χ(x), making χ(x) an upper bound of Lx, hence χ(x)≥φ(x).

step 9.1L4L7
11.1

Conversely, were χ(x)>φ(x), density [L3] would give a rational q with φ(x)<ιG(q)<χ(x); then ιG(q)>sup⁡Lx forces ιF(q)≥x, since ιF(q)<x would put ιG(q) into Lx and hence below sup⁡Lx; so χ(x)≤χ(ιF(q))=ιG(q)<χ(x), which is impossible, hence χ(x)≤φ(x).

step 10.1L3L4
12.1

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

step 10.1step 11.1
13.1

Applying this to any two constructions of R, which are complete ordered fields, R is the unique complete ordered field up to a unique ordered-field isomorphism, and ιF:Q→R exhibits 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 (The reals form a totally ordered field) are Archimedean (Archimedean ordered field): for every x∈RC there is a natural number n with x<n⋅1, where the canonical natural n⋅1 is the class n^ of the constant rational sequence n. Equivalently, the canonical naturals (n^)n≥1 are cofinal.

Facts & Assumptions

Given: A real x∈RC.

[L1]

Rational approximation: for any real z and rational ε>0 there is q∈Q with ∣z−q^∣<ε^, and the embedding q↦q^ preserves and reflects order and arithmetic (The rationals embed densely in the reals).

[L2]

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

[L3]

RC is a totally ordered field, and q^+r^=q+r^, 1^=1 (The reals form a totally ordered field, Order on the reals).

[L4]

RC is Archimedean iff for every real there is a natural n with the real below the canonical natural n⋅1=n^ (Archimedean ordered field).

Proof

technique · direct
1.1

By [L1] with ε=1 choose a rational q with ∣x−q^∣<1^.

L1choose
1.2

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

L2choose
2.1

From step 1.1, x−q^<1^, so x<q^+1^=q+1^.

step 1.1L3
2.2

From step 1.2, since the embedding preserves order, q+1^<n^=n⋅1.

step 1.2L1L3L4
3.1

Combining, x<q+1^<n⋅1, so x<n⋅1 for this canonical natural.

step 2.1step 2.2L3
4.1

As x∈RC was arbitrary, every real lies below some canonical natural: RC 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 have the least-upper-bound property: every nonempty S⊆RC that is bounded above has a least upper bound sup⁡S∈RC. Hence, together with The reals form a totally ordered field, RC is a complete ordered field (Complete ordered field (least-upper-bound property)).

Facts & Assumptions

Given: A nonempty set S⊆RC bounded above by U∈RC.

[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 ε (Limits and Cauchy sequences of reals).

[L4]

RC is Archimedean, so the reals 2k are cofinal and (b0−a0)/2k→0 (The Cauchy-sequence reals are Archimedean).

[L5]

RC is a totally ordered field: midpoints (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 s0∈S (possible as S≠∅); by [L6] choose a real a0<s0, so a0 is not an upper bound of S, and put b0=U, an upper bound of S.

givenL6L5L1
2.1

Define (ak),(bk) by bisection: given ak (not an upper bound) and bk (an upper bound), let m=(ak+bk)/2; if m is an upper bound set ak+1=ak,bk+1=m, otherwise set ak+1=m,bk+1=bk.

step 1.1L5
3.1

An induction on k shows each bk is an upper bound of S, each ak is not, ak≤ak+1≤bk+1≤bk, and bk−ak=(b0−a0)/2k.

step 2.1L5L1
4.1

Given rational ε>0, by [L4] choose k with (b0−a0)<2kε^; then for all j≥k, bj−aj=(b0−a0)/2j≤(b0−a0)/2k<ε^.

step 3.1L4L5
5.1

For j,l≥k both aj,al,bj,bl lie in the nested interval [ak,bk], so ∣aj−al∣≤bk−ak<ε^ and likewise ∣bj−bl∣<ε^; hence (ak) and (bk) are Cauchy sequences of reals.

step 3.1step 4.1L3L5
6.1

By [L2], (ak) converges to a real s and (bk) to a real s′. If s<s′, choose by [L6] a positive rational ε with 3ε^<s′−s. For all large k, convergence and step 4.1 give ∣ak−s∣<ε^, ∣bk−s′∣<ε^ and bk−ak<ε^, whence s′−s≤∣s′−bk∣+(bk−ak)+∣ak−s∣<3ε^, a contradiction. If s′<s, choose 2ε^<s−s′; for all large k, ak≤bk and the two convergence bounds give s−s′≤∣s−ak∣+(ak−bk)+∣bk−s′∣<2ε^, again a contradiction. Thus s=s′. For fixed k and every j≥k, step 3.1 gives ak≤aj≤bj≤bk. If s<ak, choose 0<ε^<ak−s and use aj→s; if bk<s, choose 0<ε^<s−bk and use bj→s. Each choice contradicts the displayed inequalities for all large j, so ak≤s≤bk.

step 3.1step 4.1step 5.1L2L3L5L6algebra
7.1

Every t∈S satisfies t≤bk for all k, since each bk is an upper bound. If s<t, choose by [L6] a positive rational ε with ε^<t−s. Since bk→s, eventually ∣bk−s∣<ε^, hence bk<s+ε^<t, contradicting t≤bk. Therefore t≤s, so s is an upper bound of S.

step 3.1step 6.1L1L3L5L6
7.2

If v is any upper bound of S, then for each k some element of S exceeds ak, because ak is not an upper bound; hence ak<v. If v<s, choose by [L6] a positive rational ε with ε^<s−v. Since ak→s, eventually ∣ak−s∣<ε^, so ak>s−ε^>v, a contradiction. Thus s≤v, and s is the least upper bound.

step 3.1step 6.1L1L3L5L6
8.1

Hence s=sup⁡S exists in RC; as S was an arbitrary nonempty bounded-above set, RC 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

Statement

The Cauchy-sequence reals RC and the Dedekind-cut reals RD are isomorphic as ordered fields via a unique isomorphism φ:RC→RD that preserves all arithmetic (+, ⋅, 0, 1, inverses) and the order (<, hence ≤, ∣⋅∣, and suprema), and restricts to the identity on the common rationals Q. This is the precise sense in which the two constructions build the same R.

Facts & Assumptions

Given: The Cauchy-sequence reals RC and the Dedekind-cut reals RD.

[L1]

RC is a totally ordered field (The reals form a totally ordered field).

[L3]

RD is a totally ordered field (The Dedekind reals form a totally ordered field).

[L4]
[L5]

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

Proof

technique · direct
1.1

RC is a complete ordered field: a totally ordered field ([L1]) with the least-upper-bound property ([L2]).

L1L2
1.2

RD 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=RC and G=RD there is a unique ordered-field isomorphism φ:RC→RD, and it fixes the common rationals Q.

step 1.1step 1.2L5
3.1

As a field isomorphism φ preserves +, ⋅, 0, 1 and inverses; as an ordered-field isomorphism it satisfies x<y  ⟺  φx<φy, hence preserves ≤ and ∣⋅∣; and it preserves suprema, in the sense that for any nonempty S⊆RC bounded above with s=sup⁡S, its image φ[S]={φ(t):t∈S} has φ(s)=sup⁡φ[S], since φ(s) is an upper bound of φ[S] and, φ−1 being order-preserving, every upper bound of φ[S] is ≥φ(s).

step 2.1L5
4.1

Therefore RC and RD are the same complete ordered field presented two ways, joined by the unique isomorphism φ that restricts to the identity on Q and preserves all arithmetic and order: the Cauchy and Dedekind constructions give the same 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 exists in every complete ordered field, and is irrational

Example

In any complete ordered field F, the element 2=1+1 is positive, so by Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0} applied to a=2 it has a unique s>0 with s2=2: this is 2. Moreover s is not the image of any rational under the embedding ι:Q→F, because no rational squares to 2. Thus every complete ordered field contains 2, the canonical gap that Q lacks, now filled by completeness.

Facts & Assumptions

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

[L2]

There is a unique field homomorphism ι:Q→F; it is injective and order-preserving, and satisfies ι(1)=1 (The unique embedding of ℚ into an ordered field).

[L3]

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

Verification

technique · direct
1.1

In F we have 2=1+1>0, so in particular 2≥0.

given
2.1

Apply Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0} [L1] with a=2: there is a unique s≥0 with s2=2, and s≠0 since s2=2>0, so s>0; write 2:=s.

L1step 1.1
3.1

The element s is not rational: if s=ι(q) for some q∈Q, then ι(q2)=ι(q)2=s2=2=ι(1)+ι(1)=ι(2), so injectivity of ι [L2] forces q2=2, which is impossible by [L3]; hence s lies outside ι(Q).

L2L3step 2.1
4.1

Therefore every complete ordered field contains a unique positive s=2 with s2=2, and this s is irrational: it is exactly the gap in 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 φ:F→G between ordered fields is order-preserving, that is, a<b in F implies φ(a)<φ(b) in G.

The witness is the conjugation map on Q(2)={a+b2:a,b∈Q}⊆R, which is a field homomorphism from an ordered field to itself yet sends the positive element 2 to the negative element −2.

Facts & Assumptions

Given: The reals R, a complete ordered field, with the positive square root 2 of 2.

[L1]

In R the element 2=1+1 has a positive square root 2 with (2)2=2 and 2>0 (Square roots exist: a unique a≥0 with (a)2=a; the positives are {x2:x≠0}).

[L2]

No rational number squares to 2, so 2 is irrational (FALSE: some rational number squares to 2).

[L3]

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

[L4]

In an ordered field, x>0 means x lies in the positive cone, and a<b means b−a>0; exactly one of x>0, x=0, x<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, let K={a+b2:a,b∈Q}; then (a+b2)+(c+d2)=(a+c)+(b+d)2 and (a+b2)(c+d2)=(ac+2bd)+(ad+bc)2 both lie in K, so K is closed under addition and multiplication.

L1algebra
1.2

Each nonzero a+b2∈K is invertible in K, with (a+b2)−1=a−b2a2−2b2, where a2−2b2≠0 since otherwise (a,b)≠(0,0) forces b≠0 and the rational (a/b)2=2, contradicting [L2].

L2algebra
1.3

The representation of an element of K as a+b2 with a,b∈Q is unique, for a+b2=a′+b′2 with b≠b′ would give 2=(a′−a)/(b−b′)∈Q.

L2algebra
1.4

In K the element 2=0+1⋅2 satisfies 2>0.

L1L4
2.1

By steps 1.1 and 1.2, K is a subfield of R, hence an ordered field under the positive cone inherited from R.

step 1.1step 1.2L4
2.2

By the uniqueness in step 1.3, the map σ:K→K given by σ(a+b2)=a−b2 is well defined.

step 1.3
2.3

The real number 21/4=2 is not in K, for 21/4=a+b2 would square to 2=(a2+2b2)+2ab2, whence step 1.3 forces a2+2b2=0 and 2ab=1, impossible for real a,b.

step 1.3algebra
3.1

σ is additive: σ((a+b2)+(c+d2))=(a+c)−(b+d)2=(a−b2)+(c−d2)=σ(a+b2)+σ(c+d2).

step 2.2algebra
3.2

σ is multiplicative: σ((a+b2)(c+d2))=(ac+2bd)−(ad+bc)2=(a−b2)(c−d2)=σ(a+b2) σ(c+d2).

step 2.2algebra
3.3

σ fixes the identity: σ(1)=σ(1+0⋅2)=1.

step 2.2
3.4

σ(2)=σ(0+1⋅2)=−2, and −2<0 in K by step 1.4.

step 2.2step 1.4L4
4.1

By steps 3.1, 3.2, and 3.3, σ satisfies the three homomorphism identities, so σ:K→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 σ between ordered fields with 2>0 in the domain yet σ(2)=−2<0 by step 3.4, so σ 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 K were complete, [L5] would make σ order-preserving, contrary to step 5.1. Hence K is not complete.

step 5.1L5∎
CounterexampleConstruction: Literature-sourcedVerification: AI-adaptedprecheck passverified 2026-08-13 (gpt-5.6-terra-codex-subscription)↗ rests on later materialOpen item page →

Not every ordered field is Archimedean

Statement refuted

Refuted claim: every ordered field is Archimedean, that is, in every ordered field F each x∈F satisfies x<n⋅1F for some natural number n.

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

Facts & Assumptions

Given: R(t), the field of fractions of the polynomial ring R[t] (constructed at For a field F, F(t)=Frac⁡(F[t]) is its rational function field; in particular R(t)=Frac⁡(R[t]) ↗), and the set P={f∈R(t):f≠0 and f(x)>0 for all sufficiently large real x}.

[L1]

An ordered field is a field with a positive cone P satisfying trichotomy (for each nonzero x, exactly one of x∈P, −x∈P) and closure of P under addition and multiplication; then a<b means b−a∈P (Ordered field).

[L2]

An ordered field F is Archimedean when for every x∈F there is a natural number n with x<n⋅1F, equivalently the canonical naturals n⋅1F are cofinal (Archimedean ordered field).

[L3]

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

[L4]

R is a totally ordered field (The reals form a totally ordered field).

Counterexample

technique · direct
1.1

Let f=p/q≠0, where p(x)=amxm+⋯+a0 and q(x)=bnxn+⋯+b0 have nonzero leading coefficients. For x>1, dividing by the leading terms gives p(x)=amxm(1+∑i<m(ai/am)xi−m) and the analogous formula for q. If x is larger than 1 plus the sums of the absolute values of the lower coefficient ratios, then both lower-term sums have absolute value less than 1. Thus p(x) and q(x) eventually have the signs of am and bn, respectively, and f(x) has the constant nonzero eventual sign of am/bn. Hence exactly one of f∈P and −f∈P holds.

givenL4algebra
1.2

If f,g∈P then f(x)>0 and g(x)>0 for all large x, so (f+g)(x)>0 and (fg)(x)>0 for all large x, giving f+g∈P and fg∈P.

givenalgebra
1.3

For each natural number n the rational function t−n⋅1=t−n satisfies (t−n)(x)=x−n>0 for all x>n, so t−n∈P.

givenalgebra
2.1

By the trichotomy of step 1.1 and the closure of step 1.2, P is a positive cone, so R(t) is an ordered field.

step 1.1step 1.2L1
2.2

By step 1.3, t−n⋅1∈P for every natural n, which by [L1] means n⋅1<t for every natural n.

step 1.3L1
3.1

In the ordered field R(t) the element t satisfies n⋅1<t for every natural n (step 2.2), so no natural n has t<n⋅1; the canonical naturals are not cofinal and 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) 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 F and G 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 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 F and G 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 φ:F→G (indeed a unique one).

L1
2.1

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

step 1.1step 1.2L3∎

Sources