Prove A~B=>f(A)~f(B) for a continuous f:X->Y

Click For Summary

Discussion Overview

The discussion revolves around the proof of the statement that if two points A and B in a space X are related by a certain equivalence relation (denoted as A~B), then the images of these points under a continuous function f from X to Y are also related (f(A)~f(B)). The conversation touches on the definitions of continuity, the nature of the equivalence relation, and the implications of path-connectedness in the context of continuous functions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants suggest using an epsilon-delta argument to prove the continuity of the function f, while others express confusion about the application of this method.
  • There is a proposal that the equivalence relation A~B may imply that A and B are infinitesimally close, which relates to continuity in the hyperreal number system.
  • Participants discuss the need to clarify the definitions of the spaces X and Y, as well as the meaning of the equivalence relation ~.
  • One participant mentions the importance of specifying intervals when discussing continuity between two points in the context of mapping.
  • There is a suggestion that the proof could involve showing that the composition of continuous functions is continuous, specifically referencing the path q connecting A and B.
  • Some participants express uncertainty about the correct interpretation of continuity and path-connectedness, with references to counterexamples in topology.
  • Discussion includes the need to trace epsilon-delta definitions through function compositions or to use open set definitions to simplify the proof.

Areas of Agreement / Disagreement

Participants express varying degrees of understanding and interpretation regarding the proof and definitions involved. There is no consensus on the best approach to the proof, and multiple competing views remain regarding the nature of continuity and the equivalence relation.

Contextual Notes

Participants note that the definitions of the spaces involved and the equivalence relation are not fully established, leading to confusion. The discussion also highlights the potential for different interpretations of continuity depending on the mathematical framework being used.

BiGyElLoWhAt
Gold Member
Messages
1,637
Reaction score
138
So proofs are a weak point of mine.
The hint is that a composite of a continuous function is continuous. I'm not really sure how to use that. What I was thinking was something to the effect of an epsilon delta proof, is that applicable?

Something to the effect of:
##A \sim B\text{ and let } f \text{ be a continuous function X} \to \text{Y:}##
##\text{by definition, if } f \text{ is continuous, then there exists an } \epsilon \text{ for every } \delta \text{ such that ... blah...so }##
##f(A) \sim f(A+\epsilon) \sim f(A+n\epsilon) \text{ and by induction } f(A) \sim f(B) \text{ for large enough n}##
is that strong enough? Since A+n*epsilon = B it goes to f(B). Would that be necessary in the proof?
How can I do a proof with composite continuity?
 
Physics news on Phys.org
You will have to say what ##X## and ##Y## are, and what ##\sim## is.
 
At first I thought I was going to make an effort to understand the OP, but I just gave up.
 
Krylov said:
At first I thought I was going to make an effort to understand the OP, but I just gave up.

My bet is that the OP means that if two numbers ##A## and ##B## are infinitesimally close, then ##f(A)## and ##f(B)## are also infinitesimally close. This is indeed a characterization of continuity in the hyperreal number system.
 
micromass said:
My bet is that the OP means that if two numbers A and B are infinitesimally close, then f(A) and f(B) are also infinitesimally close. This is indeed a characterization of continuity in the hyperreal number system
Both your bet and such characterisation sound plausible. I just experienced a parsing error when I encountered the "... blah...so".
 
Krylov said:
Both your bet and such characterisation sound plausible. I just experienced a parsing error when I encountered the "... blah...so".

My parsing error came a bit earlier with "there is an epsilon for each delta"
 
micromass said:
My parsing error came a bit earlier with "there is an epsilon for each delta"
I remember a mischievous "true/false" question on an introductory analysis exam, where the definition of continuity was stated as usual, but with the roles of the symbols ##\varepsilon## and ##\delta## reversed, to the dismay of the audience.
 
Krylov said:
I remember a mischievous "true/false" question on an introductory analysis exam, where the definition of continuity was stated as usual, but with the roles of the symbols ##\varepsilon## and ##\delta## reversed, to the dismay of the audience.

You mean the following?
\forall \delta >0: \exists \varepsilon>0: \forall x: |x-a|<\varepsilon~\Rightarrow~|f(x) - f(a)| < \delta
That's a really good question :D
 
