I recently began real analysis and I just wanted to make sure my proofs make sense.
I know how you prove $ \frac{1}{n}$ but not sure how the constant in the sequence changing from 1 to 5 affects the proof. Below is my take on this:
Prove $ \frac{5}{n+1}$ converges to $0$ as $n$ approaches infinity.
Proof: Given $ϵ > 0$, let $N = \lceil \frac{5}{ϵ}\rceil$ so $\frac{5}{N} ≤ ϵ$
For all $n > N$, we have $$\frac{5}{n+1} ≤ \frac{5}{n} < \frac{5}{N} ≤ ϵ$$
Proof done?