Prove that the sequence ${(−1)^n}$ does not converge.
- I know how to prove that the sequence diverges by contradiction, supposing the sequence converges to L. Then choosing $ε = 1$ such that $|(-1)^n - L| < 1$. Noting
$|(-1)^{2n} - L|$
$|1-L|<1$
$-1<1-L<1$
$-2<-L<0$
and
$|(-1)^{2n+1} - L|$
$|-1-L|<1$
$-1<-1-L<1$
$0<-L<2$
Hence, -L is bounded by both -2 and 0 and also by 0 and two which is a contradiction therefore the sequence diverges. But I do not know if I use this exact same idea to show that the sequence does not converge or if I have to change some things around. Any help would be much appreciated.