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
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.