- 4,796
- 32
Homework Statement
Show that for all x\geq 0 in R, there is a real y with y²=x.
The Attempt at a Solution
Let U={u\in R:u^2\leq x}. U is bounded above so let y=sup(U). I'm trying to show that y²=x by showing that the two other alternatives lead to contradictions. First, suppose y²>x. My idea is that I should be able to find a u in U close to y such that x<u²<y². Because y is the supremum of U, for any 0<epsilon<y, there is a u in U with u>y-epsilon <==> u²>(y-epsilon)². Thus, if I find an epsilon<y such that (y-epsilon)²>x, then I will have won. We have (y-epsilon)²>x <==> epsilon² - 2y*epsilon + (y²-x) > 0. If I solve this quadratic inequality for epsilon<y, it gives 0<epsilon<y-\sqrt{x}. So epsilon=(y-\sqrt{x})/2 would do.
But isn't that solution redudant? Because it involves \sqrt{x}, a number that when squared, gives x!