Proving abs(x-y) < ε for all ε>0 in Real Analysis

mb55113
Messages
3
Reaction score
0
Prove that abs(x-y) < ε for all ε>0, then x=y.

I really do not know how to start this... I have tried to do the contra positive which would be If x does not equal y, then there exist a ε>0 such that abs(x-y) >= ε. Can someone help me and lead me to the right direction.
 
Physics news on Phys.org
Here's how I might approach the problem. Given any two real numbers x,y \in \mathbb{R} we clearly have that x-y \in \mathbb{R} and similarly that |x-y| \in \mathbb{R}. Now, suppose that |x-y| &gt; 0, can you see how this imediately results in a contradiction? What does this contradiction suggest about the value of |x-y|?
 
However, if you want to prove the contrapositive, you could do it this way. Pick any two real numbers x,y such that x-y \neq 0. Then clearly |x-y| &gt; 0. Now, what happens if you choose something like \varepsilon = \frac{|x-y|}{2}?
 
mb55113 said:
If x does not equal y, then there exist a ε>0 such that abs(x-y) >= ε. Can someone help me and lead me to the right direction.
Quick: without thinking, tell me a positive number that is either equal to or less than 5.
 
Ok...I tried the contrapositive...I think that i got it so suppose that abs(x-y)=m>0. Therefore we make ε=m/2 which makes abs(x-y)=m>(m/2)=ε and therefore we have found an ε>o and which makes abs(x-y)>= ε...is that right?
 
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