Question 21 of Chapter 10 of Abstract Algebra by Dan Saracino is as follows:
Prove that every group of order 77 must have an element of order 7 and an element of order 11.
The more general case of this question is to prove a group of order $pq$ must have an element of order $p$ and an element of order $q$, where $p$ and $q$ are distinct primes.
I have seen this question on this site with so many solutions. However, none of them works for me because, up to Chapter 10, Sylow Theorem, Cauchy Theorem, homomorphism, quotient group, and even normal subgroups have not been introduced yet. Hence, there should be an elementary proof for Question 10.21 of Dan Saracino's book, but I do not know whether this elementary proof can also work for the general case or not.
I have a proof for the general case, but I know there is a problem with this proof that I will mention after the proof:
My proof
Suppose $G$ is our group such that $|G|=pq \ ;\ p>q$. There are two possibilities:
- $G$ is cyclic.
- $G$ is not cyclic.
In the first case, we can consider $G=\langle x\rangle $, so $\langle x^p\rangle $ and $\langle x^q\rangle $ are subgroups of order $q$ and $p$, respectively.
In the second case, we have 3 possibilities:
All elements have order $p$.
All elements have order $q$.
Some elements have order $p$ some others have order $q$.
Now, we are showing that the first and second possibilities in this case can not exist, and so only the third one is acceptable.
If all elements are of order $p$:
There is an element $x$ with order $p$. $G= \{e,x,x^2,\cdots,x^{p-1}, \cdots \}$. Now, we only know p elements of this group. What about the other elements? So, we name another element $y$ such that $y \not\in \langle x\rangle $. According to the assumption, the order of $y$ should be $p$. So $G=\{e,x,x^2,\cdots,x^{p-1},y,y^2,\cdots,y^{p-1} \cdots \}$. You should know that $\langle x\rangle \cap \langle y\rangle = \emptyset$. We know that the group should contain the product of every two elements, and since $x^iy^j \ne x^ry^s$ for all $i \ne r $ or $ j \ne s$, $G$ should contain at least $p^2$ elements. This is a contradiction because $p^2 > pq$.
If all elements are of order $q$:
With a same argument, we can say $G=\{e,x,x^2,\cdots,x^{q-1},y,y^2,\cdots,y^{q-1} \cdots \}$. Now, $G$ should contain $q^2$ elements which are the product of elements of $\langle x\rangle $ and $\langle y\rangle $. These $q^2$ elements form a subgroup in $G$. Indeed the subgroup is denoted by $\langle x,y\rangle $ (i.e. elements which are generated by $x$ and $y$). $|\langle x,y\rangle|=q^2$, but, according to the lagrange theorem, since $q^2$ does not devide $pq$, this is impossible to have such a subgroup, and we reach a contradiction.
Hence, $G$ should contain both subgroups of order $p$ and $q$.
The problem with this proof is that, unless I know elements of $\langle x\rangle $ can commute with elements of $\langle y\rangle $, I cannot say $|\langle x,y\rangle|=q^2$.
Now, can anyone say how I should deal with this problem?
If not, can anyone give me an elementary proof for the general case without using Sylow Theorem, Cauchy Theorem, homomorphism, quotient group, and normal subgroups?
If not, can anyone give me an elementary proof for the case when $|G|=77$ without using Sylow Theorem, Cauchy Theorem, homomorphism, quotient group, and normal subgroups?
I suppose the following argument can be an elementary proof:
First, according to Question 10.27 of Dan Saracino's book, I use the following lemma.
Lemma:
If $G$ is a finite group, $[G: Z(G)]$ cannot be prime.
Proof:
If $Z(G)=|G|$, then $[G: Z(G)]=1$, which is not prime. Otherwise, there exists $x \in G $ and $ \not \in Z(G)$. Hence, $Z(G) \subset C_G(x) \subset G$. Since $x \not \in Z(G)$, we have $Z(G) \ne C_G(x) \ne G$. Therefore, by Lagrange Theorem, there exist $a,b \ne 1$ such that $ a|Z(G)| = |C_G(x)|$ and $ b|C_G(x)|=|G|$. So, $[G: Z(G)]=ab$ which is not prime.
According to the lemma, when $|G|=pq$, $|Z(G)|=1$ or $G$ is abelian.
1- If $|Z(G)|=1$:
By class equation, $pq=1+pq(\frac{1}{|C_G(a_1)|}+\frac{1}{|C_G(a_2)|}+ \cdots +\frac{1}{|C_G(a_m)|})$, where $|C_G(a_i)|=p$ for some $i$ and $|C_G(a_i)|=q$ for some others.
If there is no ellements of order $p$ or $q$, then $|C_G(a_i)|=q$ for all $i$ or $|C_G(a_i)|=p$ for all $i$, respectively. Hence, $pq=1+\alpha p$ or $pq=1+\alpha q$. Since $p(q-\alpha)=1$ or $q(p-\alpha)=1$ are not possible, $G$ should contain elements of both order $p$ and $q$.
2- If $G$ is abelian:
Soppose $|G|=pq\ ;\ p>q$. If all elements have order $p$ then there exist $x,y \in G$ such that $\langle x\rangle \cap \langle y\rangle =\{e \}$. Therefore |G| should be at least $p^2$. Since $p^2 > qp$, all elements can not have order $p$.
If all elements have order $q$ then there exist $x,y \in G$ such that $\langle x\rangle \cap \langle y\rangle =\{e \}$. Therefore $H=\{e,x,\cdots,x^{q-1}, y,\cdots,x^{q-1}y,y^2,\cdots,x^{q-1}y^2,\cdots,y^{q-1},\cdots,x^{q-1}y^{q-1} \}$ is a subgroup of order $q^2$, but, since $q^2$ does not devide $pq$, this is impossible. Hence, all elements can not have order $q$, and $G$ should contain elements of both order $p$ and $q$.
I think this is the correct answer. If it is not, I appreciate it if you tell me in the comments.