Order of Elements

Reading

Practice Problems

10.1
2, 3, 5, 6, 7, 11, 14, 15
10.1
(Challenge, Optional) 25-31 (The point of these exercises is to show that computing the order of an element is as hard as factoring the modulus)

Notes

Order of Elements

The reduced residues modulo \(n\) form a group under multiplication. In this section we start the study of this group, that has many interesting properties. We will not however assume knowledge of group theory.

Let \(\bar a\in\mathbb{Z}_n\) be a reduced residue. The order of \(\bar a\), also called the order of \(a\) modulo \(n\), is the smallest positive \(k\) such that:

\[\bar a^k = 1\]

It is denoted \(ord_n(a)\).

As an example, let's recall the orders of various elements modulo \(11\):

Here are some key properties of orders of elements:

Let \(a\) be a reduced residue modulo \(n\) with order \(r\). Then:

Let us see an illustration of some of these results.