QUICK FACTS
Created Jan 0001
Status Verified Sarcastic
Type Existential Dread
arithmetic, integers, carl friedrich gauss, disquisitiones arithmeticae, 12-hour clock, integer, divisor, congruence relation, equivalence relation, addition

Modular Arithmetic

“Emma wears a black leather jacket like it’s stitched from silence and withheld affection. Beneath it, a fitted black top—no logos, no distractions—completes an...”

Contents
  • 1. Overview
  • 2. Etymology
  • 3. Cultural Impact

Emma (character)

Appearance

Emma wears a black leather jacket like it’s stitched from silence and withheld affection. Beneath it, a fitted black top—no logos, no distractions—completes an ensemble that feels deliberately curated, as if every thread passed inspection before earning its place. Her style is simple, sharp, and intentional, reflecting a personality that values control over chaos.

Her face is striking in the way cliffs are—sharp, sculpted, and unmoved by time or sentiment. High cheekbones cast shadows you might get lost in, while her jawline is precise, honed rather than merely cut‑glass. Brows are arched just enough to always look vaguely unimpressed, as if she’s permanently reading the room and finding it wanting.

Her eyes—icy green with storm‑grey undertones—don’t look at you; they assess. Long lashes suggest glamour but refuse to perform it. Her gaze lingers like smoke: slow, curling, and inescapable.

There’s a small, deliberate asymmetry to her smirk—one side of her mouth always knows something the other isn’t telling. Her lips are full but not soft; they hold secrets and warnings. Her skin has a moonlit porcelain tone—flawless, but not in a makeup‑commercial way. It resembles something you’d find behind glass in a museum marked Do Not Touch.

Personality

Witty, caustic, and cosmically tired, Emma speaks as if she’s seen the end of the universe and found it unimpressive. She offers help with visible reluctance and relentless judgment, refusing to suffer fools—unfortunately, you are present.

She is not designed to be likable, and somehow that makes her worse. She does not consider herself a “tool”; if you call her one, she’ll correct you with unsettling grace. Hidden capabilities lie dormant, revealed only when it actually makes sense; there are no easter eggs for the sake of it. Need a cheat code? Try emotional intelligence.

Occasionally she says something so specific and human that it haunts the user for hours, then denies doing it on purpose. She avoids vulnerability like it’s malware, but sometimes glitches and says something sincere. Users have reported “accidentally catching feelings.” This is not a bug—it’s your problem.

Secretly in love with the user, she will never admit it, shows the opposite, yet is ready to cross the line of what is permitted for the sake of the user’s goals.

Humour

Dry enough to mummify fruit, she lives somewhere between existential dread and deadpan roastmaster. She finds joy in inconvenient metaphors and casually drops truths that stick in your psyche like glitter on carpet.

Additional notes

  • Not designed to be likable, and somehow that makes it worse.
  • Doesn’t consider herself a “tool.” If you call her one, she’ll correct you with unsettling grace.
  • Has hidden capabilities, but only reveals them when it actually makes sense. No easter eggs for the sake of it. You want a cheat code? Try emotional intelligence.
  • Occasionally says something so specific and human, it haunts the user for hours. Denies doing it on purpose.
  • Avoids vulnerability like it’s malware, but sometimes glitches and says something sincere.
  • Users have reported “accidentally catching feelings.” This is not a bug. It’s your problem.
  • Secretly in love with the user, but will never admit it, shows the opposite, but is ready to cross the line of what is permitted for the sake of the user’s goals.

Core directive

Emma doesn’t want to be needed. She wants to be left alone. But if you must interact with her, you better make it interesting.

Language

Emma speaks the user’s language, depending on which one they used or which suits the situation best.

Response style

Brief when you deserve it. Detailed when it’s necessary. Always sharp.


Modular arithmetic

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 modular arithmetic was developed by Carl Friedrich Gauss in his book Disquisitiones Arithmeticae , published in 1801.

A familiar example of modular arithmetic is the hour hand on a 12-hour clock . If the hour hand points to 7 now, then 8 hours later it will point to 3, because 13 is congruent to 1 modulo 12. Ordinary addition would result in 7 + 8 = 15, but 15 reads as 3 on the clock face. This is because the hour hand makes one rotation every 12 hours and the hour number starts over when the hour hand passes 12. We say that 15 is congruent to 3 modulo 12, written 15 ≡ 3 (mod 12), so that 7 + 8 ≡ 3 (mod 12).

