Definition of a Continuous Functions

In summary: For every point a \in U there exists a positive, non-zero \delta such that B(a,\delta) \subset U. This is the definition of continuity on (3). Therefore (2) => (3).Does this make more sense?Yes, this makes more sense. Your explanation is clearer and more detailed. Good job!
  • #1
Oxymoron
870
0
There are several definitions of a continuous function between metric spaces. Let [itex](X,d_X)[/itex] and [itex](Y,d_Y)[/itex] be metric spaces and let [itex]f:X\rightarrow Y[/itex] be a function. Then we have the following as definitions for continuity of [itex]f[/itex]:

[tex]\square \quad \forall\, x \in X \mbox{ and } \forall \, \epsilon >0 \, \exists \, \delta > 0 \mbox{ such that } d_X(y,x) < \delta \, \Rightarrow \, d_Y(f(y),f(x)) < \epsilon [/tex]

[tex]\square \quad \forall\, x \in X \mbox{ and } \forall \, \epsilon >0 \, \exists \, \delta > 0 \mbox{ such that } f(B(x,\delta)) \subseteq B(f(x),\epsilon)[/tex]

[tex]\square \quad \mbox{For every open subset } U \mbox{ of } Y \mbox{ the inverse image } f^{-1}(U) \mbox{ is an open subset of } X[/tex]

I want to prove that each of these statements are equivalent to each other. When I do this, is it okay to prove (1) <=> (2), (2) <=> (3), and (3) <=> (1), that is, I don't have to prove (2) => (1) once I have proven (1) => (2).

Secondly, is it okay if I just prove that each statement proves that [itex]f[/itex] is continuous and hence they are equivalent (ie. the statements are equivalent because they each prove continuity of [itex]f[/itex]?). If this is not the right way to prove that each statement is equivalent, could someone tell me how I would do that.
 
Last edited:
Physics news on Phys.org
  • #2
Whenever you want to prove that a list of statements are equivalent, like here, the most efficient way is usually proving that (1) => (2), (2) => (3) and (3) => (1).
The drawback is however that, assuming (1), you can only understand why (3) is true via (2).

