Category:Examples of Congruence Modulo Integer
Jump to navigation
Jump to search
This category contains examples of Congruence Modulo Integer.
Let $m \in \Z_{> 0}$.
Definition by Remainder after Division
Congruence modulo $m$ is defined as the relation $\equiv \pmod m$ on the set of all $a, b \in \Z$:
- $a \equiv b \pmod m := \set {\tuple {a, b} \in \Z \times \Z: \exists k \in \Z: a = b + k m}$
That is, such that $a$ and $b$ have the same remainder when divided by $m$.
Definition by Modulo Operation
Let $\bmod$ be defined as the modulo operation:
- $x \bmod m := \begin{cases} x - m \left \lfloor {\dfrac x m}\right \rfloor & : m \ne 0 \\ x & : m = 0 \end{cases}$
Then congruence modulo $m$ is the relation on $\Z$ defined as:
- $\forall x, y \in \Z: x \equiv y \pmod m \iff x \bmod m = y \bmod m$
Definition by Integer Multiple
We also see that $a$ is congruent to $b$ modulo $m$ if their difference is a multiple of $m$:
Let $x, y \in \Z$.
$x$ is congruent to $y$ modulo $m$ if and only if their difference is an integer multiple of $m$:
- $x \equiv y \pmod m \iff \exists k \in \Z: x - y = k m$
Pages in category "Examples of Congruence Modulo Integer"
The following 23 pages are in this category, out of 23 total.
C
- Congruence (Number Theory)/Integers/Examples
- Congruence (Number Theory)/Integers/Examples/Modulo 1
- Congruence (Number Theory)/Integers/Examples/Modulo 2
- Congruence (Number Theory)/Integers/Examples/Modulo 3
- Congruence Modulo Integer/Examples
- Congruence Modulo Integer/Examples/-10 equiv 8 mod 6
- Congruence Modulo Integer/Examples/-2 equiv 14 mod 8
- Congruence Modulo Integer/Examples/-3 equiv -5 mod 2
- Congruence Modulo Integer/Examples/100 equiv -40 mod 20
- Congruence Modulo Integer/Examples/11 equiv -1 mod 12
- Congruence Modulo Integer/Examples/12 equiv 0 mod 3
- Congruence Modulo Integer/Examples/12,345,678,987,654,321 equiv 0 mod 12,345,679
- Congruence Modulo Integer/Examples/12,345,678,987,654,321 not equiv 0 mod 12,345,678
- Congruence Modulo Integer/Examples/12321 equiv 111 mod 3
- Congruence Modulo Integer/Examples/13 equiv 3 mod 5
- Congruence Modulo Integer/Examples/17 equiv 12 mod 5
- Congruence Modulo Integer/Examples/2 equiv -6 mod 4
- Congruence Modulo Integer/Examples/3 equiv 15 mod 4
- Congruence Modulo Integer/Examples/3 equiv 18 mod 5
- Congruence Modulo Integer/Examples/531 not equiv 1236 mod 7561
- Congruence Modulo Integer/Examples/57 not equiv 208 mod 4
- Congruence Modulo Integer/Examples/8 equiv 2 mod 2
- Congruence Modulo Integer/Examples/8 not equiv 3 mod 2