Prove directly that sqrt defined on [0,1] is uniformly continuous

  • Thread starter imurme8
  • Start date
  • Tags
    Continuous
In summary: I am saying that you should start with |f(x)-f(y)| < epsilon. Then you should say |f(x)-f(y)||f(x)+f(y)| < epsilon |f(x)+f(y)|. And then you should say |f(x)+f(y)| < C (a number that you can define and that you should be able to find in terms of epsilon). So the whole thing is bounded by epsilon C. So |f(x)-f(y)||f(x)+f(y)| is bounded by epsilon C and therefore so is |x-y|. Therefore f is uniformly continuous.You have the right idea. Sorry if I am being confusing. I am trying to make the point that |f(x)+f(y
  • #1
imurme8
46
0
This is not a homework problem, but it may as well be, so I thought I'd post it here.

Homework Statement



The function [itex]f:[0,1] \to \mathbb{R} [/itex] given by [itex]f(x)=\sqrt{x}[/itex] is continuous on a compact domain, so it is uniformly continuous. Prove that [itex]f[/itex] is uniformly continuous directly (with a [itex]\delta-\epsilon[/itex] proof).

Homework Equations



Show [itex]\forall \epsilon >0\quad \exists \delta >0 [/itex] s.t. [itex]\forall x,y \in [0,1]\quad |x-y|< \delta \Rightarrow |f(x)-f(y)|< \epsilon [/itex]

The Attempt at a Solution



I believe we have to use that [itex]|x-y|=|\sqrt{x}-\sqrt{y}||\sqrt{x}+\sqrt{y}|[/itex]. [itex]\quad |x-y|<\delta \Rightarrow |\sqrt{x}-\sqrt{y}||\sqrt{x}+\sqrt{y}|< \delta [/itex], but from here I'm kind of lost. It seems [itex]|\sqrt{x}+\sqrt{y}|[/itex] may be arbitrarily small, which gets in our way when we try to bound [itex]|\sqrt{x}-\sqrt{y}|[/itex].

Intuitively the problem makes perfect sense, just trying to work out the algebra.
Thanks
 
Physics news on Phys.org
  • #2
abs(x+y) <= abs(x) + abs(y) by triangle inequality, now use the fact that your domain is bounded.
 
  • #3
The1337gamer said:
abs(x+y) <= abs(x) + abs(y) by triangle inequality, now use the fact that your domain is bounded.

Sorry, I'm still not seeing it. I know that [itex]|\sqrt{x}+\sqrt{y}|[/itex] is bounded. To me it seems like the problem is that it may be arbitrarily small. Remember I'm trying to bound [itex]|\sqrt{x}-\sqrt{y}|[/itex] by epsilon.
 
  • #4
My mistake.

Use this inequality:
abs(sqrt(x)-sqrt(y)) <= sqrt(abs(x-y))
 
  • #5
imurme8 said:
It seems [itex]|\sqrt{x}+\sqrt{y}|[/itex] may be arbitrarily small/QUOTE]
How is that a problem?
 
  • #6
You shouldn't do it this way. Remember, you specify epsilon and try to find some conditions to put on delta to guarantee continuity.

Start with |f(x)-f(y)| is less than epsilon. Multiplying by |f(x)+f(y)| is the right thing to do, but the fact that |f(x)+f(y)| is arbitrarily small not a defect in any respect. The thing that is important is that |f(x)+f(y)| is very easily bounded by a number (Why? Because your domain is also bounded!). So you should get that when you multiply |f(x)-f(y)||f(x)+f(y)| this thing is bounded by an expression in epsilon that you define to be delta. Incidentally, |f(x)-f(y)||f(x)+f(y)| is precisely |x-y| in this case.

You might think it is a problem that it is arbitrarily small because you think of epsilon as being constant, and therefore some tinkering with |f(x)+f(y)| increases or decreases |f(x)-f(y)|. By choosing x,y you specify closeness of the two values of the function. That is epsilon. If you change x,y after that, you are actually changing epsilon.

Also, if you don't like epsilons and deltas you can do this by a topological argument. Show that the pre-image f^(-1)[(a,b)] for any (a,b) an open interval of R is an open set of your domain. Be careful though, you then need to consider the subset that f maps to in R.

