Definition of relatively prime integers and Theorem on relatively prime integers.

 Definition: Two integers $a$ and $b$, not both of which are zero, are said to be relatively prime integers   if and only if $gcd(a, b) = 1$. 


Theorem: If $a$ and $b$ are any integers, not both them are zero, then $a$ and $b$ are relatively prime integers if and only if there exist integers $x$ and $y$ such that $a \cdot x +  b \cdot y = 1$.

Proof: Suppose that $a$ and $b$ are relatively prime integers, so that $gcd(a, b) = 1$. By Theorem, there exist integers $x$ and $y$ such that $a \cdot x + b \cdot y = 1$. conversely, suppose that there exist integers $x$ and $y$ such that $a \cdot x + b \cdot y = 1$ and that $d = gcd(a, b )$. Since $d = gcd(a,b)$, we have  $d ~|~ a$ and $d ~|~ b$. By part $7.$ of Theorem,  $d ~|~ (a  \cdot x + b \cdot y)$ for all integers $x, ~y$. So in particular  $d ~|~  (a \cdot x + b \cdot y) = 1$. Since $d$ is a positive integer and $d ~|~ 1$,  $d$ must be equal to $1$. Therefore $gcd(a, b ) = 1$ and hence $a$ and $b$ are relatively prime integers.

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$.