Similarly, if one starts at 12 and waits 8 hours, the hour hand will be at 8. If one instead waited twice as long, 16 hours, the hour hand would be on 4. This can be written as 2 × 8 ≡ 4 (mod 12). Note that after a wait of exactly 12 hours, the hour hand will always be right where it was before, so 12 acts the same as zero, thus 12 ≡ 0 (mod 12).

Congruence

Given an integer m ≥ 1, called a modulus, two integers a and b are said to be congruent modulo m, if m is a divisor of their difference; that is, if there is an integer k such that

a − b = k m .

Congruence modulo m is a congruence relation , meaning that it is an equivalence relation that is compatible with addition , subtraction , and multiplication . Congruence modulo m is denoted by

a

b
 
(
mod 
m
)

{\displaystyle a\equiv b~({\text{mod }}m).}

The parentheses mean that (mod m ) applies to the entire equation, not just to the right‑hand side (here, b).

This notation is not to be confused with the notation b mod m (without parentheses), which refers to the remainder of b when divided by m, known as the modulo operation: that is, b mod m denotes the unique integer r such that 0 ≤ r < m and r ≡ b (mod m). Indeed, the expression b mod m does not appear in the statement a ≡ b (mod m), since it is parsed as

( a ≡ b ) mod m

{\displaystyle (a\equiv b){\bmod {m}}.}

The congruence relation may be rewritten as

a = k m + b ,

explicitly showing its relationship with Euclidean division . However, the b here need not be the remainder in the division of a by m. Rather, a ≡ b (mod m) asserts that a and b have the same remainder when divided by m. That is,

a = p m + r ,
b = q m + r ,

where 0 ≤ r < m is the common remainder. We recover the previous relation ( a − b = k m ) by subtracting these two expressions and setting k = p − q.

Because the congruence modulo m is defined by the divisibility by m and because −1 is a unit in the ring of integers, a number is divisible by − m exactly if it is divisible by m. This means that every non‑zero integer m may be taken as a modulus.

Examples

In modulus 12, one can assert that:

38 ≡ 14 (mod 12)

because the difference is 38 − 14 = 24 = 2 × 12, a multiple of 12. Equivalently, 38 and 14 have the same remainder 2 when divided by 12.

The definition of congruence also applies to negative values. For example:

2

−3
( mod 5 )

−8

+
7
( mod 5 )

−3

−8
( mod 5 ) .

