HOME

TheInfoList



OR:

In mathematics, the term ''modulo'' ("with respect to a modulus of", the
Latin Latin ( or ) is a classical language belonging to the Italic languages, Italic branch of the Indo-European languages. Latin was originally spoken by the Latins (Italic tribe), Latins in Latium (now known as Lazio), the lower Tiber area aroun ...
ablative of '' modulus'' which itself means "a small measure") 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 Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
in the context of
modular arithmetic In mathematics, modular arithmetic is a system of arithmetic operations for integers, other than the usual ones from elementary arithmetic, where numbers "wrap around" when reaching a certain value, called the modulus. The modern approach to mo ...
by
Carl Friedrich Gauss Johann Carl Friedrich Gauss (; ; ; 30 April 177723 February 1855) was a German mathematician, astronomer, geodesist, and physicist, who contributed to many fields in mathematics and science. He was director of the Göttingen Observatory and ...
in 1801. Since then, the term has gained many meanings—some exact and some imprecise (such as equating "modulo" with "except for"). For the most part, the term often occurs in statements of the form: :''A'' is the same as ''B'' modulo ''C'' which is often equivalent to "''A'' is the same as ''B''
up to Two Mathematical object, mathematical objects and are called "equal up to an equivalence relation " * if and are related by , that is, * if holds, that is, * if the equivalence classes of and with respect to are equal. This figure of speech ...
''C''", and means :''A'' and ''B'' are the same—except for differences accounted for or explained by ''C''.


History

''Modulo'' is a
mathematical jargon The language of mathematics has a wide vocabulary of specialist and technical terms. It also has a certain amount of jargon: commonly used phrases which are part of the culture of mathematics, rather than of the subject. Jargon often appears in ...
that was introduced into
mathematics Mathematics is a field of study that discovers and organizes methods, Mathematical theory, theories and theorems that are developed and Mathematical proof, proved for the needs of empirical sciences and mathematics itself. There are many ar ...
in the book '' Disquisitiones Arithmeticae'' by
Carl Friedrich Gauss Johann Carl Friedrich Gauss (; ; ; 30 April 177723 February 1855) was a German mathematician, astronomer, geodesist, and physicist, who contributed to many fields in mathematics and science. He was director of the Göttingen Observatory and ...
in 1801. Given the
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
s ''a'', ''b'' and ''n'', the expression "''a'' ≡ ''b'' (mod ''n'')", pronounced "''a'' is congruent to ''b'' modulo ''n''", means that ''a'' − ''b'' is an integer multiple of ''n'', or equivalently, ''a'' and ''b'' both share the same remainder when divided by ''n''. It is the
Latin Latin ( or ) is a classical language belonging to the Italic languages, Italic branch of the Indo-European languages. Latin was originally spoken by the Latins (Italic tribe), Latins in Latium (now known as Lazio), the lower Tiber area aroun ...
ablative of '' modulus'', 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 (or congruence) relation ''R'', where ''a'' is ''equivalent'' (or ''congruent'') to ''b'' modulo ''R'' if ''aRb''.


Usage


Original use

Gauss originally intended to use "modulo" as follows: given the
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
s ''a'', ''b'' and ''n'', the expression ''a'' ≡ ''b'' (mod ''n'') (pronounced "''a'' is congruent to ''b'' modulo ''n''") means that ''a'' − ''b'' is an integer multiple of ''n'', or equivalently, ''a'' and ''b'' both leave the same remainder when divided by ''n''. For example: : 13 is congruent to 63 modulo 10 means that : 13 − 63 is a multiple of 10 (equiv., 13 and 63 differ by a multiple of 10).


Computing

