<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>commutator subgroup &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/commutator-subgroup/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 27 Dec 2017 20:06:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.6</generator>

<image>
	<url>https://i2.wp.com/yutsumura.com/wp-content/uploads/2016/12/cropped-question-logo.jpg?fit=32%2C32&#038;ssl=1</url>
	<title>commutator subgroup &#8211; Problems in Mathematics</title>
	<link>https://yutsumura.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">114989322</site>	<item>
		<title>An Example of a Matrix that Cannot Be a Commutator</title>
		<link>https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/</link>
				<comments>https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/#respond</comments>
				<pubDate>Tue, 19 Sep 2017 03:32:46 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[characteristic polynomial]]></category>
		<category><![CDATA[commutator]]></category>
		<category><![CDATA[commutator subgroup]]></category>
		<category><![CDATA[determinant of a matrix]]></category>
		<category><![CDATA[diagonalizable matrix]]></category>
		<category><![CDATA[eigenvalues]]></category>
		<category><![CDATA[inverse matrix]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[nonsingular matrix]]></category>
		<category><![CDATA[trace of a matrix]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4915</guid>
				<description><![CDATA[<p>Let $I$ be the $2\times 2$ identity matrix. Then prove that $-I$ cannot be a commutator $[A, B]:=ABA^{-1}B^{-1}$ for any $2\times 2$ matrices $A$ and $B$ with determinant $1$. &#160; Proof. Assume that $[A,&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/" target="_blank">An Example of a Matrix that Cannot Be a Commutator</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 565</h2>
<p>	Let $I$ be the $2\times 2$ identity matrix.<br />
	Then prove that $-I$ cannot be a commutator $[A, B]:=ABA^{-1}B^{-1}$ for any $2\times 2$ matrices $A$ and $B$ with determinant $1$.</p>
<p>&nbsp;<br />
<span id="more-4915"></span></p>
<h2> Proof. </h2>
<p>		Assume that $[A, B]=-I$. Then $ABA^{-1}B^{-1}=-I$ implies<br />
		\[ABA^{-1}=-B. \tag{*}\]
		Taking the trace, we have<br />
		\[-\tr(B)=\tr(-B)=\tr(ABA^{-1})=tr(BAA^{-1})=\tr(B),\]
		hence the trace $\tr(B)=0$.<br />
		Thus, the characteristic polynomial of $B$ is<br />
		\[x^2-\tr(B)x+\det(B)=x^2+1.\]
		Hence the eigenvalues of $B$ are $\pm i$.</p>
<hr />
<p>		Note that the matrix $\begin{bmatrix}<br />
		  0 &#038; -1\\<br />
		  1&#038; 0<br />
		\end{bmatrix}$ has also eigenvalues $\pm i$.<br />
		Thus this matrix is similar to the matrix $B$ as both matrices are similar to the diagonal matrix $\begin{bmatrix}<br />
		  i &#038; 0\\<br />
		  0&#038; -i<br />
		\end{bmatrix}$.<br />
		Let $P$ be a nonsingular matrix such that<br />
		\[B&#8217;:=P^{-1}BP=\begin{bmatrix}<br />
		  0 &#038; -1\\<br />
		  1&#038; 0<br />
		\end{bmatrix}.\]
		Let $A&#8217;=P^{-1}AP$. </p>
<hr />
<p>		The relation (*) is equivalent to $AB=-BA$.<br />
		Using this we have<br />
		\begin{align*}<br />
		A&#8217;B&#8217;&#038;=(P^{-1}AP)(P^{-1}BP)=P^{-1}(AB)P\\<br />
		&#038;=P^{-1}(-BA)P=-(P^{-1}BP)(P^{-1}AP)=-B&#8217;A&#8217;.<br />
		\end{align*}</p>
<p>		Let $A&#8217;=\begin{bmatrix}<br />
		  a &#038; b\\<br />
		  c&#038; d<br />
		\end{bmatrix}$.<br />
		Then $A&#8217;B&#8217;=-B&#8217;A&#8217;$ gives<br />
		\begin{align*}<br />
		\begin{bmatrix}<br />
		  a &#038; b\\<br />
		  c&#038; d<br />
		\end{bmatrix}<br />
		\begin{bmatrix}<br />
		  0 &#038; -1\\<br />
		  1&#038; 0<br />
		\end{bmatrix}<br />
		=-\begin{bmatrix}<br />
		  0 &#038; -1\\<br />
		  1&#038; 0<br />
		\end{bmatrix}\begin{bmatrix}<br />
		  a &#038; b\\<br />
		  c&#038; d<br />
		\end{bmatrix}\\[6pt]
		\Leftrightarrow<br />
		\begin{bmatrix}<br />
		  b &#038; -a\\<br />
		  d&#038; -c<br />
		\end{bmatrix}=\begin{bmatrix}<br />
		  c &#038; d\\<br />
		  -a&#038; -b<br />
		\end{bmatrix}.<br />
		\end{align*}<br />
		Hence we obtain $d=-a$ and $c=b$.</p>
<hr />
<p>		Then<br />
		\begin{align*}<br />
		1=\det(A)=\det(PA&#8217;P^{-1})=\det(A&#8217;)=\begin{vmatrix}<br />
		  a &#038; b\\<br />
		  b&#038; -a<br />
		\end{vmatrix}=-a^2-b^2,<br />
		\end{align*}<br />
		which is impossible.<br />
		Therefore, the matrix $-I$ cannot be written as a commutator $[A, B]$ for any $2\times 2$ matrices $A, B$ with determinant $1$.</p>
<button class="simplefavorite-button has-count" data-postid="4915" data-siteid="1" data-groupid="1" data-favoritecount="20" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">20</span></button><p>The post <a href="https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/" target="_blank">An Example of a Matrix that Cannot Be a Commutator</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/an-example-of-a-matrix-that-cannot-be-a-commutator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4915</post-id>	</item>
		<item>
		<title>Non-Abelian Simple Group is Equal to its Commutator Subgroup</title>
		<link>https://yutsumura.com/non-abelian-simple-group-is-equal-to-its-commutator-subgroup/</link>
				<comments>https://yutsumura.com/non-abelian-simple-group-is-equal-to-its-commutator-subgroup/#comments</comments>
				<pubDate>Tue, 18 Oct 2016 19:39:51 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[abelian group]]></category>
		<category><![CDATA[commutator]]></category>
		<category><![CDATA[commutator subgroup]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[nonabelian group]]></category>
		<category><![CDATA[normal subgroup]]></category>
		<category><![CDATA[simple group]]></category>
		<category><![CDATA[subgroup]]></category>
		<category><![CDATA[trivial group]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1213</guid>
				<description><![CDATA[<p>Let $G$ be a non-abelian simple group. Let $D(G)=[G,G]$ be the commutator subgroup of $G$. Show that $G=D(G)$. &#160; Definitions/Hint. We first recall relevant definitions. A group is called simple if its normal subgroups&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/non-abelian-simple-group-is-equal-to-its-commutator-subgroup/" target="_blank">Non-Abelian Simple Group is Equal to its Commutator Subgroup</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 149</h2>
<p>Let $G$ be a non-abelian simple group. Let $D(G)=[G,G]$ be the commutator subgroup of $G$. Show that $G=D(G)$.<br />
&nbsp;<br />
<span id="more-1213"></span><br />

<h2>Definitions/Hint.</h2>
<p>We first recall relevant definitions.</p>
<ul>
<li> A group is called <strong>simple</strong> if its normal subgroups are either the trivial subgroup or the group itself.</li>
<li>The <strong>commutator subgroup</strong> $D(G)=[G,G]$ is a subgroup of $G$ generated by all commutators $[a,b]=a^{-1}b^{-1}ab$ for $a,b\in G$.</li>
</ul>
<p>The commutator subgroup $D(G)=[G,G]$ is a normal subgroup of $G$.<br />
For a proof, see: <a href="//yutsumura.com/a-condition-that-a-commutator-group-is-a-normal-subgroup/" target="_blank">A condition that a commutator group is a normal subgroup</a>.</p>
<h2> Proof. </h2>
<p>Note that the commutator subgroup $D(G)$ is a normal subgroup.<br />
Since $G$ is simple, any normal subgroup of $G$ is either the trivial group $\{e\}$ or $G$ itself. Thus we have either $D(G)=\{e\}$ or $D(G)=G$.<br />
If $D(G)=\{e\}$, then for any two elements $a,b \in G$ the commutator $[a,b]\in D(G)=\{e\}$.</p>
<p>Thus we have<br />
\[a^{-1}b^{-1}ab=[a,b]=e.\]
Therefore we have $ab=ba$ for any $a,b\in G$. This means that the group $G$ is abelian, which contradicts with the assumption that $G$ is non-abelian.<br />
Therefore, we must have $D(G)=G$ as required.</p>
<button class="simplefavorite-button has-count" data-postid="1213" data-siteid="1" data-groupid="1" data-favoritecount="32" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">32</span></button><p>The post <a href="https://yutsumura.com/non-abelian-simple-group-is-equal-to-its-commutator-subgroup/" target="_blank">Non-Abelian Simple Group is Equal to its Commutator Subgroup</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/non-abelian-simple-group-is-equal-to-its-commutator-subgroup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1213</post-id>	</item>
		<item>
		<title>Two Quotients Groups are Abelian then Intersection Quotient is Abelian</title>
		<link>https://yutsumura.com/two-quotients-groups-are-abelian-then-intersection-quotient-is-abelian/</link>
				<comments>https://yutsumura.com/two-quotients-groups-are-abelian-then-intersection-quotient-is-abelian/#comments</comments>
				<pubDate>Tue, 18 Oct 2016 18:57:00 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[abelian group]]></category>
		<category><![CDATA[commutator]]></category>
		<category><![CDATA[commutator subgroup]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[normal subgroup]]></category>
		<category><![CDATA[quotient group]]></category>
		<category><![CDATA[subgroup]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1206</guid>
				<description><![CDATA[<p>Let $K, N$ be normal subgroups of a group $G$. Suppose that the quotient groups $G/K$ and $G/N$ are both abelian groups. Then show that the group \[G/(K \cap N)\] is also an abelian&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/two-quotients-groups-are-abelian-then-intersection-quotient-is-abelian/" target="_blank">Two Quotients Groups are Abelian then Intersection Quotient is Abelian</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 148</h2>
<p> Let $K, N$ be normal subgroups of a group $G$. Suppose that the quotient groups $G/K$ and $G/N$ are both abelian groups. </p>
<p>Then show that the group<br />
\[G/(K \cap N)\]
is also an abelian group.<br />
&nbsp;<br />
<span id="more-1206"></span></p>
<h2>Hint.</h2>
<p>We use the following fact to prove the problem.</p>
<p>Lemma: For a subgroup $H$ of a group $G$, $H$ is normal in $G$ and $G/H$ is an abelian group if and only if the commutator subgroup $D(G)=[G,G]$ of $G$ is contained in $H$.</p>
<p>For a proof of this fact, see <a href="//yutsumura.com/commutator-subgroup-and-abelian-quotient-group/" target="_blank">Commutator subgroup and abelian quotient group</a></p>
<h2> Proof. </h2>
<p>	By the lemma mentioned above, we know that $G/K$ is an abelian group if and only if the commutator subgroup $D(G)=[G,G]$ is contained in $K$.</p>
<p>	Similarly, since $G/N$ is abelian, $D(G)$ is contained in $N$.<br />
	Therefore, the commutator subgroup $D(G) \subset K \cap N$. This implies, again by Lemma, that the quotient group<br />
	\[G/(K \cap N)\]
	is an abelian group as required.</p>
<button class="simplefavorite-button has-count" data-postid="1206" data-siteid="1" data-groupid="1" data-favoritecount="28" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">28</span></button><p>The post <a href="https://yutsumura.com/two-quotients-groups-are-abelian-then-intersection-quotient-is-abelian/" target="_blank">Two Quotients Groups are Abelian then Intersection Quotient is Abelian</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/two-quotients-groups-are-abelian-then-intersection-quotient-is-abelian/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1206</post-id>	</item>
		<item>
		<title>Commutator Subgroup and Abelian Quotient Group</title>
		<link>https://yutsumura.com/commutator-subgroup-and-abelian-quotient-group/</link>
				<comments>https://yutsumura.com/commutator-subgroup-and-abelian-quotient-group/#comments</comments>
				<pubDate>Tue, 18 Oct 2016 05:53:07 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[abelian group]]></category>
		<category><![CDATA[commutator]]></category>
		<category><![CDATA[commutator subgroup]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[normal subgroup]]></category>
		<category><![CDATA[quotient group]]></category>
		<category><![CDATA[subgroup]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1203</guid>
				<description><![CDATA[<p>Let $G$ be a group and let $D(G)=[G,G]$ be the commutator subgroup of $G$. Let $N$ be a subgroup of $G$. Prove that the subgroup $N$ is normal in $G$ and $G/N$ is an&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/commutator-subgroup-and-abelian-quotient-group/" target="_blank">Commutator Subgroup and Abelian Quotient Group</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 147</h2>
<p>Let $G$ be a group and let $D(G)=[G,G]$ be the commutator subgroup of $G$.<br />
Let $N$ be a subgroup of $G$.<br />
Prove that the subgroup $N$ is normal in $G$ and $G/N$ is an abelian group if and only if $N \supset D(G)$.</p>
<p>&nbsp;<br />
<span id="more-1203"></span></p>
<h2>Definitions.</h2>
<p>Recall that for any $a, b \in G$, the <strong><em>commutator</em></strong> of $a$ and $b$ is<br />
\[ [a,b]=a^{-1}b^{-1}ab \in G.\]
The <strong><em>commutator subgroup</em></strong> $D(G)=[G,G]$ is a subgroup of $G$ generated by all commutators.<br />
That is,<br />
\[D(G)=[G,G]=\langle [a,b] \mid a,b \in G \rangle.\]
<h2> Proof. </h2>
<p>	$(\implies)$ Suppose that $N$ is a normal subgroup of $G$ and the quotient $G/N$ is an abelian group.<br />
	Then for any elements $a, b \in G$, we have<br />
	\begin{align*}<br />
abN=aN\cdot bN=bN \cdot aN=baN.<br />
\end{align*}<br />
(Here we used the fact that $N$ is normal, hence $G/N$ is a group.)</p>
<p>From this, we obtain that<br />
\[a^{-1}b^{-1}abN=N\]
and thus $[a,b]=a^{-1}b^{-1}ab\in N$.<br />
Since any generator $[a,b]$ is in $N$, we have $D(G)\subset N$.</p>
<hr />
<p>$(\impliedby)$ On the other hand, let us assume that $N \supset D(G)$.<br />
We first show that $N$ is a normal subgroup of $G$.<br />
For any $g \in G$, $x\in N$, we have<br />
\begin{align*}<br />
gxg^{-1}=gxg^{-1}x^{-1}x=[g^{-1},x^{-1}]\cdot x\in N<br />
\end{align*}<br />
since the commutator $[g^{-1},x^{-1}]\in D(G)\subset N$ and $x \in N$.<br />
Thus $N$ is normal in $G$.</p>
<p>Now that $N$ is normal in $G$, the quotient $G/N$ is a group. We show that $G/N$ is an abelian group.<br />
For any $a, b \in G$, we have<br />
\begin{align*}<br />
aN\cdot bN&#038;=ab N\\<br />
&#038;=baa^{-1}b^{-1}abN\\<br />
&#038;=ba[a,b]N\\<br />
&#038;=baN \qquad \text{ since } [a,b] \in N\\<br />
&#038;=bN\cdot aN.<br />
\end{align*}<br />
Therefore the group operations of $G/N$ is commutative, and hence $G/H$ is abelian.</p>
<h2> Related Question. </h2>
<p>For another abelian group problem, check out<br />
<a href="//yutsumura.com/two-quotients-groups-are-abelian-then-intersection-quotient-is-abelian/" target="_blank">Two quotients groups are abelian then intersection quotient is abelian</a></p>
<button class="simplefavorite-button has-count" data-postid="1203" data-siteid="1" data-groupid="1" data-favoritecount="28" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">28</span></button><p>The post <a href="https://yutsumura.com/commutator-subgroup-and-abelian-quotient-group/" target="_blank">Commutator Subgroup and Abelian Quotient Group</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/commutator-subgroup-and-abelian-quotient-group/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1203</post-id>	</item>
		<item>
		<title>Group Generated by Commutators of Two Normal Subgroups is a Normal Subgroup</title>
		<link>https://yutsumura.com/group-generated-by-commutators-of-two-normal-subgroups-is-a-normal-subgroup/</link>
				<comments>https://yutsumura.com/group-generated-by-commutators-of-two-normal-subgroups-is-a-normal-subgroup/#comments</comments>
				<pubDate>Sat, 01 Oct 2016 15:40:22 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[commutator]]></category>
		<category><![CDATA[commutator subgroup]]></category>
		<category><![CDATA[conjugate]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[normal subgroup]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=1079</guid>
				<description><![CDATA[<p>Let $G$ be a group and $H$ and $K$ be subgroups of $G$. For $h \in H$, and $k \in K$, we define the commutator $[h, k]:=hkh^{-1}k^{-1}$. Let $[H,K]$ be a subgroup of $G$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/group-generated-by-commutators-of-two-normal-subgroups-is-a-normal-subgroup/" target="_blank">Group Generated by Commutators of Two Normal Subgroups is a Normal Subgroup</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 129</h2>
<p> Let $G$ be a group and $H$ and $K$ be subgroups of $G$.<br />
For $h \in H$, and $k \in K$, we define the commutator $[h, k]:=hkh^{-1}k^{-1}$.<br />
Let $[H,K]$ be a subgroup of $G$ generated by all such commutators.</p>
<p>Show that if $H$ and $K$ are normal subgroups of $G$, then the subgroup $[H, K]$ is normal in $G$.</p>
<p>&nbsp;<br />
<span id="more-1079"></span><br />

<h2> Proof. </h2>
<p>We first prove that a conjugate of each generator is in $[H,K]$.<br />
Let $h \in H, k \in K$. For any $g \in G$, we have by inserting $g^{-1}g=e$ inbetweens<br />
\begin{align*}<br />
g[h,k]g^{-1}&#038;=ghkh^{-1}k^{-1}=(ghg^{-1})(gkg^{-1})(gh^{-1}g^{-1})(gk^{-1}g^{-1})\\<br />
&#038; = (ghg^{-1})(gkg^{-1})(ghg^{-1})^{-1}(gkg^{-1})^{-1}.<br />
\end{align*}	</p>
<hr />
<p>Now note that $ghg^{-1} \in H$ since $H$ is normal in $G$, and $gkg^{-1} \in K$ since $K$ is normal in $G$. Thus $g[h,k]g^{-1} \in [H, K]$.<br />
By taking the inverse of the above equality, we also see that $g[k,h]g^{-1} \in [H, K]$. Thus the conjugate of the inverse $[h,k]^{-1}=[k,h]$ is in $[H, K]$.</p>
<hr />
<p>Next, note that any element $x \in [H,K]$ is a product of generators or their inverses. So let us write<br />
\[x=[h_1, k_1]^{\pm 1}[h_2, k_2]^{\pm 1}\cdots [h_n, k_n]^{\pm 1},\]
where $h_i \in H, k_i\in K$ for $i=1,\dots, n$.<br />
Then for any $g \in G$, we have<br />
\begin{align*}<br />
gxg^{-1}=(g[h_1, k_1]^{\pm 1}g^{-1})(g[h_2, k_2]^{\pm 1}g^{-1})\cdots(g [h_n, k_n]^{\pm 1} g^{-1}).<br />
\end{align*}</p>
<p>We saw that the conjugate of a generator, or its inverse, by $g \in G$ is in $[H,K]$.<br />
Thus $gxg^{-1}$ is also in $[H, K]$.<br />
This proves that the group $[H,K]$ is a normal subgroup of $G$.</p>
<h2> Related Question. </h2>
<p>Another problem about a commutator group is<br />
<a href="//yutsumura.com/a-condition-that-a-commutator-group-is-a-normal-subgroup/" target="_blank">A condition that a commutator group is a normal subgroup</a></p>
<button class="simplefavorite-button has-count" data-postid="1079" data-siteid="1" data-groupid="1" data-favoritecount="15" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">15</span></button><p>The post <a href="https://yutsumura.com/group-generated-by-commutators-of-two-normal-subgroups-is-a-normal-subgroup/" target="_blank">Group Generated by Commutators of Two Normal Subgroups is a Normal Subgroup</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/group-generated-by-commutators-of-two-normal-subgroups-is-a-normal-subgroup/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">1079</post-id>	</item>
		<item>
		<title>A Condition that a Commutator Group is a Normal Subgroup</title>
		<link>https://yutsumura.com/a-condition-that-a-commutator-group-is-a-normal-subgroup/</link>
				<comments>https://yutsumura.com/a-condition-that-a-commutator-group-is-a-normal-subgroup/#comments</comments>
				<pubDate>Wed, 20 Jul 2016 04:48:54 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[commutator]]></category>
		<category><![CDATA[commutator subgroup]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[normal subgroup]]></category>
		<category><![CDATA[subgroup]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=36</guid>
				<description><![CDATA[<p>Let $H$ be a normal subgroup of a group $G$. Then show that $N:=[H, G]$ is a subgroup of $H$ and $N \triangleleft G$. Here $[H, G]$ is a subgroup of $G$ generated by&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/a-condition-that-a-commutator-group-is-a-normal-subgroup/" target="_blank">A Condition that a Commutator Group is a Normal Subgroup</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 3</h2>
<p>Let $H$ be a normal subgroup of a group $G$.<br />
Then show that $N:=[H, G]$ is a subgroup of $H$ and $N \triangleleft G$.</p>
<p>Here $[H, G]$ is a subgroup of $G$ generated by commutators $[h,k]:=hkh^{-1}k^{-1}$.</p>
<p>In particular, the commutator subgroup $[G, G]$ is a normal subgroup of $G$</p>
<p><span id="more-36"></span><br />

<h2> Proof. </h2>
<p>First, we show that $N=[H, G]$ is a subgroup of $H$.<br />
A generator of $N$ is of the form either $hgh^{-1} g^{-1}$ or $ghg^{-1} h^{-1}$, where $h \in H$ and $g \in G$. Since $H$ is normal in $G$, we see that these are elements in $H$. Thus $N &lt;H$.</p>
<hr />
<p>Next, we show that $N$ is normal in $G$.</p>
<p>Let $x=hgh^{-1} g^{-1}$ be a generator element of $N$.</p>
<p>Then for any $a \in G$, we have<br />
\[ ax a^{-1} =ahgh^{-1} g^{-1}a^{-1}=(aha^{-1})(aga^{-1})(ah^{-1}a^{-1})(a g^{-1}a^{-1}) \in [H, G]. \]
Similarly, if $x$ is a generator of the form $ghg^{-1} h^{-1}$, then we see that $ghg^{-1} h^{-1} \in [H, G]$ by the same argument.<br />
Thus the conjugate of a generator of $N$ by $a \in G$ stays in $N$.</p>
<hr />
<p>Now any element $x \in N$ is of the form $x=x_1 x_2 \cdots x_n$, where $x_i$ are generators of $N$.</p>
<p>For any $a \in H$, we have<br />
\[ axa^{-1}=a x_1 x_2 \cdots x_n a^{-1}= (ax_1 a^{-1})(a x_2 a^{-1}) \cdots (a x_n a^{-1}) \in [H, G].\]
Thus $N \triangleleft G$.</p>
<hr />
<p>In particular, we apply the result to $H=G$. Then we see that the commutator subgroup $[G, G]$ is a normal subgroup of $G$.</p>
<h2> Related Question. </h2>
<p>You might also be interested in the problems:</p>
<ul>
<li> <a href="//yutsumura.com/group-generated-by-commutators-of-two-normal-subgroups-is-a-normal-subgroup/" target="_blank">A condition that a commutator group is a normal subgroup</a></li>
<li><a href="//yutsumura.com/non-abelian-simple-group-is-equal-to-its-commutator-subgroup/" target="_blank">Non-abelian simple group is equal to its commutator subgroup</a></li>
</ul>
<button class="simplefavorite-button has-count" data-postid="36" data-siteid="1" data-groupid="1" data-favoritecount="47" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">47</span></button><p>The post <a href="https://yutsumura.com/a-condition-that-a-commutator-group-is-a-normal-subgroup/" target="_blank">A Condition that a Commutator Group is a Normal Subgroup</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/a-condition-that-a-commutator-group-is-a-normal-subgroup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">36</post-id>	</item>
	</channel>
</rss>
