Proof on Convergence of Sequence Given Info on Odd/Even Subsequences

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 5K views
Heute
Messages
24
Reaction score
0

Homework Statement



Given that limit of [itex]s_{2n}[/itex] is L and limit of [itex]s_{2n+1}[/itex] is L, prove that lim [itex]s_{n}[/itex] is also L.

Homework Equations

The Attempt at a Solution



This seems very obvious: If the even terms of a sequence approach a number and the odd terms of that sequence approach the same number, then the sequence itself approaches that number.

But I'm not sure how to go about translating this into mathematics. I know from the definition of a limit that I can make the odd and even terms of [itex]s_{n}[/itex] as close to L as I want given a large enough n, but what I really need is to go from that to

given e>0 there exists natural number N so that n > N implies |[itex]s_{n}[/itex]-L|<e
 
Physics news on Phys.org
Well, if lim s_2n=L and s_2n+1=L, then that definition of convergence for the odd and evens gives you two N's, right? How about taking the max of the two N's?
 
I thought of that - but I felt like there was still a logical leap from let N = max(N1, N2) to

n > N implies (what we're looking for)

Maybe I'm trying to be too pedantic.
 
If n> N= max(N1, N2), then both n> N1 and n> N2.