I'm taking an analysis class and I'm a little confused about this question. Also I'm mostly a computer science guy so I'm not great at proof based math so I apologize if this is ignorant
Let $A = \{x : x \in \mathbb Q,\ x^3 < 2\}$
Prove that $\sup A$ exists. Guess the value of $\sup A$.
So from what I understand, if you're work in the set of rationals, you can't set a least upper bound but you can find the sup which in this case would be $2^{1/3}$ However, I'm not really sure how I could prove that. Any advice would be great. Thanks
If $A$ is any nonempty set of real numbers that has an upper bound, then $\sup A$ exists, by the completeness property of the real numbers. So it suffices to show that your set $A$ is nonempty and has an upper bound. I trust that you can show $A$ is nonempty (you just have to give an example of an element of $A$). To say that $A$ has an upper bound means that there is an element $r\in \mathbb{R}$ such that $x\leq r$ for all $x\in A$. That is, you want a number $r$ such that $x\leq r$ for all $x\in\mathbb{Q}$ such that $x^3<2$. Can you think of any such number?
(It turns out that $\sup A$ is indeed $2^{1/3}$, but you don't have to prove that to solve the problem--it just asks you to "guess" what you think $\sup A$ is!)