Which of the following statements is/are TRUE for a group G?
A. If for all x, y in G, (xy)^2 = x^2 * y^2, then G is commutative.
B. If for all x in G, x^2 = 1, then G is commutative. Here, 1 is the identity element of G.
C. If the order of G is 2, then G is commutative.
D. If G is commutative, then a subgroup of G need not be commutative.
GATE 2022 · Discrete Mathematics · Group Theory · medium
Answer: A, B, C
Verify Statement A: Expanding (xy)^2 = xyxy and x^2*y^2 = xxyy. Setting equal and cancelling: yx = xy. So G is commutative. TRUE.
Verify Statement B: Since x^{-1} = x for all x, we have (xy)^{-1} = y^{-1}x^{-1} = yx. Also (xy)^{-1} = xy (since xy also squares to e). So xy = yx. TRUE.
Verify Statements C and D: C: |G|=2 means G = {e, a} with a^2 = e; both elements commute, so TRUE. D: Every subgroup of an abelian group is abelian, so D is FALSE.