My intuition tells me that $ A = (0,1)\setminus\mathbb{Q}$ has no supremum. But I'm not sure if the following arguments are sufficient or if my intuition is misguided...
We have that 1 is an upper bound of A, since:$$1 > a \quad \forall a \in A$$
then because $\mathbb{Q}$ is dense in $\mathbb{R}$, there exists a $q$ in $\mathbb{Q}$ such that: $$a < q < 1 \quad \forall a \in A$$
hence we can find an $r$ in $\mathbb{Q}$ such that $$a < r < q \quad \forall a \in A$$
and the process repeats indefinitely, hence we will never find a least upper bound for the set. I assume I can use something similar to prove that $A$ has no infimum...
Any help is appreciated!
Yes, this is right.
Not so fast. Yes, $\mathbb{Q}$ is dense in $\mathbb{R}$, but you have your quantifiers mixed up. It is true that for all $a \in A$ there exists $q \in \mathbb{Q}$ such that $a < q < 1$. What you wrote is that there exists $q \in \mathbb{Q}$ such that for all $a \in A$, $a < q < 1$. Do you see the difference? The second (false) statement asserts that there is an upper bound for $A$ less than $1$. The first (true) statement asserts that no $a\in A$ is maximal.
I think what you mean to say is that for all $x\in\mathbb{R}$ with $x<1$, there exists $a\in A$ such that $x < a < 1$.