^^^ I don't encourage you to learn topology without knowing about metric spaces though. Just saying.
 
Last edited:
  • #7
Hurkyl said:
imurme8 said:
It seems [itex]|\sqrt{x}+\sqrt{y}|[/itex] may be arbitrarily small/QUOTE]
How is that a problem?
Since if we could bound it below by [itex]B[/itex], then we'd have [itex]|\sqrt{x}+\sqrt{y}||\sqrt{x}-\sqrt{y}|< \delta \Rightarrow |\sqrt{x}-\sqrt{y}| < \frac{\delta}{|\sqrt{x}+\sqrt{y}|} < \frac{\delta}{B}[/itex] and set [itex]\delta=\varepsilon B[/itex], and we'd be done.
 
  • #8
What's the largest that |f(x)+f(y)| can possibly be?

Think about this for a second. If your expression |f(x)+f(y)| was bounded below, that would mean that |f(x)-f(y)||f(x)+f(y)| would always be LARGER than [itex]B\epsilon[\itex]. Once you have chosen epsilon, you are guaranteed that the smallest possible case for |f(x)-f(y)||f(x)+f(y)| is when |f(x)+f(y)| has value B. Incidentally, inf|f(x)+f(y)| = 0. So what you end up showing there is epsilon is greater than zero. Of course it is.

Think bigger, not smaller.
 
Last edited:
  • #9
DavidAlan said:
Start with |f(x)-f(y)| is less than epsilon.
But this is what I want to show! So if we assume this, our steps from now on must be a chain of equivalencies, not just implications.
DavidAlan said:
Multiplying by |f(x)+f(y)| is the right thing to do, but the fact that |f(x)+f(y)| is arbitrarily small not a defect in any respect. The thing that is important is that |f(x)+f(y)| is very easily bounded by a number (Why? Because your domain is also bounded!). So you should get that when you multiply |f(x)-f(y)||f(x)+f(y)| this thing is bounded by an expression in epsilon that you define to be delta. Incidentally, |f(x)-f(y)||f(x)+f(y)| is precisely |x-y| in this case.
Aren't you taking the implication the wrong direction? We certainly have that [itex]|\sqrt{x}-\sqrt{y}|< \varepsilon \,\Leftrightarrow \,|\sqrt{x}-\sqrt{y}||\sqrt{x}+\sqrt{y}|<\, \varepsilon \,|\sqrt{x}+\sqrt{y}|[/itex], but this is an expression in [itex]x[/itex] and [itex]y[/itex], and epsilon is not allowed to depend on [itex]x[/itex] or [itex]y[/itex].

The reason I brought up [itex]|\sqrt{x}+\sqrt{y}|[/itex] being arbitrarily small is that if we had [itex]|\sqrt{x}+\sqrt{y}|[/itex] bounded below by [itex]B[/itex], then we'd have [itex]|\sqrt{x}+\sqrt{y}||\sqrt{x}-\sqrt{y}|< \delta \Rightarrow |\sqrt{x}-\sqrt{y}| < \frac{\delta}{|\sqrt{x}+\sqrt{y}|} < \frac{\delta}{B}[/itex] and set [itex]\delta=\varepsilon B[/itex], and we'd be done.
DavidAlan said:
Also, if you don't like epsilons and deltas you can do this by a topological argument.
Right, there is a simple argument by compactness and continuity, but the problem is to do it the hard way. :)

Thanks for your help, sorry if I'm not understanding what you're saying.
 
  • #10
DavidAlan said:
What's the largest that |f(x)+f(y)| can possibly be?
2, but I don't see how bounding it above helps in this case. Thanks
 
  • #11
imurme8 said:
We certainly have that [itex]|\sqrt{x}-\sqrt{y}|< \varepsilon \,\Leftrightarrow \,|\sqrt{x}-\sqrt{y}||\sqrt{x}+\sqrt{y}|<\, \varepsilon \,|\sqrt{x}+\sqrt{y}|[/itex], but this is an expression in [itex]x[/itex] and [itex]y[/itex], and epsilon is not allowed to depend on [itex]x[/itex] or [itex]y[/itex].
Whoops, meant to mention that setting [itex]\delta=2\varepsilon[/itex] does not work in this case, since the equality goes the wrong way. So the leftward implication doesn't hold.
 
  • #12
