1

I am wondering if this is true:

If $\{a_n^k\}_{n=1}^\infty\rightarrow a^k$, and $\{a^k\}_{k=1}^\infty\rightarrow a$, does then $\{a_n^n\}_{n=1}^\infty\rightarrow a$?

I tried proving it but I got stuck. Given an $\epsilon$ I can find a K for $\{a^k\}_{k=1}^\infty$ such that $k \ge K \rightarrow |a^k-a|<\epsilon/4$. But that is as far as I get, since for the first sequence I can only find an N(k), but I need this N to hold for infinitely many K's.

Is the statement false?, is there a counter-example?

user119615
  • 10,176
  • 5
  • 44
  • 112

2 Answers2

2

Simplest counterexample, in my opinion:

$$a_n^k = \cases{1&if $n=k$\\0&otherwise}$$

$\lim\limits_{n\to\infty}a_n^k=a^k=0$ for all $k$, so $a=0$. But $a_n^n\to1$, clearly.

Regret
  • 3,817
1

It's false. Consider $$a_n^k=\begin{cases} 1 & \text{if }n\leq k,\\ 0 & \text{if } n>k \end{cases}$$ so that $\{a_n^k\}=\{1,1,\ldots,1,0,0,\ldots\}$ with $k$ $1$'s. Then $\{a_n^k\}\to 0$ for all $k$, so that $a^k=0$, and hence $a=0$, but the sequence $\{a_n^n\}=\{1,1,\ldots\}$ does not converge to $0$.

Sal
  • 2,210