What does this "$\times$" in $(\Bbb Z/8\Bbb Z)^\times$ mean?

108 Views Asked by At

I saw this $\times$ symbol several times, but couldn't find what it means.

2

There are 2 best solutions below

0
On BEST ANSWER

Welcome to Math Stack Exchange.

$(\mathbb Z/8\mathbb Z)^\times$ means the multiplicative group of units (invertible elements) modulo $8$.

It's $\{1,3,5,7\}$ with multiplication mod $8$ as a group.

1
On

$(\Bbb Z/8\Bbb Z)^\times$ is also the set of integers $n$ such that

$$1\le n <8 \text{ and } \gcd(8,n)=1.$$

It contains $\phi(8) $ elements, where $\phi$ is the Euler totient function.