Question: Let $δ$ $∈$ $\mathbb{R}$ and $δ$ $>$ $0$. Prove that there exists an $n$ ∈ $\mathbb{N}$ such that $\frac {2}{n + 2}$$<$ $δ$.
I get that there is an n that satisfies this, but seemingly only under certain $δ$.
How do I go about proving this formally?
I rearranged the inequality to $n$ $<$ $2$ ($\frac 1δ$ - 1) so $n$ $\ge$ $1$ and for 2((1/δ)-1) > $0$,
$δ$ must be $0<δ<1$. Any advice on how to continue or other approaches would be appreciated.
Based on your work, you can choose $n$ to be any natural number for which
$$n \ge 2 \left(\frac 1 {\delta} - 1\right)$$
and the original inequality holds. For example, if $\delta < 1$ then
$$n = \left\lceil 2 \left(\frac 1 {\delta} - 1\right)\right\rceil + 42$$ works.
If $\delta \ge 1$, then literally any selection of $n$ works, since the given fraction is always at most $1$.