Limits of Functions ....Conway, Proposition 2.1.2 .... ....

  • Context: Undergrad 
  • Thread starter Thread starter Math Amateur
  • Start date Start date
  • Tags Tags
    Functions Limits
Click For Summary

Discussion Overview

The discussion centers around the proof of Proposition 2.1.2 from John B. Conway's book "A First Course in Analysis," specifically focusing on the concept of limits of functions and the implications of the proof structure. Participants are examining the logic and clarity of Conway's argument regarding the equivalence of two statements about limits.

Discussion Character

  • Technical explanation
  • Debate/contested
  • Conceptual clarification

Main Points Raised

  • Some participants express confusion over Conway's assumption that if ##f(a_n) \to L##, then the definition of the limit does not hold, questioning the validity of this logic.
  • Others clarify that the proof is structured as an "if and only if" argument, requiring two parts: proving P implies Q and Q implies P.
  • Some participants argue that the proof uses contraposition, stating that if the limit does not exist, then there exists a sequence converging to a that does not converge to L.
  • There is a discussion about the clarity of Conway's writing, with some participants suggesting that the proof is poorly articulated and leads to misunderstandings.
  • One participant notes that accepting one definition while denying the other leads to a contradiction, emphasizing the equivalence stated in the proposition.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the clarity of Conway's proof or the validity of his assumptions. There are competing views on the structure of the proof and its implications, indicating that the discussion remains unresolved.

Contextual Notes

Some participants highlight limitations in Conway's proof, such as the assumption of arbitrary epsilon values and the clarity of the proof's structure, which may affect understanding.

Who May Find This Useful

This discussion may be useful for students and readers of analysis who are grappling with the concepts of limits and the structure of mathematical proofs, particularly those studying Conway's text.

Math Amateur
Gold Member
MHB
Messages
3,920
Reaction score
48
TL;DR
I need help with the logic of the proof of John Conway's proof of a Proposition concerning the limit of a function ...
I am reading John B. Conway's book: A First Course in Analysis and am focused on Chapter 2: Differentiation ... and in particular I am focused on Section 2.1: Limits ...

I need help with an aspect of the proof of Proposition 2.1.2 ...Proposition 2.1.2 and its proof read as follows:
Conway - Proposition 2.1.2 ... .png

In the above proof by Conway we read the following:

" ... ... Now assume that ##f(a_n) \to L## whenever ##\{ a_n \}## is a sequence in ##X##\##\{a\}## that converges to ##a##, and let ##\epsilon \gt 0##. Suppose no ##\delta \gt 0## can be found can be found to satisfy the definition. ... ... "
Above Conway seems to me that he is assuming that ##f(a_n) \to L## and then assuming that the definition of ##f(a_n) \to L## doesn't hold true ... which seems invalid ...

Can someone explain Conway's logic ... can someone please explain what is actually being done in this part of the proof ...

Peter
 
Physics news on Phys.org
This is an "if and only if" proof. To prove P iff Q, you need to do two proofs. First, assume that P is true, and show that Q must also be true. Second, assume that Q is true, and then show that P is also true.
 
This implication of the proof is written down very badly imo.

The author proves an implication using contraposition/contradiction.

We prove ##\lim_{x\to a} f(x)\neq L## implies that there is a sequence ##(a_n)_n## in ##X\setminus \{a\}## with ##a_n\to a## but with ##f(a_n)\not\to L##. Using contraposition on this statement, one of the implications follows.

So let's begin. Our assumption that the limit does not exist means:

##\exists \epsilon >0: \forall \delta >0: \exists x\in X\setminus \{a\}: |x-a|<\delta \land |f(x)-L|\geq \epsilon##

(This is just the negation of the definition of limit).

Fix an ##\epsilon## as above (this Conway's first unclarity: we can't take an arbitrary ##\epsilon##).

Put ##\delta_n:= 1/n## for ##n\geq 1## and choose an associated sequence ##(x_n)_n## in ##X## with ##0<|x_n-a|<\delta_n## and ##|f(x_n)-L|\geq \epsilon##. Letting ##n\to \infty##, we see that ##x_n\to a## but ##f(x_n)\not\to L##, as desired.
 
Last edited by a moderator:
  • Like
Likes   Reactions: Math Amateur and PeroK
Mark44 said:
This is an "if and only if" proof. To prove P iff Q, you need to do two proofs. First, assume that P is true, and show that Q must also be true. Second, assume that Q is true, and then show that P is also true.

Yes but this is not the structure of the author's proof. Rather the author proves P is not true implies Q is not true (contraposition) which is of course equivalent with Q is true implies P is true.
 
  • Like
Likes   Reactions: Math Amateur
Math Amateur said:
Above Conway seems to me that he is assuming that ##f(a_n) \to L## and then assuming that the definition of ##f(a_n) \to L## doesn't hold true ... which seems invalid ...

Can someone explain Conway's logic ... can someone please explain what is actually being done in this part of the proof ...

He is assuming that for every sequence ##f(a_n) \to L##, but yet ##\lim_{x \rightarrow a} f(x) = L## is not true.

Note that the proposition says that these two things are equivalent. Their definitions are quite similar and to accept one and deny the other leads quickly to a contradiction.
 
  • Like
Likes   Reactions: Math Amateur
Math_QED said:
Yes but this is not the structure of the author's proof. Rather the author proves P is not true implies Q is not true (contraposition) which is of course equivalent with Q is true implies P is true.
I understand this. My point was that for an iff proof, you have to prove both statements by some means. I didn't include all of the possibilities; i.e., direct proof, contrapositive proof, proof by contradiction.
 
  • Like
Likes   Reactions: member 587159
Math_QED said:
This implication of the proof is written down very badly imo.

The author proves an implication using contraposition/contradiction.

We prove ##\lim_{x\to a} f(x)\neq L## implies that there is a sequence ##(a_n)_n## in ##X\setminus \{a\}## with ##a_n\to a## but with ##f(a_n)\not\to L##. Using contraposition on this statement, one of the implications follows.

So let's begin. Our assumption that the limit does not exist means:

##\exists \epsilon >0: \forall \delta >0: \exists x\in X\setminus \{a\}: |x-a|<\delta \land |f(x)-L|\geq \epsilon##

(This is just the negation of the definition of limit).

Fix an ##\epsilon## as above (this Conway's first unclarity: we can't take an arbitrary ##\epsilon##).

Put ##\delta_n:= 1/n## for ##n\geq 1## and choose an associated sequence ##(x_n)_n## in ##X## with ##0<|x_n-a|<\delta_n## and ##|f(x_n)-L|\geq \epsilon##. Letting ##n\to \infty##, we see that ##x_n\to a## but ##f(x_n)\not\to L##, as desired.
Thanks for a very helpful and clear explanation ...

I must say that Conway did not explain things very well ...

I think I'll switch to another text ...

Peter
 
Thanks to Math_QED, Mark44 and PeroK for your help ...

Peter
 
  • Like
Likes   Reactions: member 587159

Similar threads

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