Prove that a sequence function(n)=n/n+1 converges to 1
Solution
x→∞limn+1n=1
We need to show that for any given ∈ >0, there is a natural number N such that if n>N, then
∣n+1n−1∣=∣n+1−1∣<∈
NB: n+11<n1 for any N∈N
for any given ∈ by Archimedean property, there exists N∈N such that N1<∈.
Therefore, if n>N then, n+11<n1<N1<∈
Comments