The specific problem I have is $\forall x\in[0,1), \exists y\in[0,1) \ $ such that $ x<y$. But I think this can be generalized to for all x, there is a y such that Q, where Q is a statement like x
So how would I approach this? I think y needs to be expressed as a limit when y approaches 1. Unfortunately, I do not know how to express this.
Going back to the "generalized" form, what would be the way to approach such a problem? What I mean is if, instead, we have $\exists y\in[0,1), \forall x\in[0,1)\ $, we would just pick a y and easily prove x, so is there some sort of strategy like this for this form?
Hint: prove that $\, x \lt (x+1)/2 \lt 1\,$ for $\,\forall x\in[0,1)\,$. Intuition here is that $\,(x+1)/2\,$ is the midpoint between $\,x\,$ and $\,1\,$.
That does not hold true, consider for example $\,x=(y+1)/2\,$.