Prove $\sqrt{3}$ is irrational. (Proof by contradiction).
Let $\sqrt{3}$ be a rational number in simplest form $\frac pq$.
So squaring both sides of $\sqrt{3}=\frac pq$ we get $3=(\frac {p}{q})^2$ which translates to $3=\frac{p^2}{q^2}$.
Multiply both sides of the equation by $q^2$ yields $3q^2=p^2$. Now $p^2$ is taken to be divisible by 3 and thus an odd number, $p$ is also odd because any odd number squared is also odd.
So let $p=3s$ where s is an integer. Then $3q^2=(3s)^2 = 3q^2=9s^2$. Dividing both sides of the equation by 3 leaves us with $q^2=3s^2$.
Here is is taken that $q^2$ is divisible by 3 and is odd and so is $q$.
Therefore both $q \text{ and}\; p$ have a common factor of being odd and divisible by 3, proving that the $\sqrt{3}$ is irrational.
Are there any gaps that I could improve on?