I have this question:
Prove that $a_n=\frac{(-1)^nn+1}{n+2}$ is divergent, without proving it by contradiction, or by using any theorems from the book. Prove it by using $\epsilon$ and $N$ notation.
In the book there's a sentence that $(-1)^n$ is divergent, and its proof, so I tried my way by manipulating it a bit.
Here is my attempt:
We need to prove that for every L exists $\epsilon > 0$ such for every N exists $n>N$ such as $|a_n-L|\geq \epsilon$.
Suppose there exists $L\geq0$, and exists $\epsilon=1/2$ , then: $\frac{-n+1}{n+2} < -\frac{1}{2} \Leftrightarrow -2n+2<-n-2 \Leftrightarrow -n<-4 \Leftrightarrow n<4$.
Now, suppose exists N, such as $n>4\geq N$, (No idea how to proceed..)
And now the other side, Suppose there exists $L<0$, and exists $\epsilon=1/2$ , then: $\frac{n+1}{n+2} > \frac{1}{2} \Leftrightarrow 2n+2>n+2 \Leftrightarrow n > 0$
I have no idea how to continue it, Thank you for your help!
Consider the subsequences $~a_1,a_3,a_5,\cdots~$ and $~a_2,a_4,a_6,\cdots~$ and (for the moment) assume that these subsequences converge to $~-1~$ and $~1~$ respectively.
The problem may then be attacked as follows:
First prove that if the assumption is accurate, that then the original sequence $~a_1,a_2,\cdots,~$ can not be convergent.
Then prove that the assumption is true.
Per the assumption, for any $~\epsilon_1 > 0~$ there exists a positive integer $~N_1,~$ such that for all $~n \geq N_1,~$
$$| ~a_{2n-1} - (-1) ~| < \epsilon_1. \tag1 $$
Similarly, there exists a positive integer $~N_2,~$ such that for all $~n \geq N_2,~$
$$| ~a_{2n} - (1) ~| < \epsilon_1. \tag2 $$
Set $~M = \max(N_1,N_2).~$
Then, the inequalities in (1) and (2) above must hold for any $~n \geq M,~$ and any $\epsilon_1 > 0.$ In particular, the inequalities hold for $~\epsilon_1 = (1/10).$
That is, when $~\epsilon_1 = (1/10),~$ the appropriate positive integer $~M~$ can be found.
This implies that for any $n~\geq M,$ that
$a_{2n-1} < (-1) + \epsilon_1 = (-0.9).$
$a_{2n} > 1 - \epsilon_1 = (0.9).$
Therefore, $~|a_{2n} - a_{2n-1}| > 2 - 2\epsilon_1 = 1.8.$
Now, to prove that the (overall) sequence $~a_1,a_2,\cdots,a_n~$ is not convergent, it is sufficient to prove that for the specific value $~\epsilon_2 = (1/2),~$ it is not the case that there exists any real number $~L~$ such that :
there exists a positive integer $~N~$ such that
for any $~n > N,~ |a_n - L| < (1/2).$
This portion of the analysis will use the bullet pointed inequalities above to establish that it is impossible for such an $~L~$ to exist.
Assume that such an $~L~$ exists.
Then, from the bullet pointed inequalities, there must exist a positive integer $~n~$ such that all of the following are true:
The above three bullet point inequalities can not all be satisfied. This is because the first two inequalities would imply that
$$|a_{2n-1} - a_{2n}| < |a_{2n-1} - L| + |L - a_{2n}| < (1/2) + (1/2) = 1,$$
by the triangle inequality.
Therefore, the assumption that such an $~L~$ exists, for the specific value $~\epsilon_2 = (1/2)~$ generates a contradiction. Therefore, based on the (as yet unproven assumption), the overall sequence can not be convergent.
Therefore, the entire problem is reduced to proving that the assumption is true.
Let $~b_1,b_2,b_3,\cdots~$ denote the subsequence $~a_1,a_3,a_5,\cdots,~$ and
let $~c_1,c_2,c_3,\cdots~$ denote the subsequence $~a_2,a_4,a_6,\cdots.~$
Then
$$b_n = -\dfrac{(2n-1)+1}{(2n-1)+2} = (-1) \times \left[ ~1 - \frac{1}{2n+1} ~\right].$$
I need to prove that the above sequence converges to $~-1.$
For any $~\epsilon > 0,~$ choose $~N \in \Bbb{Z^+}~$ such that $~(2N+1) > \dfrac{1}{\epsilon}.~$
This implies that for any $~n \geq N:$
$$(2n + 1) \geq (2N+1) > \frac{1}{\epsilon} \implies \frac{1}{2n+1} < \epsilon \\ \implies 1 > \left[1 - \frac{1}{2n+1}\right] > 1 - \epsilon \implies \\ -1 < (-1) \times \left[1 - \frac{1}{2n+1}\right] < -1 + \epsilon \implies \\ -1 < b_n < -1 + \epsilon \implies \\ |~b_n - (-1)~| < \epsilon.$$
So, the first portion of the assumption has been proven: the subsequence of odd elements does in fact converge to $~-1.$
$$c_n = \dfrac{2n+1}{2n+2} = \left[ ~1 - \frac{1}{2n+2} ~\right].$$
I need to prove that the above sequence converges to $~+1.$
For any $~\epsilon > 0,~$ choose $~N \in \Bbb{Z^+}~$ such that $~(2N+2) > \dfrac{1}{\epsilon}.~$
This implies that for any $~n \geq N:$
$$(2n+2) \geq (2N+2) > \frac{1}{\epsilon} \implies \frac{1}{2n+2} < \epsilon \\ \implies 1 > \left[1 - \frac{1}{2n+2}\right] > 1 - \epsilon \implies \\ 1 - \epsilon < c_n < 1\implies \\ |~c_n - (+1)~| < \epsilon.$$
So, the second portion of the assumption has been proven: the subsequence of even elements does in fact converge to $~+1.$