Suppose $x\in \mathbb{Q}$ such that $x^{2}=6$. Since $x\in \mathbb{Q}$, there exists $m,n \in \mathbb{Z} $ where either $m$ or $n$ is odd such that $x=\frac{m}{n}$.
$\implies$ $x^2=(\frac{m}{n})^2=\frac{m^2}{n^2}=6$
$\implies$ $m^2=6n^2$, so $m^2$ is even. Hence, $m$ is even.
Since $m$ is even, $m=2k, k\in \mathbb{Z}$.
Then, $m^2=(2k)^2=4k^2=6n^2$
$\implies$ $n^2$ is even, so $n$ is even. But one of $m$ or $n$ must be odd, so $x\notin \mathbb{Q}$.
Therefore, $\sqrt{6}$ is irrational.
Does everything look alright here?