retagged by
15,607 views
77 votes
77 votes
There are two elements $x,\:y$ in a group $(G,*)$ such that every element in the group can be written as a product of some number of $x$'s and $y$'s in some order. It is known that
$$x*x=y*y=x*y*x*y=y*x*y*x=e$$
where $e$ is the identity element. The maximum number of elements in such a group is ____.
retagged by

6 Answers

3 votes
3 votes

Now in the question, it is given that the $(G,∗)$ such that every element in the group can be written as a product of some number of $x$'s and $y$'s in some order.

Now using the sort of knowledge of regular expressions all the elements of the group could be produced by expressions $(x^*y^*x^*)^*$, where $x^*$ means $0$ or more occurrences of $x$ as a product.

Now let us work out few things with the information which is given to us,

$$x*y=x*y*e=x*y*(y∗x∗y∗x) =x*(y*y)∗x∗y∗x$$$$=x*e∗x∗y∗x =x∗x∗y∗x=(x∗x)∗y∗x=e*y*x=y*x$$

So $$x*y=y*x \tag 1$$. [Just showing this does not mean that the group is abelian as $x$ and $y$ are specific two elements(as given in the question) and not arbitrary two elements]

Also $$x*y*x=(x*y)*x=(y*x)*x=y*(x*x)=y*e=y \tag 2$$

Similarly, $$y*x*y=y*(x*y)=y*(y*x)=(y*y)*x=e*x=x \tag 3$$


Now let us work with $(x^*y^*x^*)^*$

For the expression in parenthesis:

Case 1: If there is no $y$ then we have just $x^*$ inside the parenthesis.

Case 2: If there is odd number of $y$'s then it is equivalent to a single $y$. Why? See below:

$$y*y*y=(y*y)*y=e*y=y$$

$$(y*y*y)*y*y=y*y*y=y$$ and so on…

So the expression inside parenthesis becomes $x^*yx^*$

Case 3: If we have even no. of $y$’s then it is equivalent to having no $y$’s and the situation reduces to case 1.

$y*y=e$; $y*y*y*y=(y*y)*(y*y)=e*e=e$ and so on…


Now dealing with $x^*$

Just as in the case of $y$'s, having even number of $x$'s is equivalent to having no $x$'s and having odd number of $x$'s is equivalent to having only $1$ $x$.

So $x^*$ is equivalent to $x$ or $e$.


Now dealing with $x^*yx^*$.

$x^*yx^*$ is either $(y)$ or $(x*y)$ or $(y*x)$ or $(x*y*x)$. But $x*y*x=y$ from $(2)$. Also $x*y=y*x$ from $(1)$.

So effectively $x^*y^*x^*$ [the expression inside the parenthesis] gives only 4 values $(x)$ or $(e)$ or $(y)$ or $(x*y)$

So $(x^*y^*x^*)^* \equiv ( (x) + (e) + (y) + (x*y))^*$ [$+$ is regular expression or/union]

If we try out an explanation of the above $*$ closure we shall not get any new element other than $(x)$ or $(e)$ or $(y)$ or $(x*y)$. [It can easily be seen and you shall need $(3)$ to show $y*x*y=x$ in a combination].

So there are only $4$ elements in the group.

edited by
Answer:

Related questions

41 votes
41 votes
2 answers
1
go_editor asked Sep 28, 2014
8,515 views
Let $G$ be a group with $15$ elements. Let $L$ be a subgroup of $G$. It is known that $L \neq\ G$ and that the size of $L$ is at least $4$. The size of $L$ is __________....
35 votes
35 votes
5 answers
4
go_editor asked Sep 28, 2014
8,875 views
Let $S$ be a sample space and two mutually exclusive events $A$ and $B$ be such that $A \cup B = S$. If $P(.)$ denotes the probability of the event, the maximum value of ...