I'm trying to prove that $2\sqrt{pq}$, with $p$ and $q$ primes and $p \neq q$, is irrational. I have something like this:
Let's suppose that $2\sqrt{pq}$ is rational. Then, we have that $2\sqrt{pq} = \frac{m}{n}$, with $m,n \in \mathbb{Z^{+}}$, and $(m,n) = 1$.
Now, I need to prove that $m \neq 1$ and $n \neq 1$. When I try to prove that $m \neq 1$ I get:
If $m = 1$, then: \begin{align*} 2\sqrt{pq} &= \frac{m}{n}\\ 2n\sqrt{pq} &= 1\\ \end{align*} This implies $2 \vert 1$, wich is false. Thus, $m\neq1$.
But I don't really know how to prove that $n \neq 1$. The most I can get is:
If $n = 1$, then: \begin{align*} 2\sqrt{pq} &= \frac{m}{n}\\ 2\sqrt{pq} &= m\\ \end{align*} And this implies $2\sqrt{pq}$ is an integer.
But I don't know how to continue after this.