The SlugMath Wiki is under heavy development!
Def/Division with remainder
From SlugmathWiki
Definition of Division of integers with remainder: Suppose that $a,b \in \NN$ , and $b \neq 0$. Then, there exist natural numbers $q,r$, such that:
- $a = qb + r$, and
- $0 \leq r < b$.
The natural number $r$ is called the remainder, and the natural number $q$ is called the quotient, when $a$ is divided by $b$. Finding such numbers $q$ and $r$ is called (elementary) division with remainder.
A slight variation involves dividing integers with remainder. Suppose that $a,b \in \ZZ$ , and $b \neq 0$. Then, there exist integers $q,r$, such that:
- $a = qb + r$, and
- $0 \leq \vert r \vert < \vert b \vert$.
Observe that we no longer require $r$ to be positive (though we could, if we wanted to). If the above two statements hold, the natural number $r$ is called a remainder, and the integer $q$ is called a quotient, when $a$ is divided by $b$. Finding such numbers $q$ and $r$ is again called (elementary) division with remainder.
The idea of division with remainder can be generalized to integral domains through the definition of a Euclidean valuation.
Logical Connections
This definition logically relies on the following definitions and statements: Def/Natural number, Def/Integer, State/Every nonempty subset of N has a smallest element
The following statements and definitions logically rely on the material of this page: Def/Euclidean algorithm
To visualize the logical connections between this definition and other items of mathematical knowledge, you can visit any of the following clusters, and click the "Visualize" tab: Clust/Basic number theory

