If $a$ and $b$ are integers, with $b \not = 0$, then there exist unique integers $q$ and $r$ such that $a= b \cdot q + r$ where $0 \leq r <|b|$.

 Corollary: If $a$ and $b$ are integers, with $b \not = 0$, then there exist unique integers $q$ and $r$ such that $a= b \cdot q + r$ where  $0 \leq  r <|b|$.

Proof: Consider the case in which $b$ is negative. So $|b| > 0$. By  Division Algorithm Theorem, there exist unique integers $q'$ and $r$ such that \linebreak $a=  |b| \cdot  q'+ r$ where  $0 \leq  r <|b|$. Note that $|b | = - b$, we can take $q = -q'$ to get $a= q \cdot b + r$,  where  $0 \leq  r <|b|$. Consider the case in which $b$ is positive. Proof follows from Division Algorithm Theorem.

Popular posts from this blog

Definition of divisibility and Theorem on divisibility

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

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