Amad27
- 409
- 1
Hi,
Suppose you want to prove |x - a||x + a| < \epsilon
You know
|x - a| < (2|a| + 1)
You need to prove
|x + a| < \frac{\epsilon}{2|a| + 1}
So that
|x - a||x + a| < \epsilon
Why does Michael Spivak do this:
He says you have to prove --> |x + a| < min(1, \frac{\epsilon}{2|a| + 1}) in order to finally prove, |x + a||x - a| < \epsilon
Why do we need the "min" function there?
Amad27 - The closing itex tag starts with /, not \. I fixed them all for you. - Mark44
Thanks!
Suppose you want to prove |x - a||x + a| < \epsilon
You know
|x - a| < (2|a| + 1)
You need to prove
|x + a| < \frac{\epsilon}{2|a| + 1}
So that
|x - a||x + a| < \epsilon
Why does Michael Spivak do this:
He says you have to prove --> |x + a| < min(1, \frac{\epsilon}{2|a| + 1}) in order to finally prove, |x + a||x - a| < \epsilon
Why do we need the "min" function there?
Amad27 - The closing itex tag starts with /, not \. I fixed them all for you. - Mark44
Thanks!
Last edited by a moderator: