An Error in Spivak's Calculus?

  • Context: Graduate 
  • Thread starter Thread starter middleCmusic
  • Start date Start date
  • Tags Tags
    Calculus Error
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
15 replies · 5K views
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:
Physics news on Phys.org
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.
 
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)​
 
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?
 
On the same page (93) as the rest of what's being discussed here (text line 18).
 
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.
 
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.
 
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).