Modular Arithmetic
Modular Arithmetic
Modular Arithmetic
Modular Arithmetic
Modular arithmetic is the arithmetic of congruences, sometimes known informally as "clock arithmetic." In
modular arithmetic, numbers "wrap around" upon reaching a given fixed quantity, which is known as the modulus
(which would be 12 in the case of hours on a clock, or 60 in the case of minutes or seconds on a clock).
Formally, modular arithmetic is the arithmetic of any nontrivial homomorphic image of the ring of integers. For
any such homomorphic image
of
a nonnegative integer
by .
of integers
iff
) of
by .
",
or "
", or "
," although the equal sign is commonly replaced with the congruence sign
such statements to indicate that modular arithmetic is being used. More explicitly still, a notation such as
in
is frequently used.
Arithmetic modulo 2 is sometimes referred to as "Boolean arithmetic", because the ring
example of a Boolean ring.
is the canonical
n.
A form of arithmetic dealing with integers in which all numbers having the same remainder
when divided by a whole number are considered equivalent: Clocks use modular arithmetic
with modulus 12, so 4 hours after 9 o'clock is 1 o'clock.
New questions New answers Reference library
1
NotLgd
http://w iki.answ e
WA
http://w w w .answ
Modular arithmetic
In mathematics, modular arithmetic (sometimes called clock arithmetic) is a system of
arithmetic for integers, where numbers "wrap around" after they reach a certain valuethe
modulus. Modular arithmetic was introduced by Carl Friedrich Gauss in his book
Disquisitiones Arithmeticae, published in 1801.
if their difference a b is an integer multiple of n. The number n is called the modulus of the
congruence. An equivalent definition is that both numbers have the same remainder when
divided by n.
For example,
because 38 14 = 24, which is a multiple of 12. For positive n and non-negative a and b,
congruence of a and b can also be thought of as asserting that these two numbers have the
same remainder after dividing by the modulus n. So,
because both numbers, when divided by 12, have the same remainder (2). Equivalently, the
fractional parts of doing a full division of each of the numbers by 12 are the same: 0.1666...
(38/12 = 3.1666..., 2/12 = 0.1666...). From the prior definition we also see that their
difference, a b = 36, is a whole number (integer) multiple of 12 (n = 12, 36/12 = 3).
The same rule holds for negative values of a:
A remark on the notation: Because it is common to consider several congruence relations for
different moduli at the same time, the modulus is incorporated in the notation. In spite of the
ternary notation, the congruence relation for a given modulus is binary. This would have been
clearer if the notation a n b had been used, instead of the common traditional notation.
The properties that make this relation a congruence relation (respecting addition, subtraction,
and multiplication) are the following.
If
and
then:
It should be noted that the above two properties would still hold if the theory were expanded
to include all real numbers, that is if
were not necessarily all integers. The
next property, however, would fail if these variables were not all integers:
(or, alternatively,
When n 0,
When n = 0,
.
or
, since
The verification that this is a proper definition uses the properties given before.
In this way,
, we have
by the ideal
. Thus
containing all
is a field when
is
, a cyclic
The set
has a number of important mathematical properties that are foundational to
various branches of mathematics.
Rather than excluding the special case n = 0, it is more useful to include
(which, as
mentioned before, is isomorphic to the ring of integers), for example when discussing the
characteristic of a ring.
Remainders
The notion of modular arithmetic is related to that of the remainder in division. The operation
of finding the remainder is sometimes referred to as the modulo operation and we may see 2
= 14 (mod 12). The difference is in the use of congruency, indicated by "", and equality
indicated by "=". Equality implies specifically the "common residue", the least non-negative
member of an equivalence class. When working with modular arithmetic, each equivalence
class is usually represented by its common residue, for example 38 2 (mod 12) which can
be found using long division. It follows that, while it is correct to say 38 14 (mod 12), and 2
14 (mod 12), it is incorrect to say 38 = 14 (mod 12) (with "=" rather than "").
The difference is clearest when dividing a negative number, since in that case remainders are
negative. Hence to express the remainder we would have to write 5 17 (mod 12), rather
than 7 = 17 (mod 12), since equivalence can only be said of common residues with the same
sign.
In computer science, it is the remainder operator that is usually indicated by either "%" (e.g.
in C, Java, Javascript, and Python) or "mod" (e.g. in BASIC, SQL, Haskell), with exceptions
(e.g. Excel). These operators are commonly pronounced as "mod", but it is specifically a
remainder that is computed (since in C99 negative number will be returned if the first
argument is negative, and in Python a negative number will be returned if the second
argument is negative). The function modulo instead of mod, like 38 14 (modulo 12) is
sometimes used to indicate the common residue rather than a remainder (e.g. in Ruby).
Parentheses are sometimes dropped from the expression, e.g. 38 14 mod 12 or 2 = 14 mod
12, or placed around the divisor e.g. 38 14 mod (12). Notation such as 38(mod 12) has also
been observed, but is ambiguous without contextual clarification.
where
Another functional representation uses sine and arcsine, taking advantage of the fact that
arcsine is multivalued. Let
Then
g(x) = x (mod n)
for 0 x/2n < /2 or x/2n < 3/2, and
g(x) = x (mod n)
for /2 x/2n < or 3/2 x/2n < 2.
Applications
Modular arithmetic is referenced in number theory, group theory, ring theory, knot theory,
abstract algebra, cryptography, computer science, chemistry and the visual and musical arts.
It is one of the foundations of number theory, touching on almost every aspect of its study,
and provides key examples for group theory, ring theory and abstract algebra.
Modular arithemetic is often used to calculate checksums that are used within identifiers International Bank Account Numbers (IBANs) for example make use of modulo 97
arithmetic to trap user input errors in bank accouint numbers.
In cryptography, modular arithmetic directly underpins public key systems such as RSA and
Diffie-Hellman, as well as providing finite fields which underlie elliptic curves, and is used in
a variety of symmetric key algorithms including AES, IDEA, and RC4.
In computer science, modular arithmetic is often applied in bitwise operations and other
operations involving fixed-width, cyclic data structures. The modulo operation, as
implemented in many programming languages and calculators, is an application of modular
arithmetic that is often used in this context. XOR is the modular addition of two bits.
In chemistry, the last digit of the CAS registry number (a number which is unique for each
chemical compound) is a check digit, which is calculated by taking the last digit of the first
two parts of the CAS registry number times 1, the next digit times 2, the next digit times 3
etc., adding all these up and computing the sum modulo 10.
In music, arithmetic modulo 12 is used in the consideration of the system of twelve-tone
equal temperament, where octave and enharmonic equivalency occurs (that is, pitches in a 12
or 21 ratio are equivalent, and C-sharp is considered the same as D-flat).
The method of casting out nines offers a quick check of decimal arithmetic computations
performed by hand. It is based on modular arithmetic modulo 9, and specifically on the
crucial property that 10 1 (mod 9).
More generally, modular arithmetic also has application in disciplines such as law (see e.g.,
apportionment), economics, (see e.g., game theory) and other areas of the social sciences,
where proportional division and allocation of resources plays a central part of the analysis.
Computational complexity
Since modular arithmetic has such a wide range of applications, it is important to know how
hard it is to solve a system of congruences. A linear system of congruences can be solved in
polynomial time with a form of Gaussian elimination, for details see linear congruence
theorem. Algorithms, such as Montgomery reduction, also exist to allow simple arithmetic
operations, such as multiplication and exponentiation modulo n, to be performed efficiently
on large numbers.
Solving a system of non-linear modular arithmetic equations is NP-complete