The proof (taken from http://www.themathpage.com/aPreCalc/rational-irrational-numbers.htm#proof):
"To prove that there is no rational number whose square is 2, suppose there were. Then we could express it as a fraction m/n in lowest terms.
That is, suppose $$\frac{m}{n} \cdot \frac{m}{n} = \frac{m \cdot m}{n \cdot n} = 2$$
but that is impossible. Since $\frac{m}{n}$ is in lowest terms, then $m$ and $n$ have no common divisors except 1. Therefore $m \cdot m$ and $n \cdot n$ also have no common divisors - they are relatively prime - and it will be impossible to divide $n \cdot n$ into $m \cdot m$ and get 2."
My problem:
I'm confused about how the fact that $m \cdot m$ and $n \cdot n$ are relatively prime makes it impossible to divide $n \cdot n$ into $m \cdot m$ to get 2.
Since $n$ could be 1, it seems to me that it relies on the assumption that $m$ can't be $\sqrt{2}$, which is what we're trying to prove in the first place, so the argument seems circular to me.
ps: I Wasn't sure about the proof-verification tag; this proof comes from a math Professor so my assumption here is that I'm obviously missing something, I don't mean for the tag to be insulting.