3
$\begingroup$

Given $({a_n})_{n=1}^{\infty}$, $({b_n})_{n=1}^{\infty}$ convergent sequences and where $$\{n\in\mathbb{N}\mid a_n\le b_n\}\quad\text{and}\quad\{n\in\mathbb{N}\mid b_n\le a_n\}$$ are both unbounded, prove that $$\lim \limits_{n\to \infty}a_n=\lim \limits_{n\to \infty}b_n$$

I would like to know how I can prove it using simple calculus theorem(I only know the definition of limit, arithmetics of limits and the Squeeze Theorem).

Thank you very much for your time and help.

  • 3
    Do you know that if a sequence converges to, say, $L$, then any subsequence also converges to $L$?2012-03-29
  • 0
    @Andres Caicedo No, I didn't know that. It's true for any subsequence which is defined for infinity, right?2012-03-29
  • 0
    What do you mean by "defined for infinity"? If what you meant is that the sequence has infinitely many terms (as opposed to a finite subsequence, such as $a_2,a_{17},a_{372},a_{373},a_{649}$), then yes.2012-03-29
  • 0
    @Andres Caicedo that's exactly what I meant.2012-03-29
  • 0
    @Anonymous: If you didn't know that, try to prove it from basic principles. Let's try the following argument. Suppose $\{a_n\}$ converges to $a$. Let $\{a_{n_k}\}$ be a subsequence of $\{a_n\}$ (that is, we pick out from $\{a_n\}$ the terms $\{a_{n_1}, a_{n_2},\dots\}$, with $n_1, n_2,\dots \in \mathbb{N}$ and increasing. You know that for every $\epsilon > 0$ there exists $N$ such that for each $n\geq N$, $|a_n - a| < \epsilon$. Now, can you argue then that also for each $k$, $|a_{n_k} - a| < \epsilon$?2012-03-29
  • 0
    OK, assuming the subsequence has infinitely many terms, how do I proceed from there?2012-03-29

2 Answers 2

2

If you want to proceed from basics, meaning the $\epsilon$-$N$ definition of limit, let the limits of our sequences be $a$ and $b$ respectively.

We show that we cannot have $a, and that we cannot have $a>b$. To show that $a is not possible, let $\epsilon=(b-a)/3$. There is an $N$ such that if $n >N$ then $a_n$ is within $\epsilon$ of $a$, and $b_n$ is within $\epsilon$ of $b$. But then we cannot have $a_n \ge b_n$, contradicting the fact that the set of $n$ such that $a_n \ge b_n$ is unbounded.

  • 0
    Hey, I decleared n1, n2 and N such that N=max{n1,n2} for every n greater then N by definition of limits: $|a_n-a|<\epsilon$ and $|b_n-b|<\epsilon$. How do I show that there is contradiction now?2012-03-29
  • 0
    Draw a picture, and it will be clear. But let's proceed formally. Recall we are assuming that $b>a$. We have $b_n>b-\epsilon$ and $a_n. (Why? Because $b-\epsilon, and we quoted only the left inequality for $b_n$. Similarly, $a-\epsilon, and we quoted only the right inequality for $a_n$). So $b_n-a_n <(b-\epsilon)-(a+\epsilon)=(b-a)-2\epsilon>\epsilon$, which in particular forces $b_n>a_n$.2012-03-29
  • 0
    @André Nicolas did you mean to write to following inequality: $b_n-a_n >(b-\epsilon)-(a+\epsilon)=(b-a)-2\epsilon=\epsilon$ (I'm not near my computer so I can't add this to the comments below, please move this message to its place and not as an answer). Thank you very much!2012-03-30
  • 0
    @Anonymous: Yes. Remember, I am assuming something that turns out to be false ($b>a$) and am showing how this is incompatible with $b_n \le a_n$ for an unbounded collection of $n$. Then one would do a separate proof showing $b is not possible, but there is no need to bother because of the symmetry.2012-03-30
  • 0
    @André Nicolas Awesome, one last thing I want to make sure of is that you wrote in the inequality (b−a)−2ϵ>ϵ where I re-wrote it as I think you meant (b−a)−2ϵ=ϵ(instead of > I think you meant = and made a typo) assuming of course $\epsilon=(b-a)/3$. am I correct? (Please re-move it to the comments above/below.) Thank you very much again!2012-03-30
1

Here's a somewhat different take that uses the arithmetic of sequences in a central way.

Since $\lim_{n\to\infty} a_n =a$ and $\lim_{n\to\infty} b_n = b$, we have by arithmetic of sequences that $\lim_{n\to\infty} \{a_n - b_n\} = a-b$. By hypothesis, $\{a_n-b_n\}$ has infinitely many positive terms and infinitely many negative terms. If $a-b$ is positive, then the negative terms can't get arbitrarily close to $a-b$ as they would have to do.

Formally, for every $N$ there is some $n\ge N$ for which $a_n-b_n<0$ and thus $|(a-b) - (a_n-b_n)| \ge a-b$. Thus $ \{a_n-b_n\}\not\to a-b$, contradiction.

On the other hand, if $a-b$ is negative, then the positive terms can't get arbitrarily close to $a-b$, again a contradiction. (The formal statement is almost exactly like the one above.) Therefore $a-b=0$.