Let $Y = \{1/(1 + |x|): x \in \mathbb{R}\}$. This means that $Y$ is the collection of all the numbers of form $1/(1 + |x|)$, where $x$ is real. Does $Y$ have a maximum element (i.e. is there a $y_0$ in $Y$ such that $y \leq y_0$ for every $y$ in $Y$)? Determine the greatest real number $T$ such that $T \leq y$ for every $y$ in $Y$ (i.e. the greatest lower bound), and justify your answer
The solution starts simple enough:
$1/(1 + |x|) \leq 1$ as $0 \leq |x|$. The upper bound $1$ is attained when $x = 0$
Therefore $1$ is the maximum element of $Y$.
All elements of $Y$ are positive. If $t > 0$, then make $1/(1 + |x|) < t$
This is where I got confused, the solution then says "by choosing $x > 1/t$"
I don't understand this, is this correct? Why isn't it when $|x| > (1 - t)/t$?
How did they get $x > 1/t$? Is it wrong?