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

  • Thread starter Thread starter Kinetica
  • Start date Start date
  • Tags Tags
    Epsilon
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
3 replies · 8K views
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 good to me to, but just to improve the style of your proof: when an operation is reversible, you can use the [itex]\iff[/itex] sign and combine your proofs from each direction into a single proof.

E.g:
[tex]\|x-a\| < \epsilon \iff -\epsilon < x - a < \epsilon \iff a - \epsilon < x < a + \epsilon[/tex]
 
Thank you, this is a great suggestion. My proofs are indeed full of organizational flaws.