Prove the limit theorem: a_n < b_n -> A-B

  • Thread starter Thread starter shoescreen
  • Start date Start date
  • Tags Tags
    Limit Theorem
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 4K views
shoescreen
Messages
14
Reaction score
0

Homework Statement


Given the sequence {a_n} converges to A and {b_n} converges to B, and a_n <_ b_n for all n>_ n*, prove A <_ B


Homework Equations



x+ epsilon < y for every positive real epsilon, implies x <_ y
A - B = (A - a_n) + (b_n - B) + (a_n - b_n)

The Attempt at a Solution



I want to show A - B is not positive, I know a_n - b_n is not positive by hypothesis, and A - a_n and b_n - B are bounded by (-e/2, e/2) where e is any positive number, hence their sum is bounded by (-e,e). But since their sum is not bounded by zero, I can't figure out how to apply (x + e) - y negative implies (x - y) non positive.
 
Physics news on Phys.org
LCKurtz said:
If you suppose A > B and take epsilon (1/3)(A-B) can you find a contradiction?

i should have mentioned earlier, the problem statement explicitly states do not prove by contradiction.
 
If you see how to do the indirect argument I am hinting at, you can easily modify it to be a direct argument. (Shhh... I won't tell anybody if you look at the indirect argument first).:wink:
 
LCKurtz said:
If you see how to do the indirect argument I am hinting at, you can easily modify it to be a direct argument. (Shhh... I won't tell anybody if you look at the indirect argument first).:wink:

Well I was asked to prove the this by contradiction before and i was able to do it with (a-b)/2 and i still don't see how to do it directly :(

EDIT:
hah i think i got it!
EDIT:
just kidding...
 
Last edited:
so if I use
|a_n - A| < f(A,B)
|b_n - A| < g(A,B)

I can split up each inequality and ultimately end up with something like
a_n > -f(A,B) + A
b_n < G(A,B) + B

so a_n - b_n > -f(A,B) - g(A,B) + A - B

so if i want to show a_n - b_n > A - B, the function -f + -g must be positive. But this is impossible since both of these functions must be strictly positive, hence negative f plus negative g is also negative.
So I'm still stuck
 
If you know liminf, limsup, then this is easy.

Since [tex]a_n \leq b_n[/tex], or [tex]0 \leq b_n - a_n[/tex]. Then it follows that [tex]0 \leq \liminf (b_n - a_n) \leq \limsup (b_n - a_n)[/tex]. But since [tex]\lim a_n = A[/tex] and [tex]\lim b_n = B[/tex], it follows that [tex]\lim (b_n - a_n) = B - A[/tex], which implies the limit inferior and limit superior must equal. That is, [tex]\limsup (b_n - a_n) = \liminf (b_n - a_n) = B - A[/tex]. Thus, we have that [tex]0 \leq B - A[/tex], rearrange then you're done.
 
For every e>0 there is N such that n>N implies |a_n-A|<e and |b_n-B|<e.
In other words: A-e<a_n<A+e and B-e<b_n<B+e. Try to put these two together.

\\edit: as LCKurtz remarked, I gave away too much, so I removed the last part.
 
Last edited: