Continuity proof, not sure how to put it together.

  • Thread starter Thread starter math-help-me
  • Start date Start date
  • Tags Tags
    Continuity Proof
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
1 reply · 2K views
math-help-me
Messages
3
Reaction score
0

Homework Statement



Prove that if f is continuous at a, then for any ε>0 there is a σ>0,?
such that if abs(x-a)< σ and abs(y-a)< σ then abs[f(x) - f(y)]< ε

Homework Equations



Definition of continuity and triangle inequality
abs(f(x)-f(y))= abs(f(x)-f(a) + f(a)-f(y))≤ abs(f(x)-f(a))+ abs(f(y)-f(a))

The Attempt at a Solution



So i think I need to apply the continuity definition twice and bring things together with the triangle inequality but i don't know how to go about it all.
 
Physics news on Phys.org
Yes, that's exactly what you need. Since f is continuous at a, given any [itex]\epsilon> 0[/itex] there exist [itex]\delta_1> 0[/itex] such that if [itex]|x- a|< \delta_1[/itex] then [itex]|f(x)- f(a)|< \epsilon/2[/itex] and there exist [itex]\delta_2> 0[/itex] such that if [itex]|y- a|< \delta_2[/itex] then [itex]|f(y)- f(a)|< \epsilon/2[/itex].

Take [itex]\delta= min(\delta_1, \delta_2)[/itex] so that if [itex]|x- a|< \delta[/itex], both are true.