Alphabeta Math
LemmaStatement: Literature-sourcedProof: AI-adaptedSession-authored (Fable 5 assisted)precheck passaudited 2026-07-25
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.

ℚ 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

Depends on

Used by

Dependency tree · next 3 levels

Direct dependencies and their dependencies through the next three levels: 46 results over 12 levels. An arrow runs from a result to what uses it, and this result sits at the bottom with a heavier outline. Click the chart to enlarge it.

Sources