For the definitions of sequences and what it means to for a sequence to converge, see this, for subsequences see this.
For the “show the limit” template, see this.
Problem Discussion
We want to prove that \(\lim\big(\frac{n+1}{n}\big) = 1\). To do so we need to find \(N \in \mathbb{N}\) such that for any \(\epsilon > 0\), the tail of the sequence or the terms of the sequence end up in
In other words
We solve this by working backgrounds to derive what \(N\) needs to be in order for the sequence terms to fall within the epsilon neighborhood of \(1\). In other words, all the terms starting at \(n \geq N\) will be within a radius of \(\epsilon\) around \(1\). Solving for \(n\)
From this we see that we want \(n\) to be greater than \(1/\epsilon\) in order to make the inequality works.
Formal Proof
Let \(\epsilon > 0\) be arbitrary. Choose an integer \(N\) satisfying \(N > \frac{1}{\epsilon}\). We now verify that this choice is appropriate. Let \(n \geq N\). Then,
as desired. \(\blacksquare\)
References