Order of An Integer

The order of an integer modulo $m$ is defined as

\[\text {ord} _n a = \min _{a^x \equiv 1 \pmod {n}} (x)\]

where $a$ and $n$ are relatively prime positive integers with $a \neq 0$.

The notation $\text {ord} _n a$ is first introduced by Guass in his Disquisitiones Arithmeticae in 1801. It is still in common use.

Existence

The proof of its existence is quite easy.

By the Euler's Totient Theorem, the set

\[S= \{ x: | a^x \equiv 1 \pmod {n} \}\]

contain at least one element, namely $\phi (n)$. Thus, the Well Ordering Principle implies the existence of the smallest element of $S$

Uses

The order of an integer is not really useful for anything. However, it is essential for the definition of the concept of a Primitive Root, which is quite useful.

See Also

This article is a stub. Help us out by expanding it.