In
computing Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and softw ...
and
computer science Computer science is the study of computation, information, and automation. Computer science spans Theoretical computer science, theoretical disciplines (such as algorithms, theory of computation, and information theory) to Applied science, ...
, the term can be used in several ways: * In
computing Computing is any goal-oriented activity requiring, benefiting from, or creating computer, computing machinery. It includes the study and experimentation of algorithmic processes, and the development of both computer hardware, hardware and softw ...
, it is typically the
modulo In computing and mathematics, the modulo operation returns the remainder or signed remainder of a division, after one number is divided by another, the latter being called the '' modulus'' of the operation. Given two positive numbers and , mo ...
operation: given two numbers (either integer or real), ''a'' and ''n'', ''a'' modulo ''n'' is the
remainder In mathematics, the remainder is the amount "left over" after performing some computation. In arithmetic, the remainder is the integer "left over" after dividing one integer by another to produce an integer quotient ( integer division). In a ...
of the numerical division of ''a'' by ''n'', under certain constraints. * In
category theory Category theory is a general theory of mathematical structures and their relations. It was introduced by Samuel Eilenberg and Saunders Mac Lane in the middle of the 20th century in their foundational work on algebraic topology. Category theory ...
as applied to functional programming, "operating modulo" is special jargon which refers to mapping a functor to a category by highlighting or defining remainders.


Structures

The term "modulo" can be used differently—when referring to different mathematical structures. For example: * Two members ''a'' and ''b'' of a group are congruent modulo a
normal subgroup In abstract algebra, a normal subgroup (also known as an invariant subgroup or self-conjugate subgroup) is a subgroup that is invariant under conjugation by members of the group of which it is a part. In other words, a subgroup N of the group ...
,
if and only if In logic and related fields such as mathematics and philosophy, "if and only if" (often shortened as "iff") is paraphrased by the biconditional, a logical connective between statements. The biconditional is true in two cases, where either bo ...
''ab''−1 is a member of the normal subgroup (see
quotient group A quotient group or factor group is a mathematical group obtained by aggregating similar elements of a larger group using an equivalence relation that preserves some of the group structure (the rest of the structure is "factored out"). For ex ...
and isomorphism theorem for more). * Two members of a ring or an algebra are congruent modulo an ideal, if the difference between them is in the ideal. ** Used as a verb, the act of factoring out a normal subgroup (or an ideal) from a group (or ring) is often called "''modding out'' the..." or "we now ''mod out'' the...". * Two subsets of an infinite set are equal modulo finite sets precisely if their
symmetric difference In mathematics, the symmetric difference of two sets, also known as the disjunctive union and set sum, is the set of elements which are in either of the sets, but not in their intersection. For example, the symmetric difference of the sets \ and ...
is finite, that is, you can remove a finite piece from the first subset, then add a finite piece to it, and get the second subset as a result. * A
short exact sequence In mathematics, an exact sequence is a sequence of morphisms between objects (for example, Group (mathematics), groups, Ring (mathematics), rings, Module (mathematics), modules, and, more generally, objects of an abelian category) such that the Im ...
of maps leads to the definition of a quotient space as being one space modulo another; thus, for example, that a
cohomology In mathematics, specifically in homology theory and algebraic topology, cohomology is a general term for a sequence of abelian groups, usually one associated with a topological space, often defined from a cochain complex. Cohomology can be viewed ...
is the space of closed forms modulo exact forms.


Modding out

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: :: \begin & 1 & & 4 & & 2 & & 8 & & 5 & & 7 \\ \searrow & & \searrow & & \searrow & & \searrow & & \searrow & & \searrow & & \searrow \\ & 7 & & 1 & & 4 & & 2 & & 8 & & 5 \end In that case, one is ''"modding out by cyclic shifts''".


See also

*
Essentially unique In mathematics, the term essentially unique is used to describe a weaker form of uniqueness, where an object satisfying a property is "unique" only in the sense that all objects satisfying the property are equivalent to each other. The notion of ess ...
* List of mathematical jargon *
Up to Two Mathematical object, mathematical objects and are called "equal up to an equivalence relation " * if and are related by , that is, * if holds, that is, * if the equivalence classes of and with respect to are equal. This figure of speech ...


References


External links


Modulo
in the
Jargon File The Jargon File is a glossary and usage dictionary of slang used by computer programmers. The original Jargon File was a collection of terms from technical cultures such as the MIT Computer Science and Artificial Intelligence Laboratory, MIT AI Lab ...
{{DEFAULTSORT:Modulo (Jargon) Mathematical terminology