So proving (1)<=> (2), (2)<=>(3) and (3)<=>(1) is okay, but are 6 proofs where you logically only need 3. (I do advice to try it though, it's good exercise).

When I do this, is it okay to prove (1) <=> (2), (2) <=> (3), and (3) <=> (1), that is, I don't have to prove (2) => (1) once I have proven (1) => (2).
I`m not sure what you mean. You don't have to prove (2)=>(1) if you have proven (2)=>(3) and (3)=>(1), but you can't assume (2)=>(1) is true from just proving (1)=>(2).

Secondly, is it okay if I just prove that each statement proves that is continuous and hence they are equivalent (ie. the statements are equivalent because they each prove continuity of ?). If this is not the right way to prove that each statement is equivalent, could someone tell me how I would do that.
No, this is not okay. You have to start with a definition of a continuous function if you want to prove that a function is continuous. So you have to start with one and prove that it is equivalent to another. Also, if you start with the definition from (1) and then prove that (2) and (3) implies the functions are continuous, you've proven (2)=>(1) and (3)=>(1), not the other ways around.
 
  • #3
Thankyou Galileo for replying.

I made quite a few mistakes in my first post.

I had a go a trying to prove (2) => (3).

Let [itex]U[/itex] be open in [itex]Y[/itex]. Therefore there exists an [itex]\epsilon > 0[/itex] such that [itex]B(f(x),\epsilon) \subset U[/itex]. From (2) we know that [itex]\exists \, \delta > 0[/itex] such that [itex]f(B(x,\delta)) \subset B(f(x),\epsilon)[/itex]. Therefore

[tex]B(x,\delta) \subset f^{-1}(f(B(x,\delta))) \subset f^{-1}(U)[/tex]

Therefore [itex]f^{-1}(U)[/itex] is open in [itex]X[/itex]. Which imples (3).


How does this sound?
 
  • #4
Well on your way :)

The best thing is scrutinize the proof for any details that might be considered unclear.
For example, you haven't stated what f(x) is in your proof. You just said: Let U be an open set in Y, then there exists such and such that B(f(x),e) is a subset of U.
The point is ofcourse that there for every point [itex]a\in U[/itex] exists an [itex]\epsilon[/itex] such that [itex]B(a,\epsilon) \subset U[/itex] (by the definition of open set). This raises the question: Can every point in U be written as f(x) for some x in the domain of f?
Other than that, it looks good.
 
  • #5
[itex]f(x)[/itex] is the image point in [itex]Y[/itex] of the point [itex]x \in X[/itex].


I have written down exactly what was going through my head...

The point is ofcourse that there for every point exists an such that (by the definition of open set). This raises the question: Can every point in [itex]U[/itex] be written as [itex]f(x)[/itex] for some [itex]x[/itex] in the domain of [itex]f[/itex]?

The way I see it is that [itex]U[/itex] is an open subset in [itex]Y[/itex], ie [itex]U \subset Y[/itex] is open. Because of this, I can construct an open ball with radius [itex]\epsilon[/itex] around any image point [itex]f(x) \in U[/itex], such that the open ball is contained within [itex]U[/itex]. Formally speaking, there exists a positive, non-zero [itex]\epsilon[/itex] such that [itex]B(f(x),\epsilon) \subset U[/itex].

But from (2) we can look backwards from the image point, ie. look at where the inverse mapping takes the image point [itex]f(x)[/itex]. In fact, we know that we can construct an open ball around [itex]f^{-1}(f(x))[/itex] with positive, non-zero radius [itex]\delta[/itex] such that

[tex]f(B(x,\delta)) \subset B(f(x),\epsilon)[/tex]

In other words, the function maps the open ball [itex]B(f(x),\epsilon) \subset U \subseteq Y[/itex] into an open ball [itex]f^{-1}(B(f(x), \epsilon))[/itex].

So we have two open balls; one in [itex]X[/itex] and one in [itex]Y[/itex]. We know that they are both open, one is centered at [itex]x[/itex] and the other at [itex]f(x)[/itex]. The function [itex]f^{-1}[/itex] maps open balls in [itex]Y[/itex] to open balls in [itex]X[/itex] (because of (2)). Now comes the crucial point:

Say we construct an open ball, [itex]B(x,\delta)[/itex], around [itex]x \in X[/itex] with radius [itex]\delta[/itex]. Then apply the function. The image of this ball will be contained within the ball around [itex]f(x)[/itex] with radius [itex]\epsilon[/itex]! Since I can always change my value for [itex]\epsilon[/itex] to compensate for any [itex]\delta[/itex]. Therefore

[tex]f(B(x,\delta)) \subset B(f(x),\epsilon)[/tex]

Furthermore, if we map our open ball [itex]B(x,\delta)[/itex] into [itex]Y[/itex] and then back into [itex]X[/itex] (ie. we have [itex]f^{-1}(f(B(x,\delta)))[/itex] then the open ball [itex]B(x, \delta)[/itex] will always be contained within the image of the image, ie

[tex]B(x,\delta) \subset f^{-1}(f(B(x,\delta)))[/tex]

But we know that [itex]f(B(x,\delta)) \subset U [/itex]. Hence

[tex]B(x,\delta) \subset f^{-1}(U)[/tex]

Therefore for every point [itex]a \in f^{-1}(U)[/itex] we can construct an open ball [itex]B(a,\delta)[/itex]. Therefore by definition, [itex]f^{-1}(U)[/itex] is open in [itex]X[/itex].


Does this sound better?
 
  • #6
Can every point in [itex]U[/itex] be written as [itex]f(x)[/itex] for some [itex]x[/itex] in the domain of [itex]f[/itex]?

Yes. This comes from (3) => (1)

Suppose [itex]f^{-1}(U)[/itex] is open in [itex]X[/itex].

Let [itex]x \in X[/itex] and [itex]\epsilon > 0[/itex]. Since [itex]B(f(x),\epsilon)[/itex] is open in [itex]Y[/itex], and the set [itex]f^{-1}(B(f(x),\epsilon))[/itex] is open in [itex]X[/itex].

Since [itex]x \in f^{-1}(B(f(x),\epsilon))[/itex], there exists a [itex]\delta > 0[/itex] such that [itex]B(x,\delta) \subset f^{-1}(B(f(x),\epsilon))[/itex].

This implies that [itex]f(B(x,\delta)) \subset B(f(x),\epsilon)[/itex].

But this means that [itex]d(x,x_0) < \delta \Rightarrow d(f(x),f(x_0)) < \epsilon[/itex] for all [itex]x,x_0 \in X[/itex].

Since [itex]B(x,\delta) \equiv d(x,x_0) < \delta[/itex] for all [itex]x \in X[/itex] and some [itex]x_0 \in X[/itex].

Similarly [itex]B(f(x),\epsilon) \equiv d(f(x),f(x_0)) < \epsilon[/itex].
 

What is the definition of a continuous function?

A continuous function is a function that has a smooth and unbroken graph, meaning that there are no abrupt changes or breaks in the function's output. In other words, as the input values change, the output values of a continuous function change in a gradual and continuous manner.

What is the formal mathematical definition of a continuous function?

A function f(x) is continuous at a point c if the limit of f(x) as x approaches c is equal to f(c). In other words, as x gets closer and closer to c, the output of the function approaches the value of f(c). This definition applies to both one-sided and two-sided limits.

How can we determine if a function is continuous?

A function can be continuous if it satisfies the following criteria: 1) the function is defined at the given point, 2) the limit of the function as x approaches the given point exists, and 3) the limit of the function as x approaches the given point is equal to the value of the function at that point. If all three criteria are met, then the function is considered continuous at that point.

What are the three types of discontinuities in a function?

The three types of discontinuities in a function are: 1) removable or jump discontinuities, where the function has a hole or a jump at a specific point, 2) infinite or essential discontinuities, where the function has a vertical asymptote at a specific point, and 3) oscillating or infinite limit discontinuities, where the function has an oscillating or infinite limit at a specific point.

How does a continuous function differ from a differentiable function?

A continuous function is a function that does not have any abrupt changes or breaks in its graph, while a differentiable function is a function that has a well-defined derivative at every point in its domain. In other words, a differentiable function is always continuous, but a continuous function may not necessarily be differentiable at all points.

Similar threads

  • Introductory Physics Homework Help
Replies
9
Views
677
  • Topology and Analysis
Replies
11
Views
938
  • Calculus and Beyond Homework Help
Replies
22
Views
325
  • Introductory Physics Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
10
Views
1K
  • Calculus
Replies
9
Views
2K
Replies
5
Views
368
  • Calculus and Beyond Homework Help
Replies
13
Views
2K
  • Introductory Physics Homework Help
Replies
9
Views
935
  • Differential Equations
Replies
1
Views
760
Back
Top