|
群$G$由$x,y$生成,满足关系$x^3 = y^2 = (xy)^2 = 1$,求$|G|$.
math.stackexchange.com/questions/993443/how-t … ts-x-and-y-subject-o
First, we have
$$
xyxy = 1 \implies yx = x^{-1}y^{-1} = x^2y
$$
Since $xy = yx^2$, we conclude that every element of $G$ can be written in the form $x^jy^k$, which means that there are at most $|x| \cdot |y| = 6$ elements.
Listing the elements of $G$, we have:
$$1,x,x^2,y,xy,x^2y$$
______________________________________
Elaboration, per request:
Suppose we have a word such as $x^2 y xy$
we can reduce this with the relation $yx = x^2y$ as
$$
x^2 y^2 xy = \\
x^2 y(yx) y =\\
x^2 y x^2 y y =\\
x^2 (yx) x y^2 =\\
x^2 x^2 (y x) y^2 =\\
x^2 x^2 x^2 y y^2 =\\
x^6 y^3
$$
Perhaps you see how such a method could be extended inductively. |
|