In my introductory abstract algebra course, the quotient group $G/H$ was defined as $$G/H=\{gH:g\in G\}$$ which is a set of sets. In an exercise, I should show that for the group of invertible matrices $GL_n(K)$ over a field $K$ and the normal subgroup $SL_n(K)$ the quotient group is abelian.
I'm horribly confused. What is the operation that combines two sets of matrices? What does it mean for two sets of matrices to commute with respect to this operation?
I apologize if this is a silly question, but our lecture only ever mentioned modular arithmetic…
The operation in $G/H$ is: $(g_1H).(g_2H)=(g_1g_2)H$. And $G/H$ is commutative if and only if, for any $g_1,g_2\in G$, $(g_1g_2)H=(g_2g_1)H$. But\begin{align}(g_1g_2)H=(g_2g_1)H&\iff(g_1g_2)^{-1}(g_1g_2)\in H\\&\iff g_1^{\,-1}g_2^{\,-1}g_1g_2\in H.\end{align}In the case in which $G=GL_n(k)$ and $H=SL_n(k)$, this is true, because$$\det(g_1^{\,-1}g_2^{\,-1}g_1g_2)=\det(g_1)\det(g_2)\det(g_1)^{-1}\det(g_2)^{-1}=1$$and therefore $g_1^{\,-1}g_2^{\,-1}g_1g_2\in SL_n(k)$.