Skip to main content

3 - Construction of R

Where we left off last time

We discussed our construction of the rational numbers

Q={pq,q0}\Q=\{\tfrac{p}{q}, q\neq0\}

where pq\frac{p}{q} is the class of ordered pairs (p,q)(p,q) under the usual equivalence relation for fractions. Of course, we think of rational numbers as fractions, and fractions are, in fact, ordered pairs of integers. You have a number on top and a number on the bottom. And the way we thought about this was these ordered pairs satisfied some notion of equivalence, and it's just the usual notion of equivalence that you are used to, that you were taught in grade school for how to tell whether or not two fractions actually represented the same thing.

What we've seen is, in fact, this is an equivalence relation. We've seen that under this definition we can actually construct an addition and a multiplication that's well-defined. So it gives this collection of ordered pairs a structure, an arithmetic structure. (That is, Q\Q has well-defined operations ++, ×\times, an order, and "contains" Z\Z.) And it has an order, which, if you recall, an order relation satisfies two properties:

  1. Trichotomy: Whatever the relation is, say, "less than" or "<<", then if you take two elements, say xx and yy, then you have exactly one of the following things:

    1. x<yx<y or
    2. y<xy<x or
    3. x=yx=y
  2. Transitivity: If x<yx<y, and y<zy<z, then x<zx<z.

If trichotomy and transitivity hold for a set SS, then we say SS has an order relation. From last time, we know that Q\Q has a nice order relation that we defined. Despite the sophistication, the essential message is that it is all what you learned in grade school. From now on out, since we've carefully constructed the rationals, we can think of rationals as fractions. And Q\Q contains Z\Z in a very natural way.

