I'm trying to work through this proof, and have hit a stumbling block.
This is what I have so far:
Let $0<k \in \mathbb{R}$, where $E = \{ x \in \mathbb{R} | x^{2} < k\}$.
First, we must show that $E$ is nonempty: Consider $0 \in \mathbb{R}$. Since $0^{2} = 0$ and $0 < 1$ (both proven previously), we have that $0 \in E$.
Next, we must show that $E$ is bounded above: Consider first the case where $k \geq 1$. Suppose $E$ is not bounded above - i.e., let $x \in E$, $x > k$. Then, $x^{2} > k^{2} > k$ (also due to a previously proven result). So, $x \notin E$, a contradiction. Therefore, $E$ is bounded above.
Consider next the case where $0 < k < 1$, then since $k < 1$, $E$ is clearly bounded above by $1$. (Also, not sure of this part. Seems a bit hand-wavey to me).
Next, we are guaranteed the existence of $\sup E$ by the completeness of $\mathbb{R}$, since $E$ is a subset of $\mathbb{R}$ that is bounded above. Call this $y = \sup E$.
Now, suppose $k \geq 1$.
- Assume $y^{2} < k$. I am trying to find an $\epsilon > 0$ such that $(y+\epsilon)^{2} < k$ in order to rule out this possibility. I figured that I would begin by playing around with $(y+\epsilon)^{2}$ in order to put some kind of bounds on it, thereby figuring out what $\epsilon$ should be. I got up to the following point:
$(y+\epsilon)^{2} = (y+\epsilon)(y+\epsilon) = y^{2} + 2\epsilon y + \epsilon^{2}$. Now, since $\epsilon$ is small, I can assume $\epsilon \leq 1$ (can I?), so I get that
$y^{2} + 2\epsilon y + \epsilon^{2} \leq y^{2} + 2\epsilon y + \epsilon = y^{2} + \epsilon(2y + 1)$, but then I got stuck.
I noticed this problem is similar to the proof of Theorem 1.21 in Baby Rudin (for the case where $n = 2$), and I see that he got more bounds, but I'm not entirely sure where they came from. Digging around on math.stackexchange, I found a question where somebody asked where his bounds came from, and the best answer was something along the lines of Newton's method, which I can't use. Anything I use to help me prove this needs to be something easily proveable from the field properties of $\mathbb{R}$ or the order properties of $\mathbb{R}$.
If someone could please help me proceed with this problem, it would be much appreciated!