Prove that there's no fractions that can't be written in lowest term with Well Ordering Principle

This is from Class Note from 6.042 ocw courses at MIT:

"Well Ordering Principle" section:

( Sorry for not posting latex; I have less than 10 reputations to post images )

You can read the original here at page 1 and 2; Well Ordering Principle: http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-042j-mathematics-for-computer-science-fall-2010/readings/MIT6_042JF10_chap03.pdf

In fact, looking back, we took the Well Ordering Principle for granted in proving that $\sqrt{2}$ is irrational. That proof assumed that for any positive integers $m$ and $n$, the fraction $\frac{m}{n}$ can be written in lowest terms, that is, in the form $\frac{m'}{n'}$ where $m'$ and $n'$ are positive integers with no common factors. How do we know this is always possible?

Suppose to the contrary that there were $m$, $n$ in $\mathbb{Z}^+$ such that the fraction $\frac{m}{n}$ cannot be written in lowest terms. Now let $C$ be the set of positive integers that are numerators of such fractions. Then $m$ in $C$, so $C$ is nonempty. Therefore, by Well Ordering, there must be a smallest integer, $m_0$ in $C$. So by definition of $C$, there is an integer $n_0 > 0$ such that the fraction $\frac{m_0}{n_0}$ cannot be written in lowest terms. This means that $m_0$ and $n_0$ must have a common factor, $p > 1$. But

$(\frac{m_0}{p}) / (\frac{n_0}{p}) = \frac{m_0}{n_0}$

so any way of expressing the left hand fraction in lowest terms would also work for $\frac{m_0}{n_0}$, which implies the fraction($\frac{m_0}{p}) / (\frac{n_0}{p})$ cannot be in written in lowest terms either.

So by definition of $C$, the numerator, $\frac{m_0}{p}$, is in $C$. But $\frac{m_0}{p} < m_0$, which contradicts the fact that $m_0$ is the smallest element of $C$. Since the assumption that $C$ is nonempty leads to a contradiction, it follows that $C$ must be empty. That is, that there are no numerators of fractions that can’t be written in lowest terms, and hence there are no such fractions at all.

I don't really understand the part where, the author says:

So by definition of $C$, there is an integer $n_0 > 0$ such that:

$\frac{m_0}{n_0}$ cannot be written in lowest terms.

This means that $m_0$ and $n_0$ must have a common factor, $p > 1$.

Why $\frac{m_0}{n_0}$ cannot be written in lowest terms means $m_0$ and $n_0$ must have a common factor?

What does '$\frac{m_0}{n_0}$ cannot be written in lowest terms' actually means?

I'm not native English speaker so it may be confusing at places to understand the words.

And I don't quite understand this statement, too:

But:

  $(\frac{m_0}{p}) / (\frac{n_0}{p}) = \frac{m_0}{n_0}$

so any way of expressing the left hand fraction in lowest terms would also work for $\frac{m_0}{n_0}$, which implies the fraction $(\frac{m_0}{p}) / (\frac{n_0}{p})$ cannot be in written in lowest terms either.

Thanks!


If $\frac{m}{n}$ cannot be written in lowest terms, this means that for all $m', n'$ such that $\frac{m'}{n'} = \frac{m}{n}$, $m'$ and $n'$ share some common divisor $d > 1$.

The later statement says that if

$$\frac{\frac{m_0}{p}}{\frac{n_0}{p}}$$

can be expressed in lowest terms, as some $\frac{q}{r}$, then as

$$\frac{q}{r} = \frac{\frac{m_0}{p}}{\frac{n_0}{p}},$$

it is also true that

$$\frac{q}{r} = \frac{m_0}{n_0},$$

and so $\frac{q}{r}$ would be an expression of $\frac{m_0}{n_0}$ in lowest terms. Since no such expression can exist, since $m_0 \in C$ and by definition of $C$, there can also be no way to express

$$\frac{\frac{m_0}{p}}{\frac{n_0}{p}}$$

in lowest terms.