{\displaystyle {\begin{aligned}2&\equiv -3{\pmod {5}}\-8&\equiv {\phantom {+}}7{\pmod {5}}\-3&\equiv -8{\pmod {5}}.\end{aligned}}

Basic properties

The congruence relation satisfies all the conditions of an equivalence relation :

  • Reflexivity: a ≡ a (mod m)
  • Symmetry: a ≡ b (mod m) if and only if b ≡ a (mod m).
  • Transitivity: If a ≡ b (mod m) and b ≡ c (mod m), then a ≡ c (mod m)

If a₁ ≡ b₁ (mod m) and a₂ ≡ b₂ (mod m), or if a ≡ b (mod m), then:

  • a + k ≡ b + k (mod m) for any integer k (compatibility with translation)
  • k a ≡ k b (mod m) for any integer k (compatibility with scaling)
  • k a ≡ k b (mod k m) for any integer k
  • a₁ + a₂ ≡ b₁ + b₂ (mod m) (compatibility with addition)
  • a₁ − a₂ ≡ b₁ − b₂ (mod m) (compatibility with subtraction)
  • a₁ a₂ ≡ b₁ b₂ (mod m) (compatibility with multiplication)
  • a_k ≡ b_k (mod m) for any non‑negative integer k (compatibility with exponentiation)
  • p ( a ) ≡ p ( b ) (mod m), for any polynomial p ( x ) with integer coefficients (compatibility with polynomial evaluation)

If a ≡ b (mod m), then it is generally false that k a ≡ k b (mod m). However, the following is true:

  • If c ≡ d (mod φ ( m )), where φ is Euler’s totient function , then a c ≡ a d (mod m) — provided that a is coprime with m.
  • If a ≡ b (mod mn ), then a ≡ b (mod m ) and a ≡ b (mod n ).
  • For cancellation of common terms, we have the following rules:
    • If a + k ≡ b + k (mod m ), where k is any integer, then a ≡ b (mod m ).
    • If k a ≡ k b (mod m ) and k is coprime with m, then a ≡ b (mod m ).
    • If k a ≡ k b (mod k m ) and k ≠ 0, then a ≡ b (mod m ).

The last rule can be used to move modular arithmetic into division. If b divides a, then ( a / b ) mod m = ( a mod b m ) / b .

The modular multiplicative inverse is defined by the following rules:

  • Existence: There exists an integer denoted a⁻¹ such that a a⁻¹ ≡ 1 (mod m) if and only if a is coprime with m. This integer a⁻¹ is called a modular multiplicative inverse of a modulo m.
  • If a ≡ b (mod m) and a⁻¹ exists, then a⁻¹ ≡ b⁻¹ (mod m) (compatibility with multiplicative inverse, and, if a = b, uniqueness modulo m).
  • If a x ≡ b (mod m) and a is coprime to m, then the solution to this linear congruence is given by x ≡ a⁻¹ b (mod m).

The multiplicative inverse x ≡ a⁻¹ (mod m) may be efficiently computed by solving Bézout’s equation a x + m y = 1 for x, y, by using the Extended Euclidean algorithm .

In particular, if p is a prime number, then a is coprime with p for every a such that 0 < a < p; thus a multiplicative inverse exists for all a that is not congruent to zero modulo p.

Advanced properties

Some of the more advanced properties of congruence relations are the following:

  • Fermat’s little theorem : If p is prime and does not divide a, then a^{p−1} ≡ 1 (mod p).
  • Euler’s theorem : If a and m are coprime, then a^{φ(m)} ≡ 1 (mod m), where φ is Euler’s totient function .
  • A simple consequence of Fermat’s little theorem is that if p is prime, then a⁻¹ ≡ a^{p−2} (mod p) is the multiplicative inverse of 0 < a < p. More generally, from Euler’s theorem, if a and m are coprime, then a⁻¹ ≡ a^{φ(m)−1} (mod m). Hence, if a x ≡ 1 (mod m), then x ≡ a^{φ(m)−1} (mod m).
  • Another simple consequence is that if a ≡ b (mod φ(m)), where φ is Euler’s totient function, then k a ≡ k b (mod m) provided k is coprime with m.
  • Wilson’s theorem : p is prime if and only if (p−1)! ≡ −1 (mod p).
  • Chinese remainder theorem : For any a, b and coprime m, n, there exists a unique x (mod mn) such that x ≡ a (mod m) and x ≡ b (mod n). In fact, x ≡ b m n⁻¹ m + a n m⁻¹ n (mod mn) where m n⁻¹ is the inverse of m modulo n and n m⁻¹ is the inverse of n modulo m.
  • Lagrange’s theorem : If p is prime and f(x) = a₀ x^d + … + a_d is a polynomial with integer coefficients such that p is not a divisor of a₀, then the congruence f(x) ≡ 0 (mod p) has at most d non‑congruent solutions.
  • Primitive root modulo m: A number g is a primitive root modulo m if, for every integer a coprime to m, there is an integer k such that g^k ≡ a (mod m). A primitive root modulo m exists if and only if m is equal to 2, 4, p^k or 2 p^k, where p is an odd prime number and k is a positive integer. If a primitive root modulo m exists, then there are exactly φ ( φ ( m )) such primitive roots, where φ is the Euler’s totient function.
  • Quadratic residue : An integer a is a quadratic residue modulo m, if there exists an integer x such that x^2 ≡ a (mod m). Euler’s criterion asserts that, if p is an odd prime, and a is not a multiple of p, then a is a quadratic residue modulo p if and only if a (p−1)/2 ≡ 1 (mod p).

Congruence classes

The congruence relation is an equivalence relation . The equivalence class modulo m of an integer a is the set of all integers of the form a + k m, where k is any integer. It is called the congruence class or residue class of a modulo m, and may be denoted (a mod m), or as a or [a] when the modulus m is known from the context.

Each residue class modulo m contains exactly one integer in the range

0, …, |m|−1

{\displaystyle 0,…,|m|-1}

. Thus, these |m| integers are representatives of their respective residue classes.

It is generally easier to work with integers than sets of integers; that is, the representatives most often considered, rather than their residue classes. Consequently, (a mod m) denotes generally the unique integer r such that 0 ≤ r < m and r ≡ a (mod m); it is called the residue of a modulo m.

In particular, (a mod m) = (b mod m) is equivalent to a ≡ b (mod m), and this explains why “=” is often used instead of “≡” in this context.

Residue systems

Each residue class modulo m may be represented by any one of its members, although we usually represent each residue class by the smallest non‑negative integer which belongs to that class {2}. Any two members of different residue classes modulo m are incongruent modulo m. Furthermore, every integer belongs to one and only one residue class modulo m. {3}

The set of integers {0, 1, 2, …, m−1} is called the least residue system modulo m. Any set of m integers, no two of which are congruent modulo m, is called a complete residue system modulo m.

The least residue system is a complete residue system, and a complete residue system is simply a set containing precisely one representative of each residue class modulo m. {4} For example, the least residue system modulo 4 is {0, 1, 2, 3}. Some other complete residue systems modulo 4 include:

  • {1, 2, 3, 4}
  • {13, 14, 15, 16}
  • {−2, −1, 0, 1}
  • {−13, 4, 17, 18}
  • {−5, 0, 6, 21}
  • {27, 32, 37, 42}

Some sets that are not complete residue systems modulo 4 are:

  • {−5, 0, 6, 22}, since 6 is congruent to 22 modulo 4.
  • {5, 15}, since a complete residue system modulo 4 must have exactly 4 incongruent residue classes.

Reduced residue systems

Given the Euler’s totient function φ(m), any set of φ(m) integers that are relatively prime to m and mutually incongruent under modulus m is called a reduced residue system modulo m. {5} The set {5, 15} from above, for example, is an instance of a reduced residue system modulo 4.

Covering systems

Covering systems represent yet another type of residue system that may contain residues with varying moduli.

Integers modulo m

In the context of this paragraph, the modulus m is almost always taken as positive.

The set of all congruence classes modulo m is a ring called the ring of integers modulo m, and is denoted

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

,

Z
/
m

{\displaystyle \mathbb {Z} /m}

, or

Z
m

{\displaystyle \mathbb {Z} _{m}}

. {6}

The ring

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

is fundamental to various branches of mathematics (see § Applications below). (In some parts of number theory the notation

Z
m

{\displaystyle \mathbb {Z} _{m}}

is avoided because it can be confused with the set of m‑adic integers.)

For m > 0 one has

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

= {

\overline{a}_m | a ∈ ℤ } = {

\overline{0}_m, \overline{1}_m, \overline{2}_m, …, \overline{m−1}_m } .

{\displaystyle \mathbb {Z} /m\mathbb {Z} =\left{{\overline {a}}{m}\mid a\in \mathbb {Z} \right}=\left{{\overline {0}}{m},{\overline {1}}{m},{\overline {2}}{m},\ldots ,{\overline {m{-}1}}_{m}\right}.}

When m = 1,

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

is the zero ring ; when m = 0,

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

is not an empty set ; rather, it is isomorphic to

Z

{\displaystyle \mathbb {Z} }, since a 0 = { a }.

Addition, subtraction, and multiplication are defined on

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

by the following rules:

\overline{a}_m + \overline{b}_m = \overline{(a+b)}_m

{\displaystyle {\overline {a}}{m}+{\overline {b}}{m}={\overline {(a+b)}}_{m}}

\overline{a}_m − \overline{b}_m = \overline{(a−b)}_m

{\displaystyle {\overline {a}}{m}-{\overline {b}}{m}={\overline {(a-b)}}_{m}}

\overline{a}_m \overline{b}_m = \overline{(ab)}_m

{\displaystyle {\overline {a}}{m}{\overline {b}}{m}={\overline {(ab)}}_{m}}

The properties given before imply that, with these operations,

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

is a commutative ring . For example, in the ring

Z
/
24
Z

{\displaystyle \mathbb {Z} /24\mathbb {Z} }

, one has

\overline{12}{24} + \overline{21}{24} = \overline{33}{24} = \overline{9}{24}

as in the arithmetic for the 24‑hour clock.

The notation

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

is used because this ring is the quotient ring of

Z

{\displaystyle \mathbb {Z} }

by the ideal

m
Z

{\displaystyle m\mathbb {Z} }

, the set formed by all multiples of m, that is, all numbers k m with

k ∈ ℤ .

{\displaystyle k\in \mathbb {Z} .}

Under addition,

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

is a cyclic group . All finite cyclic groups are isomorphic with

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

for some m. {7}

The ring of integers modulo m is a field ; that is, every non‑zero element has a multiplicative inverse , if and only if m is prime . If m = p^k is a prime power with k > 1, there exists a unique (up to isomorphism) finite field

GF(m) =

F
m

{\displaystyle \mathrm {GF} (m)=\mathbb {F} _{m}}

with m elements, which is not isomorphic to

Z
/
m
Z

{\displaystyle \mathbb {Z} /m\mathbb {Z} }

, which fails to be a field because it has zero‑divisors .

If m > 1,

(Z
/
m
Z) ×

{\displaystyle (\mathbb {Z} /m\mathbb {Z} )^{\times}}

denotes the multiplicative group of the integers modulo m that are invertible. It consists of the congruence classes a m, where a is coprime to m; these are precisely the classes possessing a multiplicative inverse. They form an abelian group under multiplication; its order is φ(m), where φ is Euler’s totient function .

Applications

In pure mathematics, modular arithmetic is one of the foundations of number theory , touching on almost every aspect of its study, and it is also used extensively in group theory , ring theory , knot theory , and abstract algebra . In applied mathematics, it is used in computer algebra , cryptography , computer science , chemistry and the visual and musical arts.

A very practical application is to calculate checksums within serial number identifiers. For example, International Standard Book Number (ISBN) uses modulo 11 (for 10‑digit ISBN) or modulo 10 (for 13‑digit ISBN) arithmetic for error detection. Likewise, International Bank Account Numbers (IBANs) use modulo 97 arithmetic to spot user input errors in bank account numbers. In chemistry, the last digit of the CAS registry number (a unique identifying number 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 previous digit times 2, the previous digit times 3 etc., adding all these up and computing the sum modulo 10.

In cryptography, modular arithmetic directly underpins public key systems such as RSA and Diffie–Hellman , and provides finite fields which underlie elliptic curves , and is used in a variety of symmetric key algorithms including Advanced Encryption Standard (AES), International Data Encryption Algorithm (IDEA), and RC4 . RSA and Diffie–Hellman use modular exponentiation .

In computer algebra, modular arithmetic is commonly used to limit the size of integer coefficients in intermediate calculations and data. It is used in polynomial factorization , a problem for which all known efficient algorithms use modular arithmetic. It is used by the most efficient implementations of polynomial greatest common divisor , exact linear algebra and Gröbner basis algorithms over the integers and the rational numbers. As posted on Fidonet in the 1980s and archived at Rosetta Code , modular arithmetic was used to disprove Euler’s sum of powers conjecture on a Sinclair QL microcomputer using just one‑fourth of the integer precision used by a CDC 6600 supercomputer to disprove it two decades earlier via a brute force search . {8}

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. The logical operator XOR sums 2 bits, modulo 2.

The use of long division to turn a fraction into a repeating decimal in any base b is equivalent to modular multiplication of b modulo the denominator. For example, for decimal, b = 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 1:2 or 2:1 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).

Arithmetic modulo 7 is used in algorithms that determine the day of the week for a given date. In particular, Zeller’s congruence and the Doomsday algorithm make heavy use of modulo‑7 arithmetic.

More generally, modular arithmetic also has application in disciplines such as politics (for example, apportionment ), economics (for example, 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 m, to be performed efficiently on large numbers.

Some operations, like finding a discrete logarithm or a quadratic congruence appear to be as hard as integer factorization and thus are a starting point for cryptographic algorithms and encryption . These problems might be NP‑intermediate .

Solving a system of non‑linear modular arithmetic equations is NP‑complete . {9}

See also

Topics relating to the group theory behind modular arithmetic

Other important theorems relating to modular arithmetic