Confusion about the definition of Uniform Continutiy

In summary, a function is uniformly continuous if for every epsilon > 0, there exists a delta > 0 such that if the difference between any two points in the function's domain is less than delta, then the difference between their corresponding function values is less than epsilon. This does not mean that there is a single delta that works for all x and y, but rather that for any given epsilon, a suitable delta can be found.
  • #1
torquerotates
207
0
A function is uniformly continuous iff for every epsilon>0 there exists delta>0 such that for all x in the domain of f and for all y in the domain of f, |x-y|<delta =>|f(x)-f(y)|<epsilon. Here is what confuses me. How can there be a delta such that |x-y|<delta for ALL x and y. Since epsilon depends on delta, we can pick epsilon such that delta is small. Then we can surely pick x and y such x-y is bigger than delta.

For example, x^2 is uniformly continuous on [-5,5] because for epsilon>0, when delta=epsilon/10, |x^2-y^2|<|x+y||x-y|< or = 10|x-y|<10*delta=epsilon.

Right here delta=epsilon/10. The definition states that for ANY x,y in domain f, |x-y|<delta. If we pick x=5 and y=1 we have 4<epsilon/10 for any epsilon>0. But that is impossible since I can pick epsilon=1.

4<(1/10) is not true.
 
Physics news on Phys.org
  • #2
hi torquerotates! :smile:

(have a delta: δ and an epsilon: ε :wink:)
torquerotates said:
A function is uniformly continuous iff for every epsilon>0 there exists delta>0 such that for all x in the domain of f and for all y in the domain of f, |x-y|<delta =>|f(x)-f(y)|<epsilon.

The definition states that for ANY x,y in domain f, |x-y|<delta.

no, it states that if you choose |x-y| < δ, then |x2 - y2| < ε :wink:

(so you have to choose |x-y| < 1/10)
 
  • #3
torquerotates said:
for every epsilon>0 there exists delta>0 such that for all x in the domain of f and for all y in the domain of f, |x-y|<delta =>|f(x)-f(y)|<epsilon.

How can there be a delta such that |x-y|<delta for ALL x and y.
You should read the definition carefully. The delta should have the property that the implication "if |x-y|<delta then |f(x)-f(y)|<epsilon" holds for all x and y.
You are saying: the delta should have the property that "|x-y|<delta" holds for all x and y. That's a completely different property.

The implication "if it rains tomorrow, I will be wet" holds for all days. But surely it doesn't rain every day?
 
  • #4
torquerotates said:
|x-y|<delta =>|f(x)-f(y)|<epsilon.
4<(1/10) is not true.

This line can be read

if |x-y| is less than delta then |f(x)-f(y)| is less than epsilon.
 

What is Uniform Continuity?

Uniform continuity is a property of a mathematical function that describes how the function behaves when its input values are close to each other. Specifically, a function is uniformly continuous if, for any arbitrarily small value of epsilon, there exists a corresponding value of delta that ensures the difference between the function's output values is also arbitrarily small.

How is Uniform Continuity different from Continuity?

While both continuity and uniform continuity describe how a function behaves near a specific point, uniform continuity applies to the entire domain of the function. This means that the behavior of a uniformly continuous function is consistent across its entire range of input values, not just near one point.

What is the importance of Uniform Continuity?

Uniform continuity is important because it guarantees the stability and predictability of a function's behavior. It ensures that small changes in the input values will result in only small changes in the output values, making it easier to analyze and understand the function.

How is Uniform Continuity formally defined?

The formal definition of uniform continuity is: A function f is uniformly continuous on a set S if for any epsilon greater than zero, there exists a delta greater than zero such that for all x and y in S, if the distance between x and y is less than delta, then the distance between f(x) and f(y) is less than epsilon.

What is the difference between Uniform Continuity and Lipschitz Continuity?

Lipschitz continuity is a stricter version of uniform continuity, where the function's rate of change is limited by a constant value. In other words, a function is Lipschitz continuous if its slope is never steeper than a specific value. Uniform continuity, on the other hand, only requires that the function's output values do not vary too much for small changes in its input values.

Similar threads

Replies
18
Views
2K
Replies
9
Views
917
Replies
4
Views
1K
Replies
25
Views
3K
Replies
7
Views
1K
  • Calculus
Replies
2
Views
1K
Replies
3
Views
908
  • Calculus
Replies
2
Views
1K
  • Calculus
Replies
25
Views
1K
Back
Top