Difference between revisions of "Order of An Integer"

(Created page with "The '''order''' of an integer modulo <math>m</math> is defined as <cmath>\text {ord} _n a = \min _{a^x \equiv 1 \pmod {n}} (x)</cmath> where <math>a</math> and <math>n</mat...")
 
m (See Also)
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
 
<cmath>\text {ord} _n a = \min _{a^x \equiv 1 \pmod {n}} (x)</cmath>
 
<cmath>\text {ord} _n a = \min _{a^x \equiv 1 \pmod {n}} (x)</cmath>
  
where <math>a</math> and <math>n</math> are relatively prime positive integers with <math>a \noteq 0</math>.
+
where <math>a</math> and <math>n</math> are relatively prime positive integers with <math>a \neq 0</math>.
  
 
The notation <math>\text {ord} _n a</math> is first introduced by Guass in his Disquisitiones Arithmeticae in 1801. It is still in common use.
 
The notation <math>\text {ord} _n a</math> is first introduced by Guass in his Disquisitiones Arithmeticae in 1801. It is still in common use.
Line 23: Line 23:
 
* [[Primitive Root]]
 
* [[Primitive Root]]
  
 +
{{stub}}
  
 
[[Category:Definition]]
 
[[Category:Definition]]

Latest revision as of 20:56, 18 January 2025

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.