The Cardinality of a subset of field of 8 elements

185 Views Asked by At

Let $F$ be a field of $8$ elements. Let $A$ be a subset of $F$ and

$A = \{x \in F \mid x^7=1$ and $x^k \neq 1$ for $k<7\}$. Then find the number of elements in $A$.

Argument: Since $F$ is a field of $8$ elements, we know that in a field, set of non-zero elements form a group with respect to multiplication (say $G$), hence there exists a group with $7$ elements(leave the zero element from the field) since the order is $7$(prime number) $G$ is cyclic. Therefore the number of generators(i.e multiplicative order is $7$) of $G$ is $6$, which is nothing but the set $A$...Hence there is $6$ elements in the set $A$..

I don't know whether my argument is right or not..please let me know where i am wrong...