I am reading Baby Rudin and worked through the Appendix of Chapter 1, on the construction of the real numbers with Dedekind cuts. I understand the construction in terms of the cuts, and describing them as the elements of an ordered field $\mathbb{R}$.
Now what I think I don't understand is what $\mathbb{R}$ itself is. At least as far as I understand, $\mathbb{R}$ is constructed as a set of particular sets called cuts. But are the elements of $\mathbb{R}$ actually cuts? I ask this because the book says if, say, $\alpha$ is a cut, then $\alpha \in \mathbb{R}$.
But aren't the elements of $\mathbb{R}$ just numbers? I know each cut corresponds to a number, like for example the cut: $$r^*=\{x: x<r\}, r \in \mathbb{Q}$$
corresponds to the rational $r$. But the cut $r^*$ is a set of numbers, not the number r itself. I am just really confused with this since I just started learning real analysis. Hope this question makes sense, and thanks in advance.
But are the elements of R actually cuts?
Yes they are. and the real number is the set of all cuts on rational numbers. and yes ar*
is a set of rational numbers. I did not read the book but the following might help. some text books define natural numbers as $$0= {\emptyset}, 1 = {\emptyset,0}, 2 = {\emptyset,0,{0}}, ...$$, hope you see the similarity – Aven Desta Feb 10 '20 at 17:00r*
, it is a rational number iffr
is a rational number in our previous definition of rational numbers. This is the same with integers-rational numbers case. After defining rational numbers we redefine integers as a set of all ordered pairs(a,b)
whereb = 1
– Aven Desta Feb 10 '20 at 17:13