To show that $f(x)= \frac{1}{x}$ is not uniformly continuous on $(0,\infty)$
ATTEMPT Choose $\epsilon$ to be less than 1 Let $x_1=\delta$ and $x_2=\frac{\delta}{2}$
Then $|x_1-x_2|$ is less than $\delta$
$|f(x_1)-f(x_2)|= \frac{1}{\delta}$ which is bigger than 1(choosing $\delta$ to be less than 1) , and so bigger than $\epsilon$
Now by Archimedian property choose
$\frac{1}{\delta}$ greater than $\epsilon$
so this violates our condition of uniform continuity
IS THIS CORRECT ?
Thanks
This is mathematically incorrect, because you did not show what statement you want to disprove.
Your attempt is a very typical way a beginner approaches a mathematical proof, and that is to simply throw every possible thing they think is correct out. There is no structure, no story told in your proof.
Your attempt needs to start with:
Now, since you are disproving uniform continuity, you need to prove the statement:
You do this by actually setting a certain value of $\epsilon$ (for example, $\epsilon=1$ is possible), then taking an arbitrary value of $\delta$ and finding the correct pair of $x,y$ to prove your point.
Remember, the statement says: There exists such an $\epsilon$ that for every $\delta$, there exists a pair $x,y$, such that something is true.
You cannot, therefore, choose your $\epsilon$ after you chose your $\delta$.
Example:
here is my proof of the statement
Can you see the error in my argument?