While studying limits of sequences, I came across these expressions.
$\left|\frac{-5}{n+2}\right|<\delta \iff\frac{5}{n+2}<\delta \iff n+2>\frac{1}{\delta }$
$n\in \mathbb N$
$\delta\in \mathbb R$ and $\delta >0$
I'm struggling to understand how it went from the second expression ($\frac{5}{n+2}<\delta$) to the third ($n+2>\frac{1}{\delta }$)
I guess we are assuming $n$ is positive, and as stated in the comments, this is probably a good place to use the implication sign, meaning that $$\frac{5}{n+2}<\delta\quad \text{implies, or } \implies n+2>\frac{1}{\delta}$$ And this is because we can take the reciprocal of each side of your second inequality (and remember to flip the direction!) to get $$\frac{n+2}{5}>\frac{1}{\delta}$$ And for positive $x$, we have $x>y \implies x+4x > y \implies5x>y $ so we have $$n+2>\frac{1}{\delta}$$