For all real numbers satisfying $a < b$ , there exists an $n ∈ N$ such that $a + 1/n < b$.
My try:
Contradiction: For all real numbers satisfying $a < b$ and any $n ∈ N$; $a + 1/n \ge b$.
Then $1/n \ge b - a$, then $n \le \frac{1}{b-a}$, take $n = \frac{1}{k(b-a)}$, where $k ∈ N$, then $a + \frac{1}{1/k(b-a)} < b$ => $a(1-k)<b(1-k)$ => $a>b$, since $1-k<0$ for all defined $k$, but $k = 1$ then I recieve $0<0$.
Your choice of $n$ is not correct. It need not even be an integer. Take $n= [\frac 1 {b-a}]+1$ where $[.]$ is the floor function. [ Note that $n >\frac 1 {b-a}$ .(I have added $1$ to $[\frac 1 {b-a}]$ to make sure that I get strict inequality). Now $a+\frac 1 n <a+(b-a)=b$ and this is what we want].