Disproving the proposition that $a_n = (-1)^nn$ has a limit.

112 Views Asked by At

Is the following Proof Correct?

- Show that the sequence $a_n = (-1)^nn,\forall n\in\{1,2,3,...\}$ does not have a limit.

Proof. Assume on the contrary that $\lim a_n = L$ consequently there exists an $N\in\mathbf{R^+}$ such that given any $n\in\mathbf{Z^+}$ $|(-1)^nn-L|<|L|$ whenever $n>N$ the archimedian property guarantees that such an $n$ exists consequently for some $n>N$ we have $|(-1)^nn-L|<|L|$ but $|(-1)^nn-L| = |(-1)^{n+1}(n+L)| = |(-1)^{n+1}|\cdot|n+L|$ implying that $|n+L|<|L|$ resulting in a contradiction.

$\blacksquare$

3

There are 3 best solutions below

0
On BEST ANSWER

The proof is missing $\varepsilon$ if you intend to use the $\varepsilon-N$ definition of the limit for sequences. If $(a_n)$ had a limit $L<+\infty$ then so would $(b_n)$ where $b_n:=|a_n|$. This follows from triangle inequality $$|b_n-|L||=||a_n|-|L||\leqslant |a_n-L|<\varepsilon$$ whenever $n\geqslant N$ for some large enough $N$. But $\lim_nb_n=\lim_n |a_n|=\lim_nn=+\infty$.

0
On

if $n$ is even we get $$a_n=n$$ and this tends to infinity for $n$ tends to infinityif $n$ is odd, then we get $$a_n=-n$$ and this tends to $-\infty$ if $n$ tends to infinity, so no Limit exists

0
On

Note that to prove the not existence the standard way is to find two subsequences with different limit, that is for example

  • $a_{2k}=2k \to +\infty$
  • $a_{2k+1}=-(2k+1)\to -\infty$

Indeed if $a_n$ has limit all the subsequences have the same limit (thus that is a necessary condition for existence).