An Error in Spivak's Calculus?

  • Thread starter Thread starter middleCmusic
  • Start date Start date
  • Tags Tags
    Calculus Error
AI Thread Summary
The discussion revolves around a potential error in Spivak's Calculus regarding the limit concept, specifically the statement that if |x-a| < 1, then |x| < |a| + 1. Initially, it was believed this was only true for positive values of x and a, but the triangle inequality clarifies that the statement holds universally. Participants confirm that the proof is valid, emphasizing the use of the triangle inequality without needing to break absolute values. There is also a debate about the use of strict versus non-strict inequalities in epsilon-delta proofs, with consensus leaning towards strict inequalities for clarity. The conversation concludes with an acknowledgment of the correction and the importance of precise language in mathematical proofs.
middleCmusic
Messages
74
Reaction score
0
An Error in Spivak's Calculus? [problem resolved]

EDIT: Thanks for your help, guys. I see where I went wrong.

At one point in the discussion of limits, he says:

If |x-a| < 1, then |x| < |a| + 1.

As far as I can tell, this is true if x and a are both positive, but not otherwise.

Am I missing something here?

(And no, there isn't really any other information regarding the x-value or the value of a.)
 
Last edited:
Mathematics news on Phys.org
It's true. |x|-|a| <= |x-a| < 1, so |x| < |a| + 1
 
middleCmusic said:
At one point in the discussion of limits, he says:

If |x-a| < 1, then |x| < |a| + 1.

As far as I can tell, this is true if x and a are both positive, but not otherwise.

Am I missing something here?

(And no, there isn't really any other information regarding the x-value or the value of a.)

This is a result of the triangle inequality. We know for any real numbers a,b that:

|a-b| >= |a| - |b| (do you know how to prove this using triangle inequality?)

Now looking back at the problem, Since |x-a| < 1, this implies that |x| - |a| <= |x-a| < 1, so...
 
Wow, thanks for clearing that up. I'm not sure what I was thinking before, but it makes sense now.
 
|x - a| < 1
-1 + a < x < 1 + a
|x| < |1 + a| <= 1 + |a|
 
pessimist said:
|x - a| < 1
-1 + a < x < 1 + a
|x| < |1 + a| <= 1 + |a|

Thanks, your explanation is terrific.
 
This is quite a common trick in epsilon delta proofs.

|x| = |x + a - a| <= |x - a| + |a| < |a| + 1

this version requires only the standard triangle inequality without the need to break the absolute value up.
 
middleCmusic said:
Thanks, your explanation is terrific.


I just realized there is an error in my proof :) sorry about that.

|x| = |x + a - a| <= |x - a| + |a| < 1 + |a|

This one posted above is abolutely correct.
 
Yuqing said:
This is quite a common trick in epsilon delta proofs.

|x| = |x + a - a| <= |x - a| + |a| < |a| + 1

this version requires only the standard triangle inequality without the need to break the absolute value up.

I only meant to do it so that a better understanding was possible but I erred.
 
  • #10
Isn't there an error (or some sloppiness, at least) in the subsequent paragraph though: shouldn't

|x-a| < ε/(2|a|+1)​

be

|x-a| ≤ ε/(2|a|+1)​
 
  • #11
Aldaron said:
Isn't there an error (or some sloppiness, at least) in the subsequent paragraph though: shouldn't

|x-a| < ε/(2|a|+1)​

be

|x-a| ≤ ε/(2|a|+1)​

In what context? What subsequent paragraph are you talking about, what does it say?
 
  • #12
On the same page (93) as the rest of what's being discussed here (text line 18).
 
  • #13
I think you're right in that less than or equal to is sufficient. But when discussing epsilon - delta limits, it is simply easier to use strict inequalities without changing the end result too much.
 
  • #14
No, it's <. We require |x-a| < ε/(2|a|+1). You should copy the text, not everyone has the textbook.
 
  • #15
Yuqing said:
I think you're right in that less than or equal to is sufficient. But when discussing epsilon - delta limits, it is simply easier to use strict inequalities without changing the end result too much.
Yes, that's exactly what's going on. Thanks.
 
  • #16
disregardthat said:
No, it's <. We require |x-a| < ε/(2|a|+1). You should copy the text, not everyone has the textbook.
The question is about the textbook (as your answer demonstrates).
 
Back
Top