Recall: why is Q nice?

  • We also saw that Q\Q, in fact, is nice, because not only does it have these arithmetic operations, but it has the ability to solve certain equations that we couldn't solve in the integers before. For instance, 3x=53x=5 can't be solved in Z\Z for xx. But it can be solved in Q\Q because Q\Q is a field and it satisfies certain addition properties A1--A5, multiplication properties M1--M5, and distribution (which basically says addition and multiplication have to play nicely with each other) of multiplication over addition.

  • We saw that not only do the rationals have an order and are a field but that they are an ordered field. This means that Q\Q, in addition to being ordered and being a field, that the order and the field properties play nice with each other. In particular, if I look at two rational numbers and I add the same thing to them, then their order relation should stay the same. Or if I multiply them by a positive rational number, then they should still preserve the same order.

  • We finished last time by noting that Q\Q is not large enough to solve all equations. In particular, Q\Q is not large enough to contain solutions to the equation x2=2x^2=2, an equation whose solution has a very natural geometric interpretation:

    As we can see from the above, by the Pythagorean Theorem, the hypotenuse has a length that solves the equation x2=2x^2=2, but this solution is not contained in Q\Q (last time we showed that x2=2x^2=2 does not have a solution in Q\Q).

  • Our plan is to rectify that problem above by looking for a construction that would allow us to solve equations like x2=2x^2=2. We will do so by "Dedekind cuts" which were introduced by Richard Dedekind in 1872. What do we mean by "construct" the real numbers? The situation will be very much like what we did for the rationals. The idea you should have in your head is that if you have a number line, because we have an order, we can place the rationals along such a number line. We can mark off the integers and rationals. The idea is that there are some holes, in some sense, on the number line. If the Pythagorean length 2\sqrt{2} (i.e., what we are calling the square root of 2 even though we haven't actually defined what we mean by square root), if we look at the hypotenuse of a right triangle with sides 1 and 1, as above, then the length of that hypotenuse is somewhere on the number line, and yet there is not a rational that spans that length. In this sense, there are some holes on the real line.

  • We want a construction of the reals, but what do we mean, again, by "construct" the reals? What we mean is we want a construction that only depends on things we've already defined. Just like the rationals, we defined those in terms of integers, as ordered pairs of integers. But we did this in a fashion that only depended on things we did before.

  • If I want to define the real numbers, I can't say "let's fill this in" because that would not have any meaning. What does it mean to fill in the number line? I don't even know where the holes are. So how will I get at the fact that I have some gaps here without talking about the gaps?

  • Since x2=2x^2=2 does not have a solution in Q\Q, it might be worthwhile, then, to look at the other possibilities, namely that x2>2x^2>2 or x2<2x^2<2 (by trichotomy, these are the only other possibilities). Consider the set A={xQx2<2}A=\{x\in\Q \mid x^2<2\}, which is the set of all rationals xx whose square is less than 2. What does that set look like on the number line? It's a set consisting of all the rationals roughly between 1.42-1.42 and 1.421.42. If we look at the set AA in more detail, then it has an interesting problem. What's the problem? The problem is there is nothing at the very edge. We wish that there was, but there isn't. This points to a property that we want to get at. We'll give it a name, and we'll explore what it means for our construction. It points to the idea of what is called a least upper bound. What do we mean by that? If you take a look at the number line, the fact that there is not a number right at the very end is related to the idea that there are a bunch of points to the right that are greater than any of the numbers in the set AA. We would call, for instance, 2.2 an upper bound of AA. So 3.1 is also an upper bound of AA. We know 1.5 is also an upper bound even though we will concretely show it in a moment. The idea we are trying to get at is whether or not there is a least upper bound, and the problem in Q\Q is that there may not be a least upper bound.

What is the deal with least upper bounds?

  • Upper bound (definition): Suppose SS is an ordered set, and ESE\subset S. If there exists a βS\beta\in S such that xβx\leq\beta for every xEx\in E, we say that EE is bounded above, and call β\beta an upper bound of EE. (Lower bounds are defined in the same way with \geq in place of \leq.)

  • Examples: It may help to look at a few examples where upper bounds are involved.

    1. We mentioned before that 2 was an upper bound for AA. This seemed pretty obvious. Less obvious, perhaps, was whether or not 32\frac{3}{2} was an upper bound for AA. So let's look at that. If 32\frac{3}{2} is not an upper bound, then there exists xAx\in A where x>32x>\frac{3}{2} and x2>(32)2>2x^2>\bigl(\frac{3}{2}\bigr)^2>2. But this implies x∉Ax\not\in A, a contradiction.
  • Least upper bound (definition): Suppose SS is an ordered set, ESE\subset S, and EE is bounded above. Suppose there exists an αS\alpha\in S with the following properties:

    1. α\alpha is an upper bound of EE

    2. If γ<α\gamma<\alpha then γ\gamma is not an upper bound of EE.

      Then α\alpha is called the least upper bound of EE (that there is at most one such α\alpha is clear from (ii)) or the supremum of EE, and we write

      α=supE.\alpha=\sup E.
  • The word supremum kind of suggests that "to be supreme" means to be bigger than everything, but it's the least biggest thing. It's sort of what might be at the endpoint discussed earlier if there were anything there.

  • Properties of suprema: Which sets have suprema? Here are some examples (throughout the examples, let S=QS=\Q).

    1. Let E={12,1,2}E=\{\frac{1}{2},1,2\}. What is the supremum? We see that supE=2\sup E=2. To see this more clearly, suppose there were an upper bound less than 2, call it γ\gamma, then γ\gamma would not be bigger than 2. And therefore γ\gamma would not be an upper bound for EE. This is just one example, but we could throw some more numbers into the mix. If we added the number 1.5 to EE, then supE=2\sup E=2 yet again. If we added 15 to EE, then supE=15\sup E=15. We could keep throwing in numbers, but can we generalize a statement about a finite collection of objects? Yes, it's the last number on the number line for the collection. Ultimately, we can say that a finite set has a supremum.

    2. Let E=QE=Q_{-} or the negative rationals. Does this have a supremum? Yes, supE=0\sup E=0. How do we know this? How do we know that there isn't some incredibly small number that's just to the left of 0 that's greater than all the negative rationals? Because given any negative rational γ\gamma, we can find a negative rational η\eta where γ<η\gamma<\eta. In particular, we could take η=γ2\eta=\frac{\gamma}{2} to illustrate our point (i.e., γ2\frac{\gamma}{2} would be closer to 0 from the left than γ\gamma would be). So γ\gamma would not be an upper bound. We can apply this thought process to any given negative rational γ\gamma, definitely making γ\gamma not an upper bound. This is an example of an infinite set, namely Q\Q_{-}, that does have a supremum.

    3. Let E=QE=\Q. Does supE\sup E exist? Not in the conventional sense at least. The reason Q\Q does not have a supremum is not that it failed property (ii) above but because it failed property (i). That is, there is not an upper bound at all for Q\Q. The set Q\Q is unbounded above. In the extended real number system, we communicate this by writing supQ=+\sup\Q=+\infty. This is very different from the situation concerning A={xQx2<2}A=\{x\in\Q\mid x^2<2\}.

    4. Let E=AE=A, where A={xQx2<2}A=\{x\in\Q\mid x^2<2\}. What is supA\sup A? Does AA have a least upper bound in Q\Q (which is all we have right now)? We see that supA\sup A does not exist, but how do we prove that? It is not because AA is unbounded, as was the case with Q\Q above. It does not exist even though AA is bounded. We noted earlier that AA is bounded above by 32\frac{3}{2}, for instance. Thus, this is a more essential kind of failure to not have a supremum than was the case with Q\Q.

    5. To prove that supA\sup A does not exist, see [17]. Nonetheless, let's suppose we have an upper bound for AA in Q\Q. One way to show that Q\Q doesn't have a least upper bound for AA is to show that, no matter what upper bound you give me, I can always find a smaller one. Let's suppose we are given an upper bound, say pp. Can we devise a way to come up with a number that is between the rightmost edge of AA and our choice of pp? In the example involving E=QE=\Q_{-}, we considered a negative rational γ\gamma, but we showed γ\gamma could not be an upper bound by considering γ2\frac{\gamma}{2}. There's a temptation in this case involving the set AA to average pp with 2\sqrt{2} or the square root of 2, but we don't have a square root of 2 (yet). Because we can't do that, we have to be a bit more clever. Instead of associating with each number qq the number p+22\frac{p+\sqrt{2}}{2}, which would be a cheat since we don't have a notion of 2\sqrt{2} just yet, Rudin suggests associating with each number qq a number slightly less than pp (which thankfully only involves pp), namely,

    q=pp22p+2=2p+2p+2,q=p-\frac{p^2-2}{p+2}=\frac{2p+2}{p+2},

    and it's enough to get you what you want; that is, it produces a qq that is somewhere between the rightmost edge of AA and our originally chosen pp.

  • Motivation for R\R: We have this notion now of a least upper bound, the supremum, and whatever we do to construct the reals, the reals (unlike the rationals) will not have bounded sets that do not have suprema. That's the surprising thing. We'll construct R\R only involving rationals in such a way that it'll be obvious that R\R has what is called "the least upper bound property." We will construct R\R and prove the main theorem in Chapter 1 from Rudin.

How do we construct R?

  • Theorem: There exists an ordered field R\R which has the least-upper-bound property. Moreover, R\R contains Q\Q as a subfield. [This is the core theorem of Chapter 1 in Rudin.]

  • Structure of our proof: There are three things we are going to show.

    1. Ordered field: The set R\R is an ordered field.
    2. Least-upper-bound property: The set R\R has the least-upper-bound property.
    3. Containment: The set R\R contains Q\Q as a subfield.
  • Least upper bound property (definition): It basically says if the supremum of a set does not exist, then it must be the case that the set is unbounded. It will not be the case that bounded sets lack suprema. The more formal statement of the definition is given below.

    Definition. An ordered set SS is said to have the least-upper-bound property if the following is true: If ESE\subset S, EE is not empty, and EE is bounded above, then supE\sup E exists in SS.

    Such a set SS, as mentioned in the definition above, is often said to have the "lub" property or that it satisfies the so-called completeness axiom.

  • The empty set: What happens if E=E=\emptyset? Is 2 an upper bound for EE? Does 2 have the property that for element γ\gamma in the empty set that γ<2\gamma<2? Yes. So everything is an upper bound for the empty set. Why is this true? It's vacuously true! There's nothing in the empty set.

How do we construct R from Q?

  • The task ahead: Remember our task is to construct the real numbers in a way that only involves things we've defined before, namely the rationals. How is it that we are going to get at the idea that there ought to be something right on the far-right edge of AA, right on the cutting edge. How are we going to get at that idea? The idea of Dedekind was to think about the real numbers as just being some collection of rationals. Just like we thought of the rationals as an ordered pair of integers, we'll think of the real numbers as collections of rational numbers that are specified, in some sense, by a cut. We are going to make a cut at the rightmost edge of AA and say that everything to the left of this cutting location is a collection of rationals and that this collection is a cut.

  • Cut (definition): A cut α\alpha is a subset of Q\Q such that the following conditions hold:

    1. α\alpha is not empty, and αQ\alpha\neq\Q\hfill[the cut is said to be nontrivial in this case]

    Note A cut is nontrivial. That is, a cut is neither empty nor everything — we want α\alpha to be some thing but not all things.

    1. If pαp\in\alpha, qQq\in\Q, and q<pq<p, then qαq\in\alpha

    Note A cut is closed downward. A cut will be a collection that is, in some sense, closed downwards. What is meant by that is if you take some cut member, say pαp\in\alpha, and then you have a rational qq (i.e., qQq\in\Q) that is less than pp (i.e., q<pq<p), then this rational qq must also be a member of the same cut as pp (i.e., qαq\in\alpha). In this sense, the condition above means a cut is "closed downward" or "closed to the left."

    1. If pαp\in\alpha, then p<rp<r for some rαr\in\alpha.

    Note A cut is unbounded above. In some sense, a cut is like the picture of the set AA in the sense that it does not have a biggest member. No largest member. In other words, there's something to the right of pp, namely rr, that is also a member of the cut α\alpha.

    A set αQ\alpha\subset\Q that fulfills criteria (i)-(iii) listed above is called a Dedekind cut.

  • Informal thoughts about cuts: Essentially, a cut should be thought of as the set of all rational numbers to the left of some point in the real line. Since we have not constructed the real line yet, we cannot define a cut in that simple way; we have to make the construction more indirect. Nonetheless, given the properties of a cut above, these properties essentially describe a set that looks like a "rational halfline" (in the sense that our cut represents the half of the rationals to the left of wherever the cut is made). If α\alpha is a cut and p∉αp\not\in\alpha, then any rational q>pq>p is also not in α\alpha. Also, if qαq\in\alpha and p∉αp\not\in\alpha, then it must be the case that p>qp>q. (See [13] for more on this paraphrasing.)

  • Examples of cuts: Let's consider some examples involving the idea of cuts.

    1. Is the set AA, which we defined before as A={xQx2<2}A=\{x\in\Q\mid x^2<2\}, a cut? No. Which property does it not satisfy? Let's see.

      • Property (i): Yes. The set α=A={xQx2<2}\alpha=A=\{x\in\Q\mid x^2<2\} is clearly nontrivial since α\alpha\neq\emptyset and αQ\alpha\neq\Q.

      • Property (ii): No. This is where we run into an issue. Choose any rational lower bound qq for AA. Then for some pAp\in A and our qQq\in\Q, we have q<pq<p, but q∉Aq\not\in A. For example, if q=32q=-\frac{3}{2}, then q<pq<p, but q2=94>2q^2=\frac{9}{4}>2, and hence q∉Aq\not\in A.

      • Property (iii): Yes. The set AA has no largest member. Recall this was one of the goals in establishing our choice of q=pp22p+2=2p+2p+2q=p-\frac{p^2-2}{p+2}=\frac{2p+2}{p+2} from before. In [17], we consider some rational pp in AA and associate with it some rational qq slightly smaller than pp, and end up showing that qq is in AA. In the language of cuts, specifically the statement of condition (iii), we have the following:

        If pA, then p<q for some qA.\text{If $p\in A$, then $p<q$ for some $q\in A$.}

        In Rudin's exposition, this qq is q=2p+2p+2q=\frac{2p+2}{p+2}.

    2. Is the set α=Q\alpha=\Q_{-}, the set of all negative rationals, a cut? We must check the three given properties.

      • Property (i): Yes. The set α=Q\alpha=\Q_{-} is clearly nontrivial since α\alpha\neq\emptyset and αQ\alpha\neq\Q.
      • Property (ii): Yes. The set α\alpha is clearly closed downward because a rational number that is more negative than another negative rational number is still a negative rational number.
      • Property (iii): Yes. Given a negative rational number γ\gamma, there certainly exists another negative rational number η\eta that is greater than our given rational number. Using our work from before, we can consider γα\gamma\in\alpha. Then γ<η\gamma<\eta for some ηα\eta\in\alpha, namely η=γ2\eta=\frac{\gamma}{2}.

      Since Q\Q_{-} satisfies conditions (i)-(iii) for cuts, we know that Q\Q_{-} is, indeed, a cut.

    3. Is the set β={rQr2}\beta=\{r\in\Q\mid r\leq 2\} a cut?

      • Property (i): Yes. The set β\beta is clearly neither nonempty nor equivalent to Q\Q.
      • Property (ii): Yes. Given some rational pp less than or equal to 2 and another rational qq less than or equal to 2 and also less than pp, then it will clearly be the case that qq is also a rational less than or equal to 2.
      • Property (iii): No. For example, if p=2p=2, then pβp\in\beta, but it is not the case that p<rp<r for some rβr\in\beta since pp in this case is an upper bound for β\beta.

    We are starting to get some idea as to what cuts ought to do just by their properties, but it's still unclear exactly what kinds of things or sets could be cuts. Instead of looking at more particular examples of cuts, we will simply look at the set of all cuts, and we will declare such a collection to be the real numbers.

How do we construct R by looking at it as the set of all cuts?

  • Defining R\R in terms of cuts: Let R={αα is a cut}\R=\{\alpha\mid\alpha\ \text{is a \textit{cut}}\}. There, that is our definition of the real numbers. What!? That is a little strange. A little strange. But the point is once we prove properties about real numbers that we are comfortable with, then we'll just think about the reals as we normally do. But for now, what do you think the cut will be that corresponds to the square root of 2 or 2\sqrt{2}? Maybe we start with something a littler easier. What cut would correspond with the number 1? How about cutting the number line at 1 and looking at all of the rationals less than 1? What cut would correspond with the number 3? All the rationals to the left of 3. Good. What about the square root of 2 now? All the rationals that are, in some sense, to the left of the rightmost edge of AA so it might look like AA somewhat but it had better include all of the rationals to the left of the rightmost edge of AA. That's kind of the idea. So let's see that this actually behaves the way we expect it does, and that's maybe the surprise.

  • Overview: The set R\R, defined in terms of Dedekind cuts, will satisfy all of the properties that we expect the real numbers to satisfy. In particular, R\R will be an ordered field with the least-upper-bound property, and it will contain Q\Q. So the first thing we should maybe do is define what the order is.

  • Defining an order: The set R={αα is a cut}\R=\{\alpha\mid\alpha\ \text{is a \textit{cut}}\} is a structure, but what kind of structure is it? The set R\R, we will show, has structure; in particular, it will have an order, an arithmetic, and the field operations. We will define an order as follows (note that α\alpha and β\beta below are collections of rationals):

    Definition. Define "α<β\alpha<\beta to mean the following: α\alpha is a proper subset of β\beta. (Note that we do not mean α<β\alpha<\beta if αβ\alpha\subset\beta but iff since we are making a definition.) That is, αβ\alpha\subset\beta but αβ\alpha\neq\beta.

    An aside: In terms of how we would make sense of the square root of 2 as R\R is currently defined, the point is that we will not have to refer to the square root of 2 in making our definition (because doing so would be meaningless). To hint at the idea, recall the set A={xQx2<2}A=\{x\in\Q\mid x^2<2\} that did not have a least upper bound in Q\Q; well, in R\R, the set AA actually will have a least upper bound once we actually discuss how to take supremums involving R\R where we've defined R={αα is a cut}\R=\{\alpha\mid\alpha\ \text{is a \textit{cut}}\}. For right now, you should check that "<<" is an order. See [17] for such a demonstration. You should fill in this demonstration a bit. But very briefly:

    Trichotomy: Is it possible for α\alpha to be less than β\beta and for β\beta to be less than α\alpha? No, given proper containment. That's clear. And the only way that they are equal is if there is equal containment. Does it satisfy transitivity? Clear. But you should check. It is an order.

  • Operations: We want to know whether or not R\R has operations that we can deal with. This is the amazing thing — we can actually define an operation. How might we define addition for instance? Recall that α\alpha and β\beta are both collections of rational numbers. How might we define α+β\alpha+\beta, a new collection of rational numbers?

  • Addition (definition): If αR\alpha\in\R and βR\beta\in\R, then define α+β\alpha+\beta to be the set of all sums r+sr+s, where rαr\in\alpha and sβs\in\beta. That is, α+β={r+srα,sβ}\alpha+\beta=\{r+s\mid r\in\alpha,s\in\beta\}. It helps to note here, perhaps, that all of the elements of R\R are sets, namely a bunch (i.e., a collection) of cuts where each cut represents a set of rational numbers. The set α+β\alpha+\beta is a collection of rational numbers (the elements of α\alpha and β\beta are both rational numbers, and the set of rational numbers is closed with respect to addition), but is the set α+β\alpha+\beta a cut? We must check that α+β\alpha+\beta is, in fact, a cut.

    • Property (i): Yes. Is α+β\alpha+\beta nontrivial? If there is something in α\alpha and something in β\beta, then is there not something in α+β\alpha+\beta? Clearly there must be. And if α\alpha is not everything and β\beta is not everything, then is α+β\alpha+\beta not everything? We'd have to check. If α\alpha is not everything, then α\alpha has an upper bound, say MM. If β\beta is not everything, β\beta has an upper bound, say NN. Is there an upper bound for α+β\alpha+\beta? Yes, we claim the upper bound is M+NM+N. So α+β\alpha+\beta does not contain everything. For Rudin's description below, replace rr' with MM and ss' with NN to get Su's description.

      Rudin: It is clear that α+β\alpha+\beta is a nonempty subset of Q\Q. Take r∉αr'\not\in\alpha, s∉βs'\not\in\beta. Then r+s<r+sr+s<r'+s' for all choices of rαr\in\alpha, sβs\in\beta. Thus r+s∉α+βr'+s'\not\in\alpha+\beta, whereby we see that α+βQ\alpha+\beta\neq\Q. Thus, α+β\alpha+\beta has property (i).

    • Property (ii): Yes. Is α+β\alpha+\beta closed downward? Something to check. If pα+βp\in\alpha+\beta, say q<p=r+sq<p=r+s, where rαr\in\alpha and sβs\in\beta. We want to know whether or not qα+βq\in\alpha+\beta. Is qα+βq\in\alpha+\beta? What would it mean to show that qq is in α+β\alpha+\beta? We would need to show that qq is the sum of two rational numbers, a rational number in α\alpha and a rational number in β\beta. Now, we know pp is the sum of two rational numbers, namely rr and ss, where rαr\in\alpha and sβs\in\beta. Note that qs<rq-s<r since, by supposition, we have q<p=r+sq<p=r+s. Since rαr\in\alpha and qs<rq-s<r, it must necessarily be the case that qsαq-s\in\alpha (since α\alpha is a cut). Then q=(qs)+sα+βq=(q-s)+s\in\alpha+\beta, where qsαq-s\in\alpha and sβs\in\beta, as desired.

    Rudin: Pick pα+βp\in\alpha+\beta. Then p=r+sp=r+s, with rαr\in\alpha, sβs\in\beta. If q<pq<p, then qs<rq-s<r, so qsαq-s\in\alpha, and q=(qs)+sα+βq=(q-s)+s\in\alpha+\beta. Thus, property (ii) holds.

    • Property (iii): Yes. Is there no largest member? There is not---check this. My comment: Recall we most show that

      "If pαp\in\alpha, then p<rp<r for some rαr\in\alpha."

      in order for property (iii) to hold. Let tαt\in\alpha and choose tαt\in\alpha such that t>rt>r. (We can make such a choice since α\alpha is a cut and thus has no largest element.) With p=r+sp=r+s, where rαr\in\alpha and sβs\in\beta, and r<tr<t, we will certainly have r+s<t+sr+s<t+s or simply p<t+sp<t+s, where t+sα+βt+s\in\alpha+\beta since tαt\in\alpha and sβs\in\beta. We may set η=t+s\eta=t+s in what follows to slightly simplify the conclusion.

      Recalling that pα+βp\in\alpha+\beta (since p=r+sp=r+s, where rαr\in\alpha and sβs\in\beta), and ηα+β\eta\in\alpha+\beta (since η=t+s\eta=t+s, where tαt\in\alpha and sβs\in\beta), we see that we have shown the following:

      If pα+βp\in\alpha+\beta, then p<ηp<\eta for some ηα+β\eta\in\alpha+\beta.

      The above is what was required to show that property (iii) holds, and we have shown just that.

      Rudin: Choose tαt\in\alpha so that t>rt>r. Then p<t+sp<t+s and t+sα+βt+s\in\alpha+\beta. Thus, property (iii) holds.

    Since α+β\alpha+\beta satisfies properties (i)--(iii) for Dedekind cuts, we know that α+β\alpha+\beta is a cut. So we have an order, we have an addition. We would want to show that the axioms for addition A1--A5 all hold.

Do the addition axioms A1-A5 hold for cuts?

  • Remark: We won't show all of these — we will just think through why they should be reasonable, and you can check them in your own privacy. Note that we showed A1 holds above by showing that α+β\alpha+\beta is a cut. We also showed that QQ_{-} is a cut, thereby showing 0=Q0^*=\Q_{-}, where 00^* is defined below, is also a cut by definition. For instance what about commutativity?

  • A2 (Commutativity): If we define α+β={r+srα,sβ}\alpha+\beta=\{r+s\mid r\in\alpha,s\in\beta\}, then could we necessarily say that α+β=β+α\alpha+\beta=\beta+\alpha? If so, why? Addition itself is commutative for rationals. So commutativity for reals follows from commutativity for rationals. This is nice.

    Rudin: α+β\alpha+\beta is the set of all r+sr+s, with rαr\in\alpha, sβs\in\beta. By the same definition, β+α\beta+\alpha is the set of all s+rs+r. Since r+s=s+rr+s=s+r for all rQr\in\Q, sQs\in\Q, we have α+β=β+α\alpha+\beta=\beta+\alpha.

  • A3 (Associativity): This is the same idea as that for commutativity.

    Rudin: As above, this follows from the associative law in Q\Q.

  • A4 (Additive identity): What would the additive identity be? Let's give it a name. Let's call it zero but denote it as 00^* to remind ourselves that the additive identity in this case is not the rational number 0 but a collection. What should play the role of zero in this case? The set of all negative rationals makes sense (i.e., 0=Q0^*=\Q_{-}) because if we take any rational number rr in α\alpha, then adding a negative rational number ss to it will only make r+sr+s smaller than rr, thus leaving α\alpha unchanged in the sense that α\alpha is a Dedekind cut and we "get all the rational numbers left of a cut location for free" in a sense. This gives us an intuitive understanding, but we should more formally check that adding any negative rational to a given rational in α\alpha leaves α\alpha unchanged; that is, we need to check that α+0=α\alpha+0*=\alpha as cuts; that is α+0\alpha+0^* and α\alpha are both sets of rational numbers and to show any two sets are equivalent we show that one contains the other or what is often called mutual subset inclusion. Symbolically, we should show that α+0α\alpha+0^*\subset\alpha and αα+0\alpha\subset\alpha+0^*. If we can show this, then we will have shown that α+0=α\alpha+0^*=\alpha. To start, we note that if we take anything in α\alpha and add something negative to it (i.e., something from 00^*), then we will get back something in α\alpha because is α\alpha is closed downwards. This shows that α+0α\alpha+0^*\subset\alpha. Now let's go the other direction. Why is it that if I pick something in α\alpha, then it's the sum of something in α\alpha plus something negative? Because there's no largest member of α\alpha, let pαp\in\alpha, and then choose some qαq\in\alpha such that p<qp<q and p=q+(pq)p=q+(p-q). Since p<qp<q, we have pq<0p-q<0, whereby it becomes clear that p=q+(pq)p=q+(p-q) is an element of α+0\alpha+0^* since qαq\in\alpha and (pq)0(p-q)\in 0^*. Since we have just shown that pαp\in\alpha implies pα+0p\in\alpha+0^* for arbitrary pp, it is clear that αα+0\alpha\subset\alpha+0^*. We thus conclude that α+0=α\alpha+0^*=\alpha.

    Rudin: If rαr\in\alpha and s0s\in 0^*, then r+s<rr+s<r, hence r+sαr+s\in\alpha. Thus α+0α\alpha+0^*\subset\alpha. To obtain the opposite inclusion, pick pαp\in\alpha, and pick rαr\in\alpha, r>pr>p. Then pr0p-r\in 0^*, and p=r+(pr)α+0p=r+(p-r)\in\alpha+0^*. Thus αα+0\alpha\subset\alpha+0^*. We conclude that α+0=α\alpha+0^*=\alpha.

  • A5 (Additive inverse): This is a little more complicated. On the surface, it's not quite clear what the inverse of α\alpha should be. Here is a definition that is rather unmotivated at the moment, but it will make sense upon some reflection. Our set β\beta will consist of all rationals pp such that there exists a number r>0r>0 such that pr∉α-p-r\not\in\alpha. In symbols:

    β={pr>0 such that pr∉α}.\beta=\{p\mid \exists r>0\ \text{such that}\ -p-r\not\in\alpha\}.

    Our job, then, is to show that α+β=0\alpha+\beta=0^*.

    Rudin: Rudin's exposition is rather involved. First he shows that β\beta actually is a cut. And then he appeals to the archimedean property of Q\Q later on. See [5] for an analysis as well as Bergman's errata. This is definitely the most involved proof for A1-A5. Note that Su gives somewhat of a hand-wavy explanation at the end of A5, but it may be worth revisiting once Bergman has been read and fleshing out the illustration in more detail.

Do the multiplication axioms M1-M5 hold for cuts?

  • Comments: We'll just make a few comments since it is rather much so what you would expect. Addition is the sum of two things, one from one cut and one from another cut. We would like to define multiplication as the product of two things, where we multiply one thing from one cut by another thing from another cut. The only problem with that is if we have some negatives, then we run into a few problems, since products of negative rationals are positive.

  • Definition: If α,βR+\alpha,\beta\in\R_+ (i.e., α,β>0\alpha,\beta>0^*), then

    αβ={pp<rs for some rα,sβ,r,s>0}.\alpha\beta=\{p\mid p<rs\ \text{for some}\ r\in\alpha,s\in\beta, r,s>0\}.

    We will then let 1={q<1qQ}1^*=\{q<1\mid q\in\Q\}. For negative reals, see Rudin. (Basically, you make them positive, you multiply, then you negate as needed.) The claim is that our definition of multiplication satisfies the axioms of multiplication M1-M5.

Do cuts have suprema?

  • Supremums of cuts: How would you take the supremum of a bunch of cuts? A hint is to look at a collection of a whole bunch of cuts and ask ourselves what the cut is that will be the cut that contains all of the cuts in our collection because it is bigger but it's the smallest cut that contains them all? We essentially want the supremum to be the union of the bunch or collection of cuts — this is a beautiful description of what the supremum ought to be. Given a bunch of cuts, AA, let γ\gamma be the union of all the α\alpha where αA\alpha\in A; that is, given a collection of cuts AA, let

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

    Our claim is that γ\gamma will be a cut and that γ=supA\gamma=\sup A. It should be clear that γ\gamma is an upper bound (because it contains everything), but why it is a least upper bound we shall see next time. Once we do that, we'll have very easily shown that R\R has this property that Q\Q does not have. The set R\R is "complete." It has all its holes filled in.

Thoughts and questions

  • Look more into the construction of the real numbers, particularly the construction via Cauchy sequences at some point. It looks like Dedekind's approach is quite popular due to the fact that he only uses tools available to us from an early time period. That is, for example, the Cauchy sequence approach requires that we use (shock) Cauchy sequences, a tool that is not available until later.
  • How might one construct the integers? See [13].
  • How might one construct the natural numbers? See [12].