Show |x-a|< epsilon IFF a-epsilon < x < a+epsilon

  • Thread starter Thread starter Kinetica
  • Start date Start date
  • Tags Tags
    Epsilon
Kinetica
Messages
83
Reaction score
0

Homework Statement



Hi! I am new to Real Analysis. Please let me know if my solution is alright. Thanks.
epsilon=e

Show that |x-a|< e IFF a-e < x < a+e

The Attempt at a Solution



Assume |x-a|< e. Prove, a-e < x < a+e

|x-a|< e
-e < x-a < e
a-e < x < a+e

Assume a-e < x < a+e. Prove |x-a|< e.

a-e < x < a+e
-e < x-a < e
|x-a|< e
 
Physics news on Phys.org
Looks okay to me.
 
Looks good to me to, but just to improve the style of your proof: when an operation is reversible, you can use the \iff sign and combine your proofs from each direction into a single proof.

E.g:
\|x-a\| &lt; \epsilon \iff -\epsilon &lt; x - a &lt; \epsilon \iff a - \epsilon &lt; x &lt; a + \epsilon
 
Thank you, this is a great suggestion. My proofs are indeed full of organizational flaws.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top