ConceptComplete

Dedekind Cuts

Dedekind cuts provide one of the most elegant constructions of the real numbers from the rationals. The idea, due to Richard Dedekind (1872), is to define a real number as a "partition" of Q\mathbb{Q} into a lower set and an upper set. This approach makes completeness manifest: every cut automatically corresponds to a unique real number.


Definition and examples

Definition1.1Dedekind cut

A Dedekind cut is a subset αQ\alpha \subseteq \mathbb{Q} satisfying:

  1. α\alpha \neq \varnothing and αQ\alpha \neq \mathbb{Q}.
  2. If pαp \in \alpha and q<pq < p, then qαq \in \alpha (downward closed).
  3. α\alpha has no greatest element: if pαp \in \alpha, there exists rαr \in \alpha with r>pr > p.

We denote the set of all Dedekind cuts by R\mathbb{R}.

RemarkIntuition

A cut α\alpha represents the "lower half" of Q\mathbb{Q} corresponding to some real number. The cut has no largest element (condition 3) to avoid ambiguity: the number 2\sqrt{2} is defined by the set {qQq<2}\{q \in \mathbb{Q} \mid q < \sqrt{2}\}, not by adjoining 2\sqrt{2} itself. This ensures each real number corresponds to exactly one cut.

ExampleCuts corresponding to rationals

For rQr \in \mathbb{Q}, define

r={qQq<r}.r^* = \{q \in \mathbb{Q} \mid q < r\}.

Then rr^* is a Dedekind cut. The map rrr \mapsto r^* embeds Q\mathbb{Q} into R\mathbb{R} (we identify rr with rr^*). Note that rr^* has no largest element, even though rr is rational — the cut is the set of rationals strictly less than rr.

ExampleThe cut for √2

Define

α={pQp0 or p2<2}.\alpha = \{p \in \mathbb{Q} \mid p \leq 0 \text{ or } p^2 < 2\}.

Then α\alpha is a Dedekind cut. It represents the irrational number 2\sqrt{2}. To verify condition (3): if pαp \in \alpha with p>0p > 0, then p2<2p^2 < 2, so we can find rr slightly larger than pp with r2<2r^2 < 2 still (by choosing r=p+ϵr = p + \epsilon for small enough ϵ>0\epsilon > 0).

ExampleThe cut for π

Similarly,

π={qQq<π}\pi^* = \{q \in \mathbb{Q} \mid q < \pi\}

is the Dedekind cut corresponding to π\pi. Since π\pi is irrational, this cut has no rational "boundary" — the rationals in π\pi^* get arbitrarily close to π\pi but never reach it.

ExampleCuts have no largest element

The set β={qQq2}\beta = \{q \in \mathbb{Q} \mid q \leq 2\} is not a Dedekind cut: it violates condition (3) because 22 is the greatest element of β\beta. To represent the real number 22, we use the cut 2={qQq<2}2^* = \{q \in \mathbb{Q} \mid q < 2\}, which has no largest element.


Order on Dedekind cuts

Definition1.2Order on R

For Dedekind cuts α,βR\alpha, \beta \in \mathbb{R}, define

α<β    αβ(α is a proper subset of β).\alpha < \beta \iff \alpha \subsetneq \beta \quad \text{($\alpha$ is a proper subset of $\beta$)}.

RemarkTotal order

This relation << makes R\mathbb{R} a totally ordered set: for any α,βR\alpha, \beta \in \mathbb{R}, exactly one of α<β\alpha < \beta, α=β\alpha = \beta, or β<α\beta < \alpha holds. The ordering is consistent with the usual ordering on Q\mathbb{Q}: r<sr < s in Q\mathbb{Q} iff r<sr^* < s^* in R\mathbb{R}.

ExampleOrdering involving √2

Let α\alpha be the cut for 2\sqrt{2} (from the previous example), and let r=3/2Qr = 3/2 \in \mathbb{Q}. Then α<r\alpha < r^* because αr\alpha \subsetneq r^*: every rational less than 2\sqrt{2} is also less than 3/23/2, but 3/2α3/2 \notin \alpha (since (3/2)2=9/4>2(3/2)^2 = 9/4 > 2), so α\alpha is strictly smaller.


Arithmetic operations

Definition1.3Addition of cuts

For Dedekind cuts α,βR\alpha, \beta \in \mathbb{R}, define

α+β={r+srα,sβ}.\alpha + \beta = \{r + s \mid r \in \alpha, \, s \in \beta\}.

RemarkWell-defined

It can be verified that α+β\alpha + \beta is again a Dedekind cut. The additive identity is 0={qQq<0}0^* = \{q \in \mathbb{Q} \mid q < 0\}. The additive inverse of α\alpha is defined carefully to ensure α+(α)=0\alpha + (-\alpha) = 0^*.

Definition1.4Multiplication of positive cuts

For positive cuts α,β>0\alpha, \beta > 0^*, define

αβ={pQprs for some rα,sβ with r,s>0}.\alpha \cdot \beta = \{p \in \mathbb{Q} \mid p \leq rs \text{ for some } r \in \alpha, s \in \beta \text{ with } r, s > 0\}.

Multiplication is extended to all cuts by cases (using signs).

RemarkField structure

With these operations, R\mathbb{R} becomes a field, extending Q\mathbb{Q}. The verification that R\mathbb{R} is an ordered field (with the subset order defined above) is a standard exercise in real analysis.

ExampleAdding cuts

Let α\alpha be the cut for 2\sqrt{2} and β=1\beta = 1^* (the cut for 11). Then α+β\alpha + \beta is the cut for 2+1\sqrt{2} + 1:

α+β={r+sr2<2 (or r0),s<1}.\alpha + \beta = \{r + s \mid r^2 < 2 \text{ (or } r \leq 0), \, s < 1\}.

This is the set of all rationals less than 2+1\sqrt{2} + 1.


Completeness of Dedekind cuts

The key theorem is that R\mathbb{R}, constructed via Dedekind cuts, is complete.

Theorem1.1Completeness of R

Every nonempty set ARA \subseteq \mathbb{R} that is bounded above has a least upper bound (supremum) in R\mathbb{R}.

Proof

Let ARA \subseteq \mathbb{R} be nonempty and bounded above. Define

γ=αAα.\gamma = \bigcup_{\alpha \in A} \alpha.

In other words, γ\gamma consists of all rationals qq such that qαq \in \alpha for some αA\alpha \in A.

Claim: γ\gamma is a Dedekind cut, and γ=supA\gamma = \sup A.

  • γ\gamma \neq \varnothing (since AA is nonempty).
  • γQ\gamma \neq \mathbb{Q} (since AA is bounded above by some cut β\beta, so no αA\alpha \in A contains all rationals in β\beta's complement).
  • Downward closed: if qγq \in \gamma, then qαq \in \alpha for some αA\alpha \in A. If p<qp < q, then pαp \in \alpha (since α\alpha is downward closed), hence pγp \in \gamma.
  • No greatest element: if qγq \in \gamma, then qαq \in \alpha for some αA\alpha \in A. Since α\alpha has no greatest element, there exists rαr \in \alpha with r>qr > q. Thus rγr \in \gamma and r>qr > q.

Therefore, γ\gamma is a cut. It is clearly an upper bound of AA (since αγ\alpha \subseteq \gamma for all αA\alpha \in A), and it is the least upper bound: any upper bound β\beta must satisfy αβ\alpha \subseteq \beta for all αA\alpha \in A, hence γ=αβ\gamma = \bigcup \alpha \subseteq \beta.

RemarkUniqueness of R

The completeness property, combined with being an ordered field containing Q\mathbb{Q} as a dense subset, uniquely characterizes R\mathbb{R} up to isomorphism. Any two complete ordered fields are isomorphic. This is why Dedekind's construction and the Cauchy sequence construction yield the "same" real numbers.


Comparison with Cauchy sequences

An alternative construction of R\mathbb{R} uses equivalence classes of Cauchy sequences of rationals. Both constructions produce the same complete ordered field.

ExampleCauchy sequences vs. cuts

The decimal expansion 1.4142131.414213\ldots of 2\sqrt{2} corresponds to:

  • Cauchy sequence: (1.4,1.41,1.414,1.4142,)(1.4, 1.41, 1.414, 1.4142, \ldots) in Q\mathbb{Q}.
  • Dedekind cut: α={qQq2<2 or q0}\alpha = \{q \in \mathbb{Q} \mid q^2 < 2 \text{ or } q \leq 0\}.

Both encode the same real number. The Cauchy approach emphasizes approximation; the Dedekind approach emphasizes partitioning the rationals.

RemarkPhilosophical note

Dedekind's construction is set-theoretic and static: a real number "is" a subset of Q\mathbb{Q}. The Cauchy construction is analytic and dynamic: a real number "is" a limit of a sequence. Both are valid; the choice is a matter of taste and context.


Summary

Dedekind cuts provide a rigorous construction of R\mathbb{R} from Q\mathbb{Q}:

  • A Dedekind cut is a downward-closed subset of Q\mathbb{Q} with no greatest element.
  • The set R\mathbb{R} of all cuts forms a complete ordered field.
  • Completeness is immediate: the union of cuts is again a cut, giving the supremum.

This construction makes the least upper bound property manifest and serves as a cornerstone for developing real analysis. See Completeness Axiom for further consequences.