I am trying to prove that following set is a Dedekind left set
$$ A = \{q \in \mathbb{Q} : q^2 < 2 \text{ or } q < 0 \} $$
I have proved most of the properties necessary. Now I am in the last part and I have $ x \in \mathbb{Q}$ and $x > 1$ and $ x^2 < 2$. I need to come up with some $y \in \mathbb{Q}$ such that $x < y$ and $ y^2 < 2$. Here, I am trying to prove that $A$ has no maximal element. Here is what I have done so far. Since $ x \in \mathbb{Q}$, there are some $m, n \in \mathbb{Z}$ such that $x = m/n$ with $n \ne 0$. Since, $x > 1$ and $ x^2 < 2$, it will follow that $n < m $ and $m^2 < 2n^2$. Which also means that $ n^2 < m^2 < 2 n^2$. Since $m, n \in \mathbb{Z}$, it must be the case that $ n \geqslant 3$. I am not able to go beyond this. Please help.