I've a question: How do I prove that:
$$L = \{a \in M \mid \forall b \in M, a * b = b * a\}$$ is a subgroup of $$\langle M; * ; (\cdot)^{-1}; e \rangle $$
I know that for a subgroup, following rules need to be fulfilled:
1) $a * b\in L$
2) $e\in L$
3) inverse of $a\in L$ for all $a\in L$.
But how do I start? I don't really see the values I've and how I can even start with proving the first "rule"...
I hope someone can help me!
Thanks in advance!!!
Greetings
The definition of $L$ already indicates that $L$ is a subset of $M$.
For proving that this subset is also a subgroup it is necessary and sufficient to show that: $$x,y\in L\implies xy^{-1}\in L$$
Also it is necessary and sufficient to prove that $L$ is closed under multiplication and the formation of inverse elements: $$x,y\in L\implies xy\in L\text{ and } x\in L\implies x^{-1}\in L$$
Let me show that indeed $x,y\in L\implies xy\in L$.
If for $x,y\in L$ then for every element $b$ we find that:$$(xy)b=x(yb)=x(by)=(xb)y=(bx)y=b(xy)$$
This gives you a start.