0

Could someone please help me with this proof?

Suppose that $a, b \in N$, and $d = \gcd(a, b)$. Since $d$ divides $a$, we have $a = de$ for some integer $e,$ and similarly $b = df$ for some integer $f$. Prove that $\gcd(e, f) = 1$.

I understand why it works. Since d is all the common factors of $a$ and $b, e$ and $f$ had no common factors, therefore the $\gcd(e,f) = 1$. But how do I prove this?

Thanks in advance.

Bill Dubuque
  • 272,048

3 Answers3

2

It is special case of the gcd Distributive Law, namely

$$\begin{align} d &= \gcd(de,df)\\[.4em] \Longrightarrow\ \ d &= d\gcd(e,f)\ \ \ \text{by the gcd Distributive Law}\\[.4em] \smash{\overset{{\rm cancel}\ d}\Longrightarrow}\ \ 1 &=\gcd (e,f) \end{align}$$

The linked post has proofs of this law (by Bezout, universal property, and prime factorizations).

Bill Dubuque
  • 272,048
1

Suppose $\gcd(e,f)\neq 1$. Then $\exists p\in\mathbb P \left(\begin{cases}p\mid e\\p\mid f\end{cases}\right)$ and so $\begin{cases}dp\mid de=a\\dp\mid df=b\end{cases}$, contradiction.

user26486
  • 11,331
0

You have the key idea of the proof. The challenge is now to make it rigorous.

Suppose that $e$ and $f$ have a common factor, $D$. We want to show that $D$ is already "included" in $d$.

From the two equations you wrote down, we have $Dd\mid a,b$. What does this tell you about $D$?

Mathmo123
  • 23,018