math-help-me
- 3
- 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.