"Given a Galois Field $(\mathbb{F}, +, \cdot)$ of order 8. With an element $x \in \mathbb{F}$ we create a group $(\{x^m | m \in \mathbb{Z}\}, \cdot)$. ($x^m$ is calculated via the second operator $\cdot$ in the field, for example: $x^3 = x\cdot x\cdot x$). What is $\max_{x\in\mathbb{Z}}|\{ x^m|m \in \mathbb{Z}) \}|$?"
I don't really understand the question or know how to answer... Help please?
Hint: Since the field has order $8$, it's $\mathbb{F_{2^3}}$. Now consider a fixed $x\in\mathbb{F_{2^3}}$ and look at the sequence $1,x,x^2,x^3,\cdots$. As this is a finite field, this sequences is guaranteed to be periodic. The question is: how long can this sequence be? Try looking at the Frobenius Endomorphism and see if you can learn anything about the length of the sequence based on the action of the Endomorphism on the element $x$.