Prove that $\sqrt{5}$ exists; in other words prove that there exists a positive number $x\in \mathbb R$ satisfying $x^2=5$
Here's what I've done:
I let $A= \{x>0:x^2\leq 5\}$
We know that $A$ is not empty because clearly $2$ is in it: $2^2<5$ and we also know that $A$ is bounded by $3$ because
$$x>3\implies x^2>9$$ so by completeness, $\sup A$ exists. I let $α = \sup A$
So now I'm trying to prove that $α^2=5$ (that there exists a positive number $α\in \mathbb R$ satisfying $α^2=5$) and to do this I'm going to try to show that $α^2<5$ and $α^2>5$ are impossible.
Case 1: $α^2<5$ to do this I'm assuming a proof by contradiction will work.
So, suppose $α^2<5$ then ...
Here's where I'm a bit lost, I don't know how to proceed with a proof by contradiction here. If anyone can give me hints or explain what I should do next that would be really appreciated.