0

Let $G$ be a group with order $p$ a prime number. Show $G$ is cyclic.

I know that if $G$ is a cyclic group and if $|G|=n$, then $G\cong\mathbb{Z}_n$. But I don't where to go from there.

Any help/hints would be welcome. ^_^

Desperate Fluffy
  • 1,639
  • 2
  • 25
  • 47

2 Answers2

1

The definition of a cyclic group is a group such that all the elements of the group generated by one element. One can also show that if $G$ is cyclic of order $n$ then it is isomorphic to $\mathbb{Z}/n\mathbb{Z}$ (I'm sure you can find this fact in your book). Hence, you probably want to find an element that has the order of the group to finish your problem. Here is a hint:

Let $x$ be an element of $G$ that is not the identity. What does Lagrange theorem tell you? That the order of $x$ divides the order of $G$, which is a prime. Which are the divisors of a prime?

1

Suppose $\forall a \in G,a\neq1$, because the order of element is the factor of $p$, so we get $$a^p=1$$

that means that order of $a$ is an factor of $p$,and $a\neq1$ so $Order_a=p$. so $$G=\langle a \rangle $$ a cyclic group

Nax
  • 259