<?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>isomorphism &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/isomorphism/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Tue, 21 Jan 2020 00:09:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.4</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>isomorphism &#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>Vector Space of Functions from a Set to a Vector Space</title>
		<link>https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/</link>
				<comments>https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/#respond</comments>
				<pubDate>Fri, 23 Feb 2018 04:36:17 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis for a vector space]]></category>
		<category><![CDATA[dimension of a vector space]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[vector space]]></category>
		<category><![CDATA[vector space of functions]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6911</guid>
				<description><![CDATA[<p>For a set $S$ and a vector space $V$ over a scalar field $\K$, define the set of all functions from $S$ to $V$ \[ \Fun ( S , V ) = \{ f&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/" target="_blank">Vector Space of Functions from a Set to a Vector Space</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 705</h2>
<p> For a set $S$ and a vector space $V$ over a scalar field $\K$, define the set of all functions from $S$ to $V$<br />
\[ \Fun ( S , V ) = \{ f : S \rightarrow V \} . \]
<p>For $f, g \in \Fun(S, V)$, $z \in \K$, addition and scalar  multiplication can be defined by<br />
\[ (f+g)(s) = f(s) + g(s) \, \mbox{ and } (cf)(s) = c (f(s)) \, \mbox{ for all } s \in S . \]
<p><strong>(a)</strong> Prove that $\Fun(S, V)$ is a vector space over $\K$.  What is the zero element?  </p>
<p><strong>(b)</strong> Let $S_1 = \{ s \}$ be a set consisting of one element.  Find an isomorphism between $\Fun(S_1 , V)$ and $V$ itself.  Prove that the map you find is actually a linear isomorpism.</p>
<p><strong>(c)</strong> Suppose that $B = \{ e_1 , e_2 , \cdots , e_n \}$ is a basis of $V$.  Use $B$ to construct a basis of $\Fun(S_1 , V)$.  </p>
<p><strong>(d)</strong> Let $S = \{ s_1 , s_2 , \cdots , s_m \}$.  Construct a linear isomorphism between $\Fun(S, V)$ and the vector space of $n$-tuples of $V$, defined as<br />
\[ V^m = \{ (v_1 , v_2 , \cdots , v_m ) \mid v_i \in V \mbox{ for all } 1 \leq i \leq m \} . \]
<p><strong>(e)</strong> Use the basis $B$ of $V$ to constract a basis of $\Fun(S, V)$ for an arbitrary finite set $S$.  What is the dimension of $\Fun(S, V)$?</p>
<p><strong>(f)</strong> Let $W \subseteq V$ be a subspace.  Prove that $\Fun(S, W)$ is a subspace of $\Fun(S, V)$.</p>
<p>&nbsp;<br />
<span id="more-6911"></span><br />

<h2> Proof. </h2>
<h3>(a) Prove that $\Fun(S, V)$ is a vector space over $\K$.  What is the zero element? </h3>
<p>We will prove that each vector space axioms holds for $\Fun(S, V)$. </p>
<p><strong>Closed under addition and scalar multiplication</strong>: For $f , g \in \Fun(S, V)$ and $c, d \in \K$, $cf+dg$ is another function with domain $S$ defined by<br />
\[ (cf+dg)(s) = cf(s) + dg(s) \in V \, \mbox{ for all } s \in S . \]
Thus $cf+dg \in \Fun(S, V)$.  This proves that $\Fun(S, V)$ is closed under addition and scalar multiplication.</p>
<hr />
<p><strong>Addition is associative</strong>:  For $f, g, h \in \Fun(S, V)$ and $s \in S$ we have<br />
\begin{align*}<br />
((f+g)+h)(s) &#038;= (f+g)(s) + h(s) \\<br />
&#038;= ( f(s) + g(s) ) + h(s) \\<br />
&#038;= f(s) + ( g(s) + h(s) ) \\<br />
&#038;= f(s) + (g+h)(s) \\<br />
&#038;= (f+(g+h))(s) . \end{align*}</p>
<p>Because $((f+g)+h)(s) = (f+(g+h))(s)$ holds for each $s \in S$, we can say that $(f+g)+h = f+(g+h)$.</p>
<hr />
<p><strong>Addition is commutative</strong>: Notice that for $s \in S$ we have<br />
\[ (f+g)(s) = f(s) + g(s) = g(s) + f(s) = (g+f)(s) . \]
Because this holds for every $s \in S$, we can say that $f+g = g+f$.</p>
<hr />
<p><strong>Zero vector</strong>: The zero vector is the function $\mathbf{0}$, defined by $\mathbf{0}(s) = 0 \in V$ for each $s \in S$.  To check that $\mathbf{0}$ is the additive identity, we check for any $f \in \Fun(S, V)$ and $s \in S$,<br />
\[ (f+ \mathbf{0})(s) = f(s) + \mathbf{0}(s) = f(s) + 0 = f(s) . \]
Because this holds for each $s \in S$, we can say that $f + \mathbf{0} = f$.  </p>
<hr />
<p><strong>Inverse vectors</strong>: For $f \in \Fun(S, V)$, its additive inverse is the function $(-f)$ defined by<br />
\[ (-f)(s) = &#8211; f(s) \, \mbox{ for all } s \in S . \]
To check that $-f$ is the inverse of $f$, we check for all $s \in S$<br />
\[ (f + (-f))(s) = f(s) + (-f)(s) = f(s) &#8211; f(s) = 0 = \mathbf{0}(s) . \]
<hr />
<p><strong>Scalar multiplication is associative</strong>: For $c, d \in \K$, $f \in \Fun(S, V)$ and $s \in S$ we have<br />
\[ ((cd)(f))(s) = (cd) f(s) = c ( d f(s) ) = c ( df)(s) = (c (df) )(s) . \]
Because this holds for each $s \in S$, we conclude that $(cd)(f) = c (df)$.</p>
<hr />
<p><strong>Scalar identity element</strong>: Let $1 \in \K$ be the multiplicative identity.  Then for $f \in \Fun(S, V)$ and $s \in S$ we have<br />
\[ (1f)(s) = 1 f(s) = f(s) . \]
Because this holds for all $s \in S$, we conclude that $1f = f$.</p>
<hr />
<p><strong>Distributivity</strong>: Next we check distributivity. For $c, d \in \K$, $f \in \Fun(S, V)$ and $s \in S$, we have<br />
\[ ( (c+d)(f) )(s) = (c+d) f(s) = c f(s) + d f(s) = (cf + df)(s) . \]
Because this holds for all $s \in S$, we can conclude that<br />
\[ (c+d)f = cf + df . \]
<p>For $c \in \K$, $f, g \in \Fun(S, V)$ and $s \in S$ we have<br />
\begin{align*}<br />
( c(f+g))(s) &#038;= c ( (f+g)(s) ) \\<br />
&#038;= c ( f(s) + g(s) ) \\<br />
&#038;= cf(s) + cg(s) \\<br />
&#038;= (cf + cg)(s) . \end{align*}</p>
<p>Because this holds for all $s \in S$, we conclude that<br />
\[ c(f+g) = cf + cg . \]
<p>We have shown that $\Fun(S, V)$ satisfies all of the vector space axioms, so it is a vector space.</p>
<h3>(b) Let $S_1 = \{ s \}$ be a set consisting of one element.  Find an isomorphism between $\Fun(S_1 , V)$ and $V$ itself.  Prove that the map you find is actually a linear isomorpism.</h3>
<p>Define the map $T : \Fun(S_1 , V) \rightarrow V$ by<br />
\[ T(f) = f(s) \, \mbox{ for all } f \in \Fun(S_1 , V) . \]
<p>We check that $T$ is a linear map.  For $f, g \in \Fun(S_1, V)$ we have<br />
\[ T(f+g) = (f+g)(s) = f(s) + g(s) = T(f) + T(g) . \]
Thus $T$ is additive.  Next, for $c \in \K$ and $f \in \Fun(S_1, V)$ we have<br />
\[ T(cf) = (cf)(s) = c f(s) = c T(f) . \]
This shows that $T$ respects scalar multiplication, and so $T$ is a linear map.</p>
<hr />
<p>Next we prove that $T$ is an isomorphism.  To see that $T$ is surjective, pick any $v \in V$.  Define the map $f_v \in \Fun(S_1, V)$ by $f_v(s) = v$.  Then $T(f_v) = f_v(s) = v$, and so $v$ lies in the range of $T$.  </p>
<p>To see that $T$ is injective, it is enough to show that if $T(f) = 0 \in V$ then $f = \mathbf{0} \in \Fun(S_1, V)$.  So suppose that $T(f) = 0$.  Because $T(f) = f(s)$, this implies that $f(s) = 0$. But $\mathbf{0}(s) = 0$ as well.  Because $f(s) = \mathbf{0}(s)$ for each $s \in S_1$ (which, remember, contains only the one element), we can conclude that $f = \mathbf{0}$.</p>
<p>We have shown that $T$ is linear, injective, and surjective.  This finishes the proof that $T$ is a linear isomorphism.</p>
<h3>(c) Find a basis of $\Fun(S_1 , V)$. </h3>
<p>We can use the basis $B$ of $V$ and the linear isomorphism $T$ found in the previous part to define a basis of $\Fun(S_1, V)$.  More specifically, the image of $B$ under the inverse isomorphism<br />
\[ T^{-1} : V \rightarrow \Fun(S_1 , V) \]
will define a basis of $\Fun(S_1 , V)$.</p>
<p>For $v \in V$ define the function $f_v$ by $f_v(s) = v$.  It is clear that $T(f_v) = v$, and so $T^{-1}(v) = f_v$ for all $v \in V$.  In particular, $T^{-1}(e_i) = f_{e_i}$ for each $1 \leq i \leq n$, and so the set $\{ f_{e_1} , f_{e_2} , \cdots , f_{e_n} \}$ forms a basis of $\Fun(S, V)$.</p>
<h3>(d)  Construct a linear isomorphism between $\Fun(S, V)$ and the vector space $V^m$</h3>
<p>Define the map $T : \Fun(S, V) \rightarrow V^m$ by<br />
\[ T(f) = ( f(s_1) , f(s_2) , \cdots , f(s_m) ) \in V^m \, \mbox{ for all } f \in \Fun(S, V) . \]
<p>First we show that $T$ is linear.  For $f, g \in \Fun(S, V)$ and $c, d \in \K$ we have<br />
\begin{align*}<br />
T(cf+dg) &#038;= \left( (cf + dg)(s_1) , (cf + dg)(s_2) , \cdots , (cf + dg)(s_m) \right) \\<br />
&#038;= \left( (cf)(s_1) + (dg)(s_1) ,  (cf)(s_2) + (dg)(s_2) , \cdots , (cf)(s_m) + (dg)(s_m) \right) \\<br />
&#038;= \left( c f(s_1) , c f(s_2) , \cdots , c f(s_m) \right) + \left( d g(s_1) , d g(s_2) , \cdots , d g(s_m) \right) \\<br />
&#038;= c \left( f(s_1) , f(s_2) , \cdots , f(s_m) \right) + d \left( g(s_1) , g(s_2) , \cdots , g(s_m) \right) \\<br />
&#038;= c T(f) + d T(g) . \end{align*}</p>
<p>This proves that $T$ is a linear map. </p>
<hr />
<p>Next we show that it is an isomorphism.</p>
<p>First we show surjectivity.  For $(v_1 , v_2 , \cdots , v_m) \in V^m$ define the function $f$ by<br />
\[ f(s_i) = v_i \, \mbox{ for } 1 \leq i \leq m . \]
<p>Then<br />
\[ T(f) = ( f(s_1) , f(s_2) , \cdots , f(s_m) ) = ( v_1 , v_2 , \cdots , v_m ) . \]
Thus every element of $V^m$ lies in the range of $T$.</p>
<hr />
<p>Next we check injectivity.  Suppose that $T(f) = (0 , 0 , \cdots , 0) \in V^m$.  This means that $f(s_i) = 0$ for each $1 \leq i \leq m$.  Thus $f(s) = \mathbf{0}(s)$ for all $s \in S$, and so $f = \mathbf{0}$.  This proves that $T$ is injective.  Together with surjectivity and linearity, we have proven that $T$ is an isomorphism.</p>
<h3>(e) Constract a basis of $\Fun(S, V)$ for an arbitrary finite set $S$.  What is the dimension of $\Fun(S, V)$?</h3>
<p>We will use the basis $B = \{ e_1 , \cdots , e_n \}$ of $V$ to create a basis for $V^m$.  We will translate this basis into a basis of $\Fun(S, V)$ using the isomorphism $T$, or actually its inverse $T^{-1}$.</p>
<p>For integers $i, j$ with $1 \leq i \leq n$ and $1 \leq j \leq m$, define the vector<br />
\[ d_i^j = ( 0 , \cdots , e_i , \cdots , 0 ) . \]
Notice that every component is $0$ except for the $j$-th component, which is the vector $e_i$.  The set $\{ d_i^j \}_{ \substack{1 \leq i \leq n \\ 1 \leq j \leq m} }$ is the standard basis of $V^m$ defined by $B$.  The set $\{ T^{-1} ( d_i^j ) \}_{ \substack{ 1 \leq i \leq n \\ 1 \leq j \leq m}}$ will then be a basis of $\Fun(S, V)$.</p>
<hr />
<p>To find $T^{-1}$, suppose that $T(f) = d_i^j$.  Because the $j$-th component of $d_i^j$ is $e_i$, we must have that $f(s_j) = e_i$.  Because all of the other components are $0$, we must have $f(s_k) = 0$ for all $k \neq j$.  This information completely determines the function $f$.  Define the function $\delta_i^j$ by<br />
\[ \delta_i^j ( s_k ) = \left\{ \begin{array}{cl} e_i &#038; \mbox{ if } k = j \\ 0 &#038; \mbox{ if } k \neq j \end{array} \right. . \]
<p>Then it is clear that $T(\delta_i^j) = d_i^j$; that is, $T^{-1}(d_i^j) = \delta_i^j$.  Thus a basis of $\Fun(S, V)$ is formed by the set $\{ \delta_i^j \}_{ \substack{ 1 \leq i \leq n \\ 1 \leq j \leq m }}$.  There are exactly $nm$ elements in this basis, thus $\Fun(S, V)$ has dimension $nm$.</p>
<h3>(f) Prove that $\Fun(S, W)$ is a subspace of $\Fun(S, V)$.</h3>
<p>We will show in one step that $\Fun(S, W)$ is closed under addition and scalar multiplication. For $f, g \in \Fun(S, W)$, $c, d \in \K$ and $s \in S$ we have<br />
\[ (cf + dg)(s) = c f(s) + d g(s) \in W . \]
This proves that $(cf + dg) : S \rightarrow W$, and so $(cf + dg) \in \Fun(S, W)$.</p>
<button class="simplefavorite-button has-count" data-postid="6911" 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/vector-space-of-functions-from-a-set-to-a-vector-space/" target="_blank">Vector Space of Functions from a Set to a Vector Space</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/vector-space-of-functions-from-a-set-to-a-vector-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6911</post-id>	</item>
		<item>
		<title>Group Homomorphism from $\Z/n\Z$ to $\Z/m\Z$ When $m$ Divides $n$</title>
		<link>https://yutsumura.com/group-homomorphism-from-znz-to-zmz-when-m-divides-n/</link>
				<comments>https://yutsumura.com/group-homomorphism-from-znz-to-zmz-when-m-divides-n/#respond</comments>
				<pubDate>Wed, 22 Nov 2017 16:49:45 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[cyclic group]]></category>
		<category><![CDATA[first isomorphism theorem]]></category>
		<category><![CDATA[group homomorphism]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[kernel of a group homomorphism]]></category>
		<category><![CDATA[quotient group]]></category>
		<category><![CDATA[surjective homomorphism]]></category>
		<category><![CDATA[well-defined]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=6041</guid>
				<description><![CDATA[<p>Let $m$ and $n$ be positive integers such that $m \mid n$. (a) Prove that the map $\phi:\Zmod{n} \to \Zmod{m}$ sending $a+n\Z$ to $a+m\Z$ for any $a\in \Z$ is well-defined. (b) Prove that $\phi$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/group-homomorphism-from-znz-to-zmz-when-m-divides-n/" target="_blank">Group Homomorphism from $\Z/n\Z$ to $\Z/m\Z$ When $m$ Divides $n$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 613</h2>
<p>	Let $m$ and $n$ be positive integers such that $m \mid n$. </p>
<p><strong>(a)</strong> Prove that the map $\phi:\Zmod{n} \to \Zmod{m}$ sending $a+n\Z$ to $a+m\Z$ for any $a\in \Z$ is well-defined.</p>
<p><strong>(b)</strong> Prove that $\phi$ is a group homomorphism.</p>
<p><strong>(c)</strong> Prove that $\phi$ is surjective.</p>
<p><strong>(d)</strong> Determine the group structure of the kernel of $\phi$.</p>
<p>&nbsp;<br />
<span id="more-6041"></span><br />

<h2> Proof. </h2>
<h3>(a) Prove that the map $\phi:\Zmod{n} \to \Zmod{m}$ sending $a+n\Z$ to $a+m\Z$ for any $a\in \Z$ is well-defined.</h3>
<p>To show that $\phi$ is well-defined, we need show that the value of $\phi$ does not depends on the choice of representative $a$.<br />
		So suppose that $a+n\Z=a&#8217;+n\Z$ so that $a$ and $a&#8217;$ are two representatives for the same element.<br />
		This yields that $a-a&#8217;$ is divisible by $n$.</p>
<p>		Now, $a+n\Z$ is mapped to $a+m\Z$ by $\phi$. On the other hand, $a&#8217;+n\Z$ is mapped to $a+m\Z$ by $\phi$.<br />
		Since $a-a&#8217;$ is divisible by $n$ and $m \mid n$, it follows that $a-a&#8217;$ is divisible by $m$.<br />
		This implies that $a+m\Z=a&#8217;+m\Z$.<br />
		This prove that $\phi$ does not depend on the choice of the representative, and hence $\phi$ is well-defined.</p>
<h3>(b) Prove that $\phi$ is a group homomorphism.</h3>
<p>Let $a+n\Z$, $b+n\Z$ be two elements in $\Zmod{n}$. Then we have<br />
		\begin{align*}<br />
		&#038;\phi\left(\,  (a+n\Z)+(b+n\Z) \,\right)\\<br />
		&#038;=\phi\left(\,  (a+b)+n\Z) \,\right) &#038;&#038;\text{by addition in $\Zmod{n}$}\\<br />
		&#038;=(a+b)+m\Z &#038;&#038;\text{by definition of $\phi$}\\<br />
		&#038;=(a+m\Z)+(b+m\Z)&#038;&#038;\text{by addition in $\Zmod{m}$}\\<br />
		&#038;=\phi(a+n\Z)+\phi(b+n\Z) &#038;&#038;\text{by definition of $\phi$}.<br />
		\end{align*}</p>
<p>		Hence $\phi$ is a group homomorphism.</p>
<h3>(c) Prove that $\phi$ is surjective.</h3>
<p>For any $c+m\Z \in \Zmod{m}$, we pick $c+n\Z\in \Zmod{n}$.<br />
		Then as $\phi(c+n\Z)=c+m\Z$, we see that $\phi$ is surjective.</p>
<h3>(d) Determine the group structure of the kernel of $\phi$.</h3>
<p>If $a+n\Z\in \ker(\phi)$, then we have $0+m\Z=\phi(a+n\Z)=a+m\Z$.<br />
		This implies that $m\mid a$.<br />
		On the other hand, if $m\mid a$, then $\phi(a+n\Z)=a+m\Z=0+m\Z$ and $a+n\Z\in \ker(\phi)$.</p>
<p>		It follows that<br />
		\[\ker(\phi)=\{mk+n\Z \mid k=0, 1, \dots, l-1\},\]
		where $l$ is an integer such that $n=ml$.</p>
<p>		Thus, $\ker(\phi)$ is a group of order $l$.<br />
		Since $\ker(\phi)$ is a subgroup of the cyclic group $\Zmod{n}$, we know that $\ker(\phi)$ is also cyclic.<br />
		Thus<br />
		\[\ker(\phi)\cong \Zmod{l}.\]
<h4>Another approach</h4>
<p>		Here is a more direct proof of this result.<br />
		Define a map $\psi:\Z\to \ker(\phi)$ by sending $k\in \Z$ to $mk+n\Z$.<br />
		It is straightforward to verify that $\psi$ is a surjective group homomorphism and the kernel of $\psi$ is $\ker(\psi)=l\Z$.<br />
		It follows from the first isomorphism theorem that<br />
		\[\Zmod{l}= \Z/\ker(\psi) \cong \im(\psi)=\ker(\phi). \]
<button class="simplefavorite-button has-count" data-postid="6041" data-siteid="1" data-groupid="1" data-favoritecount="124" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">124</span></button><p>The post <a href="https://yutsumura.com/group-homomorphism-from-znz-to-zmz-when-m-divides-n/" target="_blank">Group Homomorphism from $\Z/n\Z$ to $\Z/m\Z$ When $m$ Divides $n$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/group-homomorphism-from-znz-to-zmz-when-m-divides-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">6041</post-id>	</item>
		<item>
		<title>An Orthogonal Transformation from $\R^n$ to $\R^n$ is an Isomorphism</title>
		<link>https://yutsumura.com/an-orthogonal-transformation-from-rn-to-rn-is-an-isomorphism/</link>
				<comments>https://yutsumura.com/an-orthogonal-transformation-from-rn-to-rn-is-an-isomorphism/#respond</comments>
				<pubDate>Wed, 25 Oct 2017 05:47:24 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[dot product]]></category>
		<category><![CDATA[Euclidean space]]></category>
		<category><![CDATA[injective linear transformation]]></category>
		<category><![CDATA[inner product space]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[isomorphism of vector spaces]]></category>
		<category><![CDATA[kernel of]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[null space of a linear transformation]]></category>
		<category><![CDATA[orthogonal transformation]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=5163</guid>
				<description><![CDATA[<p>Let $\R^n$ be an inner product space with inner product $\langle \mathbf{x}, \mathbf{y}\rangle=\mathbf{x}^{\trans}\mathbf{y}$ for $\mathbf{x}, \mathbf{y}\in \R^n$. A linear transformation $T:\R^n \to \R^n$ is called orthogonal transformation if for all $\mathbf{x}, \mathbf{y}\in \R^n$, it&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/an-orthogonal-transformation-from-rn-to-rn-is-an-isomorphism/" target="_blank">An Orthogonal Transformation from $\R^n$ to $\R^n$ is an Isomorphism</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 592</h2>
<p>Let $\R^n$ be an inner product space with inner product $\langle \mathbf{x}, \mathbf{y}\rangle=\mathbf{x}^{\trans}\mathbf{y}$ for $\mathbf{x}, \mathbf{y}\in \R^n$.</p>
<p>	 A linear transformation $T:\R^n \to \R^n$ is called <strong>orthogonal transformation</strong> if for all $\mathbf{x}, \mathbf{y}\in \R^n$, it satisfies<br />
	 \[\langle T(\mathbf{x}), T(\mathbf{y})\rangle=\langle\mathbf{x}, \mathbf{y} \rangle.\]
<p>	 Prove that if $T:\R^n\to \R^n$ is an orthogonal transformation, then $T$ is an isomorphism.</p>
<p>&nbsp;<br />
<span id="more-5163"></span><br />

We give two proofs.<br />
The second one uses a fact about the injectivity of linear transformations.</p>
<h2>Proof 1.</h2>
<p>	 	As $T$ is a linear transformation from $\R^n$ to itself, it suffices to show that $T$ is an injective linear transformation.</p>
<p>	 	Suppose that $T(\mathbf{x})=T(\mathbf{y})$ for $\mathbf{x}, \mathbf{y}\in \R^n$.<br />
	 	We show that $\mathbf{x}=\mathbf{y}$.</p>
<p>	 	We have<br />
	 	\begin{align*}<br />
		&#038;\|\mathbf{x}-\mathbf{y}\|^2\\<br />
		&#038;=(\mathbf{x}-\mathbf{y})^{\trans}(\mathbf{x}-\mathbf{y})\\<br />
		&#038;=(\mathbf{x}^{\trans}-\mathbf{y}^{\trans})(\mathbf{x}-\mathbf{y})\\<br />
		&#038;=\mathbf{x}^{\trans}\mathbf{x}-\mathbf{x}^{\trans}\mathbf{y}-\mathbf{y}^{\trans}\mathbf{x}+\mathbf{y}^{\trans}\mathbf{y}\\<br />
		&#038;=\langle\mathbf{x}, \mathbf{x} \rangle-\langle\mathbf{x}, \mathbf{y} \rangle-\langle\mathbf{y}, \mathbf{x} \rangle+\langle\mathbf{y}, \mathbf{y} \rangle\\<br />
		&#038;=\langle T(\mathbf{x}), T(\mathbf{x}) \rangle-\langle T(\mathbf{x}), T(\mathbf{y}) \rangle-\langle T(\mathbf{y}), T(\mathbf{x}) \rangle+\langle T(\mathbf{y}), T(\mathbf{y}) \rangle\\<br />
		&#038;\text{(since $T$ is an orthogonal transformation)}\\<br />
		&#038;=\langle T(\mathbf{x}), T(\mathbf{x}) \rangle-\langle T(\mathbf{x}), T(\mathbf{x}) \rangle-\langle T(\mathbf{x}), T(\mathbf{x}) \rangle+\langle T(\mathbf{x}), T(\mathbf{x}) \rangle\\<br />
		&#038;\text{(since $T(\mathbf{x})=T(\mathbf{y})$)}\\<br />
		&#038;=0.<br />
		\end{align*}<br />
		It follows that $\|\mathbf{x}-\mathbf{y}\|=0$ and hence $\mathbf{x}=\mathbf{y}$.<br />
		This proves that $T:\R^n\to \R^n$ is injective.</p>
<p>		As $T$ is an injective linear transformation from the $n$-dimensional vector space $\R^n$ to itself, it is also surjective, and thus $T$ is an isomorphism.</p>
<h2> Proof 2. </h2>
<p> Recall that the linear transformation  $T$ is injective if and only if the null space $\calN(T)=\{\mathbf{0}\}$, that is, $T(\mathbf{x})=\mathbf{0}$ implies that $\mathbf{x}=\mathbf{0}$.<br />
(See the post &#8220;<a href="//yutsumura.com/a-linear-transformation-is-injective-one-to-one-if-and-only-if-the-nullity-is-zero/" rel="noopener" target="_blank">A Linear Transformation is Injective (One-To-One) if and only if the Nullity is Zero</a>&#8221; for the proof of this fact.)</p>
<p>			 	We use this fact to show that $T$ is injective.<br />
			 	Suppose that $T(\mathbf{x})=\mathbf{0}$.<br />
			 	Then we have<br />
			 	\begin{align*}<br />
		\|\mathbf{x}\|^2&#038;=\langle \mathbf{x}, \mathbf{x}\rangle\\<br />
		&#038;=\langle T(\mathbf{x}), T(\mathbf{x})\rangle &#038;&#038;\text{as $T$ is orthogonal}\\<br />
		&#038;=\langle \mathbf{0}, \mathbf{0}\rangle=0 &#038;&#038;\text{as $T(\mathbf{x})=\mathbf{0}$}.<br />
		\end{align*}</p>
<p>			 It follows that the length $\|\mathbf{x}\|=0$, and hence $\mathbf{x}=\mathbf{0}$.<br />
			 This proves that the null space $\calN(T)=\{\mathbf{0}\}$ and $T$ is injective.</p>
<p>			 As $T$ is an injective linear transformation from $\R^n$ to itself, it is also surjective, and hence $T$ is an isomorphism.</p>
<button class="simplefavorite-button has-count" data-postid="5163" 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/an-orthogonal-transformation-from-rn-to-rn-is-an-isomorphism/" target="_blank">An Orthogonal Transformation from $\R^n$ to $\R^n$ is an Isomorphism</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/an-orthogonal-transformation-from-rn-to-rn-is-an-isomorphism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">5163</post-id>	</item>
		<item>
		<title>If the Quotient is an Infinite Cyclic Group, then Exists a Normal Subgroup of Index $n$</title>
		<link>https://yutsumura.com/if-the-quotient-is-an-infinite-cyclic-group-then-exists-a-normal-subgroup-of-index-n/</link>
				<comments>https://yutsumura.com/if-the-quotient-is-an-infinite-cyclic-group-then-exists-a-normal-subgroup-of-index-n/#respond</comments>
				<pubDate>Thu, 07 Sep 2017 03:44:39 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[abelian group]]></category>
		<category><![CDATA[cyclic group]]></category>
		<category><![CDATA[fourth isomorphism theorem]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[isomorphism theorem]]></category>
		<category><![CDATA[lattice isomorphism theorem]]></category>
		<category><![CDATA[normal subgroup]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4836</guid>
				<description><![CDATA[<p>Let $N$ be a normal subgroup of a group $G$. Suppose that $G/N$ is an infinite cyclic group. Then prove that for each positive integer $n$, there exists a normal subgroup $H$ of $G$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/if-the-quotient-is-an-infinite-cyclic-group-then-exists-a-normal-subgroup-of-index-n/" target="_blank">If the Quotient is an Infinite Cyclic Group, then Exists a Normal Subgroup of Index $n$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 557</h2>
<p>		Let $N$ be a normal subgroup of a group $G$.<br />
		Suppose that $G/N$ is an infinite cyclic group.</p>
<p>		Then prove that for each positive integer $n$, there exists a normal subgroup $H$ of $G$ of index $n$.</p>
<p>&nbsp;<br />
<span id="more-4836"></span></p>
<h2>Hint.</h2>
<p>Use the <strong>fourth (or Lattice) isomorphism theorem</strong>.</p>
<h2> Proof. </h2>
<p>		Let $n$ be a positive integer.<br />
			Since $G/N$ is a cyclic group, let $g$ be a generator of $G/N$.<br />
			So we have $G/N=\langle g\rangle$.<br />
			Then $\langle g^n \rangle$ is a subgroup of $G/N$ of index $n$.</p>
<hr />
<p>			By the fourth isomorphism theorem, every subgroup of $G/N$ is of the form $H/N$ for some subgroup $H$ of $G$ containing $N$.<br />
			Thus we have $\langle g^n \rangle=H/N$ for some subgroup $H$ in $G$ containing $N$.</p>
<p>			Since $G/N$ is cyclic, it is in particular abelian.<br />
			Thus $H/N$ is a normal subgroup of $G/N$.</p>
<p>			The fourth isomorphism theorem also implies that $H$ is a normal subgroup of $G$, and we have<br />
			\begin{align*}<br />
		[G:H]=[G/N : H/N]=n.<br />
		\end{align*}<br />
			Hence $H$ is a normal subgroup of $G$ of index $n$.</p>
<button class="simplefavorite-button has-count" data-postid="4836" data-siteid="1" data-groupid="1" data-favoritecount="77" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">77</span></button><p>The post <a href="https://yutsumura.com/if-the-quotient-is-an-infinite-cyclic-group-then-exists-a-normal-subgroup-of-index-n/" target="_blank">If the Quotient is an Infinite Cyclic Group, then Exists a Normal Subgroup of Index $n$</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/if-the-quotient-is-an-infinite-cyclic-group-then-exists-a-normal-subgroup-of-index-n/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4836</post-id>	</item>
		<item>
		<title>Find the Inverse Linear Transformation if the Linear Transformation is an Isomorphism</title>
		<link>https://yutsumura.com/find-the-inverse-linear-transformation-if-the-linear-transformation-is-an-isomorphism/</link>
				<comments>https://yutsumura.com/find-the-inverse-linear-transformation-if-the-linear-transformation-is-an-isomorphism/#comments</comments>
				<pubDate>Fri, 01 Sep 2017 03:00:22 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Linear Algebra]]></category>
		<category><![CDATA[basis]]></category>
		<category><![CDATA[inverse linear transformation]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[isomorphism of vector spaces]]></category>
		<category><![CDATA[linear algebra]]></category>
		<category><![CDATA[linear transformation]]></category>
		<category><![CDATA[vector space]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=4796</guid>
				<description><![CDATA[<p>Let $T:\R^3 \to \R^3$ be the linear transformation defined by the formula \[T\left(\, \begin{bmatrix} x_1 \\ x_2 \\ x_3 \end{bmatrix} \,\right)=\begin{bmatrix} x_1+3x_2-2x_3 \\ 2x_1+3x_2 \\ x_2-x_3 \end{bmatrix}.\] Determine whether $T$ is an isomorphism and&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/find-the-inverse-linear-transformation-if-the-linear-transformation-is-an-isomorphism/" target="_blank">Find the Inverse Linear Transformation if the Linear Transformation is an Isomorphism</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 553</h2>
<p>	Let $T:\R^3 \to \R^3$ be the linear transformation defined by the formula<br />
	\[T\left(\,  \begin{bmatrix}<br />
  x_1 \\<br />
   x_2 \\<br />
    x_3<br />
  \end{bmatrix} \,\right)=\begin{bmatrix}<br />
  x_1+3x_2-2x_3 \\<br />
   2x_1+3x_2 \\<br />
    x_2-x_3<br />
  \end{bmatrix}.\]
<p>		Determine whether $T$ is an isomorphism and if so find the formula for the inverse linear transformation $T^{-1}$.</p>
<p>&nbsp;<br />
<span id="more-4796"></span></p>
<h2>Solution.</h2>
<p>			Let $B=\{\mathbf{e}_1, \mathbf{e}_2, \mathbf{e}_3\}$ be the standard basis of $\R^3$, where<br />
			\[\mathbf{e}_1=\begin{bmatrix}<br />
		  1 \\<br />
		   0 \\<br />
		    0<br />
		  \end{bmatrix}, \mathbf{e}_2=\begin{bmatrix}<br />
		  0 \\<br />
		   1 \\<br />
		    0<br />
		  \end{bmatrix}, \mathbf{e}_3=\begin{bmatrix}<br />
		  0 \\<br />
		   0 \\<br />
		    1<br />
		  \end{bmatrix}.\]
<p>		  We determine the matrix representation $[T]_B$ of $T$ with respect to the basis $B$.<br />
		  Since we have<br />
		  \begin{align*}<br />
		T(\mathbf{e}_1)=\begin{bmatrix}<br />
		  1 \\<br />
		   2 \\<br />
		    0<br />
		  \end{bmatrix}, T(\mathbf{e}_2)=\begin{bmatrix}<br />
		  3 \\<br />
		   3 \\<br />
		    1<br />
		  \end{bmatrix}, T(\mathbf{e}_3=\begin{bmatrix}<br />
		  -2 \\<br />
		   0 \\<br />
		    -1<br />
		  \end{bmatrix},<br />
		\end{align*}<br />
		we have<br />
		\[[T]_B=\begin{bmatrix}<br />
		  T(\mathbf{e}_1) &#038; T(\mathbf{e}_2) &#038; T(\mathbf{e}_3)<br />
		  \end{bmatrix}=\begin{bmatrix}<br />
		  1 &#038; 3 &#038; -2 \\<br />
		   2 &#038;3 &#038;0 \\<br />
		   0 &#038; 1 &#038; -1<br />
		\end{bmatrix}\\.\]
<p>		This matrix is invertible and the inverse matrix is given by<br />
		 \[[T]_B^{-1}=\begin{bmatrix}<br />
		  3 &#038; -1 &#038; -6 \\<br />
		   -2 &#038;1 &#038;4 \\<br />
		   -2 &#038; 1 &#038; 3<br />
		\end{bmatrix}.\]
		(See the post <a href="//yutsumura.com/find-the-inverse-matrices-if-matrices-are-invertible-by-elementary-row-operations/" target="_blank" rel="noopener noreferrer">Find the Inverse Matrices if Matrices are Invertible by Elementary Row Operations</a> for details of how to find the inverse matrix of this matrix.)</p>
<p>		This implies that the matrix $T$ is an isomorphism.</p>
<hr />
<p>		Observe that we have  $[T]_B^{-1}=[T^{-1}]_B$.<br />
		Thus, we obtain<br />
		\begin{align*}<br />
		T^{-1}\left(\,  \begin{bmatrix}<br />
		  x_1 \\<br />
		   x_2 \\<br />
		    x_3<br />
		  \end{bmatrix} \,\right)&#038;=[T^{-1}]_B\begin{bmatrix}<br />
		  x_1 \\<br />
		   x_2 \\<br />
		    x_3<br />
		  \end{bmatrix}<br />
		\\[6pt]
		&#038;=\begin{bmatrix}<br />
		  3 &#038; -1 &#038; -6 \\<br />
		   -2 &#038;1 &#038;4 \\<br />
		   -2 &#038; 1 &#038; 3<br />
		\end{bmatrix}\begin{bmatrix}<br />
		  x_1 \\<br />
		   x_2 \\<br />
		    x_3<br />
		  \end{bmatrix}\\[6pt]
		  &#038;=\begin{bmatrix}<br />
		  3x_1-x_2-6x_3 \\<br />
		   -2x_1+x_2+4x_3 \\<br />
		    -2x_1+x_2+3x_3<br />
		  \end{bmatrix}.<br />
		\end{align*}</p>
<hr />
<p>		In summary, the formula for the inverse linear transformation $T^{-1}$ is given by</p>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
\[T^{-1}\left(\,  \begin{bmatrix}<br />
		  x_1 \\<br />
		   x_2 \\<br />
		    x_3<br />
		  \end{bmatrix} \,\right)=\begin{bmatrix}<br />
		  3x_1-x_2-6x_3 \\<br />
		   -2x_1+x_2+4x_3 \\<br />
		    -2x_1+x_2+3x_3<br />
		  \end{bmatrix}.\]
</div>
<button class="simplefavorite-button has-count" data-postid="4796" data-siteid="1" data-groupid="1" data-favoritecount="89" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">89</span></button><p>The post <a href="https://yutsumura.com/find-the-inverse-linear-transformation-if-the-linear-transformation-is-an-isomorphism/" target="_blank">Find the Inverse Linear Transformation if the Linear Transformation is an Isomorphism</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/find-the-inverse-linear-transformation-if-the-linear-transformation-is-an-isomorphism/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">4796</post-id>	</item>
		<item>
		<title>The Additive Group of Rational Numbers and The Multiplicative Group of Positive Rational Numbers are Not Isomorphic</title>
		<link>https://yutsumura.com/the-additive-group-of-rational-numbers-and-the-multiplicative-group-of-positive-rational-numbers-are-not-isomorphic/</link>
				<comments>https://yutsumura.com/the-additive-group-of-rational-numbers-and-the-multiplicative-group-of-positive-rational-numbers-are-not-isomorphic/#respond</comments>
				<pubDate>Sun, 16 Jul 2017 02:02:14 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[additive group]]></category>
		<category><![CDATA[group homomorphism]]></category>
		<category><![CDATA[group isomorphism]]></category>
		<category><![CDATA[group of rational numbers]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[isomorphic]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[multiplicative group]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3747</guid>
				<description><![CDATA[<p>Let $(\Q, +)$ be the additive group of rational numbers and let $(\Q_{ > 0}, \times)$ be the multiplicative group of positive rational numbers. Prove that $(\Q, +)$ and $(\Q_{ > 0}, \times)$ are&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-additive-group-of-rational-numbers-and-the-multiplicative-group-of-positive-rational-numbers-are-not-isomorphic/" target="_blank">The Additive Group of Rational Numbers and The Multiplicative Group of Positive Rational Numbers are Not Isomorphic</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 510</h2>
<p>	Let $(\Q, +)$ be the additive group of rational numbers and let $(\Q_{ > 0}, \times)$ be the multiplicative group of positive rational numbers. </p>
<p>	Prove that $(\Q, +)$ and $(\Q_{ > 0}, \times)$ are not isomorphic as groups.</p>
<p>&nbsp;<br />
<span id="more-3747"></span></p>
<h2> Proof. </h2>
<p>		Suppose, towards a contradiction, that there is a group isomorphism<br />
		\[\phi:(\Q, +) \to (\Q_{ > 0}, \times).\]
<hr />
<p>		Then since $\phi$ is in particular surjective, there exists $r\in \Q$ such that $\phi(r)=2$.<br />
		As $r$ is a rational number, so is $r/2$.</p>
<p>		It follows that we have<br />
		\begin{align*}<br />
		2&#038;=\phi(r)=\phi\left(\,  \frac{r}{2}+\frac{r}{2} \,\right)\\<br />
		&#038;=\phi\left(\,  \frac{r}{2} \,\right)\cdot\phi\left(\, \frac{r}{2} \,\right) &#038;&#038;\text{ because $\phi$ is a homomorphism}\\<br />
		&#038;=\phi\left(\,  \frac{r}{2} \,\right)^2.<br />
		\end{align*}</p>
<p>		It yields that<br />
		\[\phi\left(\,  \frac{r}{2} \,\right)=\pm \sqrt{2}.\]
<hr />
<p>		However, this is a contradiction since $\phi\left(\,  \frac{r}{2} \,\right)$ must be a positive rational number, yet $\sqrt{2}$ is not a rational number.</p>
<p>		We conclude that there is no such group isomorphism, and hence the groups $(\Q, +)$ and $(\Q_{ > 0}\times)$ are not isomorphic as groups.</p>
<button class="simplefavorite-button has-count" data-postid="3747" data-siteid="1" data-groupid="1" data-favoritecount="102" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">102</span></button><p>The post <a href="https://yutsumura.com/the-additive-group-of-rational-numbers-and-the-multiplicative-group-of-positive-rational-numbers-are-not-isomorphic/" target="_blank">The Additive Group of Rational Numbers and The Multiplicative Group of Positive Rational Numbers are Not Isomorphic</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-additive-group-of-rational-numbers-and-the-multiplicative-group-of-positive-rational-numbers-are-not-isomorphic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3747</post-id>	</item>
		<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>The Polynomial Rings $\Z[x]$ and $\Q[x]$ are Not Isomorphic</title>
		<link>https://yutsumura.com/the-polynomial-rings-zx-and-qx-are-not-isomorphic/</link>
				<comments>https://yutsumura.com/the-polynomial-rings-zx-and-qx-are-not-isomorphic/#respond</comments>
				<pubDate>Wed, 28 Jun 2017 02:27:02 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Ring theory]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[polynomial ring]]></category>
		<category><![CDATA[ring]]></category>
		<category><![CDATA[ring homomorphism]]></category>
		<category><![CDATA[ring theory]]></category>
		<category><![CDATA[unit]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3345</guid>
				<description><![CDATA[<p>Prove that the rings $\Z[x]$ and $\Q[x]$ are not isomoprhic. &#160; Proof. We give three proofs. The first two proofs use only the properties of ring homomorphism. The third proof resort to the units&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-polynomial-rings-zx-and-qx-are-not-isomorphic/" target="_blank">The Polynomial Rings $\Z[x]$ and $\Q[x]$ are Not Isomorphic</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 494</h2>
<p>	Prove that the rings $\Z[x]$ and $\Q[x]$ are not isomoprhic.</p>
<p>&nbsp;<br />
<span id="more-3345"></span><br />

<h2> Proof. </h2>
<p>We give three proofs.<br />
The first two proofs use only the properties of ring homomorphism.</p>
<p>The third proof resort to the units of rings.</p>
<p>If you are familiar with units of $\Z[x]$, then the third proof might be concise and easy to follow.</p>
<h3>The First Proof</h3>
<p>		Assume on the contrary that the rings $\Z[x]$ and $\Q[x]$ are isomorphic.<br />
		Let<br />
		\[\phi:\Q[x] \to \Z[x]\]
		 be an isomorphism.</p>
<p>		The polynomial $x$ in $\Q[x]$ is mapped to the polynomial $\phi(x)\in \Z[x]$.</p>
<p>		Note that $\frac{x}{2^n}$ is an element in $\Q[x]$ for any positive integer $n$.<br />
		Thus we have<br />
		\begin{align*}<br />
	\phi(x)&#038;=\phi(2^n\cdot \frac{x}{2^n})\\<br />
	&#038;=2^n\phi\left(\frac{x}{2^n}\right)<br />
	\end{align*}<br />
	since $\phi$ is a homomorphism.</p>
<p>	As $\phi$ is injective, the polynomial $\phi(\frac{x}{2^n})\neq 0$.<br />
	Since $\phi(\frac{x}{2^n})$ is a nonzero polynomial with integer coefficients, the absolute values of the nonzero coefficients of $2^n\phi(\frac{x}{2^n})$ is at least $2^n$.</p>
<p>	However, since this is true for any positive integer, the coefficients of the polynomial $\phi(x)=2^n\phi(\frac{x}{2^n})$ is arbitrarily large, which is impossible.<br />
	Thus, there is no isomorphism between $\Q[x]$ and $\Z[x]$.</p>
<h3>The Second Proof</h3>
<p>		Seeking a contradiction, assume that we have an isomorphism<br />
		\[\phi:\Q[x] \to \Z[x].\]
<p>		Since $\phi$ is a ring homomorphism, we have $\phi(1)=1$.<br />
		Then we have<br />
		\begin{align*}<br />
	1&#038;=\phi(1)=\phi \left(2\cdot \frac{1}{2}\right)\\<br />
	&#038;=2\phi\left( \frac{1}{2} \right)<br />
	\end{align*}<br />
	since $\phi$ is a homomorphism.</p>
<p>	Since $\phi\left( \frac{1}{2} \right)\in \Z[x]$, we write<br />
	\[\phi\left( \frac{1}{2} \right)=a_nx^n+a_{n-1}x^{n-1}+\cdots a_1x+a_0,\]
	for some integers $a_0, \dots, a_n$.</p>
<p>	Since $2\phi\left( \frac{1}{2} \right)=1$, it follows that<br />
	\[2a_n=0, \dots, 2a_1=0, 2a_0=1.\]
	Since $a_0$ is an integer, this is a contradiction.<br />
	Thus, such an isomorphism does not exists.<br />
	Hence $\Q[x]$ and $\Z[x]$ are not isomorphic.</p>
<h3>The Third Proof</h3>
<p>		Note that in general the units of the polynomial ring $R[x]$ over an integral domain $R$ is the units $R^{\times}$ of $R$.</p>
<p>		Since $\Z$ and $\Q$ are both integral domain, the units are<br />
		\[\Z[x]^{\times}=\Z^{\times}=\{\pm 1\} \text{ and } \Q[x]^{\times}=\Q^{\times}=\Q\setminus \{0\}.\]
		Since every ring isomorphism maps units to units, if two rings are isomorphic then the number of units must be the same.</p>
<p>		As seen above, $\Z[x]$ contains only two units although $\Q[x]$ contains infinitely many units.<br />
		Thus, they cannot be isomorphic.</p>
<button class="simplefavorite-button has-count" data-postid="3345" data-siteid="1" data-groupid="1" data-favoritecount="31" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">31</span></button><p>The post <a href="https://yutsumura.com/the-polynomial-rings-zx-and-qx-are-not-isomorphic/" target="_blank">The Polynomial Rings $\Z[x]$ and $\Q[x]$ are Not Isomorphic</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-polynomial-rings-zx-and-qx-are-not-isomorphic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3345</post-id>	</item>
		<item>
		<title>Inverse Map of a Bijective Homomorphism is a Group Homomorphism</title>
		<link>https://yutsumura.com/inverse-map-of-a-bijective-homomorphism-is-a-group-homomorphism/</link>
				<comments>https://yutsumura.com/inverse-map-of-a-bijective-homomorphism-is-a-group-homomorphism/#respond</comments>
				<pubDate>Thu, 08 Jun 2017 17:43:02 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[bijective]]></category>
		<category><![CDATA[bijective homomorphism]]></category>
		<category><![CDATA[group homomorphism]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[homomorphism]]></category>
		<category><![CDATA[inverse map]]></category>
		<category><![CDATA[isomorphism]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3041</guid>
				<description><![CDATA[<p>Let $G$ and $H$ be groups and let $\phi: G \to H$ be a group homomorphism. Suppose that $f:G\to H$ is bijective. Then there exists a map $\psi:H\to G$ such that \[\psi \circ \phi=\id_G&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/inverse-map-of-a-bijective-homomorphism-is-a-group-homomorphism/" target="_blank">Inverse Map of a Bijective Homomorphism is a Group Homomorphism</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 445</h2>
<p>	Let $G$ and $H$ be groups and let $\phi: G \to H$ be a group homomorphism.<br />
	Suppose that $f:G\to H$ is bijective.<br />
	Then there exists a map $\psi:H\to G$ such that<br />
	\[\psi \circ \phi=\id_G \text{ and } \phi \circ \psi=\id_H.\]
	Then prove that $\psi:H \to G$ is also a group homomorphism.</p>
<p>&nbsp;<br />
<span id="more-3041"></span><br />
&nbsp;<br />
	</p>
<h2> Proof. </h2>
<p>		Let $a, b$ be arbitrary elements of the group $H$.<br />
		To prove $\psi: H \to G$ is a group homomorphism, we need<br />
		\[\psi(ab)=\psi(a)\psi(b).\]
<p>		We compute<br />
		\begin{align*}<br />
	&#038;\phi\left(\,  \psi(a)\psi(b) \,\right)\\<br />
	&#038;=\phi\left(\,  \psi(a) \,\right) \phi\left(\,  \psi(b) \,\right) &#038;&#038; \text{since $\phi$ is a group homomorphism}\\<br />
	&#038;=ab &#038;&#038; \text{since $\phi\circ \psi=\id_H$}\\<br />
	&#038;=\phi \left(\,  \psi (ab) \,\right) &#038;&#038; \text{since $\phi\circ \psi=\id_H$}.\\<br />
	\end{align*}</p>
<p>	Since $\phi$ is injective, it yields that<br />
	\[\psi(ab)=\psi(a)\psi(b),\]
	and thus $\psi:H\to G$ is a group homomorphism.</p>
<h2>What&#8217;s an Isomorphism?</h2>
<p>A bijective group homomorphism $\phi:G \to H$ is called <strong>isomorphism</strong>.</p>
<p>The above problem guarantees that the inverse map of an isomorphism is again a homomorphism, and hence isomorphism.</p>
<button class="simplefavorite-button has-count" data-postid="3041" data-siteid="1" data-groupid="1" data-favoritecount="43" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">43</span></button><p>The post <a href="https://yutsumura.com/inverse-map-of-a-bijective-homomorphism-is-a-group-homomorphism/" target="_blank">Inverse Map of a Bijective Homomorphism is a Group Homomorphism</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/inverse-map-of-a-bijective-homomorphism-is-a-group-homomorphism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3041</post-id>	</item>
		<item>
		<title>The Additive Group $\R$ is Isomorphic to the Multiplicative Group $\R^{+}$ by Exponent Function</title>
		<link>https://yutsumura.com/the-additive-group-r-is-isomorphic-to-the-multiplicative-group-r-by-exponent-function/</link>
				<comments>https://yutsumura.com/the-additive-group-r-is-isomorphic-to-the-multiplicative-group-r-by-exponent-function/#respond</comments>
				<pubDate>Fri, 03 Mar 2017 06:07:17 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[additive group]]></category>
		<category><![CDATA[exponential function]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[group homomorphism]]></category>
		<category><![CDATA[group isomorphism]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[injective homomorphism]]></category>
		<category><![CDATA[isomorphism]]></category>
		<category><![CDATA[log function]]></category>
		<category><![CDATA[multiplicative group]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2337</guid>
				<description><![CDATA[<p>Let $\R=(\R, +)$ be the additive group of real numbers and let $\R^{\times}=(\R\setminus\{0\}, \cdot)$ be the multiplicative group of real numbers. (a) Prove that the map $\exp:\R \to \R^{\times}$ defined by \[\exp(x)=e^x\] is an&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-additive-group-r-is-isomorphic-to-the-multiplicative-group-r-by-exponent-function/" target="_blank">The Additive Group $\R$ is Isomorphic to the Multiplicative Group $\R^{+}$ by Exponent Function</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 322</h2>
<p> Let $\R=(\R, +)$ be the additive group of real numbers and let $\R^{\times}=(\R\setminus\{0\}, \cdot)$ be the multiplicative group of real numbers.</p>
<p><strong>(a)</strong> Prove that the map $\exp:\R \to \R^{\times}$ defined by<br />
\[\exp(x)=e^x\]
is an injective group homomorphism.</p>
<p><strong>(b)</strong> Prove that the additive group $\R$ is isomorphic to the multiplicative group<br />
\[\R^{+}=\{x \in \R \mid x > 0\}.\]
<p>&nbsp;<br />
<span id="more-2337"></span><br />

<h2> Proof. </h2>
<h3>(a) Prove $\exp:\R \to \R^{\times}$  is an injective group homomorphism.</h3>
<p> We first prove that $\exp$ is a group homomorphism.<br />
		Let $x, y \in \R$. Then we have<br />
		\begin{align*}<br />
\exp(x+y)&#038;=e^{x+y}\\<br />
&#038;=e^x e^y\\<br />
&#038;=\exp(x)\exp(y).<br />
\end{align*}<br />
Thus, the map $\exp$ is a group homomorphism.</p>
<hr />
<p>To show that $\exp$ is injective, suppose $\exp(x)=\exp(y)$ for $x, y\in \R$.<br />
This implies that we have<br />
\[e^{x}=e^{y},\]
and thus $x=y$ by taking $\log$ of both sides.<br />
Hence $\exp$ is an injective group homomorphism.</p>
<h3>(b) Prove that the additive group $\R$ is isomorphic to the multiplicative group $\R^{+}$.</h3>
<p>Since the image of $\exp:\R \to \R^{\times}$ consists of positive numbers, we can restrict the codomain of $\exp$ to $\R^{+}$, and we have the injective homomorphism<br />
\[\exp: \R \to \R^{+}.\]
<hr />
<p>It suffices to show that this homomorphism is surjective.<br />
For any $y\in \R^{+}$, we have $\log(y)\in \R$ and<br />
\[\exp(\log(y))=e^{\log(y)}=y.\]
<p>Thus, $\exp: \R \to \R^{+}$ is a bijective homomorphism, hence isomorphism of groups.<br />
This proves that the additive group $\R$ is isomorphic to the multiplicative group $\R^{+}$.</p>
<hr />
<p>Note that the inverse homomorphism is given by<br />
\[\log: \R^{+} \to \R\]
sending $x\in \R^{+}$ to $\log(x)$.</p>
<p>This is a group homomorphism since we have for $x, y \in \R^{+}$,<br />
\begin{align*}<br />
\log(xy)=\log(x)+\log(y)<br />
\end{align*}<br />
by the property of the log function.</p>
<button class="simplefavorite-button has-count" data-postid="2337" data-siteid="1" data-groupid="1" data-favoritecount="52" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">52</span></button><p>The post <a href="https://yutsumura.com/the-additive-group-r-is-isomorphic-to-the-multiplicative-group-r-by-exponent-function/" target="_blank">The Additive Group $\R$ is Isomorphic to the Multiplicative Group $\R^{+}$ by Exponent Function</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-additive-group-r-is-isomorphic-to-the-multiplicative-group-r-by-exponent-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2337</post-id>	</item>
	</channel>
</rss>
