Initially, I had:
Let $N$ be an arbitrary natural number and $n > N$. Assume $N < \sqrt{\frac{1}{\epsilon}-1}$. Since $n > N$, $n > \sqrt{\frac{1}{\epsilon}-1}$. Therefore, $ n > \sqrt{\frac{1}{\epsilon}-1}$, then $ n^2 > \frac{1}{\epsilon}-1$ , then $n^2 + 1 > \frac{1}{\epsilon}$, then $\epsilon > \frac{1}{n^2}+1$.
Obviously, this is wrong. My professor wrote comments that N should not be arbitrary, and an X next to my assumption of $N < \sqrt{\frac{1}{\epsilon}-1}$. However, I can't think of many other ways to write this?
Currenty, I have:
Let $\epsilon$ be an arbitrary positive real number. Choose $N > \sqrt{\frac{1}{\epsilon}-1}$. Assume $n > N$. Since $n > N$, $\sqrt{\frac{1}{\epsilon}-1} < N < n$. Therefore, $ n > \sqrt{\frac{1}{\epsilon}-1}$, then $ n^2 > \frac{1}{\epsilon}-1$ , then $n^2 + 1 > \frac{1}{\epsilon}$, then $\epsilon > \frac{1}{n^2+1}$.
Does this new version look right?