So I know that the sequence $a_n = 1/n$ will converge to $0$ as $n$ approaches infinity. By the definition of a limit this means that for all $\epsilon>0$ there exists $N$ in the naturals such that for all $n\geq N$, $|1/n - 0|<\epsilon$ and this can be proved using the Archimedian postulate, since a $N$ can be found s.t $N>1/\epsilon$ this is all well and good and makes sense.
But the problem comes up if I were to guess the limit wrong and say tried to prove that $1/n\to 1$ as $n$ approached infinity. This would mean showing $|1/n - 1|<\epsilon$ which can also be done using the Archimedian postulate as an $N$ can be found s.t $N>1/(\epsilon+1)$. I don't understand how they can both be proved as the second is clearly untrue.
In short: you forgot to worry about the absolute values.