Definition:Modulo Multiplication
Contents |
Definition
Let $m \in \Z$.
Let $\Z_m$ be the set of integers modulo $m$.
We define the multiplication operation on $\Z_m$ by the rule:
- $\left[\!\left[{a}\right]\!\right]_m \times_m \left[\!\left[{b}\right]\!\right]_m = \left[\!\left[{a b}\right]\!\right]_m$
This is a well-defined operation.
This operation is called multiplication modulo $m$.
Comment
Although the operation of multiplication modulo $m$ is denoted by the symbol $\times_m$, if there is no danger of confusion, the conventional multiplication symbols $\times, \cdot$ etc. are often used instead.
In fact, the notation for multiplication of two integers modulo $m$ is not usually $\left[\!\left[{a}\right]\!\right]_m \times_m \left[\!\left[{b}\right]\!\right]_m$.
What is more normally seen is $a b \pmod m$.
Using this notation, what this result says is:
| \(\displaystyle \) | \(\displaystyle \) | \(\displaystyle \) | \(\displaystyle a\) | \(\equiv\) | \(\displaystyle \) | \(\displaystyle b\) | \(\displaystyle \pmod m\) | \(\displaystyle \) | |||
| \(\displaystyle \) | \(\displaystyle \) | \(\displaystyle \) | \(\displaystyle c\) | \(\equiv\) | \(\displaystyle \) | \(\displaystyle d\) | \(\displaystyle \pmod m\) | \(\displaystyle \) | |||
| \(\displaystyle \) | \(\displaystyle \implies\) | \(\displaystyle \) | \(\displaystyle a c\) | \(\equiv\) | \(\displaystyle \) | \(\displaystyle b d\) | \(\displaystyle \pmod m\) | \(\displaystyle \) |
and it can be proved in the same way.
Warning
Note that while the modulo operation is defined for all real numbers, the operation of modulo multiplication $\times_m$ is defined only when $a, b, m$ are all integers.
The reason for this can be found here.
Also see
Sources
- J.A. Green: Sets and Groups (1965)... (previous)... (next): $\S 2.6$
- Seth Warner: Modern Algebra (1965)... (previous)... (next): $\S 2$: Example $2.3$
- Donald E. Knuth: The Art of Computer Programming: Volume 1: Fundamental Algorithms (1968): $\S 1.2.4$: Law $\text{A}$
- Ian D. Macdonald: The Theory of Groups (1968)... (previous)... (next): $\S 1$: Some examples of groups
- C.R.J. Clapham: Introduction to Abstract Algebra (1969)... (previous)... (next): $\S 1.6$
- B. Hartley and T.O. Hawkes: Rings, Modules and Linear Algebra (1970)... (previous)... (next): $\S 1.2$: Some examples of rings: Ring Example $2$
- Allan Clark: Elements of Abstract Algebra (1971)... (previous)... (next): $\S 18 \alpha$
- Thomas A. Whitelaw: An Introduction to Abstract Algebra (1978)... (previous)... (next): $\S 14.3 \ \text{(iii)}$
- John F. Humphreys: A Course in Group Theory (1996)... (previous)... (next): $\S 2$: Example $2.30$