Prove that if $gcd(a, b) = d$, then $gcd(\frac{a}{d}, \frac{b}{d}) = 1$.

Corollary: If $gcd(a, b) = d$, then $gcd(\frac{a}{d}, \frac{b}{d}) = 1$.

Proof:  Since $d = gcd(a,b)$, we have  $d ~|~ a$ and $d ~|~ b$. Hence $\frac{a}{d},~ \frac{b}{d}$ are integers. Since $d = gcd(a,b)$, Theorem, there exist integers $x$ and $y$ such that $d = gcd(a, b) = a \cdot x+ b \cdot y$. By dividing both side of this equation by $d$, we get $1 = \frac{a}{d} \cdot x + \frac{b}{d} \cdot y$. By Theorem, $gcd(\frac{a}{d}, \frac{b}{d}) = 1$.

Popular posts from this blog

The Division Algorithm / Prove that given integers $a$ and $b$, with $b > ~ 0$, there exist unique integers $q$ and $r$ such that $a = b \cdot q +r$, where $0 \leq r < b$. The integer $q$ is called the $\textbf{quotient}$ and the integer $r$ is called $\textbf{remainder}$.

Definition of divisibility and Theorem on divisibility

Define Greatest Common Divisor and Prove that if $a$ and $b$ are any integers, not both of them are zero. Then there exist integers $x$ and $y$ such that $gcd(a, b) =a \cdot x + b \cdot y$.