Real Analysis Continuity problem.

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
4 replies · 2K views
quantchem
Messages
5
Reaction score
0

Homework Statement



Show that |f(x) - f(y) | < |x - y| if f(x) = sqrt(4+x^2) if x is not equal to xo. What does this prove about f?


Homework Equations





The Attempt at a Solution



Already proved the first part. I am guessing that for the second part the answer is that f is continuous but I am not really sure how to show it. Please help.
 
Physics news on Phys.org
I did this :

let
|f(x) - f(y) | < epsilon and |x - y| < delta. then epsilon < delta and therefore for each epsilon > 0, there is some delta > 0 such that |f(x) - f(y) | < epsilon when |x - y| < delta. so f is continuous at y when x is in an interval where f is defined.

Is this sufficient explanation?
 
quantchem said:
I did this :

let
|f(x) - f(y) | < epsilon and |x - y| < delta. then epsilon < delta and therefore for each epsilon > 0, there is some delta > 0 such that |f(x) - f(y) | < epsilon when |x - y| < delta. so f is continuous at y when x is in an interval where f is defined.

Is this sufficient explanation?

Sure. So given any epsilon, you can pick delta=epsilon and satisfy the requirements of continuity, right?