0

Given $G$ is a group, $a \in G$, $o(a) = 218$, compute $o(a^{63})$

Well, first I started by saying that $gcd(218,63) = 1$. Thus,

$218 | 63k$, meaning $63k = 218s$ and $k,s \in Z$

$o(a) = 218 \rightarrow a^{218} = e$

Now I need to find such $k$ that will give me $e$ by doing that: $a^{63k} = e$

I'm not sure about the value of $k$ yet, can anyone help please. (Obviously it can be $k = 218$ I guess).

1 Answers1

1

Let $u,v \in \mathbb Z$ such that $218u+63v=1$, given by Bézout's lemma.

Then $a = a^1 = a^{218u} a^{63v} = (a^{63})^v$.

Therefore, the subgroup generated by $a^{63}$ contains $a$ and so coincides with the subgroup generated by $a$. This implies that $a^{63}$ has the same order as $a$.

lhf
  • 216,483
  • I see, so I had to use this: http://math.stackexchange.com/questions/2089141/given-g-group-and-a-in-g-an-e-gcdm-n-1-prove-exists-b-in Thank you sir. – Ilan Aizelman WS Jan 10 '17 at 13:27