<?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>least common multiple &#8211; Problems in Mathematics</title>
	<atom:link href="https://yutsumura.com/tag/least-common-multiple/feed/" rel="self" type="application/rss+xml" />
	<link>https://yutsumura.com</link>
	<description></description>
	<lastBuildDate>Wed, 25 Oct 2017 17:17:38 +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>least common multiple &#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>The Existence of an Element in an Abelian Group of Order the Least Common Multiple of Two Elements</title>
		<link>https://yutsumura.com/the-existence-of-an-element-in-an-abelian-group-of-order-the-least-common-multiple-of-two-elements/</link>
				<comments>https://yutsumura.com/the-existence-of-an-element-in-an-abelian-group-of-order-the-least-common-multiple-of-two-elements/#comments</comments>
				<pubDate>Fri, 30 Jun 2017 16:31:48 +0000</pubDate>
		<dc:creator><![CDATA[Yu]]></dc:creator>
				<category><![CDATA[Group Theory]]></category>
		<category><![CDATA[abelian group]]></category>
		<category><![CDATA[greatest common divisor]]></category>
		<category><![CDATA[group theory]]></category>
		<category><![CDATA[least common multiple]]></category>
		<category><![CDATA[nonabelian group]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[symmetric group]]></category>

		<guid isPermaLink="false">https://yutsumura.com/?p=3390</guid>
				<description><![CDATA[<p>Let $G$ be an abelian group. Let $a$ and $b$ be elements in $G$ of order $m$ and $n$, respectively. Prove that there exists an element $c$ in $G$ such that the order of&#46;&#46;&#46;</p>
<p>The post <a href="https://yutsumura.com/the-existence-of-an-element-in-an-abelian-group-of-order-the-least-common-multiple-of-two-elements/" target="_blank">The Existence of an Element in an Abelian Group of Order the Least Common Multiple of Two Elements</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></description>
								<content:encoded><![CDATA[<h2> Problem 497</h2>
<p>	Let $G$ be an abelian group.<br />
	Let $a$ and $b$ be elements in $G$ of order $m$ and $n$, respectively.<br />
	Prove that there exists an element $c$ in $G$ such that the order of $c$ is the least common multiple of $m$ and $n$.</p>
<p>	Also determine whether the statement is true if $G$ is a non-abelian group.</p>
<p>&nbsp;<br />
<span id="more-3390"></span><br />

<h2>Hint.</h2>
<p>First, consider the case when $m$ and $n$ are relatively prime.</p>
<h2> Proof. </h2>
<h3>When $m$ and $n$ are relatively prime</h3>
<p>		Recall that if the orders $m, n$ of elements $a, b$ of an abelian group are relatively prime, then the order of the product $ab$ is $mn$.<br />
(For a proof, see the post &#8220;<a href="//yutsumura.com/order-of-the-product-of-two-elements-in-an-abelian-group/" target="_blank">Order of the Product of Two Elements in an Abelian Group</a>&#8220;.)</p>
<p>		So if $m, n$ are relatively prime, then we can take $c=ab\in G$ and $c$ has order $mn$, which is the least common multiple.</p>
<h3>The general Case</h3>
<p>			Now we consider the general case.</p>
<p>		Let $p_i$ be the prime factors of either $m$ or $n$.<br />
		Then write prime factorizations of $m$ and $n$ as<br />
		\[m=\prod_{i}p_i^{\alpha_i} \text{ and } n=\prod_{i} p_i^{\beta_i}.\]
		Here $\alpha_i$ and $\beta_i$ are nonzero integers (could be zero).<br />
		Define<br />
		\[m&#8217;=\prod_{i: \alpha_i \geq \beta_i}p_i^{\alpha_i} \text{ and } n&#8217;=\prod_{i: \beta_i> \alpha_i} p_i^{\beta_i}.\]
<p>(For example, if $m=2^3\cdot 3^2\cdot 5$ and $n=3^2\cdot 7$ then $m&#8217;=2^3\cdot 3^2\cdot 5$ and $n&#8217;=7$.)</p>
<p>		Note that $m&#8217;\mid m$ and $n&#8217;\mid n$, and also $m&#8217;$ and $n&#8217;$ are relatively prime. The least common multiple $l$ of $m$ and $n$ is given by<br />
		\[l=m&#8217;n&#8217;\]
<hr />
<p>		Consider the element $a&#8217;:=a^{m/m&#8217;}$. We claim that the order of $a&#8217;$ is $m&#8217;$.</p>
<p>		Let $k$ be the order of the element $a&#8217;$. Then we have<br />
		\begin{align*}<br />
	e=(a&#8217;)^k=(a^{\frac{m}{m&#8217;}})^k=a^{mk/m&#8217;},<br />
	\end{align*}<br />
	where $e$ is the identity element in the group $G$.<br />
	This yields that $m$ divides $mk/m&#8217;$ since $m$ is the order of $a$.<br />
	It follows that $m&#8217;$ divides $k$.</p>
<p>	On the other hand, we have<br />
	\begin{align*}<br />
	(a^{m/m&#8217;})^{m&#8217;}=a^m=e,<br />
	\end{align*}<br />
	and hence $k$ divides $m&#8217;$ since $k$ is the order of the element $a^{m/m&#8217;}$.</p>
<p>	As a result, we have $k=m&#8217;$.<br />
	So the order of $a&#8217;$ is $m&#8217;$.</p>
<hr />
<p>	Similarly, the order of $b&#8217;:=b^{n/n&#8217;}$ is $n&#8217;$.</p>
<p>The orders of elements $a&#8217;$ and $b$ are $m&#8217;$ and $n&#8217;$, and they are relatively prime.<br />
	Hence we can apply the first case and we conclude that the element $a&#8217;b&#8217;$ has order<br />
	\[m&#8217;n&#8217;=l.\]
	Thus, we can take $c=a&#8217;b&#8217;$.</p>
<h3>The Case When $G$ is a Non-Abelian Group</h3>
<p>	Next, we show that if $G$ is a non-abelian group then the statement does not hold.</p>
<p>	For example, consider the symmetric group $S_3$ with three letters.<br />
	Let<br />
	\[a=(1\,2\,3) \text{ and } b=(1 \,2).\]
<p>	Then the order of $a$ is $3$ and the order of $b$ is $2$.<br />
	The least common multiple of $2$ and $3$ is $6$.<br />
	However, the symmetric group $S_3$ have no elements of order $6$.</p>
<p>	Hence the statement of the problem does not hold for non-abelian groups.</p>
<h2> Related Question. </h2>
<div style="padding: 16px; border: none 3px #4169e1; border-radius: 10px; background-color: #f0f8ff; margin-top: 30px; margin-bottom: 30px;">
<strong>Problem</strong>.  Let $G$ be a group. Let $a$ and $b$ be elements of $G$.<br />
If the order of $a, b$ are $m, n$ respectively, then is it true that the order of the product $ab$ divides $mn$? If so give a proof. If not, give a counterexample.</div>
<p>For a solution of this problem, see the post &#8220;<a href="//yutsumura.com/order-of-product-of-two-elements-in-a-group/" target="_blank">Order of Product of Two Elements in a Group</a>&#8220;.</p>
<button class="simplefavorite-button has-count" data-postid="3390" data-siteid="1" data-groupid="1" data-favoritecount="90" style="">Click here if solved <i class="sf-icon-star-empty"></i><span class="simplefavorite-button-count" style="">90</span></button><p>The post <a href="https://yutsumura.com/the-existence-of-an-element-in-an-abelian-group-of-order-the-least-common-multiple-of-two-elements/" target="_blank">The Existence of an Element in an Abelian Group of Order the Least Common Multiple of Two Elements</a> first appeared on <a href="https://yutsumura.com/" target="_blank">Problems in Mathematics</a>.</p>]]></content:encoded>
							<wfw:commentRss>https://yutsumura.com/the-existence-of-an-element-in-an-abelian-group-of-order-the-least-common-multiple-of-two-elements/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
						<post-id xmlns="com-wordpress:feed-additions:1">3390</post-id>	</item>
	</channel>
</rss>
