Proving Convergence of Absolute Value Sequence in Real Numbers

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
2 replies · 2K views
Daveyboy
Messages
57
Reaction score
0
For a sequence in the reals

{an} converges to a, show {|an|} converges to |a|.

For any e>0 the exists an N s.t. for any n>N |an-a|<e

I want to use this inequality, but there is something funny going on. I do not know how to justify it.

|an-a|[tex]\leq[/tex]||an|-|a||
 
on Phys.org
Look at three separate cases.

1) a> 0. Can you show that, for some N, for all n> N [itex]a_n> 0[/itex]? (Take [itex]\epsilon= a/2[/itex].)

2) a< 0. Can you show that, for some N, for all n> N [itex]a_n< 0[/itex]?

3) a= 0. Here, [itex]||a_n|- a|= ||a_n||= |a_n|.[/itex]
 
Okay I see how to break it down case wise and find N accordingly. That will work nicely.

However, I was hoping to use the reverse triangle inequality but I run into the double abs. value. It just doesn't look right to say that
for any e>0 there exists and N s.t. for any n >N

|an - a| < e
and
|an - a| [tex]\geq[/tex] |an| - |a|
implies

e>||an| - |a||

but if I showed this wouldn't it be true?