imurme8 said:
Whoops, meant to mention that setting [itex]\delta=2\varepsilon[/itex] does not work in this case, since the equality goes the wrong way. So the leftward implication doesn't hold.

Whoops, the "inequality" goes the wrong way
 
  • #13
The1337gamer said:
Use this inequality:
abs(sqrt(x)-sqrt(y)) <= sqrt(abs(x-y))
Thanks, I'm working on trying to prove this inequality. Do you have a reference?
 
  • #14
imurme8 said:
2, but I don't see how bounding it above helps in this case. Thanks

You get |f(x)-f(y)||f(x)+f(y)| is always less than or equal to 2 epsilon. That is the condition you put on delta. You're trying to show that a delta exists that gives you continuity, not that there is an immutable value of delta that is special.
 
  • #15
DavidAlan said:
You get |f(x)-f(y)||f(x)+f(y)| is always less than or equal to 2 epsilon. That is the condition you put on delta. You're trying to show that a delta exists that gives you continuity, not that there is an immutable value of delta that is special.
I'm trying to show uniform continuity.

[itex]|\sqrt{x}-\sqrt{y}||\sqrt{x}+\sqrt{y}|<2\varepsilon \not\Rightarrow |\sqrt{x}-\sqrt{y}|<\varepsilon[/itex]
 
  • #16
NVM. I suck. Google agrees. :(
 
  • #17
DavidAlan said:
NVM. I suck. Google agrees. :(
No prob, still trying to figure it out.
 
  • #18
imurme8 said:
Thanks, I'm working on trying to prove this inequality. Do you have a reference?

Well i just googled the question to see if there were any epsilon delta proofs, people had suggested using that inequality.

As for proving the inequality, we only need to consider the case for x, y >= 0. I'm not sure if it works for negative x,y.

But to prove, just consider each case separately:
x=0, y=0
x>y=0
y>x=0
x>y>0
y>x>0
 
  • #19
The1337gamer said:
Well i just googled the question to see if there were any epsilon delta proofs, people had suggested using that inequality.

As for proving the inequality, we only need to consider the case for x, y >= 0. I'm not sure if it works for negative x,y.

But to prove, just consider each case separately:
x=0, y=0
x>y=0
y>x=0
x>y>0
y>x>0

You don't have to do all of these cases. Without Loss Of Generality, assume x ≥ y .

And of course the case x=y works for x=0, y=0, and is trivial.
 

FAQ: Prove directly that sqrt defined on [0,1] is uniformly continuous

What is the definition of uniform continuity?

The definition of uniform continuity states that a function is uniformly continuous on an interval if for any given value of epsilon (ε), there exists a corresponding value of delta (δ) such that when the distance between two points in the interval is less than δ, the difference in their function values is less than ε.

How is uniform continuity different from regular continuity?

Uniform continuity is a stronger condition than regular continuity. While regular continuity only requires the function to be continuous at each point in the domain, uniform continuity requires the function to be continuous across the entire interval, with the same value of delta working for all points in the interval.

How do you prove that a function is uniformly continuous on an interval?

To prove that a function is uniformly continuous on an interval, you must show that for any given epsilon (ε), there exists a corresponding delta (δ) such that when the distance between two points in the interval is less than δ, the difference in their function values is less than ε. This can be done using the definition of uniform continuity and applying algebraic manipulations and inequalities.

Why is it important to prove that the square root function is uniformly continuous on [0,1]?

It is important to prove that the square root function is uniformly continuous on [0,1] because it is a fundamental mathematical function that is used in many applications. Additionally, proving its uniform continuity on this interval allows us to make certain mathematical and theoretical conclusions about its behavior and properties.

How does proving the uniform continuity of the square root function on [0,1] relate to its differentiability?

Proving the uniform continuity of the square root function on [0,1] does not necessarily relate to its differentiability. While uniform continuity is a stronger condition than regular continuity, it does not imply differentiability. The square root function is in fact differentiable on [0,1], but its uniform continuity on this interval is a separate property that must be proven separately.

Similar threads

Replies
27
Views
2K
Replies
4
Views
990
Replies
40
Views
779
Replies
5
Views
2K
Replies
2
Views
1K
Replies
12
Views
2K
Back
Top