micromass said:
You mean the following?
Yes, precisely. :smile:
 
  • #10
Could be worse:
A function ##x:\mathbb{R}\rightarrow \mathbb{R}## is continuous at ##\delta## if and only if
\forall a>0:~\exists \varepsilon>0: \forall f\in \mathbb{R}:~|f-\delta|<\varepsilon~\Rightarrow~|x(f)-x(\delta)|<a
 
  • Like
Likes   Reactions: S.G. Janssens
  • #12
Terribly sorry, all.
http://inperc.com/wiki/index.php?title=Homology_classes
There's where it comes from.
It isn't defined anywhere, but I'm assuming ~ means connected, no cuts/holes/ etc.
X is a subspace of R^n, and I'm assuming Y is as well, X is the only one that has actually been defined, but thus far, as has been given, we're only working in subspaces of R^n.

Does that clear things up? The Blah... is the usual definition for continuity in calculus, I was just being lazy.

*The exercise is about 1/3 of the way down, just before section 3 about counting features.
 
  • #13
So ##A\sim B ## means that there is a continuous path ##q:[0,1]\rightarrow X## such that ##q(0)=A## and ##q(1)=B##? Can you find a continuous path between ##f(A)## and ##f(B)## then?
 
  • #14
Yes, I believe.
I mean, intuitively, yes. The problem lies in the proof part, I think.
Am I supposed to use ##f(q): [0,1] \to Y## and then just the fact that q is continuous and f is continuous therefore f(q) is continuous?
 
  • #15
What is ##f(q)## supposed to mean? Do you mean ##f\circ q##?
 
  • #16
Yes, sorry. The composite.
 
  • #17
I guess it would also be : [q(0), q(1)], would it not?
 
  • #18
BiGyElLoWhAt said:
I guess it would also be : [q(0), q(1)], would it not?

That's an interval, that has no meaning in general topological spaces.
 
  • #19
BiGyElLoWhAt said:
Yes, sorry. The composite.

Yes. And yes ##q## is continuous (by definition of being a path) and ##f## is continuous (given), so there composition ##f\circ q## is too.
 
  • Like
Likes   Reactions: BiGyElLoWhAt
  • #20
Is that literally it?
 
  • #21
Do I not need to specify my interval that I'm mapping over to show continuity between two points?
 
  • #22
Yes
 
  • Like
Likes   Reactions: BiGyElLoWhAt
  • #23
If you are not working on the Reals, you may not have an interval, period.
 
  • #24
WWGD said:
If you are not working on the Reals, you may not have an interval, period.

True, but in a vector space you usually have the following notation
[a,b] = \{ta+(1-t)b~\vert~t\in [0,1]\}
so perhaps he meant that?
 
  • #25
Well if I'm looking between two points, and then looking between a map of those two points, wouldn't those be my 2 respective intervals?
 
  • #26
BiGyElLoWhAt said:
Well if I'm looking between two points, and then looking between a map of those two points, wouldn't those be my 2 respective intervals?

Sorry, I'm not understanding this at all.
 
  • #27
The idea was to show continuity between a 2 points in X after they have been mapped to Y. So wouldn't that be my interval?
##q : [A,B] \to f\circ q : [q(A),q(B)] ##
Or something, I'm not really good with the rigorous math notation. I hope you can interpret this as I think it would be.
 
  • #28
micromass said:
True, but in a vector space you usually have the following notation
[a,b] = \{ta+(1-t)b~\vert~t\in [0,1]\}
so perhaps he meant that?
Sorry, I was referring to OP, trying to get him/her to clarify the assumptions.

EDIT: Besides, how do we know s/he is working in a topological vs?
 
Last edited:
  • #29
BiGyElLoWhAt said:
Well if I'm looking between two points, and then looking between a map of those two points, wouldn't those be my 2 respective intervals?
I don't know what you mean by continuity between two points. Would you clarify?
 
  • #30
WWGD said:
-
EDIT: Besides, how do we know s/he is working in a topological vs?

In post 12, the OP specified ##X## and ##Y## to be subspaces of ##\mathbb{R}^n##.
 
  • Like
Likes   Reactions: BiGyElLoWhAt

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
7K
Replies
8
Views
2K