<?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>left module &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/left-module/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Mon, 24 Jul 2017 23:12:45 +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>left module &#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>Basic Exercise Problems in Module Theory</title>
		<link>https://yutsumura.com/basic-exercise-problems-in-module-theory/</link>
				<comments>https://yutsumura.com/basic-exercise-problems-in-module-theory/#respond</comments>
				<pubDate>Fri, 12 May 2017 23:15:19 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Module Theory]]></category>
		<category><![CDATA[action]]></category>
		<category><![CDATA[axiom]]></category>
		<category><![CDATA[left module]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[module theory]]></category>
		<category><![CDATA[ring]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=2871</guid>
				<description><![CDATA[<p>Let $R$ be a ring with $1$ and $M$ be a left $R$-module. (a) Prove that $0_Rm=0_M$ for all $m \in M$. Here $0_R$ is the zero element in the ring $R$ and $0_M$&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/basic-exercise-problems-in-module-theory/" target="_blank">Basic Exercise Problems in Module Theory</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 408</h2>
<p>	Let $R$ be a ring with $1$ and $M$ be a left $R$-module.</p>
<p><strong>(a)</strong> Prove that $0_Rm=0_M$ for all $m \in M$. </p>
<p>Here $0_R$ is the zero element  in the ring $R$ and $0_M$ is the zero element in the module $M$, that is, the identity element of the additive group $M$.<br />
To simplify the notations, we ignore the subscripts and simply write<br />
	\[0m=0.\]
	You must be able to and must judge which zero elements are used from the context.</p>
<p><strong>(b) </strong>Prove that $r0=0$ for all $s\in R$. Here both zeros are $0_M$.</p>
<p><strong>(c)</strong> Prove that $(-1)m=-m$ for all $m \in M$.</p>
<p><strong>(d)</strong> Assume that $rm=0$ for some $r\in R$ and some nonzero element $m\in M$. Prove that $r$ does not have a left inverse.</p>
<p>&nbsp;<br />
<span id="more-2871"></span><br />

<h2>Definition of a module.</h2>
<p>Let $R$ be a ring with $1$.<br />
		A set $M$ is a left $R$-module if it has a binary operation $+$ on $M$ under which $M$ is an abelian group, and it has a map $R\times M\to M$ (called an action of $R$ on $M$) denoted by $rm$, for all $r\in R$ and $m\in M$ satisfying the following axioms</p>
<ol>
<li> $(r+s)m=rm+sm$</li>
<li> $(rs)m=r(sm)$</li>
<li> $r(m+n)=rm+rn$</li>
</ol>
<p>		for all $r,s \in R$ and $m,n\in M$.</p>
<p>		If the ring $R$ has a $1$, we also impose the axiom:<br />
4. $1m=m$</p>
<p>		for all $m\in M$.</p>
<h2> Proof. </h2>
<h3>(a) Prove that $0_Rm=0_M$ for all $m \in M$. </h3>
<p> We have<br />
		 \begin{align*}<br />
	0m&#038;=(0+0)m\\<br />
	&#038;=0m+0m &#038;&#038; \text{by axiom 1}.<br />
	\end{align*}<br />
	Subtracting $0m$, we obtain $0m=0$ as required.</p>
<p>&nbsp;</p>
<h3>(b) Prove that $r0=0$ for all $s\in R$.</h3>
<p>	We have<br />
	\begin{align*}<br />
	r0=&#038;r(0+0)\\<br />
	&#038;=r0+r0 &#038;&#038; \text{by axiom 3}.<br />
	\end{align*}<br />
	Subtracting $r0$ from both sides, we obtain<br />
	\[r0=0.\]
<p>&nbsp;</p>
<h3>(c) Prove that $(-1)m=-m$ for all $m \in M$.</h3>
<p>	We compute<br />
	\begin{align*}<br />
	m+(-1)m&#038;=1m+(-1)m &#038;&#038; \text{by axiom 4}\\<br />
	&#038;=(1+(-1))m &#038;&#038; \text{by axiom 1}\\<br />
	&#038;=0m\\<br />
	&#038;=0 &#038;&#038; \text{by part (a)}.<br />
	\end{align*}<br />
	This shows that $(-1)m$ is the additive inverse of $m$, which must be  $-m$ by the uniqueness of the additive inverse of an abelian group.<br />
	Hence we obtain $(-1)m=-m$.</p>
<p>&nbsp;	</p>
<h3>Prove that $r$ does not have a left inverse.</h3>
<p> Seeking a contradiction, assume that $r$ has a left inverse $s$. That is, we have $sr=1$.<br />
	Multiplying $rm=0$ by $s$ on the left, we have<br />
	\begin{align*}<br />
	s(rm)=s0=0<br />
	\end{align*}<br />
	by part (b).<br />
	The left hand side is<br />
	\begin{align*}<br />
	s(rm)&#038;=(sr)m &#038;&#038; \text{by axiom 2}\\<br />
	&#038;=1m\\<br />
	&#038;=m &#038;&#038; \text{by axiom 4}.<br />
	\end{align*}<br />
	It follows that $m=0$ but by assumption $m$ is a nonzero element of $M$.<br />
	Thus this is a contradiction, and we conclude that $r$ does not have a left inverse.</p>
<button class="simplefavorite-button has-count" data-postid="2871" data-siteid="1" data-groupid="1" data-favoritecount="30" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">30</span></button><p>The post <a href="https://yutsumura.com/basic-exercise-problems-in-module-theory/" target="_blank">Basic Exercise Problems in Module Theory</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/basic-exercise-problems-in-module-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">2871</post-id>	</item>
	</channel>
</rss>
