I have to prove the following:
$$\text{Prove that there is no smallest positive real number}$$
Argument by contradiction
Suppose there is a smallest positive real number. Let $x$ be the smallest positive real number:
$$x : x \gt 0, x \in \mathbb{R}$$
Let $y$ be $\frac{x}{10}$. Contradiction. This implies that $y < x$ which implies that you can always construct a number that is less than the "smallest positive real number". QED.
Can someone please verify the write up of the proof and the proof itself?
Thanks for your time!
P.S. I have seen this and this but I'm not looking for a way to approach the problem but rather verification and write up help.
P.P.S If there is another novel way of approaching this problem, I would like to know!
Here is a slightly different way to organize the proof. What we will do is split it into two parts:
For every positive real number there is another positive real number less than it. Proof: Let $x>0$. Then since $0<\frac{1}{2}<1$, we have $x>\frac{1}{2}x>0$, and so $\frac{1}{2}x$ is such a number.
There is no smallest positive real number. Proof: Assume for sake of contradiction that $x$ is the smallest such. Then by 1 there is a smaller such number, contradicting minimality.
The idea with splitting the proof into two statements is that we have isolated the proof by contradiction into a very small part. The risk with proof by contradiction is that, since you are in fact assuming something which is false from the beginning, any mistaken reasoning after that will look like a valid completion to the contradiction proof.