Comparing Dedekind Cuts and Cauchy Sequences

Both constructions aim to "complete" the rationals Q\mathbb{Q}, meaning to create a number system where every "approaching" sequence or gap is fully realized as a number.

Feature Dedekind Cuts Cauchy Sequences
Basic object A downward-closed set of rationals without a greatest element A sequence (qn)(q_n) of rationals that becomes arbitrarily close together
Intuition A "cut" describes everything less than a real number A sequence approximates a real number
Completeness The set of cuts fills in all gaps The set of limits of Cauchy sequences fills in all gaps
Key property Each cut represents a real number, possibly irrational Each equivalence class of Cauchy sequences represents a real number
Real number A specific subset of Q\mathbb{Q} An equivalence class of Cauchy sequences
Least Upper Bound Property The union of a set of cuts is a cut Every bounded increasing sequence of Cauchy classes converges

Constructing the Isomorphism

We define a mapping:

Φ:{Dedekind cuts}{Cauchy sequences modulo equivalence}\Phi: \{\text{Dedekind cuts}\} \longrightarrow \{\text{Cauchy sequences modulo equivalence}\}

This function Φ\Phi and its inverse Ψ\Psi together form a bijective (one-to-one and onto) correspondence between Dedekind cuts and equivalence classes of Cauchy sequences.


1. From Dedekind Cuts to Cauchy Sequences

Let AQA \subseteq \mathbb{Q} be a Dedekind cut. Since AA is nonempty, downward closed, and has no greatest element, for each nNn \in \mathbb{N}, we can choose qnAq_n \in A such that:

supA1n<qn<supA\sup A - \frac{1}{n} < q_n < \sup A

Such a sequence (qn)(q_n) is increasing and bounded above by supA\sup A, so it is a Cauchy sequence. Define:

Φ(A):=[(qn)]\Phi(A) := [(q_n)]

Here, [(qn)][(q_n)] is the equivalence class of all Cauchy sequences converging to the same real number as (qn)(q_n).


2. From Cauchy Sequences to Dedekind Cuts

Let (qn)(q_n) be a Cauchy sequence in Q\mathbb{Q}, with real limit R\ell \in \mathbb{R}. Define:

Ψ((qn)):={rQ:r<limqn}\Psi((q_n)) := \{ r \in \mathbb{Q} : r < \lim q_n \}

This set is a Dedekind cut:

  • It is nonempty because qnq_n \to \ell and qnQq_n \in \mathbb{Q}.

  • It is downward closed: if r<s<r < s < \ell, then rΨ((qn))r \in \Psi((q_n)).

  • It has no greatest element because Q\ell \notin \mathbb{Q}, or if it is, Ψ((qn))\ell \notin \Psi((q_n)).

So Ψ((qn))=A\Psi((q_n)) = A, where AA is the cut below the limit of the sequence.


Proving the Isomorphism is Bijective

Injectivity of Φ\Phi

Suppose ABA \ne B are Dedekind cuts. Then there exists rQr \in \mathbb{Q} such that rABr \in A \setminus B or vice versa. Thus, supAsupB\sup A \ne \sup B. So sequences (qn)(q_n) from AA and (pn)(p_n) from BB converge to different limits.

Hence Φ(A)Φ(B)\Phi(A) \ne \Phi(B). Therefore, Φ\Phi is injective.

Injectivity of Ψ\Psi

Suppose (qn)(pn)(q_n) \sim (p_n) are equivalent Cauchy sequences, meaning they have the same limit \ell. Then Ψ((qn))=Ψ((pn))={rQ:r<}\Psi((q_n)) = \Psi((p_n)) = \{ r \in \mathbb{Q} : r < \ell \}.

Hence, Ψ\Psi respects equivalence classes, and the function is well-defined.

Surjectivity of Φ\Phi

Let [(qn)][(q_n)] be a Cauchy sequence equivalence class. Define A:={rQ:r<limqn}A := \{ r \in \mathbb{Q} : r < \lim q_n \}. Then Φ(A)=[(qn)]\Phi(A) = [(q_n)], since the constructed sequence from AA approximates the same limit.

Thus, every real number (i.e., every class of Cauchy sequences) corresponds to a Dedekind cut. So Φ\Phi is surjective.

Surjectivity of Ψ\Psi

Given a Dedekind cut AA, construct (qn)A(q_n) \in A such that supA1/n<qn<supA\sup A - 1/n < q_n < \sup A. Then Ψ((qn))=A\Psi((q_n)) = A, so every cut arises from some sequence.


Preservation of Arithmetic Structure

Let [an][a_n] and [bn][b_n] be Cauchy sequences representing real numbers aa and bb.

Addition

Define cn=an+bnc_n = a_n + b_n. Then:

  • (cn)(c_n) is Cauchy.

  • limcn=a+b\lim c_n = a + b

  • [an]+[bn]=[cn][a_n] + [b_n] = [c_n], and Φ(A+B)=[cn]\Phi(A + B) = [c_n] matches this.

Multiplication (Assume a,b>0a, b > 0)

Define dn=anbnd_n = a_n \cdot b_n. Then:

  • (dn)(d_n) is Cauchy.

  • limdn=ab\lim d_n = ab

  • [an][bn]=[dn][a_n][b_n] = [d_n], and Φ(AB)=[dn]\Phi(AB) = [d_n]


Summary Diagram

Dedekind Cut AΦ(qn)ΨCut A\boxed{\text{Dedekind Cut } A \xrightarrow{\Phi} (q_n) \xrightarrow{\Psi} \text{Cut } A'} (qn)ΨAΦ(qn)\boxed{(q_n) \xrightarrow{\Psi} A \xrightarrow{\Phi} (q_n)}

Concluding Statement

Dedekind cuts and Cauchy sequences are isomorphic models of the real numbers R\mathbb{R}. The isomorphism Φ\Phi is both injective and surjective (bijective), and it preserves arithmetic operations and order. These two views are mathematically equivalent, and both provide rigorous foundations for real analysis.

Comments

Popular posts from this blog

What is Mathematical Fluency?

Unlocking the Group: Cosets, Cayley’s Theorem, and Lagrange’s Theorem

Verifying the Binomial Formula with Mathematical Induction