<?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>Michigan State.GP &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/michigan-state-gp/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Thu, 28 Sep 2017 18:44:40 +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>Michigan State.GP &#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>Every Finite Group Having More than Two Elements Has a Nontrivial Automorphism</title>
		<link>https://yutsumura.com/every-finite-group-having-more-than-two-elements-has-a-nontrivial-automorphism/</link>
				<comments>https://yutsumura.com/every-finite-group-having-more-than-two-elements-has-a-nontrivial-automorphism/#respond</comments>
				<pubDate>Wed, 28 Jun 2017 02:44:04 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[abelian group]]></category>
		<category><![CDATA[automorphism]]></category>
		<category><![CDATA[conjugation]]></category>
		<category><![CDATA[exam]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[Michigan State]]></category>
		<category><![CDATA[Michigan State.GP]]></category>
		<category><![CDATA[nonabelian group]]></category>
		<category><![CDATA[qualifying exam]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3348</guid>
				<description><![CDATA[<p>Prove that every finite group having more than two elements has a nontrivial automorphism. (Michigan State University, Abstract Algebra Qualifying Exam) &#160; Proof. Let $G$ be a finite group and $&#124;G&#124;> 2$. Case When&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/every-finite-group-having-more-than-two-elements-has-a-nontrivial-automorphism/" target="_blank">Every Finite Group Having More than Two Elements Has a Nontrivial Automorphism</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 495</h2>
<p>	Prove that every finite group having more than two elements has a nontrivial automorphism.</p>
<p>(<em>Michigan State University, Abstract Algebra Qualifying Exam</em>)<br />
&nbsp;<br />
<span id="more-3348"></span><br />

<h2> Proof. </h2>
<p>	Let $G$ be a finite group and $|G|> 2$.</p>
<h3>Case When $G$ is a Non-Abelian Group</h3>
<p>		Let us first consider the case when $G$ is a non-abelian group.<br />
		Then there exist elements $g, h\in G$ such that $gh\neq hg$.</p>
<p>		Consider the map $\phi: G \to G$ defined by sending $x\in G$ to $gxg^{-1}$.<br />
		Then it is straightforward to check that $\phi$ is a group homomorphism and its inverse is given by the conjugation by $g^{-1}$.<br />
		Hence $\phi$ is an automorphism.</p>
<p>		If $\phi=1$, then we have $h=\phi(h)=ghg^{-1}$, and this implies that $gh=hg$.<br />
		This contradicts our choice of $g$ and $h$.<br />
		Hence $\phi$ is a non-trivial automorphism of $G$.</p>
<h3>Case When $G$ is an Abelian Group</h3>
<p>		Next consider the case when $G$ is a finite abelian group of order greater than $2$.<br />
		Since $G$ is an abelian group the map $\psi:G\to G$ given by $x \mapsto x^{-1}$ is an isomorphism, hence an automorphism.</p>
<p>		If $\psi$ is a trivial automorphism, then we have $x=\psi(x)=x^{-1}$.<br />
		Thus, $x^2=e$, where $e$ is the identity element of $G$.</p>
<h4>Sub-Case When $G$ has an Element of Order $\geq 3$.</h4>
<p>		Therefore, if $G$ has at least one element of order greater than $2$, then $\psi$ is a non-trivial automorphism.</p>
<h4>Sub-Case When Elements of $G$ has order $\leq 2$.</h4>
<p>		It remains to consider the case when $G$ is a finite abelian group such that $x^2=e$ for all elements $x\in G$.<br />
		In this case, the group $G$ is isomorphic to<br />
		\[\Zmod{2}\times \Zmod{2}\times \cdots \Zmod{2}=(\Zmod{2})^n.\]
		Since $|G| > 2$, we have $n>1$.</p>
<p>		Then the map $(\Zmod{2})^n\to (\Zmod{2})^n$ defined by exchanging the first two entries<br />
		\[(x_1, x_2, x_3, \dots, x_n) \mapsto (x_2, x_1, x_3, \dots, x_n)\]
		is an example of nontrivial automorphism of $G$.</p>
<p>		Therefore, in any case, the group $G$ has a nontrivial automorphism.</p>
<button class="simplefavorite-button has-count" data-postid="3348" data-siteid="1" data-groupid="1" data-favoritecount="75" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">75</span></button><p>The post <a href="https://yutsumura.com/every-finite-group-having-more-than-two-elements-has-a-nontrivial-automorphism/" target="_blank">Every Finite Group Having More than Two Elements Has a Nontrivial Automorphism</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/every-finite-group-having-more-than-two-elements-has-a-nontrivial-automorphism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3348</post-id>	</item>
		<item>
		<title>A Subgroup of Index a Prime $p$ of a Group of Order $p^n$ is Normal</title>
		<link>https://yutsumura.com/a-subgroup-of-index-a-prime-p-of-a-group-of-order-pn-is-normal/</link>
				<comments>https://yutsumura.com/a-subgroup-of-index-a-prime-p-of-a-group-of-order-pn-is-normal/#respond</comments>
				<pubDate>Fri, 23 Jun 2017 03:49:56 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[group action]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[kernel of a group homomorphism]]></category>
		<category><![CDATA[Michigan State]]></category>
		<category><![CDATA[Michigan State.GP]]></category>
		<category><![CDATA[normal subgroup]]></category>
		<category><![CDATA[permutation representation]]></category>
		<category><![CDATA[qualifying exam]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3250</guid>
				<description><![CDATA[<p>Let $G$ be a finite group of order $p^n$, where $p$ is a prime number and $n$ is a positive integer. Suppose that $H$ is a subgroup of $G$ with index $[G:P]=p$. Then prove&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/a-subgroup-of-index-a-prime-p-of-a-group-of-order-pn-is-normal/" target="_blank">A Subgroup of Index a Prime $p$ of a Group of Order $p^n$ is Normal</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2>Problem 470</h2>
<p>Let $G$ be a finite group of order $p^n$, where $p$ is a prime number and $n$ is a positive integer.<br />
Suppose that $H$ is a subgroup of $G$ with index $[G:P]=p$.<br />
Then prove that $H$ is a normal subgroup of $G$.</p>
<p>(<em>Michigan State University, Abstract Algebra Qualifying Exam</em>)</p>
<p><span id="more-3250"></span></p>
<h2>Proof.</h2>
<p>Let $G/H$ be the set of left cosets of $H$.<br />
Then the group $G$ acts on $G/H$ by the left multiplication.<br />
This action induces the permutation representation homomorphism<br />
\[\phi: G\to S_{G/H},\]
where $S_{G/H}$ is the symmetric group on $G/H$.<br />
For each $g\in G$, the map $\phi(g):G/H \to G/H$ is given by $x\mapsto gx$.</p>
<p>By the first isomorphism theorem, we have<br />
\begin{align*}<br />
G/\ker(\phi) \cong \im(\phi) &lt; S_{G/H}.<br />
\end{align*}<br />
This implies the order $|G/\ker(\phi)|$ divides the order $|S_{G/H}|=p!$.</p>
<p>Since<br />
\[|G/\ker(\phi)|=\frac{|G|}{|\ker(\phi)|}=\frac{p^n}{|\ker(\phi)|}\]
and $p!$ contains only one factor of $p$, we must have either $|\ker(\phi)|=p^n$ or $|\ker(\phi)|=p^{n-1}$.</p>
<p>&nbsp;</p>
<p>Note that if $g\in \ker(\phi)$, then $\phi(g)=\id:G/H \to G/H$.<br />
This yields that $gH=H$, and hence $g\in H$.<br />
As a result, we have $\ker(\phi) \subset H$.</p>
<p>&nbsp;</p>
<p>Since the index of $H$ is $p$, the order of $H$ is $p^{n-1}$.<br />
Thus we conclude that $|\ker(\phi)|=p^{n-1}$ and<br />
\[\ker(\phi)=H.\]
<p>Since every kernel of a group homomorphism is a normal subgroup, the subgroup $H=\ker(\phi)$ is a normal subgroup of $G$.</p>
<button class="simplefavorite-button has-count" data-postid="3250" data-siteid="1" data-groupid="1" data-favoritecount="50" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">50</span></button><p>The post <a href="https://yutsumura.com/a-subgroup-of-index-a-prime-p-of-a-group-of-order-pn-is-normal/" target="_blank">A Subgroup of Index a Prime $p$ of a Group of Order $p^n$ is Normal</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/a-subgroup-of-index-a-prime-p-of-a-group-of-order-pn-is-normal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3250</post-id>	</item>
	</channel>
</rss>
