Modulo (mathematics)


In mathematics, the term modulo is often used to assert that two distinct mathematical objects can be regarded as equivalent—if their difference is accounted for by an additional factor. It was initially introduced into mathematics in the context of modular arithmetic by Carl Friedrich Gauss in 1801. Since then, the term has gained many meanings—some exact and some imprecise. For the most part, the term often occurs in statements of the form:
which means

History

Modulo is a mathematical jargon that was introduced into mathematics in the book Disquisitiones Arithmeticae by Carl Friedrich Gauss in 1801. Given the integers a, b and n, the expression ab means that ab is an integer multiple of n, or equivalently, a and b both share the same remainder when divided by n. It is the Latin ablative of ', which itself means "a small measure."
The term has gained many meanings over the years—some exact and some imprecise. The most general precise definition is simply in terms of an equivalence relation R, where a is equivalent to b
modulo' R if aRb. More informally, the term is found in statements of the form:
which means

Usage

Original use

Gauss originally intended to use "modulo" as follows: given the integers a, b and n, the expression ab means that ab is an integer multiple of n, or equivalently, a and b both leave the same remainder when divided by n. For example:
means that

Computing

In computing and computer science, the term can be used in several ways:
The term "modulo" can be used differently—when referring to different mathematical structures. For example:
In general, modding out is a somewhat informal term that means declaring things equivalent that otherwise would be considered distinct. For example, suppose the sequence 1 4 2 8 5 7 is to be regarded as the same as the sequence 7 1 4 2 8 5, because each is a cyclicly-shifted version of the other:
In that case, the phrase "modding out by cyclic shifts" can also be used.