Suppose $a$ is a positive real number. Prove that there exists a natural number $n$ such that $0 < 1/n < a$.
Could you guys help with this? I'm awful at writing proofs, I know why this is true but I don't know how to write the proof in a way that others could follow. Any help would be greatly appreciated. Thanks.
If $a$ is a real number, there must exist some positive rational number $q$ such that $0<q<a$ (why?).
Now, $q$ is rational, so $q=\frac{a}{b}$ where $a,b\in\mathbb N$.
Can you find a natural number $n$ such that $\frac1n \leq \frac ab$?
Another way to solve this is to take the decimal expansion of $a$, so $$a=0.a_1a_2a_3\dots$$
(we can assume that $a<1$, since if $a\geq 1$, we can take $n=2$ and be done with it).
Now, take $m=\min\{k|a_k\neq 0\}$, and it should be easy to show that $$b=\frac{1}{10^{k+1}}$$
is strictly smaller than $a$.
And another way: $1/n < a$ is true if and only if $n>\frac1a$, so you can take any natural number greater than $\frac1a$ (why does that exist?) and be done.