<?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#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Neh..</title>
	<atom:link href="http://jiawheee.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jiawheee.wordpress.com</link>
	<description></description>
	<lastBuildDate>Thu, 04 Sep 2008 01:30:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jiawheee.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Neh..</title>
		<link>http://jiawheee.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jiawheee.wordpress.com/osd.xml" title="Neh.." />
	<atom:link rel='hub' href='http://jiawheee.wordpress.com/?pushpress=hub'/>
		<item>
		<title>First day of class</title>
		<link>http://jiawheee.wordpress.com/2008/09/04/first-day-of-class/</link>
		<comments>http://jiawheee.wordpress.com/2008/09/04/first-day-of-class/#comments</comments>
		<pubDate>Thu, 04 Sep 2008 01:11:36 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=71</guid>
		<description><![CDATA[I don&#8217;t think i want to make this weekly. I shall write as and when i feel like it and that should be more frequent than 1/week i hope. Today is the first day of school. I am taking far less classes now, but strangely not strangely, i think i am going to learn more. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=71&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t think i want to make this weekly. I shall write as and when i feel like it and that should be more frequent than 1/week i hope. Today is the first day of school. I am taking far less classes now, but strangely not strangely, i think i am going to learn more.</p>
<p>I don&#8217;t think i am taking any class on stochastic calculus. The reason: i heard the person teaching this class is very theory oriented and probably won&#8217;t provide any applications. Bad. I am a simple person. I need to see some applications amidst the theory building. Instead I plan to take another standard algorithms class (i took one such grad class back at berkeley. but basically i just slogged thru the homework and forgot everything that wasn&#8217;t tested in hw/test. Perhaps about 20% of this class i might already know, but it would be a good review. I&#8217;m starting from ground zero essentially. We talk about fibonacci heaps which i didn&#8217;t study the last time. Amortized analysis is like magic. You come up with some brilliant potential function and the key idea is <img src='http://s0.wp.com/latex.php?latex=a_i%3Dc_i%2B%5CPhi_i-%5CPhi_%7Bi-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i=c_i+&#92;Phi_i-&#92;Phi_{i-1}' title='a_i=c_i+&#92;Phi_i-&#92;Phi_{i-1}' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=c_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c_i' title='c_i' class='latex' /> is the actual cost incurred. Looking at <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i' title='a_i' class='latex' />, you sometimes overcount, sometimes undercount, but in the end, <img src='http://s0.wp.com/latex.php?latex=%5Csum+c_i+%3D%5Csum+a_i+-+%5CPhi_k-%5CPhi_0+%5Cleq+%5Csum+a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sum c_i =&#92;sum a_i - &#92;Phi_k-&#92;Phi_0 &#92;leq &#92;sum a_i' title='&#92;sum c_i =&#92;sum a_i - &#92;Phi_k-&#92;Phi_0 &#92;leq &#92;sum a_i' class='latex' /> is all that matters and we can look at <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i' title='a_i' class='latex' /> the amortized cost of every operation instead, and blithely ignore the actual cost <img src='http://s0.wp.com/latex.php?latex=c_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c_i' title='c_i' class='latex' />. A link I find useful is <cite>www.cs.duke.edu/courses/fall05/cps230/L-11.pdf</cite>.</p>
<p>Another class I want to take is combinatorics: the probabilistic method. This is cool. I learn some basics as an undergrad but this class i hope is going to go beyond that. Simple tricks like the union bound (<img src='http://s0.wp.com/latex.php?latex=P%28%5Ccup+A_i%29+%5Cleq+%5Csum+P%28A_i%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P(&#92;cup A_i) &#92;leq &#92;sum P(A_i)' title='P(&#92;cup A_i) &#92;leq &#92;sum P(A_i)' class='latex' />) and linearity of expectation can be used to obtain powerful bounds. That&#8217;s all for now. Tomorrow I&#8217;ll be attending two classes on commutative algebra and computational algebra, one of which will use the book i am supposed to be reading (Cox, Little, O&#8217;Shea). Kleiman is teaching both courses. I hope he&#8217;s a thorough and considerate prof and I hope (too) that these can turn out to be useful for me in future. It&#8217;s about the connecting the dots, right Steve?</p>
<p>I have to make an effort to attend seminars too. CS seminars to find applications for what i&#8217;m learning. Math seminars to gather more tools. It ain&#8217;t easy trying to bridge these two sides.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/71/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/71/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=71&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/09/04/first-day-of-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Rest</title>
		<link>http://jiawheee.wordpress.com/2008/08/10/rest/</link>
		<comments>http://jiawheee.wordpress.com/2008/08/10/rest/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 11:21:28 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=69</guid>
		<description><![CDATA[I decide to rest until school starts. Certainly I will have a lot to write about when I start taking classes again.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=69&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I decide to rest until school starts. Certainly I will have a lot to write about when I start taking classes again. <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/69/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/69/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/69/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/69/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/69/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=69&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/08/10/rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Expected distance between points on hyperspheres and delta functions</title>
		<link>http://jiawheee.wordpress.com/2008/07/20/expected-distance-between-points-on-hyperspheres-and-delta-functions/</link>
		<comments>http://jiawheee.wordpress.com/2008/07/20/expected-distance-between-points-on-hyperspheres-and-delta-functions/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 07:58:46 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=37</guid>
		<description><![CDATA[No hardcore math this week, but we have something very interesting that any biologist can read, i.e. all you need to know is high school calculus and probability. (!!!) Someone on livejournal posted this problem. Suppose you have a (hyper)sphere in dimensions (don&#8217;t worry, no one can really imagine anything dimensions higher than 3 or [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=37&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>No hardcore math this week, but we have something very interesting that any biologist can read, i.e. all you need to know is high school calculus and probability. (!!!)</p>
<p>Someone on livejournal posted this problem. Suppose you have a (hyper)sphere in <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n' title='n' class='latex' /> dimensions (don&#8217;t worry, no one can really imagine anything dimensions higher than 3 or 4). Suppose you randomly pick two points on the surface of the sphere. What is the expected distance? Here is my &#8220;solution&#8221;. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p>Without loss of generality, fix one point to be the north pole. Note that though you do not need to imagine a (hyper)sphere, you do need to imagine a 3D sphere, and know spherical coordinates. Let <img src='http://s0.wp.com/latex.php?latex=S_n%28R%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_n(R)' title='S_n(R)' class='latex' /> denote the surface area of a sphere with radius <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' />, in <img src='http://s0.wp.com/latex.php?latex=n%2B1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n+1' title='n+1' class='latex' /> dimensions. So <img src='http://s0.wp.com/latex.php?latex=S_1%28R%29%3D2+%5Cpi+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_1(R)=2 &#92;pi R' title='S_1(R)=2 &#92;pi R' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=S_2%28R%29%3D4+%5Cpi+R%5E2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_2(R)=4 &#92;pi R^2' title='S_2(R)=4 &#92;pi R^2' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=S_3%28R%29%3D2+%5Cpi%5E2+R%5E3&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_3(R)=2 &#92;pi^2 R^3' title='S_3(R)=2 &#92;pi^2 R^3' class='latex' /> and so on.</p>
<p>Before proceeding, you might find it helpful to review spherical coordinates, or even look at hyperspherical coordinates by checking out http://en.wikipedia.org/wiki/Hypersphere. Alright let us move on.</p>
<p>Let us work in <img src='http://s0.wp.com/latex.php?latex=n%2B1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n+1' title='n+1' class='latex' /> dimensions. (You may like to substitute <img src='http://s0.wp.com/latex.php?latex=n%3D2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n=2' title='n=2' class='latex' />.)<br />
Remember first point is the north pole. The main idea is to integrate circular strips from top to bottom. Each circle has radius <img src='http://s0.wp.com/latex.php?latex=R+%5Csin+%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R &#92;sin &#92;theta' title='R &#92;sin &#92;theta' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> is radius of our sphere and <img src='http://s0.wp.com/latex.php?latex=%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;theta' title='&#92;theta' class='latex' /> is the &#8220;zenith angle&#8221; (http://en.wikipedia.org/wiki/Spherical_coordinates). Each of these strips have a certain probability. Its surface area is <img src='http://s0.wp.com/latex.php?latex=S_%7Bn-1%7D%28R+%5Csin+%5Ctheta%29+%5Ctimes+R+d%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_{n-1}(R &#92;sin &#92;theta) &#92;times R d&#92;theta' title='S_{n-1}(R &#92;sin &#92;theta) &#92;times R d&#92;theta' class='latex' />. <img src='http://s0.wp.com/latex.php?latex=R+d%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R d&#92;theta' title='R d&#92;theta' class='latex' /> is like the thickness of this strip. Convince yourself at least for <img src='http://s0.wp.com/latex.php?latex=n%3D2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n=2' title='n=2' class='latex' />. So the probability of picking a point on this strip is <img src='http://s0.wp.com/latex.php?latex=S_%7Bn-1%7D%28+R%5Csin+%5Ctheta%29+%5Ctimes+R+d%5Ctheta+%2F+S_%7Bn%7D%28R%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_{n-1}( R&#92;sin &#92;theta) &#92;times R d&#92;theta / S_{n}(R)' title='S_{n-1}( R&#92;sin &#92;theta) &#92;times R d&#92;theta / S_{n}(R)' class='latex' />.</p>
<p>In fact, <img src='http://s0.wp.com/latex.php?latex=S_%7Bn%7D%28R%29%3D%5Cint_%7B%5Ctheta%3D0%7D%5E%7B%5Cpi%7D+S_%7Bn-1%7D%28R+%5Csin+%5Ctheta%29+R+d%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_{n}(R)=&#92;int_{&#92;theta=0}^{&#92;pi} S_{n-1}(R &#92;sin &#92;theta) R d&#92;theta' title='S_{n}(R)=&#92;int_{&#92;theta=0}^{&#92;pi} S_{n-1}(R &#92;sin &#92;theta) R d&#92;theta' class='latex' />. For example, <img src='http://s0.wp.com/latex.php?latex=%5Cint_%7B%5Ctheta%3D0%7D%5E%7B%5Cpi%7D+2+%5Cpi+%28R+%5Csin+%5Ctheta%29+R+d%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int_{&#92;theta=0}^{&#92;pi} 2 &#92;pi (R &#92;sin &#92;theta) R d&#92;theta' title='&#92;int_{&#92;theta=0}^{&#92;pi} 2 &#92;pi (R &#92;sin &#92;theta) R d&#92;theta' class='latex' /> is equal to <img src='http://s0.wp.com/latex.php?latex=4%5Cpi+R%5E2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='4&#92;pi R^2' title='4&#92;pi R^2' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=S_%7B2%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_{2}' title='S_{2}' class='latex' />.</p>
<hr />
<p>Every point on each strip has equal distance from the north pole. The distance is <img src='http://s0.wp.com/latex.php?latex=2+%5Csin+%28%5Ctheta%2F2%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='2 &#92;sin (&#92;theta/2)' title='2 &#92;sin (&#92;theta/2)' class='latex' />. (just draw a line between the two points and bisect <img src='http://s0.wp.com/latex.php?latex=%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;theta' title='&#92;theta' class='latex' />.) So, the expected distance is <img src='http://s0.wp.com/latex.php?latex=%5Cint_%7B%5Ctheta%3D0%7D%5E%7B%5Cpi%7D+%5Cfrac%7BS_%7Bn-1%7D%28R+%5Csin+%5Ctheta%29+%28R+d%5Ctheta%29%7D%7BS_n%7D+%5Cleft%28+2%5Csin+%28%5Ctheta%2F2%29+%5Cright%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int_{&#92;theta=0}^{&#92;pi} &#92;frac{S_{n-1}(R &#92;sin &#92;theta) (R d&#92;theta)}{S_n} &#92;left( 2&#92;sin (&#92;theta/2) &#92;right)' title='&#92;int_{&#92;theta=0}^{&#92;pi} &#92;frac{S_{n-1}(R &#92;sin &#92;theta) (R d&#92;theta)}{S_n} &#92;left( 2&#92;sin (&#92;theta/2) &#92;right)' class='latex' />.</p>
<p>Let <img src='http://s0.wp.com/latex.php?latex=K_%7Bn-1%7D%3DS_%7Bn-1%7D%281%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{n-1}=S_{n-1}(1)' title='K_{n-1}=S_{n-1}(1)' class='latex' /> be surface area of unit sphere. Obviously, by rescaling, similarity etc, <img src='http://s0.wp.com/latex.php?latex=S_n%3DK_n+R%5En&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_n=K_n R^n' title='S_n=K_n R^n' class='latex' />. Express the denominator as the integral over circular strips. Substitute in <img src='http://s0.wp.com/latex.php?latex=K_%7Bn-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{n-1}' title='K_{n-1}' class='latex' />. Cancel these constants to obtain the expected distance as</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7B%5Cint_%7B%5Ctheta%3D0%7D%5E%7B%5Cpi%7D+%28%5Csin%5E%7Bn-1%7D+%5Ctheta%29+%282+%5Csin+%28%5Ctheta%2F2%29%29+d+%5Ctheta%7D%7B%5Cint_%7B%5Ctheta%3D0%7D%5E%7B%5Cpi%7D+%28+%5Csin%5E%7Bn-1%7D+%5Ctheta+%29+d%5Ctheta%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{&#92;int_{&#92;theta=0}^{&#92;pi} (&#92;sin^{n-1} &#92;theta) (2 &#92;sin (&#92;theta/2)) d &#92;theta}{&#92;int_{&#92;theta=0}^{&#92;pi} ( &#92;sin^{n-1} &#92;theta ) d&#92;theta}' title='&#92;frac{&#92;int_{&#92;theta=0}^{&#92;pi} (&#92;sin^{n-1} &#92;theta) (2 &#92;sin (&#92;theta/2)) d &#92;theta}{&#92;int_{&#92;theta=0}^{&#92;pi} ( &#92;sin^{n-1} &#92;theta ) d&#92;theta}' class='latex' />. Great. At this point, you can crank up mathematica, type in the expression, and get ugly expressions and send <img src='http://s0.wp.com/latex.php?latex=n%5Crightarrow+%5Cinfty&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n&#92;rightarrow &#92;infty' title='n&#92;rightarrow &#92;infty' class='latex' />. Very tempting but not nice. Let&#8217;s try something else <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .</p>
<p>If you plot <img src='http://s0.wp.com/latex.php?latex=%5Csin%5E%7Bn%7D+%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sin^{n} &#92;theta' title='&#92;sin^{n} &#92;theta' class='latex' /> for <img src='http://s0.wp.com/latex.php?latex=%5Ctheta+%5Cin+%5B0%2C%5Cpi%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;theta &#92;in [0,&#92;pi]' title='&#92;theta &#92;in [0,&#92;pi]' class='latex' />, you will notice that it becomes sharper and sharper at <img src='http://s0.wp.com/latex.php?latex=%5Ctheta%3D%5Cpi%2F2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;theta=&#92;pi/2' title='&#92;theta=&#92;pi/2' class='latex' />. Aha, it is becoming like a delta function multiplied by a constant <img src='http://s0.wp.com/latex.php?latex=%5Cint_%7B%5Ctheta%3D0%7D%5E%7B%5Cpi%7D+%28%5Csin%5E%7Bn%7D+%5Ctheta%29+d%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int_{&#92;theta=0}^{&#92;pi} (&#92;sin^{n} &#92;theta) d&#92;theta' title='&#92;int_{&#92;theta=0}^{&#92;pi} (&#92;sin^{n} &#92;theta) d&#92;theta' class='latex' />. Therefore, the expected distance is becoming <img src='http://s0.wp.com/latex.php?latex=2+%5Csin+%28%5Ctheta%2F2%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='2 &#92;sin (&#92;theta/2)' title='2 &#92;sin (&#92;theta/2)' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=%5Ctheta%3D%5Cpi%2F2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;theta=&#92;pi/2' title='&#92;theta=&#92;pi/2' class='latex' /> which is <img src='http://s0.wp.com/latex.php?latex=%5Csqrt%7B2%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sqrt{2}' title='&#92;sqrt{2}' class='latex' />.. We are more or less done.</p>
<hr />
<p>This is the idea, but it is not rigorous. The rest of this post will make this as robust as titanium. However, it may also be a good point to stop reading. </p>
<p>I recall Stein and Shakarchi, chapter 3, section 2 on &#8220;good kernels and approximations to the identity&#8221;.  This is what it says.</p>
<p>Suppose there is a family of functions <img src='http://s0.wp.com/latex.php?latex=%5C%7B+K_%7B%5Cdelta%7D+%28x%29+%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{ K_{&#92;delta} (x) &#92;}' title='&#92;{ K_{&#92;delta} (x) &#92;}' class='latex' /> such that</p>
<ol>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cint_%7B%5Cmathbb%7BR%7D%5Ed%7D+K_%7B%5Cdelta%7D%28x%29+dx%3D1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int_{&#92;mathbb{R}^d} K_{&#92;delta}(x) dx=1' title='&#92;int_{&#92;mathbb{R}^d} K_{&#92;delta}(x) dx=1' class='latex' /></li>
<li><img src='http://s0.wp.com/latex.php?latex=%5Cint_%7B%5Cmathbb%7BR%7D%5Ed%7D+%7C+K_%7B%5Cdelta%7D%28x%29+%7C+dx+%5Cleq+A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int_{&#92;mathbb{R}^d} | K_{&#92;delta}(x) | dx &#92;leq A' title='&#92;int_{&#92;mathbb{R}^d} | K_{&#92;delta}(x) | dx &#92;leq A' class='latex' /> for some real number <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> independent of <img src='http://s0.wp.com/latex.php?latex=%5Cdelta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;delta' title='&#92;delta' class='latex' /></li>
<li>For every <img src='http://s0.wp.com/latex.php?latex=%5Ceta+%3E0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta &gt;0' title='&#92;eta &gt;0' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=%5Cint_%7B%7Cx%7C%5Cgeq+%5Ceta%7D+%7C+K_%7B%5Cdelta%7D%28x%29%7C+dx+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int_{|x|&#92;geq &#92;eta} | K_{&#92;delta}(x)| dx &#92;rightarrow 0' title='&#92;int_{|x|&#92;geq &#92;eta} | K_{&#92;delta}(x)| dx &#92;rightarrow 0' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=%5Cdelta+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;delta &#92;rightarrow 0' title='&#92;delta &#92;rightarrow 0' class='latex' /></li>
</ol>
<p>Then for any bounded function <img src='http://s0.wp.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f' title='f' class='latex' />, we have <img src='http://s0.wp.com/latex.php?latex=%28f+%2A+K_%7B%5Cdelta%7D%29%28x%29+%5Crightarrow+f%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(f * K_{&#92;delta})(x) &#92;rightarrow f(x)' title='(f * K_{&#92;delta})(x) &#92;rightarrow f(x)' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=%5Cdelta+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;delta &#92;rightarrow 0' title='&#92;delta &#92;rightarrow 0' class='latex' />, where <img src='http://s0.wp.com/latex.php?latex=%28f%2AK_%7B%5Cdelta%7D%29%28x%29%3D%5Cint_%7B%5Cmathbb%7BR%7D%5Ed%7D+f%28x-y%29+K_%7B%5Cdelta%7D%28y%29+dy&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(f*K_{&#92;delta})(x)=&#92;int_{&#92;mathbb{R}^d} f(x-y) K_{&#92;delta}(y) dy' title='(f*K_{&#92;delta})(x)=&#92;int_{&#92;mathbb{R}^d} f(x-y) K_{&#92;delta}(y) dy' class='latex' /> is the convolution between <img src='http://s0.wp.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f' title='f' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta}' title='K_{&#92;delta}' class='latex' />.</p>
<p>This <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta}(x)' title='K_{&#92;delta}(x)' class='latex' /> is like <img src='http://s0.wp.com/latex.php?latex=%5Cdelta_%7B0%7D%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;delta_{0}(x)' title='&#92;delta_{0}(x)' class='latex' />, a Dirac delta function at the origin. Often, we write <img src='http://s0.wp.com/latex.php?latex=%5Cint+%5Cdelta_%7Bx_0%7D%28x%29+f%28x%29+dx+%3D+f%28x_0%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int &#92;delta_{x_0}(x) f(x) dx = f(x_0)' title='&#92;int &#92;delta_{x_0}(x) f(x) dx = f(x_0)' class='latex' />. To be mathematically correct, we should write <img src='http://s0.wp.com/latex.php?latex=%5Cdelta_%7Bx_0%7D%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;delta_{x_0}(x)' title='&#92;delta_{x_0}(x)' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D%28x-x_0%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta}(x-x_0)' title='K_{&#92;delta}(x-x_0)' class='latex' /> instead. Now, the integral becomes a convolution between <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D+&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta} ' title='K_{&#92;delta} ' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f' title='f' class='latex' /> and the above &#8220;theorem&#8221; gives us the answer <img src='http://s0.wp.com/latex.php?latex=f%28x_0%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f(x_0)' title='f(x_0)' class='latex' />. Now back to our problem.</p>
<hr />
<p>Scratch work: we want <img src='http://s0.wp.com/latex.php?latex=%5Cdelta_%7B%5Cpi%2F2%7D%28%5Ctheta%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;delta_{&#92;pi/2}(&#92;theta)' title='&#92;delta_{&#92;pi/2}(&#92;theta)' class='latex' /> &#8220;equal&#8221; <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7B+%5Csin%5E%7Bn%7D+%5Ctheta+%7D%7B%5Cint_%7B%5Ctheta%3D0%7D%5E%7B%5Cpi%7D+%28%5Csin%5E%7Bn%7D+%5Ctheta%29+d%5Ctheta%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{ &#92;sin^{n} &#92;theta }{&#92;int_{&#92;theta=0}^{&#92;pi} (&#92;sin^{n} &#92;theta) d&#92;theta}' title='&#92;frac{ &#92;sin^{n} &#92;theta }{&#92;int_{&#92;theta=0}^{&#92;pi} (&#92;sin^{n} &#92;theta) d&#92;theta}' class='latex' /> supported on <img src='http://s0.wp.com/latex.php?latex=%5Cleft%5B0%2C%5Cpi+%5Cright%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;left[0,&#92;pi &#92;right]' title='&#92;left[0,&#92;pi &#92;right]' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=%5Cdelta%3D1%2Fn&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;delta=1/n' title='&#92;delta=1/n' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=u%3D%5Ctheta-%5Cpi%2F2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='u=&#92;theta-&#92;pi/2' title='u=&#92;theta-&#92;pi/2' class='latex' />. Now we know we have to <b>define</b> <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D%28u%29%3D%5Cfrac%7B%5Csin%5E%7B1%2F%5Cdelta%7D+%28u%2B%5Cpi%2F2%29%7D%7BF_%7B%5Cdelta%7D%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta}(u)=&#92;frac{&#92;sin^{1/&#92;delta} (u+&#92;pi/2)}{F_{&#92;delta}}' title='K_{&#92;delta}(u)=&#92;frac{&#92;sin^{1/&#92;delta} (u+&#92;pi/2)}{F_{&#92;delta}}' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=F_%7B%5Cdelta%7D%3D%5Cint_%7B%5Ctheta%3D0%7D%5E%7B%5Cpi%7D+%5Csin%5E%7B1%2F%5Cdelta%7D%28%5Ctheta%29+d%5Ctheta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F_{&#92;delta}=&#92;int_{&#92;theta=0}^{&#92;pi} &#92;sin^{1/&#92;delta}(&#92;theta) d&#92;theta' title='F_{&#92;delta}=&#92;int_{&#92;theta=0}^{&#92;pi} &#92;sin^{1/&#92;delta}(&#92;theta) d&#92;theta' class='latex' /> is just some useless normalizing factor to make <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta}' title='K_{&#92;delta}' class='latex' /> satisfy condition 1. Notice that <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta}' title='K_{&#92;delta}' class='latex' /> is basically our <img src='http://s0.wp.com/latex.php?latex=%5Csin%5E%7Bn%7D%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sin^{n}(x)' title='&#92;sin^{n}(x)' class='latex' /> over some constant, shifted to the left by <img src='http://s0.wp.com/latex.php?latex=%5Cpi%2F2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi/2' title='&#92;pi/2' class='latex' />. Let us verify further that <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta}' title='K_{&#92;delta}' class='latex' /> is a good kernel/approximation.</p>
<p>Condition 2 is trivial since our function is nonnegative and condition 1 implies 2. Condition 3 is more tricky to check. Let&#8217;s work on it. Fix some <img src='http://s0.wp.com/latex.php?latex=%5Ceta%3E0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta&gt;0' title='&#92;eta&gt;0' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=%5Cvarepsilon%3D+%5Ccos+%5Ceta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;varepsilon= &#92;cos &#92;eta' title='&#92;varepsilon= &#92;cos &#92;eta' class='latex' /> which is strictly less than 1.</p>
<p>By symmetry, the numerator of the integral (see condition 3 and the definition of <img src='http://s0.wp.com/latex.php?latex=K_%7B%5Cdelta%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{&#92;delta}' title='K_{&#92;delta}' class='latex' />) is <img src='http://s0.wp.com/latex.php?latex=2+%5Cint_%7B%5Ceta%7D%5E%7B%5Cpi%2F2%7D+%5Csin%5E%7Bn%7D%28x%2B%5Cpi%2F2%29+dx+%5Cleq+%5Cpi+%5Ctimes+%5Ccos%5En+%5Ceta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='2 &#92;int_{&#92;eta}^{&#92;pi/2} &#92;sin^{n}(x+&#92;pi/2) dx &#92;leq &#92;pi &#92;times &#92;cos^n &#92;eta' title='2 &#92;int_{&#92;eta}^{&#92;pi/2} &#92;sin^{n}(x+&#92;pi/2) dx &#92;leq &#92;pi &#92;times &#92;cos^n &#92;eta' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=o%28%5Cvarepsilon%5En%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='o(&#92;varepsilon^n)' title='o(&#92;varepsilon^n)' class='latex' />. The denominator <img src='http://s0.wp.com/latex.php?latex=F_%7B1%2Fn%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F_{1/n}' title='F_{1/n}' class='latex' /> also grows small with <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n' title='n' class='latex' />, but not as rapidly as we will show. Integrating by parts, we know that <img src='http://s0.wp.com/latex.php?latex=F_%7B1%2Fn%7D%3D%5Cfrac%7Bn-1%7D%7Bn%7D+F_%7B1%2F%28n-2%29%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F_{1/n}=&#92;frac{n-1}{n} F_{1/(n-2)}' title='F_{1/n}=&#92;frac{n-1}{n} F_{1/(n-2)}' class='latex' />. Its lower bound turns out to be <img src='http://s0.wp.com/latex.php?latex=C%2Fn&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C/n' title='C/n' class='latex' /> for some small constant <img src='http://s0.wp.com/latex.php?latex=C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C' title='C' class='latex' />.</p>
<p>For example, <img src='http://s0.wp.com/latex.php?latex=F_%7B1%2F9.5%7D%3D%5Cfrac%7B8.5%7D%7B9.5%7D+%5Cfrac%7B6.5%7D%7B7.5%7D+%5Cfrac%7B4.5%7D%7B5.5%7D+%5Cfrac%7B2.5%7D%7B3.5%7D+F_%7B1%2F1.5%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F_{1/9.5}=&#92;frac{8.5}{9.5} &#92;frac{6.5}{7.5} &#92;frac{4.5}{5.5} &#92;frac{2.5}{3.5} F_{1/1.5}' title='F_{1/9.5}=&#92;frac{8.5}{9.5} &#92;frac{6.5}{7.5} &#92;frac{4.5}{5.5} &#92;frac{2.5}{3.5} F_{1/1.5}' class='latex' />. Insert extra factors of the form <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bk-1%7D%7Bk%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{k-1}{k}' title='&#92;frac{k-1}{k}' class='latex' /> to get a lower bound. Now, consecutive factors cancel off and we are left with some constant divided by 9.5. The same reasoning applies to any <img src='http://s0.wp.com/latex.php?latex=%5Cdelta%3D1%2Fn&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;delta=1/n' title='&#92;delta=1/n' class='latex' />.</p>
<p>In short, the numerator dies faster than the denominator and condition 3 is satisfied.</p>
<p>Next, let <img src='http://s0.wp.com/latex.php?latex=f%28x%29%3D2+%5Csin%28x%2F2%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f(x)=2 &#92;sin(x/2)' title='f(x)=2 &#92;sin(x/2)' class='latex' />. Working backwards using the &#8220;scratch work&#8221;, we see that the expected distance is just integrating <img src='http://s0.wp.com/latex.php?latex=K_%7B1%2Fn%7D%28%5Ctheta-%5Cpi%2F2%29+f%28%5Ctheta%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_{1/n}(&#92;theta-&#92;pi/2) f(&#92;theta)' title='K_{1/n}(&#92;theta-&#92;pi/2) f(&#92;theta)' class='latex' />, which is <img src='http://s0.wp.com/latex.php?latex=%28K_%7B1%2Fn%7D%2Af%29%28%5Cpi%2F2%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(K_{1/n}*f)(&#92;pi/2)' title='(K_{1/n}*f)(&#92;pi/2)' class='latex' />, and must converge to <img src='http://s0.wp.com/latex.php?latex=f%28%5Cpi%2F2%29%3D%5Csqrt%7B2%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f(&#92;pi/2)=&#92;sqrt{2}' title='f(&#92;pi/2)=&#92;sqrt{2}' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=n+%5Crightarrow+%5Cinfty&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n &#92;rightarrow &#92;infty' title='n &#92;rightarrow &#92;infty' class='latex' />. That is it. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
<p>Key ideas: Recognizing good kernels.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/37/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/37/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/37/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/37/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/37/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=37&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/07/20/expected-distance-between-points-on-hyperspheres-and-delta-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Canonical forms of matrices</title>
		<link>http://jiawheee.wordpress.com/2008/07/14/canonical-forms-of-matrices/</link>
		<comments>http://jiawheee.wordpress.com/2008/07/14/canonical-forms-of-matrices/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 16:04:54 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=35</guid>
		<description><![CDATA[Going to cheat this week by talking about some stuff that is already kind of familiar.. We&#8217;re going to see how the rational and Jordan canonical forms come about, from the algebra standpoint. i.e. Dummit and Foote again. (chapter 12 on modules over PIDs) At the heart of this chapter is Fundamental Theorem, invariant factor [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=35&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Going to cheat this week by talking about some stuff that is already kind of familiar.. We&#8217;re going to see how the rational and Jordan canonical forms come about, from the algebra standpoint. i.e. Dummit and Foote again. (chapter 12 on modules over PIDs)</p>
<p>At the heart of this chapter is Fundamental Theorem, invariant factor form and elementary divisor form. Let us write this down nicely.</p>
<hr />
<p>(invariant factor form) Let <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> be a PID and <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> be a finitely generated R-module. Then, <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> can be written as the direct sum of finitely many <em>cyclic</em> modules. More precisely, <img src='http://s0.wp.com/latex.php?latex=M+%5Capprox+R%5Er+%5Coplus+R%2F%28a_1%29+%5Coplus+%5Cldots+%5Coplus+R%2F%28a_m%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M &#92;approx R^r &#92;oplus R/(a_1) &#92;oplus &#92;ldots &#92;oplus R/(a_m)' title='M &#92;approx R^r &#92;oplus R/(a_1) &#92;oplus &#92;ldots &#92;oplus R/(a_m)' class='latex' />, for some nonnegative integer <img src='http://s0.wp.com/latex.php?latex=r&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r' title='r' class='latex' />, and <img src='http://s0.wp.com/latex.php?latex=a_1%2C%5Cldots%2Ca_m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1,&#92;ldots,a_m' title='a_1,&#92;ldots,a_m' class='latex' /> (the annihilators of each cyclic module) are nonunits and satisfy <img src='http://s0.wp.com/latex.php?latex=a_1+%5Cmid+a_2+%5Cmid+%5Cldots+a_m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1 &#92;mid a_2 &#92;mid &#92;ldots a_m' title='a_1 &#92;mid a_2 &#92;mid &#92;ldots a_m' class='latex' />.</p>
<p>Proof of this in Dummit and Foote relies on a &#8220;technical lemma&#8221;, aka &#8220;don&#8217;t read me because you will forget me immediately anyway&#8221;, which says:</p>
<p>Let <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> be PID. Let <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N' title='N' class='latex' /> be any submodule of a free R-module <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> which has rank <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n' title='n' class='latex' /> (max number of R-linearly independent elements). Then rank of <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N' title='N' class='latex' /> is free of rank <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m' title='m' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=m+%5Cleq+n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m &#92;leq n' title='m &#92;leq n' class='latex' />, and there exists a basis <img src='http://s0.wp.com/latex.php?latex=y_1%2C%5Cldots%2Cy_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='y_1,&#92;ldots,y_n' title='y_1,&#92;ldots,y_n' class='latex' /> of <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=a_1+y_1%2C%5Cldots%2Ca_m+y_m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1 y_1,&#92;ldots,a_m y_m' title='a_1 y_1,&#92;ldots,a_m y_m' class='latex' /> is a basis of <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N' title='N' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=a_1+%5Cmid+a_2+%5Cldots+%5Cmid+a_m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1 &#92;mid a_2 &#92;ldots &#92;mid a_m' title='a_1 &#92;mid a_2 &#92;ldots &#92;mid a_m' class='latex' />. (the <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i' title='a_i' class='latex' />&#8216;s are known as the invariant factors)</p>
<p>If we assume this result, the fundamental theorem falls easily. Let <img src='http://s0.wp.com/latex.php?latex=b_1%2C%5Cldots%2Cb_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='b_1,&#92;ldots,b_n' title='b_1,&#92;ldots,b_n' class='latex' /> be basis for <img src='http://s0.wp.com/latex.php?latex=R%5En&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R^n' title='R^n' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=x_1%2C%5Cldots%2Cx_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_1,&#92;ldots,x_n' title='x_1,&#92;ldots,x_n' class='latex' /> be set of generators of <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> of minimal size. Consider the map <img src='http://s0.wp.com/latex.php?latex=%5Cpi%3A+R%5En+%5Crightarrow+M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi: R^n &#92;rightarrow M' title='&#92;pi: R^n &#92;rightarrow M' class='latex' /> mapping <img src='http://s0.wp.com/latex.php?latex=x_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_i' title='x_i' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=b_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='b_i' title='b_i' class='latex' />. This is surjective since <img src='http://s0.wp.com/latex.php?latex=x_1%2C%5Cldots%2Cx_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_1,&#92;ldots,x_n' title='x_1,&#92;ldots,x_n' class='latex' /> generates <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' />, so <img src='http://s0.wp.com/latex.php?latex=R%5En%2F+%5Cker+%5Cpi+%5Capprox+M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R^n/ &#92;ker &#92;pi &#92;approx M' title='R^n/ &#92;ker &#92;pi &#92;approx M' class='latex' />. By the lemma, we can find another basis <img src='http://s0.wp.com/latex.php?latex=y_1%2C%5Cldots%2Cy_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='y_1,&#92;ldots,y_n' title='y_1,&#92;ldots,y_n' class='latex' /> of <img src='http://s0.wp.com/latex.php?latex=R%5En&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R^n' title='R^n' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=a_1+y_1%2C+%5Cldots%2Ca_m+y_m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1 y_1, &#92;ldots,a_m y_m' title='a_1 y_1, &#92;ldots,a_m y_m' class='latex' /> is a basis for <img src='http://s0.wp.com/latex.php?latex=%5Cker+%5Cpi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;ker &#92;pi' title='&#92;ker &#92;pi' class='latex' />. This means <img src='http://s0.wp.com/latex.php?latex=R%5En%2F+%5Cker+%5Cpi+%5Capprox+%28R+y_1+%5Coplus+%5Cldots+%5Coplus+R+y_n%29%2F%28R+a_1+y_1+%5Coplus+%5Cldots+%5Coplus+R+a_m+y_m%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R^n/ &#92;ker &#92;pi &#92;approx (R y_1 &#92;oplus &#92;ldots &#92;oplus R y_n)/(R a_1 y_1 &#92;oplus &#92;ldots &#92;oplus R a_m y_m)' title='R^n/ &#92;ker &#92;pi &#92;approx (R y_1 &#92;oplus &#92;ldots &#92;oplus R y_n)/(R a_1 y_1 &#92;oplus &#92;ldots &#92;oplus R a_m y_m)' class='latex' />. See that this is isomorphic to <img src='http://s0.wp.com/latex.php?latex=R%2F%28a_1%29+%5Cldots+R%2F%28a_m%29+%5Coplus+R%5E%7Bn-m%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R/(a_1) &#92;ldots R/(a_m) &#92;oplus R^{n-m}' title='R/(a_1) &#92;ldots R/(a_m) &#92;oplus R^{n-m}' class='latex' />.   (consider the map from <img src='http://s0.wp.com/latex.php?latex=R+y_1+%5Coplus+%5Cldots+%5Coplus+R+y_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R y_1 &#92;oplus &#92;ldots &#92;oplus R y_n' title='R y_1 &#92;oplus &#92;ldots &#92;oplus R y_n' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=R%2F%28a_1%29+%5Coplus+%5Cldots+%5Coplus+R%2F%28a_m%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R/(a_1) &#92;oplus &#92;ldots &#92;oplus R/(a_m)' title='R/(a_1) &#92;oplus &#92;ldots &#92;oplus R/(a_m)' class='latex' /> by &#8220;modding&#8221; the coefficients of <img src='http://s0.wp.com/latex.php?latex=y_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='y_i' title='y_i' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i' title='a_i' class='latex' />, for <img src='http://s0.wp.com/latex.php?latex=i%5Cleq+m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='i&#92;leq m' title='i&#92;leq m' class='latex' />. The kernel is exactly <img src='http://s0.wp.com/latex.php?latex=R+a_1+y_1+%5Coplus+%5Cldots+%5Coplus+R+a_m+y_m%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R a_1 y_1 &#92;oplus &#92;ldots &#92;oplus R a_m y_m)' title='R a_1 y_1 &#92;oplus &#92;ldots &#92;oplus R a_m y_m)' class='latex' />.</p>
<hr />
<p>If we look at each cyclic module, say <img src='http://s0.wp.com/latex.php?latex=R%2F%28a%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R/(a)' title='R/(a)' class='latex' />, we can write <img src='http://s0.wp.com/latex.php?latex=a%3Du+p_1%5E%7B%5Calpha_1%7D+%5Cldots+p_s%5E%7B%5Calpha_s%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a=u p_1^{&#92;alpha_1} &#92;ldots p_s^{&#92;alpha_s}' title='a=u p_1^{&#92;alpha_1} &#92;ldots p_s^{&#92;alpha_s}' class='latex' /> (remember <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> is PID and UFD). By Chinese Remainder Theorem, <img src='http://s0.wp.com/latex.php?latex=R%2F%28a%29+%5Capprox+R%2F%28p_1%5E%7B%5Calpha_1%7D%29+%5Coplus+%5Cldots+%5Coplus+%28p_s%5E%7B%5Calpha_s%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R/(a) &#92;approx R/(p_1^{&#92;alpha_1}) &#92;oplus &#92;ldots &#92;oplus (p_s^{&#92;alpha_s})' title='R/(a) &#92;approx R/(p_1^{&#92;alpha_1}) &#92;oplus &#92;ldots &#92;oplus (p_s^{&#92;alpha_s})' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=p_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p_i' title='p_i' class='latex' /> is a prime in <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' />. For each cyclic module annihilated by an invariant factor, we can do this.</p>
<p>Now GROUP the cyclic modules annihilated by powers of the same prime together. Example: <img src='http://s0.wp.com/latex.php?latex=M+%5Capprox+R%2F%283%5E2+5%5E3%29+%5Coplus+R%2F%283%5E7+5%5E%7B10%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M &#92;approx R/(3^2 5^3) &#92;oplus R/(3^7 5^{10})' title='M &#92;approx R/(3^2 5^3) &#92;oplus R/(3^7 5^{10})' class='latex' /> can be rewritten as <img src='http://s0.wp.com/latex.php?latex=N_1+%5Coplus+N_2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_1 &#92;oplus N_2' title='N_1 &#92;oplus N_2' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=N_1+%3D+R%2F%283%5E2%29+%5Coplus+R%2F%283%5E7%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_1 = R/(3^2) &#92;oplus R/(3^7)' title='N_1 = R/(3^2) &#92;oplus R/(3^7)' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=N_2%3DR%2F%285%5E3%29+%5Coplus+R%2F%285%5E%7B10%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_2=R/(5^3) &#92;oplus R/(5^{10})' title='N_2=R/(5^3) &#92;oplus R/(5^{10})' class='latex' />. Notice that <img src='http://s0.wp.com/latex.php?latex=N_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_1' title='N_1' class='latex' /> is annihilated by <img src='http://s0.wp.com/latex.php?latex=3%5E7&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='3^7' title='3^7' class='latex' />, so <img src='http://s0.wp.com/latex.php?latex=3%5E7&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='3^7' title='3^7' class='latex' /> is an elementary divisor. <img src='http://s0.wp.com/latex.php?latex=N_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_1' title='N_1' class='latex' /> is NOT a cyclic module, but it is generated by 2 elements, both of which are annihilated by <img src='http://s0.wp.com/latex.php?latex=3%5E7&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='3^7' title='3^7' class='latex' />.</p>
<p>This is the so-called &#8220;elementary divisor form&#8221; of the Fundamental theorem.</p>
<hr />
<p>Now, let <img src='http://s0.wp.com/latex.php?latex=R%3DF%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R=F[x]' title='R=F[x]' class='latex' /> act on <img src='http://s0.wp.com/latex.php?latex=V&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V' title='V' class='latex' /> (or <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' />) by <img src='http://s0.wp.com/latex.php?latex=x+%5Ccirc+v%3DTv&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x &#92;circ v=Tv' title='x &#92;circ v=Tv' class='latex' />. The &#8220;invariant factor form&#8221; of the Fundamental theorem states that <img src='http://s0.wp.com/latex.php?latex=V+%5Capprox+F%5Bx%5D%2F%28a_1%28x%29%29+%5Coplus+%5Cldots+%5Coplus+F%5Bx%5D%2F%28a_m%28x%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V &#92;approx F[x]/(a_1(x)) &#92;oplus &#92;ldots &#92;oplus F[x]/(a_m(x))' title='V &#92;approx F[x]/(a_1(x)) &#92;oplus &#92;ldots &#92;oplus F[x]/(a_m(x))' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=a_1%28x%29+%5Cmid+%5Cldots+%5Cmid+a_m%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1(x) &#92;mid &#92;ldots &#92;mid a_m(x)' title='a_1(x) &#92;mid &#92;ldots &#92;mid a_m(x)' class='latex' />. The minimal polynomial is clearly <img src='http://s0.wp.com/latex.php?latex=a_m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_m' title='a_m' class='latex' />. If it&#8217;s anything smaller, then elements in the &#8220;bigger&#8221; cyclic modules will not be annihilated by it. </p>
<p>Consider a cyclic module, annihilated by say <img src='http://s0.wp.com/latex.php?latex=a%28x%29%3Dx%5Ek%2Bb_%7Bk-1%7Dx%5E%7Bk-1%7D+%2B+%5Cldots%2Bb_0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a(x)=x^k+b_{k-1}x^{k-1} + &#92;ldots+b_0' title='a(x)=x^k+b_{k-1}x^{k-1} + &#92;ldots+b_0' class='latex' />. Say the cyclic module is generated by some <img src='http://s0.wp.com/latex.php?latex=v&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='v' title='v' class='latex' />, then consider the basis <img src='http://s0.wp.com/latex.php?latex=v%2C+x+%5Ccirc+v%2C+x%5E2+%5Ccirc+v%2C+%5Cldots%2C+x%5E%7Bk-1%7D+%5Ccirc+v&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='v, x &#92;circ v, x^2 &#92;circ v, &#92;ldots, x^{k-1} &#92;circ v' title='v, x &#92;circ v, x^2 &#92;circ v, &#92;ldots, x^{k-1} &#92;circ v' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=v_i%3Dx%5Ei+%5Ccirc+v&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='v_i=x^i &#92;circ v' title='v_i=x^i &#92;circ v' class='latex' />. They are linearly independent, otherwise there is a smaller annihilator. They obviously spans the cyclic module. Moreover, <img src='http://s0.wp.com/latex.php?latex=T+v_i+%3D+T%28x%5Ei+%5Ccirc+v%29+%3D+v_%7Bi%2B1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T v_i = T(x^i &#92;circ v) = v_{i+1}' title='T v_i = T(x^i &#92;circ v) = v_{i+1}' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=T+v_%7Bk-1%7D%3Dx%5Ek+%5Ccirc+v%3D%28a%28x%29-b_%7Bk-1%7D+x%5E%7Bk-1%7D+-%5Cldots+-+b_0%29+%5Ccirc+v%3D-b_%7Bk-1%7D+v_%7Bk-1%7D-%5Cldots-b_0+v_0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T v_{k-1}=x^k &#92;circ v=(a(x)-b_{k-1} x^{k-1} -&#92;ldots - b_0) &#92;circ v=-b_{k-1} v_{k-1}-&#92;ldots-b_0 v_0' title='T v_{k-1}=x^k &#92;circ v=(a(x)-b_{k-1} x^{k-1} -&#92;ldots - b_0) &#92;circ v=-b_{k-1} v_{k-1}-&#92;ldots-b_0 v_0' class='latex' />. Representing <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T' title='T' class='latex' /> in this basis <img src='http://s0.wp.com/latex.php?latex=%5C%7Bv_0%2C%5Cldots%2Cv_%7Bk-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{v_0,&#92;ldots,v_{k-1}' title='&#92;{v_0,&#92;ldots,v_{k-1}' class='latex' />, we have the &#8220;companion matrix&#8221;. (google rational canonical form).</p>
<p>The discussion applies to only one cyclic module. Since <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> is a sum of such modules, it follows that <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T' title='T' class='latex' /> can be represented as a matrix with companion matrices on the diagonal.</p>
<hr />
<p>To get the Jordan canonical form, do roughly the same thing. This time, <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> is decomposed into <img src='http://s0.wp.com/latex.php?latex=N_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_i' title='N_i' class='latex' />, each annihilated by some <img src='http://s0.wp.com/latex.php?latex=p_i%5E%7B%5Calpha_i%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p_i^{&#92;alpha_i}' title='p_i^{&#92;alpha_i}' class='latex' />. For Jordan form, we assume an algebraically closed <img src='http://s0.wp.com/latex.php?latex=F&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F' title='F' class='latex' /> ??, i.e. the only interesting primes are linear factors. Therefore, each <img src='http://s0.wp.com/latex.php?latex=N_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_i' title='N_i' class='latex' /> is annihilated by some power of some linear factor <img src='http://s0.wp.com/latex.php?latex=x-%5Clambda&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x-&#92;lambda' title='x-&#92;lambda' class='latex' />. Pick that one element which is annihilated by <img src='http://s0.wp.com/latex.php?latex=%28x-%5Clambda%29%5E%7B%5Calpha%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(x-&#92;lambda)^{&#92;alpha}' title='(x-&#92;lambda)^{&#92;alpha}' class='latex' /> (and no less). Call it <img src='http://s0.wp.com/latex.php?latex=y&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='y' title='y' class='latex' />.</p>
<p>Consider the set <img src='http://s0.wp.com/latex.php?latex=%5C%7B+y%2C+%28x-%5Clambda%29+%5Ccirc+y%2C+%5Cldots%2C+%28x-%5Clambda%29%5E%7B%5Calpha-1%7D+%5Ccirc+y+%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{ y, (x-&#92;lambda) &#92;circ y, &#92;ldots, (x-&#92;lambda)^{&#92;alpha-1} &#92;circ y &#92;}' title='&#92;{ y, (x-&#92;lambda) &#92;circ y, &#92;ldots, (x-&#92;lambda)^{&#92;alpha-1} &#92;circ y &#92;}' class='latex' />. This is a basis since <img src='http://s0.wp.com/latex.php?latex=y&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='y' title='y' class='latex' /> is annihilated only by <img src='http://s0.wp.com/latex.php?latex=%28x-%5Clambda%29%5E%7B%5Calpha%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(x-&#92;lambda)^{&#92;alpha}' title='(x-&#92;lambda)^{&#92;alpha}' class='latex' /> and no smaller polynomial. It has the right dimensions and must span. Let <img src='http://s0.wp.com/latex.php?latex=v_i%3D%28x-%5Clambda%29%5E%7Bi-1%7D+%5Ccirc+y%3D%28x-%5Clambda%29+%5Ccirc+v_%7Bi-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='v_i=(x-&#92;lambda)^{i-1} &#92;circ y=(x-&#92;lambda) &#92;circ v_{i-1}' title='v_i=(x-&#92;lambda)^{i-1} &#92;circ y=(x-&#92;lambda) &#92;circ v_{i-1}' class='latex' />. Notice that <img src='http://s0.wp.com/latex.php?latex=T+v_%7Bi-1%7D%3Dv_i%2B%5Clambda+v_%7Bi-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T v_{i-1}=v_i+&#92;lambda v_{i-1}' title='T v_{i-1}=v_i+&#92;lambda v_{i-1}' class='latex' />. Representing <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T' title='T' class='latex' /> in this basis gives us a Jordan block. Since <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> is direct sum of such modules, <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T' title='T' class='latex' /> is represented as a matrix with Jordan blocks on the diagonal. This is the Jordan canonical form.</p>
<hr />
<p>Key ideas: decomposition into cyclic modules, and their annihilators</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/35/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/35/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/35/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/35/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/35/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=35&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/07/14/canonical-forms-of-matrices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Mean Ergodic Theorem</title>
		<link>http://jiawheee.wordpress.com/2008/07/07/mean-ergodic-theorem/</link>
		<comments>http://jiawheee.wordpress.com/2008/07/07/mean-ergodic-theorem/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 16:14:43 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Analysis]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=34</guid>
		<description><![CDATA[Busy week. I&#8217;m going to just review the mean ergodic theorem from Stein and Shakarchi, III, chapter 6, theorem, 5.1, and redo an interesting exercise inside. Mean Ergodic Theorem: Let be an isometry of the Hilbert space . Let be the invariant subspace of . Let be the orthogonal projection onto . Let . Then [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=34&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Busy week. I&#8217;m going to just review the mean ergodic theorem from Stein and Shakarchi, III, chapter 6, theorem, 5.1, and redo an interesting exercise inside.</p>
<p>Mean Ergodic Theorem: Let <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T' title='T' class='latex' /> be an isometry of the Hilbert space <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=S%3D%5C%7B+f%5Cin+H%3ATf%3Df%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S=&#92;{ f&#92;in H:Tf=f&#92;}' title='S=&#92;{ f&#92;in H:Tf=f&#92;}' class='latex' /> be the invariant subspace of <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T' title='T' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> be the orthogonal projection onto <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=A_n%3D%5Cfrac%7B1%7D%7Bn%7D%281%2BT%2BT%5E2%2B%5Cldots%2BT%5E%7Bn-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A_n=&#92;frac{1}{n}(1+T+T^2+&#92;ldots+T^{n-1}' title='A_n=&#92;frac{1}{n}(1+T+T^2+&#92;ldots+T^{n-1}' class='latex' />. Then for each <img src='http://s0.wp.com/latex.php?latex=f%5Cin+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f&#92;in H' title='f&#92;in H' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=A_n%28f%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A_n(f)' title='A_n(f)' class='latex' /> converges to <img src='http://s0.wp.com/latex.php?latex=P%28f%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P(f)' title='P(f)' class='latex' /> in norm, as <img src='http://s0.wp.com/latex.php?latex=n+%5Crightarrow+%5Cinfty&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n &#92;rightarrow &#92;infty' title='n &#92;rightarrow &#92;infty' class='latex' />.</p>
<p>(I think Prof Tao has like 4 different proofs of this theorem, but unfortunately I can only give the &#8220;slick but not particularly illuminating&#8221; proof by von Neumann.)</p>
<hr />
<p>Define <img src='http://s0.wp.com/latex.php?latex=S_%2A%3D%5C%7B+f%5Cin+H%3A+T%5E%2A+f%3Df%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_*=&#92;{ f&#92;in H: T^* f=f&#92;}' title='S_*=&#92;{ f&#92;in H: T^* f=f&#92;}' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=S_1+%3D%5C%7Bf%5Cin+H%3Af%3Dg-Tg%2C+g%5Cin+H%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_1 =&#92;{f&#92;in H:f=g-Tg, g&#92;in H&#92;}' title='S_1 =&#92;{f&#92;in H:f=g-Tg, g&#92;in H&#92;}' class='latex' />. Note that <img src='http://s0.wp.com/latex.php?latex=S%2CS_%2A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S,S_*' title='S,S_*' class='latex' /> are both closed subspaces because <img src='http://s0.wp.com/latex.php?latex=%5C%7C+Tf+%5C%7C%3D%5C%7CT%5E%2A+f%5C%7C%3D%5C%7C+f%5C%7C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;| Tf &#92;|=&#92;|T^* f&#92;|=&#92;| f&#92;|' title='&#92;| Tf &#92;|=&#92;|T^* f&#92;|=&#92;| f&#92;|' class='latex' />. (write <img src='http://s0.wp.com/latex.php?latex=%5C%7C+Tf-f+%5C%7C+%3D+%5C%7CTf-Tf_i%2Bf_i-f%5C%7C+%3D%5Cldots&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;| Tf-f &#92;| = &#92;|Tf-Tf_i+f_i-f&#92;| =&#92;ldots' title='&#92;| Tf-f &#92;| = &#92;|Tf-Tf_i+f_i-f&#92;| =&#92;ldots' class='latex' />). Denote closure of <img src='http://s0.wp.com/latex.php?latex=S_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_1' title='S_1' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BS%7D_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{S}_1' title='&#92;bar{S}_1' class='latex' />.</p>
<p>Lemma: <img src='http://s0.wp.com/latex.php?latex=S%3DS_%2A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S=S_*' title='S=S_*' class='latex' /> and orthogonal complement of <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BS%7D_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{S}_1' title='&#92;bar{S}_1' class='latex' /> is <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' />.</p>
<p>Basic facts about isometry:<br />
1) If <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T' title='T' class='latex' /> is an isometry, <img src='http://s0.wp.com/latex.php?latex=%28Tf%2CTg%29%3D%28f%2Cg%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(Tf,Tg)=(f,g)' title='(Tf,Tg)=(f,g)' class='latex' /> for all <img src='http://s0.wp.com/latex.php?latex=f%2Cg%5Cin+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f,g&#92;in H' title='f,g&#92;in H' class='latex' />.<br />
I remember the way I did it is to write <img src='http://s0.wp.com/latex.php?latex=%28T%28f-g%29%2CT%28f-g%29%29%3D%28f-g%2Cf-g%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(T(f-g),T(f-g))=(f-g,f-g)' title='(T(f-g),T(f-g))=(f-g,f-g)' class='latex' />.</p>
<p>2) Therefore <img src='http://s0.wp.com/latex.php?latex=%28T%5E%2A+T+f%2Cg%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(T^* T f,g)' title='(T^* T f,g)' class='latex' /> for all <img src='http://s0.wp.com/latex.php?latex=f%2Cg&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f,g' title='f,g' class='latex' /> and conclude that <img src='http://s0.wp.com/latex.php?latex=T%5E%2A+T%3DI&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T^* T=I' title='T^* T=I' class='latex' />. </p>
<p>Proof of lemma: If <img src='http://s0.wp.com/latex.php?latex=Tf%3Df&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Tf=f' title='Tf=f' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=T%5E%2A+Tf%3DT%5E%2A+f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T^* Tf=T^* f' title='T^* Tf=T^* f' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=f%3DT%5E%2A+f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f=T^* f' title='f=T^* f' class='latex' />. So <img src='http://s0.wp.com/latex.php?latex=S+%5Csubset+S_%2A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S &#92;subset S_*' title='S &#92;subset S_*' class='latex' />. Now suppose <img src='http://s0.wp.com/latex.php?latex=T%5E%2A+f%3Df&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T^* f=f' title='T^* f=f' class='latex' />. Check that now, <img src='http://s0.wp.com/latex.php?latex=%28Tf%2Cf%29%3D%5C%7C+f%2Cf+%5C%7C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(Tf,f)=&#92;| f,f &#92;|' title='(Tf,f)=&#92;| f,f &#92;|' class='latex' />. (<img src='http://s0.wp.com/latex.php?latex=%28f%2CT%5E%2A+f%29-%28f%2Cf%29%3D%28f%2CT%5E%2A+f-f%29%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(f,T^* f)-(f,f)=(f,T^* f-f)=0' title='(f,T^* f)-(f,f)=(f,T^* f-f)=0' class='latex' />) Notice that by Cauchy-Schwarz, <img src='http://s0.wp.com/latex.php?latex=%7C+%28Tf%2Cf%29+%7C+%5Cleq+%5C%7CTf%5C%7C+%5C%7Cf%5C%7C%3D%5C%7Cf%5C%7C%5E2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='| (Tf,f) | &#92;leq &#92;|Tf&#92;| &#92;|f&#92;|=&#92;|f&#92;|^2' title='| (Tf,f) | &#92;leq &#92;|Tf&#92;| &#92;|f&#92;|=&#92;|f&#92;|^2' class='latex' />. But we actually have equality. This is only possible when <img src='http://s0.wp.com/latex.php?latex=Tf%3Dcf&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Tf=cf' title='Tf=cf' class='latex' />, and obviously, <img src='http://s0.wp.com/latex.php?latex=c%3D1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c=1' title='c=1' class='latex' />.</p>
<p>For second part, <img src='http://s0.wp.com/latex.php?latex=f+%5Cin+%5Cbar%7BS%7D_1%5E%7B%5Cperp%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f &#92;in &#92;bar{S}_1^{&#92;perp}' title='f &#92;in &#92;bar{S}_1^{&#92;perp}' class='latex' /> means <img src='http://s0.wp.com/latex.php?latex=%28f%2Cg-Tg%29%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(f,g-Tg)=0' title='(f,g-Tg)=0' class='latex' /> for all <img src='http://s0.wp.com/latex.php?latex=g%5Cin+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g&#92;in H' title='g&#92;in H' class='latex' />. Since <img src='http://s0.wp.com/latex.php?latex=0%3D%28f%2Cg%29-%28f%2CTg%29%3D%28f-T%5E%2A+f%2Cg%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0=(f,g)-(f,Tg)=(f-T^* f,g)' title='0=(f,g)-(f,Tg)=(f-T^* f,g)' class='latex' /> for all <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' />, we have <img src='http://s0.wp.com/latex.php?latex=f%5Cin+S_%2A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f&#92;in S_*' title='f&#92;in S_*' class='latex' />, which is equal to <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' />.</p>
<hr />
<p>Main proof is short. Write <img src='http://s0.wp.com/latex.php?latex=f%3Df_0%2Bf_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f=f_0+f_1' title='f=f_0+f_1' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=f_0+%5Cin+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f_0 &#92;in S' title='f_0 &#92;in S' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=f_1+%5Cin+S%5E%7B%5Cperp%7D%3D%5Cbar%7BS%7D_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f_1 &#92;in S^{&#92;perp}=&#92;bar{S}_1' title='f_1 &#92;in S^{&#92;perp}=&#92;bar{S}_1' class='latex' />. Now apply <img src='http://s0.wp.com/latex.php?latex=A_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A_n' title='A_n' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f' title='f' class='latex' />.</p>
<p><img src='http://s0.wp.com/latex.php?latex=A_n%28f_0%29%3D%5Cfrac%7B1%7D%7Bn%7D%28f_0%2BTf_0%2B%5Cldots%2BT%5E%7Bn-1%7Df_0%29%3Df_0%3DP%28f%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A_n(f_0)=&#92;frac{1}{n}(f_0+Tf_0+&#92;ldots+T^{n-1}f_0)=f_0=P(f)' title='A_n(f_0)=&#92;frac{1}{n}(f_0+Tf_0+&#92;ldots+T^{n-1}f_0)=f_0=P(f)' class='latex' /> since <img src='http://s0.wp.com/latex.php?latex=f_0%5Cin+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f_0&#92;in S' title='f_0&#92;in S' class='latex' />, the subspace invariant under <img src='http://s0.wp.com/latex.php?latex=T&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='T' title='T' class='latex' />. All we need to show that <img src='http://s0.wp.com/latex.php?latex=A_n%28f_1%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A_n(f_1)' title='A_n(f_1)' class='latex' /> goes to 0. We can pick some <img src='http://s0.wp.com/latex.php?latex=f_1%27%3Dg-Tg%5Cin+S_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f_1&#039;=g-Tg&#92;in S_1' title='f_1&#039;=g-Tg&#92;in S_1' class='latex' /> arbitrarily close to <img src='http://s0.wp.com/latex.php?latex=f_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f_1' title='f_1' class='latex' />. The idea is to bound the norm of <img src='http://s0.wp.com/latex.php?latex=A_n%28f_1-f_1%27%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A_n(f_1-f_1&#039;)' title='A_n(f_1-f_1&#039;)' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=A_n%28f_1%27%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A_n(f_1&#039;)' title='A_n(f_1&#039;)' class='latex' /> separately.</p>
<p><img src='http://s0.wp.com/latex.php?latex=A_n%28f_1%27%29%3DA_n%28g-Tg%29%3D%5Cfrac%7B1%7D%7Bn%7D%28g-T%5En+g%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A_n(f_1&#039;)=A_n(g-Tg)=&#92;frac{1}{n}(g-T^n g)' title='A_n(f_1&#039;)=A_n(g-Tg)=&#92;frac{1}{n}(g-T^n g)' class='latex' /> (telescoping sum). Check that this converges to 0.</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5C%7CA_n%28f_1-f_1%27%29+%5C%7C+%5Cleq+%5Cfrac%7B1%7D%7Bn%7D+%5Csum_%7Bk%3D0%7D%5E%7Bn-1%7D%5C%7C+T%5Ek+%28f_1-f_1%27%29%5C%7C+%3D%5C%7Cf_1-f_1%27%5C%7C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;|A_n(f_1-f_1&#039;) &#92;| &#92;leq &#92;frac{1}{n} &#92;sum_{k=0}^{n-1}&#92;| T^k (f_1-f_1&#039;)&#92;| =&#92;|f_1-f_1&#039;&#92;|' title='&#92;|A_n(f_1-f_1&#039;) &#92;| &#92;leq &#92;frac{1}{n} &#92;sum_{k=0}^{n-1}&#92;| T^k (f_1-f_1&#039;)&#92;| =&#92;|f_1-f_1&#039;&#92;|' class='latex' />. We can pick <img src='http://s0.wp.com/latex.php?latex=f_1%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f_1&#039;' title='f_1&#039;' class='latex' /> arbitrarily close to <img src='http://s0.wp.com/latex.php?latex=f_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f_1' title='f_1' class='latex' />.</p>
<p>This concludes the proof.</p>
<hr />
<p>I&#8217;m too lazy to study the pointwise ergodic theorem (by Birkoff?). Shall just quote its interesting corollary.</p>
<p>Let <img src='http://s0.wp.com/latex.php?latex=%5Ctau&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau' title='&#92;tau' class='latex' /> be an ergodic measure-preserving transformation. For an integrable function <img src='http://s0.wp.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f' title='f' class='latex' />, we have</p>
<p><img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7B1%7D%7Bm%7D+%5Csum_%7Bk%3D0%7D%5E%7Bm-1%7D+f%28%5Ctau%5Ek+%28x%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{1}{m} &#92;sum_{k=0}^{m-1} f(&#92;tau^k (x))' title='&#92;frac{1}{m} &#92;sum_{k=0}^{m-1} f(&#92;tau^k (x))' class='latex' /> converges to <img src='http://s0.wp.com/latex.php?latex=%5Cint_x+f+d%5Cmu&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int_x f d&#92;mu' title='&#92;int_x f d&#92;mu' class='latex' /> for a.e. <img src='http://s0.wp.com/latex.php?latex=x+%5Cin+X&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x &#92;in X' title='x &#92;in X' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=m++%5Crightarrow+%5Cinfty&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m  &#92;rightarrow &#92;infty' title='m  &#92;rightarrow &#92;infty' class='latex' />.</p>
<p>The LHS can be interpreted as the &#8220;time average&#8221; of <img src='http://s0.wp.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f' title='f' class='latex' />. RHS is like the &#8220;space average&#8221;. <img src='http://s0.wp.com/latex.php?latex=%5Ctau&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau' title='&#92;tau' class='latex' /> is like modifying <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' /> every time step.</p>
<p>Recall some definitions. <img src='http://s0.wp.com/latex.php?latex=%5Ctau&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau' title='&#92;tau' class='latex' /> (assumed to be a measure preserving map, i.e. <img src='http://s0.wp.com/latex.php?latex=%5Cmu%28%5Ctau%5E%7B-1%7D%28E%29%29%3D%5Cmu%28E%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mu(&#92;tau^{-1}(E))=&#92;mu(E)' title='&#92;mu(&#92;tau^{-1}(E))=&#92;mu(E)' class='latex' />) is ergodic if for any measurable set <img src='http://s0.wp.com/latex.php?latex=E&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E' title='E' class='latex' /> which is invariant under <img src='http://s0.wp.com/latex.php?latex=%5Ctau&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau' title='&#92;tau' class='latex' /> (i.e. <img src='http://s0.wp.com/latex.php?latex=E&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E' title='E' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Ctau%5E%7B-1%7D%28E%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau^{-1}(E)' title='&#92;tau^{-1}(E)' class='latex' /> differs by measure 0), either <img src='http://s0.wp.com/latex.php?latex=E&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E' title='E' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=E%5E%7Bc%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E^{c}' title='E^{c}' class='latex' /> has measure 0. (in probability space, this just says any invariant set under <img src='http://s0.wp.com/latex.php?latex=%5Ctau&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau' title='&#92;tau' class='latex' /> has either measure 0 or 1)</p>
<p>We shall skip the proof.</p>
<hr />
<p>An interesting exercise. Consider the map <img src='http://s0.wp.com/latex.php?latex=%5Ctau_m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau_m' title='&#92;tau_m' class='latex' /> defined on <img src='http://s0.wp.com/latex.php?latex=%5Cleft%5B0%2C1+%5Cright%29+&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;left[0,1 &#92;right) ' title='&#92;left[0,1 &#92;right) ' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=%5Ctau%28x%29%3Dmx+%5Cmod+1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau(x)=mx &#92;mod 1' title='&#92;tau(x)=mx &#92;mod 1' class='latex' />. Show that <img src='http://s0.wp.com/latex.php?latex=%5Ctau&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau' title='&#92;tau' class='latex' /> is measure preserving, mixing (hence ergodic). Prove as a consequence that for &#8220;almost every&#8221; number <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' /> is &#8220;normal&#8221;.</p>
<p>Let us define what we mean by &#8220;normal&#8221;. Suppose we do a &#8220;m-adic&#8221; expansion of <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' />, i.e. write <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' /> in base <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m' title='m' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=x%3D%5Csum_%7Bj%3D1%7D%5E%7B%5Cinfty%7D+%5Cfrac%7Ba_j%7D%7Bm%5Ej%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x=&#92;sum_{j=1}^{&#92;infty} &#92;frac{a_j}{m^j}' title='x=&#92;sum_{j=1}^{&#92;infty} &#92;frac{a_j}{m^j}' class='latex' />. Then <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' /> is normal if for every <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' /> between 0 and <img src='http://s0.wp.com/latex.php?latex=m-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m-1' title='m-1' class='latex' />, we have <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7B%5C%23%5C%7Bj%3Aa_j%3Dk%2C+1%5Cleq+j+%5Cleq+N%5C%7D%7D%7BN%7D+%5Crightarrow+%5Cfrac%7B1%7D%7Bm%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{&#92;#&#92;{j:a_j=k, 1&#92;leq j &#92;leq N&#92;}}{N} &#92;rightarrow &#92;frac{1}{m}' title='&#92;frac{&#92;#&#92;{j:a_j=k, 1&#92;leq j &#92;leq N&#92;}}{N} &#92;rightarrow &#92;frac{1}{m}' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=N%5Crightarrow+%5Cinfty&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N&#92;rightarrow &#92;infty' title='N&#92;rightarrow &#92;infty' class='latex' />.</p>
<p>This seems quite profound. Almost every number in <img src='http://s0.wp.com/latex.php?latex=%5Cleft%5B+0%2C1+%5Cright%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;left[ 0,1 &#92;right)' title='&#92;left[ 0,1 &#92;right)' class='latex' /> is &#8220;normal&#8221;, i.e. every digit is repeated equal number of times!</p>
<p>Let&#8217;s do this exercise. Clearly, <img src='http://s0.wp.com/latex.php?latex=%5Ctau&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau' title='&#92;tau' class='latex' /> is measure-preserving. Its inverse is <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m' title='m' class='latex' /> times smaller but repeated <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m' title='m' class='latex' /> times. Showing that it is mixing amounts to generalizing the proof for the doubling map on page 305.</p>
<p>Finally, apply the &#8220;space average=time average&#8221; corollary. Define <img src='http://s0.wp.com/latex.php?latex=f%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f(x)' title='f(x)' class='latex' /> to be characteristic function on the interval <img src='http://s0.wp.com/latex.php?latex=%5Cleft%5B+0.k%2C+0.%28k%2B1%29+%5Cright%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;left[ 0.k, 0.(k+1) &#92;right)' title='&#92;left[ 0.k, 0.(k+1) &#92;right)' class='latex' /> (in m-adic form). Then <img src='http://s0.wp.com/latex.php?latex=%5Cint_x+f+d%5Cmu%3D%5Cfrac%7B1%7D%7Bm%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;int_x f d&#92;mu=&#92;frac{1}{m}' title='&#92;int_x f d&#92;mu=&#92;frac{1}{m}' class='latex' />. Notice that <img src='http://s0.wp.com/latex.php?latex=f%28%5Ctau%5Ej%28x%29%29%3D1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f(&#92;tau^j(x))=1' title='f(&#92;tau^j(x))=1' class='latex' /> only when <img src='http://s0.wp.com/latex.php?latex=a_j%3Dk&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_j=k' title='a_j=k' class='latex' />. Hence the time average is the LHS. Simple application of a deep theorem gives us an interesting result.</p>
<hr />
<p>Key ideas: Ergodic measure-preserving maps, properties of an isometry.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/34/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/34/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/34/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/34/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/34/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=34&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/07/07/mean-ergodic-theorem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Localization and algorithm for checking whether an ideal is prime</title>
		<link>http://jiawheee.wordpress.com/2008/06/30/localization-and-algorithm-for-checking-whether-an-ideal-is-prime/</link>
		<comments>http://jiawheee.wordpress.com/2008/06/30/localization-and-algorithm-for-checking-whether-an-ideal-is-prime/#comments</comments>
		<pubDate>Mon, 30 Jun 2008 07:39:51 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=32</guid>
		<description><![CDATA[This week we will study localization. The bonus/motivation is an algorithm to check whether an ideal in is prime. Localizing a ring by its subset really just means constructing a ring of &#8220;fractions&#8221; such that elements of becomes units. This ring of fractions shall be denoted as . Here&#8217;s an example from Wikipedia. Let be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=32&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week we will study localization. The bonus/motivation is an algorithm to check whether an ideal in <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_n%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_n]' title='k[x_1,&#92;ldots,x_n]' class='latex' /> is prime.</p>
<p>Localizing a ring <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> by its subset <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> really just means constructing a ring of &#8220;fractions&#8221; such that elements of <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> becomes units. This ring of fractions shall be denoted as <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7D+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1} R' title='D^{-1} R' class='latex' />.</p>
<p>Here&#8217;s an example from Wikipedia. Let <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> be the ring of functions defined on some algebraic variety <img src='http://s0.wp.com/latex.php?latex=V&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V' title='V' class='latex' />. Suppose we are interested in studying this variety &#8220;locally&#8221; at a point <img src='http://s0.wp.com/latex.php?latex=p%5Cin+V&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p&#92;in V' title='p&#92;in V' class='latex' />. We will let <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> be set of functions not zero at point <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' /> and &#8220;localizes&#8221; <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' />. The resulting ring <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7D+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1} R' title='D^{-1} R' class='latex' /> contains additional information about the behavior of <img src='http://s0.wp.com/latex.php?latex=V&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V' title='V' class='latex' /> near <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />.</p>
<p>Reference as usual is Dummit and Foote (chapter 15.4).</p>
<hr />
<p>The formal construction of <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7D+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1} R' title='D^{-1} R' class='latex' /> is as follows. Assume <img src='http://s0.wp.com/latex.php?latex=D+%5Csubset+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D &#92;subset R' title='D &#92;subset R' class='latex' /> to be multiplicatively closed. Define a relation on <img src='http://s0.wp.com/latex.php?latex=R+%5Ctimes+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R &#92;times D' title='R &#92;times D' class='latex' />: <img src='http://s0.wp.com/latex.php?latex=%28r%2Cd%29+%5Csim+%28s%2Ce%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(r,d) &#92;sim (s,e)' title='(r,d) &#92;sim (s,e)' class='latex' /> iff <img src='http://s0.wp.com/latex.php?latex=x%28er-ds%29%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x(er-ds)=0' title='x(er-ds)=0' class='latex' /> for some <img src='http://s0.wp.com/latex.php?latex=x+%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x &#92;in D' title='x &#92;in D' class='latex' />.</p>
<p>This is an equivalence relation. Let <img src='http://s0.wp.com/latex.php?latex=r%2Fd&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r/d' title='r/d' class='latex' /> denote the equivalence class of <img src='http://s0.wp.com/latex.php?latex=%28r%2Cd%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(r,d)' title='(r,d)' class='latex' />. Define addition and multiplication like fractions. e.g. <img src='http://s0.wp.com/latex.php?latex=a%2Fb%2Bc%2Fd%3D%28ad%2Bbc%29%2F%28bd%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a/b+c/d=(ad+bc)/(bd)' title='a/b+c/d=(ad+bc)/(bd)' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=a%2Fb+%5Ctimes+c%2Fd+%3D+ac%2Fbd&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a/b &#92;times c/d = ac/bd' title='a/b &#92;times c/d = ac/bd' class='latex' />. Note that for every <img src='http://s0.wp.com/latex.php?latex=d%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='d&#92;in D' title='d&#92;in D' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=d%2F1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='d/1' title='d/1' class='latex' /> is a unit in <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7D+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1} R' title='D^{-1} R' class='latex' />. Its inverse is simply <img src='http://s0.wp.com/latex.php?latex=1%2Fd&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='1/d' title='1/d' class='latex' />.</p>
<p>Define the map <img src='http://s0.wp.com/latex.php?latex=%5Cpi%3A+R+%5Crightarrow+D%5E%7B-1%7D+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi: R &#92;rightarrow D^{-1} R' title='&#92;pi: R &#92;rightarrow D^{-1} R' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=%5Cpi%28r%29%3Dr%2F1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi(r)=r/1' title='&#92;pi(r)=r/1' class='latex' /> for the rest of the post. Two initial observations.</p>
<p>1) If <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> contains no zero divisors, then <img src='http://s0.wp.com/latex.php?latex=%5Cpi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi' title='&#92;pi' class='latex' /> is an injection. Easy to check. <img src='http://s0.wp.com/latex.php?latex=%5Cpi%28r%29%3Dr%2F1%3D0%2F1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi(r)=r/1=0/1' title='&#92;pi(r)=r/1=0/1' class='latex' /> implies that there exists some <img src='http://s0.wp.com/latex.php?latex=x%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x&#92;in D' title='x&#92;in D' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=xr%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='xr=0' title='xr=0' class='latex' />, implies that <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> has zero divisors. Example: if we localize <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BZ%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Z}' title='&#92;mathbb{Z}' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BZ%7D-%5C%7B0%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Z}-&#92;{0&#92;}' title='&#92;mathbb{Z}-&#92;{0&#92;}' class='latex' />, then the map <img src='http://s0.wp.com/latex.php?latex=%5Cpi%28z%29%3Dz%2F1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi(z)=z/1' title='&#92;pi(z)=z/1' class='latex' /> is an injection. The ring of fractions here is just <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BQ%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Q}' title='&#92;mathbb{Q}' class='latex' />.</p>
<p>2) <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7DR%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1}R=0' title='D^{-1}R=0' class='latex' /> iff <img src='http://s0.wp.com/latex.php?latex=0+%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;in D' title='0 &#92;in D' class='latex' />. Proof: LHS iff <img src='http://s0.wp.com/latex.php?latex=1%2F1%3D0%2F1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='1/1=0/1' title='1/1=0/1' class='latex' />, i.e. there exists <img src='http://s0.wp.com/latex.php?latex=x%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x&#92;in D' title='x&#92;in D' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=x1%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x1=0' title='x1=0' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=0+%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;in D' title='0 &#92;in D' class='latex' />. So almost all the time, we assume <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> does not contain 0.</p>
<p>Do not bogged down by the formalism! Really just think of <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7DR&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1}R' title='D^{-1}R' class='latex' /> as fractions where denominators are taken from <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' />.</p>
<hr />
<p>Now, we introduce two operators <img src='http://s0.wp.com/latex.php?latex=c&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c' title='c' class='latex' /> (contraction) and <img src='http://s0.wp.com/latex.php?latex=e&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e' title='e' class='latex' /> (extension). Given an ideal <img src='http://s0.wp.com/latex.php?latex=I+%5Csubset+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I &#92;subset R' title='I &#92;subset R' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=e%28I%29%3D%5Cpi%28I%29+D%5E%7B-1%7D+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e(I)=&#92;pi(I) D^{-1} R' title='e(I)=&#92;pi(I) D^{-1} R' class='latex' />. NOT just <img src='http://s0.wp.com/latex.php?latex=%5Cpi%28I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi(I)' title='&#92;pi(I)' class='latex' />. It is best to interpret <img src='http://s0.wp.com/latex.php?latex=e%28I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e(I)' title='e(I)' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=%5C%7B+a%2Fd%3A+a%5Cin+I%2C+d%5Cin+D+%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{ a/d: a&#92;in I, d&#92;in D &#92;}' title='&#92;{ a/d: a&#92;in I, d&#92;in D &#92;}' class='latex' />. (anything in <img src='http://s0.wp.com/latex.php?latex=e%28I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e(I)' title='e(I)' class='latex' /> is of the form <img src='http://s0.wp.com/latex.php?latex=%28r%2F1%29%28a%2Fd%29%3Dra%2Fd&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(r/1)(a/d)=ra/d' title='(r/1)(a/d)=ra/d' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=r%5Cin+I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r&#92;in I' title='r&#92;in I' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=a%5Cin+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a&#92;in R' title='a&#92;in R' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=d+%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='d &#92;in D' title='d &#92;in D' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=ra%5Cin+I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='ra&#92;in I' title='ra&#92;in I' class='latex' />). The contraction is simply <img src='http://s0.wp.com/latex.php?latex=%5Cpi%5E%7B-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi^{-1}' title='&#92;pi^{-1}' class='latex' />. We can think of <img src='http://s0.wp.com/latex.php?latex=%5Cpi%5E%7B-1%7D%28J%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi^{-1}(J)' title='&#92;pi^{-1}(J)' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=J+%5Ccap+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='J &#92;cap R' title='J &#92;cap R' class='latex' />.</p>
<p>An important fact is that <img src='http://s0.wp.com/latex.php?latex=c%2Ce&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c,e' title='c,e' class='latex' /> is a bijective correspondence between prime ideals of <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> <em>disjoint from <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /></em> and prime ideals of <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7DR&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1}R' title='D^{-1}R' class='latex' />. So if <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is a prime ideal of <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' />, disjoint from <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=e%28P%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e(P)' title='e(P)' class='latex' /> is a prime ideal in <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7DR&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1}R' title='D^{-1}R' class='latex' /> and moreover, <img src='http://s0.wp.com/latex.php?latex=c%28e%28P%29%29%3DP&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c(e(P))=P' title='c(e(P))=P' class='latex' />. On the other hand, if <img src='http://s0.wp.com/latex.php?latex=Q&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Q' title='Q' class='latex' /> is a prime ideal of <img src='http://s0.wp.com/latex.php?latex=D%5E%7B-1%7DR&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{-1}R' title='D^{-1}R' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=c%28Q%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c(Q)' title='c(Q)' class='latex' /> is a prime ideal in <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' />, disjoint from <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> and also, <img src='http://s0.wp.com/latex.php?latex=e%28c%28Q%29%29%3DQ&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e(c(Q))=Q' title='e(c(Q))=Q' class='latex' />.</p>
<p>We shall skip the routine but glorious details. This is proposition 38, page 709.</p>
<p>Note that for <em>any</em> ideal <img src='http://s0.wp.com/latex.php?latex=J+%5Csubset+D%5E%7B-1%7DR&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='J &#92;subset D^{-1}R' title='J &#92;subset D^{-1}R' class='latex' />, we always have <img src='http://s0.wp.com/latex.php?latex=e%28c%28J%29%29%3DJ&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e(c(J))=J' title='e(c(J))=J' class='latex' />. And for any ideal <img src='http://s0.wp.com/latex.php?latex=I+%5Csubset+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I &#92;subset R' title='I &#92;subset R' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=c%28e%28I%29%29%3D%5C%7Br%5Cin+R%3A+dr%5Cin+I+%5Ctext%7B+for+some+%7D+d%5Cin+D%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c(e(I))=&#92;{r&#92;in R: dr&#92;in I &#92;text{ for some } d&#92;in D&#92;}' title='c(e(I))=&#92;{r&#92;in R: dr&#92;in I &#92;text{ for some } d&#92;in D&#92;}' class='latex' />. i.e. these are elements of <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> such that there are some <img src='http://s0.wp.com/latex.php?latex=x%5Cin+I%2C+d%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x&#92;in I, d&#92;in D' title='x&#92;in I, d&#92;in D' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=x%2Fd%3Dr&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x/d=r' title='x/d=r' class='latex' />. i.e. we are adding elements of <img src='http://s0.wp.com/latex.php?latex=I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I' title='I' class='latex' /> divided by elements of <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' />. Typically <img src='http://s0.wp.com/latex.php?latex=c%28e%28I%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c(e(I))' title='c(e(I))' class='latex' /> is larger than <img src='http://s0.wp.com/latex.php?latex=I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I' title='I' class='latex' />. If they are equal, we say <img src='http://s0.wp.com/latex.php?latex=I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I' title='I' class='latex' /> is saturated. Giving denominators to it does not add any new elements.</p>
<hr />
<p>Let us get to the algorithm. Say we want to know whether <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is a prime ideal in <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_n%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_n]' title='k[x_1,&#92;ldots,x_n]' class='latex' />. To do so, we try to show iteratively/inductively that <img src='http://s0.wp.com/latex.php?latex=P_i%3DP+%5Ccap+k%5Bx_1%2C%5Cldots%2Cx_i%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P_i=P &#92;cap k[x_1,&#92;ldots,x_i]' title='P_i=P &#92;cap k[x_1,&#92;ldots,x_i]' class='latex' /> is prime. Think of <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_i%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_i]' title='k[x_1,&#92;ldots,x_i]' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_%7Bi-1%7D%5D%5Bx_i%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_{i-1}][x_i]' title='k[x_1,&#92;ldots,x_{i-1}][x_i]' class='latex' />, i.e. let <img src='http://s0.wp.com/latex.php?latex=R%3Dk%5Bx_1%2C%5Cldots%2Cx_%7Bi-1%7D%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R=k[x_1,&#92;ldots,x_{i-1}]' title='R=k[x_1,&#92;ldots,x_{i-1}]' class='latex' />. Assume by induction that <img src='http://s0.wp.com/latex.php?latex=P_%7Bi-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P_{i-1}' title='P_{i-1}' class='latex' /> is prime. Let <img src='http://s0.wp.com/latex.php?latex=S%3DR%2FP_%7Bi-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S=R/P_{i-1}' title='S=R/P_{i-1}' class='latex' />. This is an integral domain. Let <img src='http://s0.wp.com/latex.php?latex=F&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F' title='F' class='latex' /> be the quotient <em>field</em> of <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' />, i.e. the localization of <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=D%3DS-%5C%7B0%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D=S-&#92;{0&#92;}' title='D=S-&#92;{0&#92;}' class='latex' />. Note that <img src='http://s0.wp.com/latex.php?latex=F%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F[x]' title='F[x]' class='latex' /> (or <img src='http://s0.wp.com/latex.php?latex=F%5Bx_i%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F[x_i]' title='F[x_i]' class='latex' />) is an Euclidean domain (smell something nice). Let us draw the following very important picture:</p>
<p><img src='http://s0.wp.com/latex.php?latex=R%5Bx%5D+%5Cxrightarrow%7B%5Cvarphi%7D+%28R%2FP+%5Ccap+R%29%5Bx%5D%3D%28R%2FP_i%29%5Bx%5D%3DS%5Bx%5D+%5Cxrightarrow%7B%5Ciota%7D+F%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R[x] &#92;xrightarrow{&#92;varphi} (R/P &#92;cap R)[x]=(R/P_i)[x]=S[x] &#92;xrightarrow{&#92;iota} F[x]' title='R[x] &#92;xrightarrow{&#92;varphi} (R/P &#92;cap R)[x]=(R/P_i)[x]=S[x] &#92;xrightarrow{&#92;iota} F[x]' class='latex' /></p>
<p>Let us put proposition 39 in this context. For the forward direction, it says that if <img src='http://s0.wp.com/latex.php?latex=P%3DP_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P=P_i' title='P=P_i' class='latex' /> is prime, then <img src='http://s0.wp.com/latex.php?latex=P_%7Bi-1%7D%3DP_i+%5Ccap+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P_{i-1}=P_i &#92;cap R' title='P_{i-1}=P_i &#92;cap R' class='latex' /> has to be prime. Moreover, let <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D%3D%5Cvarphi%28P%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P}=&#92;varphi(P)' title='&#92;bar{P}=&#92;varphi(P)' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=e%28%5Cbar%7BP%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e(&#92;bar{P})' title='e(&#92;bar{P})' class='latex' /> is a prime ideal in <img src='http://s0.wp.com/latex.php?latex=F%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F[x]' title='F[x]' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P}' title='&#92;bar{P}' class='latex' /> is <em>saturated</em>, i.e. <img src='http://s0.wp.com/latex.php?latex=e%28c%28%5Cbar%7BP%7D%29%3D%5Cbar%7BP%7DF%5Bx%5D+%5Ccap+S%5Bx%5D%3D%5Cbar%7BP%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='e(c(&#92;bar{P})=&#92;bar{P}F[x] &#92;cap S[x]=&#92;bar{P}' title='e(c(&#92;bar{P})=&#92;bar{P}F[x] &#92;cap S[x]=&#92;bar{P}' class='latex' />.</p>
<p>The other direction says that if these conditions are true, then <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is a prime ideal. Inductively, the condition about <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> being an integral domain is already satisfied. So it suffices to check that <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D+F%5Bx%5D%3De%28%5Cbar%7BP%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P} F[x]=e(&#92;bar{P})' title='&#92;bar{P} F[x]=e(&#92;bar{P})' class='latex' /> is prime AND if <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P}' title='&#92;bar{P}' class='latex' /> is saturated. The first conditon is easy since <img src='http://s0.wp.com/latex.php?latex=F%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F[x]' title='F[x]' class='latex' /> is an Euclidean domain, PID, and every prime ideal is maximal and we just need to test if the generator is irreducible or not, or equal to 0$. Checking whether <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P}' title='&#92;bar{P}' class='latex' /> is saturated sounds more hairy.</p>
<hr />
<p>Again, I&#8217;m not going into proof details.. Say <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D+F%5Bx%5D%3D%28h%28x%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P} F[x]=(h(x))' title='&#92;bar{P} F[x]=(h(x))' class='latex' />. As we mention earlier, we need to check if <img src='http://s0.wp.com/latex.php?latex=h%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='h(x)' title='h(x)' class='latex' /> is 0 or irreducible in <img src='http://s0.wp.com/latex.php?latex=F%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F[x]' title='F[x]' class='latex' />. That aside, we need to check if <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7DF%5Bx%5D+%5Ccap+S%5Bx%5D%3D%5Cbar%7BP%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P}F[x] &#92;cap S[x]=&#92;bar{P}' title='&#92;bar{P}F[x] &#92;cap S[x]=&#92;bar{P}' class='latex' />. Proposition 40 comes to the rescue. Before that, note that we can assume that <img src='http://s0.wp.com/latex.php?latex=h%28x%29+%5Cin+S%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='h(x) &#92;in S[x]' title='h(x) &#92;in S[x]' class='latex' />. This is because <img src='http://s0.wp.com/latex.php?latex=h%28x%29+%5Cin+F%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='h(x) &#92;in F[x]' title='h(x) &#92;in F[x]' class='latex' /> and we can clear the denominators of all the coefficients to make it a polynomial in <img src='http://s0.wp.com/latex.php?latex=S%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S[x]' title='S[x]' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=a+%5Cin+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a &#92;in S' title='a &#92;in S' class='latex' /> be the leading coefficient of <img src='http://s0.wp.com/latex.php?latex=h%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='h(x)' title='h(x)' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=S_a&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S_a' title='S_a' class='latex' /> be the localization of <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> with respect to powers of <img src='http://s0.wp.com/latex.php?latex=a&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a' title='a' class='latex' />, i.e. introduce powers of <img src='http://s0.wp.com/latex.php?latex=a&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a' title='a' class='latex' /> as denominators.</p>
<p>Prop 40 says that <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D+F%5Bx%5D+%5Ccap+S%5Bx%5D%3D+%5Cbar%7BP%7D+S_a%5Bx%5D+%5Ccap+S%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P} F[x] &#92;cap S[x]= &#92;bar{P} S_a[x] &#92;cap S[x]' title='&#92;bar{P} F[x] &#92;cap S[x]= &#92;bar{P} S_a[x] &#92;cap S[x]' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=B&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B' title='B' class='latex' /> be ideal generated by <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P}' title='&#92;bar{P}' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=1-at&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='1-at' title='1-at' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=S%5Bx%2Ct%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S[x,t]' title='S[x,t]' class='latex' /> (weird). Then <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7BP%7D+S_a%5Bx%5D+%5Ccap+S%5Bx%5D+%3D+B+%5Ccap+S%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{P} S_a[x] &#92;cap S[x] = B &#92;cap S[x]' title='&#92;bar{P} S_a[x] &#92;cap S[x] = B &#92;cap S[x]' class='latex' />.</p>
<p>We just need to check if <img src='http://s0.wp.com/latex.php?latex=B+%5Ccap+S%5Bx%5D+%3D+S%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B &#92;cap S[x] = S[x]' title='B &#92;cap S[x] = S[x]' class='latex' />. Exercise 3 says that this is the same as checking the unmodded version, i.e. whether the ideal generated by <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=1-at&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='1-at' title='1-at' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=R%5Bx%2Ct%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R[x,t]' title='R[x,t]' class='latex' /> (instead of <img src='http://s0.wp.com/latex.php?latex=S%5Bx%2Ct%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S[x,t]' title='S[x,t]' class='latex' />) is equal to <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' />, which can be achieved by working with the reduced Groebner basis of <img src='http://s0.wp.com/latex.php?latex=P_i%3DP&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P_i=P' title='P_i=P' class='latex' />.</p>
<hr />
<p>Although we didn&#8217;t go into details, we gain an idea of the main principles behind the algorithm. By localization, we can turn rings into fields, work in Euclidean domains, PIDs, and then translate back.</p>
<p>Key ideas: extension and contraction of ideals, bijective correspondence between prime ideals, <img src='http://s0.wp.com/latex.php?latex=I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I' title='I' class='latex' /> prime in <img src='http://s0.wp.com/latex.php?latex=R%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R[x]' title='R[x]' class='latex' /> implies that <img src='http://s0.wp.com/latex.php?latex=R+%5Ccap+I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R &#92;cap I' title='R &#92;cap I' class='latex' /> is prime, i.e. <img src='http://s0.wp.com/latex.php?latex=S%3DR%2F%28R+%5Ccap+I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S=R/(R &#92;cap I)' title='S=R/(R &#92;cap I)' class='latex' /> is integral domain which can be extended/localized to a field, and image of <img src='http://s0.wp.com/latex.php?latex=I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I' title='I' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=S%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S[x]' title='S[x]' class='latex' /> is saturated.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/32/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/32/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/32/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/32/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/32/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=32&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/06/30/localization-and-algorithm-for-checking-whether-an-ideal-is-prime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Hilbert&#8217;s Nullstellensatz</title>
		<link>http://jiawheee.wordpress.com/2008/06/23/hilberts-nullstellensatz/</link>
		<comments>http://jiawheee.wordpress.com/2008/06/23/hilberts-nullstellensatz/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 16:30:19 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=31</guid>
		<description><![CDATA[I&#8217;m late again. Really quite busy recently. Anyway, we are studying Dummit and Foote again, Chapter 15.3. My algebraic geometry is quite weak. First, we define what is an integral extension. Note that we are dealing with commutative rings. Say is a subring of . An element is integral over if is the root of [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=31&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m late again. Really quite busy recently. Anyway, we are studying Dummit and Foote again, Chapter 15.3. My algebraic geometry is quite weak.</p>
<p>First, we define what is an integral extension. Note that we are dealing with commutative rings. Say <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> is a subring of <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' />. An element <img src='http://s0.wp.com/latex.php?latex=s%5Cin+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='s&#92;in S' title='s&#92;in S' class='latex' /> is integral over <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> if <img src='http://s0.wp.com/latex.php?latex=s&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='s' title='s' class='latex' /> is the root of a <em>monic</em> polynomial in <img src='http://s0.wp.com/latex.php?latex=R%5Bx%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R[x]' title='R[x]' class='latex' />. We say the ring <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> is integral over <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' />, i.e. integral extension, if every <img src='http://s0.wp.com/latex.php?latex=s+%5Cin+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='s &#92;in S' title='s &#92;in S' class='latex' /> is integral over <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' />.</p>
<p>Next, we define what is meant by &#8220;algebraically independent&#8221;. Let <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' /> be a field and <img src='http://s0.wp.com/latex.php?latex=y_1%2C%5Cldots%2Cy_q&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='y_1,&#92;ldots,y_q' title='y_1,&#92;ldots,y_q' class='latex' /> be in some <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' />-algebra. We say they are algebraically independent (over <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' />) if there is no nonzero polynomial <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_q%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_q]' title='k[x_1,&#92;ldots,x_q]' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=p%28y_1%2C%5Cldots%2Cy_q%29%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p(y_1,&#92;ldots,y_q)=0' title='p(y_1,&#92;ldots,y_q)=0' class='latex' />. Another way of saying this is that <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_q%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_q]' title='k[x_1,&#92;ldots,x_q]' class='latex' /> is isomorphic to <img src='http://s0.wp.com/latex.php?latex=k%5By_1%2C%5Cldots%2Cy_q%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[y_1,&#92;ldots,y_q]' title='k[y_1,&#92;ldots,y_q]' class='latex' /> by the map <img src='http://s0.wp.com/latex.php?latex=x_i+%5Cmapsto+y_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_i &#92;mapsto y_i' title='x_i &#92;mapsto y_i' class='latex' />. (kernel is trivial)</p>
<hr />
<p>The Noether&#8217;s Normalization Lemma says: Let <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' /> be a field and <img src='http://s0.wp.com/latex.php?latex=A%3Dk%5Br_1%2C%5Cldots%2Cr_m%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A=k[r_1,&#92;ldots,r_m]' title='A=k[r_1,&#92;ldots,r_m]' class='latex' /> be a finitely generated <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' />-algebra. Then we can find <img src='http://s0.wp.com/latex.php?latex=y_1%2C%5Cldots%2Cy_q+%5Cin+A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='y_1,&#92;ldots,y_q &#92;in A' title='y_1,&#92;ldots,y_q &#92;in A' class='latex' /> such that these elements are algebraically independent (over <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' />) and <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> is integral over <img src='http://s0.wp.com/latex.php?latex=k%5By_1%2C%5Cldots%2Cy_q%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[y_1,&#92;ldots,y_q]' title='k[y_1,&#92;ldots,y_q]' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=q+%5Cleq+m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q &#92;leq m' title='q &#92;leq m' class='latex' />.</p>
<p>The proof looks rather technical. We shall skip this, despite its importance..</p>
<hr />
<p>Weak Form of Hilbert&#8217;s Nullstellensatz (WFHN): Let <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' /> be an algebraically closed field. Then <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> is a maximal ideal in the polynomial ring <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_n%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_n]' title='k[x_1,&#92;ldots,x_n]' class='latex' /> iff <img src='http://s0.wp.com/latex.php?latex=M%3D%28x_1-a_1%2C%5Cldots%2Cx_n-a_n+%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M=(x_1-a_1,&#92;ldots,x_n-a_n )' title='M=(x_1-a_1,&#92;ldots,x_n-a_n )' class='latex' /> for some <img src='http://s0.wp.com/latex.php?latex=a_1%2C%5Cldots%2Ca_n+%5Cin+k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1,&#92;ldots,a_n &#92;in k' title='a_1,&#92;ldots,a_n &#92;in k' class='latex' />. Equivalently, there is a correspondence between points in <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BA%7D%5En&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{A}^n' title='&#92;mathbb{A}^n' class='latex' /> and maximal ideals in <img src='http://s0.wp.com/latex.php?latex=k%5B%5Cmathbb%7BA%7D%5En%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[&#92;mathbb{A}^n]' title='k[&#92;mathbb{A}^n]' class='latex' />.</p>
<p>Remark: Note that <img src='http://s0.wp.com/latex.php?latex=I%28%28a_1%2C%5Cldots%2Ca_n%29%29%3D%28x_1-a_1%2Cx_2-a_2%2C%5Cldots%2Cx_n-a_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I((a_1,&#92;ldots,a_n))=(x_1-a_1,x_2-a_2,&#92;ldots,x_n-a_n)' title='I((a_1,&#92;ldots,a_n))=(x_1-a_1,x_2-a_2,&#92;ldots,x_n-a_n)' class='latex' />. To see this, consider the map from <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_n%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_n]' title='k[x_1,&#92;ldots,x_n]' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' /> by mapping <img src='http://s0.wp.com/latex.php?latex=x_i+%5Cmapsto+a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_i &#92;mapsto a_i' title='x_i &#92;mapsto a_i' class='latex' />. Clearly, <img src='http://s0.wp.com/latex.php?latex=k%5Bx_1%2C%5Cldots%2Cx_n%5D%2FI%28%28a_1%2C%5Cldots%2Ca_n%29%29+%5Capprox+k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[x_1,&#92;ldots,x_n]/I((a_1,&#92;ldots,a_n)) &#92;approx k' title='k[x_1,&#92;ldots,x_n]/I((a_1,&#92;ldots,a_n)) &#92;approx k' class='latex' />. So LHS has to be a maximal ideal. The RHS is obviously a subset of LHS. Moreover, the RHS is a maximal ideal. If we add any polynomial to RHS, polynomial division gives us an element in <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' />. This expands the ideal to the whole ring. In short, RHS is a subset of LHS, but both are maximal. So they have to be the same.</p>
<p>Remark: Let us see why the two statements are equivalent. Suppose WFHN holds. Pick a point <img src='http://s0.wp.com/latex.php?latex=%28a_1%2C%5Cldots%2Ca_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(a_1,&#92;ldots,a_n)' title='(a_1,&#92;ldots,a_n)' class='latex' />. Its ideal is <img src='http://s0.wp.com/latex.php?latex=%28x_1-a_1%2C%5Cldots%2Cx_n-a_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(x_1-a_1,&#92;ldots,x_n-a_n)' title='(x_1-a_1,&#92;ldots,x_n-a_n)' class='latex' />. By WFHN, this is a maximal ideal. If we apply <img src='http://s0.wp.com/latex.php?latex=V&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V' title='V' class='latex' /> to this ideal, we get back the same point.</p>
<p>Now, suppose we pick a maximal ideal. By WFHN, it is of the form <img src='http://s0.wp.com/latex.php?latex=%28x_1-a_1%2C%5Cldots%2Cx_n-a_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(x_1-a_1,&#92;ldots,x_n-a_n)' title='(x_1-a_1,&#92;ldots,x_n-a_n)' class='latex' />. The variety of is a single point <img src='http://s0.wp.com/latex.php?latex=%28a_1%2C%5Cldots%2Ca_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(a_1,&#92;ldots,a_n)' title='(a_1,&#92;ldots,a_n)' class='latex' />. Apply <img src='http://s0.wp.com/latex.php?latex=I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I' title='I' class='latex' /> to this single point to get back <img src='http://s0.wp.com/latex.php?latex=%28x_1-a_1%2C%5Cldots%2Cx_n-a_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(x_1-a_1,&#92;ldots,x_n-a_n)' title='(x_1-a_1,&#92;ldots,x_n-a_n)' class='latex' />. So we got a bijective correspondence between maximal ideals and points.</p>
<p>Now consider the other direction. Assume the correspondence. We already know that <img src='http://s0.wp.com/latex.php?latex=M%3D%28x_1-a_1%2C%5Cldots%2Cx_n-a_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M=(x_1-a_1,&#92;ldots,x_n-a_n)' title='M=(x_1-a_1,&#92;ldots,x_n-a_n)' class='latex' /> is a maximal ideal. Suppose we have a maximal ideal <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' />. By the bijective correspondence, <img src='http://s0.wp.com/latex.php?latex=I%28V%28M%29%29%3DM&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I(V(M))=M' title='I(V(M))=M' class='latex' />. But <img src='http://s0.wp.com/latex.php?latex=V%28M%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V(M)' title='V(M)' class='latex' /> (by the correspondence) is a single point and its ideal is of the form <img src='http://s0.wp.com/latex.php?latex=%28x_1-a_1%2C%5Cldots%2Cx_n-a_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(x_1-a_1,&#92;ldots,x_n-a_n)' title='(x_1-a_1,&#92;ldots,x_n-a_n)' class='latex' />.</p>
<hr />
<p>Finally proof of WFHN: One direction we have already explained, that is <img src='http://s0.wp.com/latex.php?latex=%28x_1-a_1%2C%5Cldots%2Cx_n-a_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(x_1-a_1,&#92;ldots,x_n-a_n)' title='(x_1-a_1,&#92;ldots,x_n-a_n)' class='latex' /> is a maximal ideal. Consider the other direction. Let <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> be a maximal ideal. Let <img src='http://s0.wp.com/latex.php?latex=E%3Dk%5Bx_1%2C%5Cldots%2Cx_n%5D%2FM&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E=k[x_1,&#92;ldots,x_n]/M' title='E=k[x_1,&#92;ldots,x_n]/M' class='latex' /> be a field finitely generated by <img src='http://s0.wp.com/latex.php?latex=%5C%7B+%5Cbar%7Bx%7D_1+%2C%5Cldots%2C%5Cbar%7Bx%7D_n+%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{ &#92;bar{x}_1 ,&#92;ldots,&#92;bar{x}_n &#92;}' title='&#92;{ &#92;bar{x}_1 ,&#92;ldots,&#92;bar{x}_n &#92;}' class='latex' />. Apply Noether&#8217;s Normalization Lemma to say <img src='http://s0.wp.com/latex.php?latex=E&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E' title='E' class='latex' /> is integral over some polynomial ring <img src='http://s0.wp.com/latex.php?latex=k%5By_1%2C%5Cldots%2Cy_q%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[y_1,&#92;ldots,y_q]' title='k[y_1,&#92;ldots,y_q]' class='latex' />.  Since <img src='http://s0.wp.com/latex.php?latex=E&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E' title='E' class='latex' /> is a field, <img src='http://s0.wp.com/latex.php?latex=k%5By_1%2C%5Cldots%2Cy_q%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k[y_1,&#92;ldots,y_q]' title='k[y_1,&#92;ldots,y_q]' class='latex' /> must be a field too!</p>
<p>(in general, if <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> is integral over <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> is a field, then <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> is also a field. reason: given <img src='http://s0.wp.com/latex.php?latex=r+%5Cin+R+%5Csubset+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r &#92;in R &#92;subset S' title='r &#92;in R &#92;subset S' class='latex' />. <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> is a field. So there is some <img src='http://s0.wp.com/latex.php?latex=r%5E%7B-1%7D+%5Cin+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r^{-1} &#92;in S' title='r^{-1} &#92;in S' class='latex' />. But <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> is integral over <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' />. So there is some monic polynomial satisfied by <img src='http://s0.wp.com/latex.php?latex=r%5E%7B-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r^{-1}' title='r^{-1}' class='latex' />, say <img src='http://s0.wp.com/latex.php?latex=r%5E%7B-m%7D%2Ba_%7Bm-1%7Dr%5E%7B-m%2B1%7D%2B%5Cldots%2Ba_0%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r^{-m}+a_{m-1}r^{-m+1}+&#92;ldots+a_0=0' title='r^{-m}+a_{m-1}r^{-m+1}+&#92;ldots+a_0=0' class='latex' />. Multiply everything by <img src='http://s0.wp.com/latex.php?latex=r%5E%7Bm-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r^{m-1}' title='r^{m-1}' class='latex' /> to get <img src='http://s0.wp.com/latex.php?latex=r%5E%7B-1%7D%3D-%28a_%7Bm-1%7D%2B%5Cldots+%2B+a_0+r%5E%7Bm-1%7D+%5Cin+R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r^{-1}=-(a_{m-1}+&#92;ldots + a_0 r^{m-1} &#92;in R' title='r^{-1}=-(a_{m-1}+&#92;ldots + a_0 r^{m-1} &#92;in R' class='latex' />.)</p>
<p>A polynomial ring is in general not a field, unless <img src='http://s0.wp.com/latex.php?latex=q%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q=0' title='q=0' class='latex' />. So <img src='http://s0.wp.com/latex.php?latex=E&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E' title='E' class='latex' /> is integral over <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' />. Both are fields, so <img src='http://s0.wp.com/latex.php?latex=E&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='E' title='E' class='latex' /> is an algebraic extension of <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' />. But <img src='http://s0.wp.com/latex.php?latex=k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k' title='k' class='latex' /> is algebraically closed, i.e. <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7Bx%7D_i+%5Cin+k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{x}_i &#92;in k' title='&#92;bar{x}_i &#92;in k' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7Bx%7D_i%3Da_i%2BM&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{x}_i=a_i+M' title='&#92;bar{x}_i=a_i+M' class='latex' /> for some <img src='http://s0.wp.com/latex.php?latex=a_i%5Cin+k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i&#92;in k' title='a_i&#92;in k' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=x_i-a_i+%5Cin+M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_i-a_i &#92;in M' title='x_i-a_i &#92;in M' class='latex' />. Hence, <img src='http://s0.wp.com/latex.php?latex=%28x_1-a_1%2C%5Cldots%2Cx_n-a_n%29+%5Csubset+M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(x_1-a_1,&#92;ldots,x_n-a_n) &#92;subset M' title='(x_1-a_1,&#92;ldots,x_n-a_n) &#92;subset M' class='latex' />. Both are maximal ideals and are thus equal.</p>
<p>Important remark: The significance of the weak form is.. If <img src='http://s0.wp.com/latex.php?latex=V%28I%29%3D%5Cphi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V(I)=&#92;phi' title='V(I)=&#92;phi' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I' title='I' class='latex' /> has to be the whole polynomial ring. If not, <img src='http://s0.wp.com/latex.php?latex=I+%5Csubset+M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I &#92;subset M' title='I &#92;subset M' class='latex' /> for some maximal ideal <img src='http://s0.wp.com/latex.php?latex=M%3D%28x_1-a_1%2C%5Cldots%2Cx_n-a_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M=(x_1-a_1,&#92;ldots,x_n-a_n)' title='M=(x_1-a_1,&#92;ldots,x_n-a_n)' class='latex' />. <img src='http://s0.wp.com/latex.php?latex=V%28I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V(I)' title='V(I)' class='latex' /> must therefore contain <img src='http://s0.wp.com/latex.php?latex=V%28M%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V(M)' title='V(M)' class='latex' />, i.e. contain the point <img src='http://s0.wp.com/latex.php?latex=%28a_1%2C%5Cldots%2Ca_n%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(a_1,&#92;ldots,a_n)' title='(a_1,&#92;ldots,a_n)' class='latex' />. Contradiction.</p>
<p>In English, the only ideal which has no common roots is the whole polynomial ring.</p>
<hr />
<p>Now the stronger form says: <img src='http://s0.wp.com/latex.php?latex=I%28V%28I%29%29%3Drad%28I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I(V(I))=rad(I)' title='I(V(I))=rad(I)' class='latex' />. Moreover, there is now a correspondence between affine algebraic sets and radical ideals.</p>
<p>Proof is rather slick. Clearly, <img src='http://s0.wp.com/latex.php?latex=rad%28I%29+%5Csubset+I%28V%28I%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='rad(I) &#92;subset I(V(I))' title='rad(I) &#92;subset I(V(I))' class='latex' />. Focus on the other direction. By Hilbert Basis Theorem, assume <img src='http://s0.wp.com/latex.php?latex=I%3D%28f_1%2C%5Cldots%2Cf_m%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I=(f_1,&#92;ldots,f_m)' title='I=(f_1,&#92;ldots,f_m)' class='latex' />.  Let <img src='http://s0.wp.com/latex.php?latex=g%5Cin+I%28V%28I%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g&#92;in I(V(I))' title='g&#92;in I(V(I))' class='latex' />. Introduce new variable <img src='http://s0.wp.com/latex.php?latex=x_%7Bn%2B1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_{n+1}' title='x_{n+1}' class='latex' />. Consider the ideal <img src='http://s0.wp.com/latex.php?latex=I%27%3D%28f_1%2C%5Cldots%2Cf_m%2Cx_%7Bn%2B1%7Dg-1%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I&#039;=(f_1,&#92;ldots,f_m,x_{n+1}g-1)' title='I&#039;=(f_1,&#92;ldots,f_m,x_{n+1}g-1)' class='latex' />.</p>
<p>Claim is that <img src='http://s0.wp.com/latex.php?latex=V%28I%27%29%3D%5Cphi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V(I&#039;)=&#92;phi' title='V(I&#039;)=&#92;phi' class='latex' />. Reason: Pick any point <img src='http://s0.wp.com/latex.php?latex=%28a_1%2C%5Cldots%2Ca_n%2Ca_%7Bn%2B1%7D%29+%5Cin+V%28I%27%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(a_1,&#92;ldots,a_n,a_{n+1}) &#92;in V(I&#039;)' title='(a_1,&#92;ldots,a_n,a_{n+1}) &#92;in V(I&#039;)' class='latex' />. By definition of <img src='http://s0.wp.com/latex.php?latex=I%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I&#039;' title='I&#039;' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=f_i%28a_1%2C%5Cldots%2Ca_n%29%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f_i(a_1,&#92;ldots,a_n)=0' title='f_i(a_1,&#92;ldots,a_n)=0' class='latex' />. So, <img src='http://s0.wp.com/latex.php?latex=%28a_1%2C%5Cldots%2Ca_n%29%5Cin+V%28I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(a_1,&#92;ldots,a_n)&#92;in V(I)' title='(a_1,&#92;ldots,a_n)&#92;in V(I)' class='latex' />. But <img src='http://s0.wp.com/latex.php?latex=g%5Cin+I%28V%28I%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g&#92;in I(V(I))' title='g&#92;in I(V(I))' class='latex' />. So <img src='http://s0.wp.com/latex.php?latex=g%28a_1%2C%5Cldots%2Ca_n%29%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g(a_1,&#92;ldots,a_n)=0' title='g(a_1,&#92;ldots,a_n)=0' class='latex' />. But <img src='http://s0.wp.com/latex.php?latex=%28a_1%2C%5Cldots%2Ca_n%2Ca_%7Bn%2B1%7D%29%5Cin+V%28I%27%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(a_1,&#92;ldots,a_n,a_{n+1})&#92;in V(I&#039;)' title='(a_1,&#92;ldots,a_n,a_{n+1})&#92;in V(I&#039;)' class='latex' /> implies that <img src='http://s0.wp.com/latex.php?latex=a_%7Bn%2B1%7Dg-1%3D-1+%5Cneq+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_{n+1}g-1=-1 &#92;neq 0' title='a_{n+1}g-1=-1 &#92;neq 0' class='latex' />, contradiction.</p>
<p>By WFHN&#8217;s important remark, we know <img src='http://s0.wp.com/latex.php?latex=I%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I&#039;' title='I&#039;' class='latex' /> is the whole ring, i.e. <img src='http://s0.wp.com/latex.php?latex=1%5Cin+I%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='1&#92;in I&#039;' title='1&#92;in I&#039;' class='latex' />. We can write <img src='http://s0.wp.com/latex.php?latex=1%3Da_1+f_1%2B%5Cldots%2Ba_m+f_m+%2B+a_%7Bm%2B1%7D+%28x_%7Bn%2B1%7Dg-1%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='1=a_1 f_1+&#92;ldots+a_m f_m + a_{m+1} (x_{n+1}g-1)' title='1=a_1 f_1+&#92;ldots+a_m f_m + a_{m+1} (x_{n+1}g-1)' class='latex' /> for some <img src='http://s0.wp.com/latex.php?latex=a_i+%5Cin+k%5Bx_1%2C%5Cldots%2Cx_%7Bn%2B1%7D%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i &#92;in k[x_1,&#92;ldots,x_{n+1}]' title='a_i &#92;in k[x_1,&#92;ldots,x_{n+1}]' class='latex' />. Now replace <img src='http://s0.wp.com/latex.php?latex=x_%7Bn%2B1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_{n+1}' title='x_{n+1}' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' /> and multiply both sides by extremely high powers of <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' />, say <img src='http://s0.wp.com/latex.php?latex=g%5EN&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g^N' title='g^N' class='latex' />, to wipe out <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' /> in the denominator of the <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i' title='a_i' class='latex' />&#8216;s. We will obtain <img src='http://s0.wp.com/latex.php?latex=g%5EN%3Dc_1+f_1+%2B+%5Cldots+%2B+c_m+f_m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g^N=c_1 f_1 + &#92;ldots + c_m f_m' title='g^N=c_1 f_1 + &#92;ldots + c_m f_m' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=c_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c_i' title='c_i' class='latex' /> is <img src='http://s0.wp.com/latex.php?latex=a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i' title='a_i' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=x_%7Bn%2B1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_{n+1}' title='x_{n+1}' class='latex' /> replaced with <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' />, multiplied by <img src='http://s0.wp.com/latex.php?latex=g%5EN&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g^N' title='g^N' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N' title='N' class='latex' /> is huge so that <img src='http://s0.wp.com/latex.php?latex=c_i+%5Cin+I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='c_i &#92;in I' title='c_i &#92;in I' class='latex' />. Thus, <img src='http://s0.wp.com/latex.php?latex=g+%5Cin+rad%28I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g &#92;in rad(I)' title='g &#92;in rad(I)' class='latex' />.</p>
<p>As for the correspondence, it&#8217;s easy once we have the main result. We already know that <img src='http://s0.wp.com/latex.php?latex=V%28I%28V%28I%29%29%3DV%28I%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='V(I(V(I))=V(I)' title='V(I(V(I))=V(I)' class='latex' />. So all we need to show is that <img src='http://s0.wp.com/latex.php?latex=I%28V%28I%29%29%3DI&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I(V(I))=I' title='I(V(I))=I' class='latex' /> when <img src='http://s0.wp.com/latex.php?latex=I&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I' title='I' class='latex' /> is a radical ideal. The Nullstellensatz says <img src='http://s0.wp.com/latex.php?latex=I%28V%28I%29%29%3Drad%28I%29%3DI&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='I(V(I))=rad(I)=I' title='I(V(I))=rad(I)=I' class='latex' />.</p>
<hr />
<p>Some of the tricks are just too clever.</p>
<p>Key ideas: maximal ideals corresponds to points, radical ideas corresponds to affine algebraic sets/varieties, polynomial magic</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/31/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/31/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=31&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/06/23/hilberts-nullstellensatz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Classical Gauss Sum</title>
		<link>http://jiawheee.wordpress.com/2008/06/15/classical-gauss-sum/</link>
		<comments>http://jiawheee.wordpress.com/2008/06/15/classical-gauss-sum/#comments</comments>
		<pubDate>Sun, 15 Jun 2008 19:10:17 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=30</guid>
		<description><![CDATA[Today, we will work on exercise 11 of Dummit and Foote (again?!) section 14.7 and some other results/exercises it uses. I think we will be working on this book quite often since I didn&#8217;t take any grad class in algebra (officially) but hope to work on algebraic stuff in grad school. Without further ado, Question [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=30&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, we will work on exercise 11 of Dummit and Foote (again?!) section 14.7 and some other results/exercises it uses. I think we will be working on this book quite often since I didn&#8217;t take any grad class in algebra (officially) but hope to work on algebraic stuff in grad school. Without further ado,</p>
<p>Question 10: Let <img src='http://s0.wp.com/latex.php?latex=K%3D%5Cmathbb%7BQ%7D%28%5Czeta_p%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K=&#92;mathbb{Q}(&#92;zeta_p)' title='K=&#92;mathbb{Q}(&#92;zeta_p)' class='latex' /> be cyclotomic field for some prime <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' /> and let <img src='http://s0.wp.com/latex.php?latex=G%3DGal%28K%2F%5Cmathbb%7BQ%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='G=Gal(K/&#92;mathbb{Q})' title='G=Gal(K/&#92;mathbb{Q})' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=%5Czeta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta' title='&#92;zeta' class='latex' /> be any <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />-th root of unity. Prove that <img src='http://s0.wp.com/latex.php?latex=%5Csum_%7B%5Csigma+%5Cin+G%7D+%5Csigma%28%5Czeta%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sum_{&#92;sigma &#92;in G} &#92;sigma(&#92;zeta)' title='&#92;sum_{&#92;sigma &#92;in G} &#92;sigma(&#92;zeta)' class='latex' /> (the trace) is <img src='http://s0.wp.com/latex.php?latex=-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-1' title='-1' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=p-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p-1' title='p-1' class='latex' /> depending on whether <img src='http://s0.wp.com/latex.php?latex=%5Czeta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta' title='&#92;zeta' class='latex' /> is or is not a primitive <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />-th root of unity.</p>
<p>Proof: This is quite obvious. If <img src='http://s0.wp.com/latex.php?latex=%5Czeta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta' title='&#92;zeta' class='latex' /> is a primitive root of unity, the sum is over all the roots of unity, except 1. This has to be <img src='http://s0.wp.com/latex.php?latex=-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-1' title='-1' class='latex' /> since <img src='http://s0.wp.com/latex.php?latex=1%2B%5Czeta%2B%5Cldots%2B%5Czeta%5E%7Bp-1%7D%3D%28%5Czeta%5Ep-1%29%2F%28%5Czeta-1%29%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='1+&#92;zeta+&#92;ldots+&#92;zeta^{p-1}=(&#92;zeta^p-1)/(&#92;zeta-1)=0' title='1+&#92;zeta+&#92;ldots+&#92;zeta^{p-1}=(&#92;zeta^p-1)/(&#92;zeta-1)=0' class='latex' />. If <img src='http://s0.wp.com/latex.php?latex=%5Czeta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta' title='&#92;zeta' class='latex' /> is not a primitive root of unity, i.e. <img src='http://s0.wp.com/latex.php?latex=%5Czeta%3D1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta=1' title='&#92;zeta=1' class='latex' />, then the sum will give <img src='http://s0.wp.com/latex.php?latex=p-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p-1' title='p-1' class='latex' /> since <img src='http://s0.wp.com/latex.php?latex=%7CG%7C%3Dp-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|G|=p-1' title='|G|=p-1' class='latex' />. <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' /> therefore corresponds to <img src='http://s0.wp.com/latex.php?latex=%5C%7B1%2C2%2C4%2C6%2C%5Cldots%2Cp-3%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{1,2,4,6,&#92;ldots,p-3&#92;}' title='&#92;{1,2,4,6,&#92;ldots,p-3&#92;}' class='latex' /> </p>
<hr />
<p>Question 11. The setup: Let <img src='http://s0.wp.com/latex.php?latex=K%3D%5Cmathbb%7BQ%7D%28%5Czeta_p%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K=&#92;mathbb{Q}(&#92;zeta_p)' title='K=&#92;mathbb{Q}(&#92;zeta_p)' class='latex' /> be the cyclotomic field, for some odd prime <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=G%3DGal%28K%2F%5Cmathbb%7BQ%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='G=Gal(K/&#92;mathbb{Q})' title='G=Gal(K/&#92;mathbb{Q})' class='latex' />. Say <img src='http://s0.wp.com/latex.php?latex=G&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='G' title='G' class='latex' /> is generated by <img src='http://s0.wp.com/latex.php?latex=%5Csigma&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma' title='&#92;sigma' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' /> be a subgroup of index 2 in cyclic group <img src='http://s0.wp.com/latex.php?latex=G&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='G' title='G' class='latex' />. Define <img src='http://s0.wp.com/latex.php?latex=%5Ceta_0%3D%5Csum_%7B%5Ctau%5Cin+H%7D+%5Ctau%28%5Czeta_p%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta_0=&#92;sum_{&#92;tau&#92;in H} &#92;tau(&#92;zeta_p)' title='&#92;eta_0=&#92;sum_{&#92;tau&#92;in H} &#92;tau(&#92;zeta_p)' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Ceta_1%3D%5Csum_%7B%5Ctau+%5Cin+%5Csigma+H%7D+%5Ctau%28%5Czeta_p%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta_1=&#92;sum_{&#92;tau &#92;in &#92;sigma H} &#92;tau(&#92;zeta_p)' title='&#92;eta_1=&#92;sum_{&#92;tau &#92;in &#92;sigma H} &#92;tau(&#92;zeta_p)' class='latex' />.</p>
<p>Let&#8217;s think about this set-up: <img src='http://s0.wp.com/latex.php?latex=%7CG%7C%3Dp-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|G|=p-1' title='|G|=p-1' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=G%3D%5C%7B1%2C%5Csigma%2C%5Cldots%2C%5Csigma%5E%7Bp-2%7D%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='G=&#92;{1,&#92;sigma,&#92;ldots,&#92;sigma^{p-2}&#92;}' title='G=&#92;{1,&#92;sigma,&#92;ldots,&#92;sigma^{p-2}&#92;}' class='latex' />. Let <img src='http://s0.wp.com/latex.php?latex=%5Csigma_a&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma_a' title='&#92;sigma_a' class='latex' /> denote the map that sends <img src='http://s0.wp.com/latex.php?latex=%5Czeta_p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta_p' title='&#92;zeta_p' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=%5Czeta_p%5Ea&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta_p^a' title='&#92;zeta_p^a' class='latex' />. Recall there is an isomorphism between <img src='http://s0.wp.com/latex.php?latex=G&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='G' title='G' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BZ%7D_p%5E%7B%5Ctimes%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Z}_p^{&#92;times}' title='&#92;mathbb{Z}_p^{&#92;times}' class='latex' /> by sending <img src='http://s0.wp.com/latex.php?latex=%5Csigma_a&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma_a' title='&#92;sigma_a' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=a&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a' title='a' class='latex' />. <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' /> turns out to be <img src='http://s0.wp.com/latex.php?latex=%5C%7B1%5E2%2C2%5E2%2C3%5E2%2C%5Cldots%2C%5Cleft%28%5Cfrac%7Bp-1%7D%7B2%7D%5Cright%29%5E2%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{1^2,2^2,3^2,&#92;ldots,&#92;left(&#92;frac{p-1}{2}&#92;right)^2&#92;}' title='&#92;{1^2,2^2,3^2,&#92;ldots,&#92;left(&#92;frac{p-1}{2}&#92;right)^2&#92;}' class='latex' />. The proof lies in elementary number theory. <img src='http://s0.wp.com/latex.php?latex=i%5E2%3Dj%5E2+%5Cmod+p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='i^2=j^2 &#92;mod p' title='i^2=j^2 &#92;mod p' class='latex' /> iff <img src='http://s0.wp.com/latex.php?latex=i%3Dj+%5Cmod+p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='i=j &#92;mod p' title='i=j &#92;mod p' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=i%3Dp-j+%5Cmod+p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='i=p-j &#92;mod p' title='i=p-j &#92;mod p' class='latex' />. So the set <img src='http://s0.wp.com/latex.php?latex=%5C%7Bi%5E2%3Ai+%5Cin+%5Cmathbb%7BZ%7D%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{i^2:i &#92;in &#92;mathbb{Z}&#92;}' title='&#92;{i^2:i &#92;in &#92;mathbb{Z}&#92;}' class='latex' /> has exactly <img src='http://s0.wp.com/latex.php?latex=%7CG%7C%2F2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|G|/2' title='|G|/2' class='latex' /> elements. Also, it is a group since the product of squares is a square.</p>
<hr />
<p>Part (a): Show that <img src='http://s0.wp.com/latex.php?latex=%5Csigma%28%5Ceta_0%29%3D%5Ceta_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma(&#92;eta_0)=&#92;eta_1' title='&#92;sigma(&#92;eta_0)=&#92;eta_1' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Csigma%28%5Ceta_1%29%3D%5Ceta_0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma(&#92;eta_1)=&#92;eta_0' title='&#92;sigma(&#92;eta_1)=&#92;eta_0' class='latex' /> and that <img src='http://s0.wp.com/latex.php?latex=%5Ceta_0+%3D+%5Csum_%7Ba%3D%5Ctext%7Bsquare%7D%7D%5Czeta_p%5Ea&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta_0 = &#92;sum_{a=&#92;text{square}}&#92;zeta_p^a' title='&#92;eta_0 = &#92;sum_{a=&#92;text{square}}&#92;zeta_p^a' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Ceta_1%3D%5Csum_%7Bb%5Cneq%5Ctext%7Bsquare%7D%7D+%5Czeta_p%5Eb&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta_1=&#92;sum_{b&#92;neq&#92;text{square}} &#92;zeta_p^b' title='&#92;eta_1=&#92;sum_{b&#92;neq&#92;text{square}} &#92;zeta_p^b' class='latex' />.</p>
<p>Proof: For first part, just apply the definitions. The second part follows from our remark earlier about <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' /> being a set of squares. The coset <img src='http://s0.wp.com/latex.php?latex=%5Csigma+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma H' title='&#92;sigma H' class='latex' /> is disjoint from <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' />, and has to contain nonsquares.</p>
<hr />
<p>Part (b): Prove that <img src='http://s0.wp.com/latex.php?latex=%5Ceta_0%2B%5Ceta_1%3D%28%5Czeta_p%2C1%29%3D-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta_0+&#92;eta_1=(&#92;zeta_p,1)=-1' title='&#92;eta_0+&#92;eta_1=(&#92;zeta_p,1)=-1' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Ceta_0-%5Ceta_1%3D%28%5Czeta_p%2C-1%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta_0-&#92;eta_1=(&#92;zeta_p,-1)' title='&#92;eta_0-&#92;eta_1=(&#92;zeta_p,-1)' class='latex' /> where those bracketed terms are the Lagrange resolvents of <img src='http://s0.wp.com/latex.php?latex=%5Czeta_p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta_p' title='&#92;zeta_p' class='latex' />.</p>
<p>Proof: What is the Lagrange resolvent in our context? <img src='http://s0.wp.com/latex.php?latex=%28%5Czeta_p%2C%5Calpha%29%3D%5Csum_%7Bi%3D0%7D%5E%7Bp-2%7D+%5Calpha%5Ei+%5Csigma%5Ei%28%5Czeta_p%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(&#92;zeta_p,&#92;alpha)=&#92;sum_{i=0}^{p-2} &#92;alpha^i &#92;sigma^i(&#92;zeta_p)' title='(&#92;zeta_p,&#92;alpha)=&#92;sum_{i=0}^{p-2} &#92;alpha^i &#92;sigma^i(&#92;zeta_p)' class='latex' />. So <img src='http://s0.wp.com/latex.php?latex=%28%5Czeta_p%2C1%29%3D%5Csum_%7Bi%3D0%7D%5E%7Bp-1%7D+%5Csigma%5Ei%28%5Czeta_p%29%3D%5Csum_%7B%5Ctau+%5Cin+G%7D+%5Ctau%28%5Czeta_p%29%3D%5Ceta_0%2B%5Ceta_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(&#92;zeta_p,1)=&#92;sum_{i=0}^{p-1} &#92;sigma^i(&#92;zeta_p)=&#92;sum_{&#92;tau &#92;in G} &#92;tau(&#92;zeta_p)=&#92;eta_0+&#92;eta_1' title='(&#92;zeta_p,1)=&#92;sum_{i=0}^{p-1} &#92;sigma^i(&#92;zeta_p)=&#92;sum_{&#92;tau &#92;in G} &#92;tau(&#92;zeta_p)=&#92;eta_0+&#92;eta_1' class='latex' />. By same argument as in question 10, this sum is <img src='http://s0.wp.com/latex.php?latex=-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-1' title='-1' class='latex' />. Showing <img src='http://s0.wp.com/latex.php?latex=%5Ceta_0-%5Ceta_1%3D%28%5Czeta_p%2C-1%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;eta_0-&#92;eta_1=(&#92;zeta_p,-1)' title='&#92;eta_0-&#92;eta_1=(&#92;zeta_p,-1)' class='latex' /> is just as straightforward.</p>
<hr />
<p>Part (c): Let <img src='http://s0.wp.com/latex.php?latex=g%3D%5Csum_%7Bi%3D0%7D%5E%7Bp-1%7D+%5Czeta_p%5E%7Bi%5E2%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g=&#92;sum_{i=0}^{p-1} &#92;zeta_p^{i^2}' title='g=&#92;sum_{i=0}^{p-1} &#92;zeta_p^{i^2}' class='latex' /> (the classical Gauss sum). Prove that <img src='http://s0.wp.com/latex.php?latex=g%3D%28%5Czeta_p%2C-1%29%3D%5Csum_%7Bi%3D0%7D%5E%7Bp-2%7D+%28-1%29%5Ei+%5Csigma%5Ei+%28%5Czeta_p%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g=(&#92;zeta_p,-1)=&#92;sum_{i=0}^{p-2} (-1)^i &#92;sigma^i (&#92;zeta_p)' title='g=(&#92;zeta_p,-1)=&#92;sum_{i=0}^{p-2} (-1)^i &#92;sigma^i (&#92;zeta_p)' class='latex' />.</p>
<p>Proof: This part is nice. Remember that <img src='http://s0.wp.com/latex.php?latex=i%5E2%3D%28p-i%29%5E2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='i^2=(p-i)^2' title='i^2=(p-i)^2' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BZ%7D_p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Z}_p' title='&#92;mathbb{Z}_p' class='latex' />. So <img src='http://s0.wp.com/latex.php?latex=g%3D1%2B%5Ceta_0%2B%5Ceta_0%3D-%28%5Ceta_0%2B%5Ceta_1%29%2B2%5Ceta_0%3D%5Ceta_0-%5Ceta_1%3D%28%5Czeta_p%2C-1%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g=1+&#92;eta_0+&#92;eta_0=-(&#92;eta_0+&#92;eta_1)+2&#92;eta_0=&#92;eta_0-&#92;eta_1=(&#92;zeta_p,-1)' title='g=1+&#92;eta_0+&#92;eta_0=-(&#92;eta_0+&#92;eta_1)+2&#92;eta_0=&#92;eta_0-&#92;eta_1=(&#92;zeta_p,-1)' class='latex' />.</p>
<hr />
<p>Part (d): Prove that <img src='http://s0.wp.com/latex.php?latex=%5Ctau+g%3Dg&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau g=g' title='&#92;tau g=g' class='latex' /> if <img src='http://s0.wp.com/latex.php?latex=%5Ctau+%5Cin+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau &#92;in H' title='&#92;tau &#92;in H' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Ctau+g%3D-g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau g=-g' title='&#92;tau g=-g' class='latex' /> if <img src='http://s0.wp.com/latex.php?latex=%5Ctau+%5Cnotin+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau &#92;notin H' title='&#92;tau &#92;notin H' class='latex' />. Conclude that <img src='http://s0.wp.com/latex.php?latex=%5Cleft%5B+%5Cmathbb%7BQ%7D%28g%29%3A%5Cmathbb%7BQ%7D%5Cright%5D%3D2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;left[ &#92;mathbb{Q}(g):&#92;mathbb{Q}&#92;right]=2' title='&#92;left[ &#92;mathbb{Q}(g):&#92;mathbb{Q}&#92;right]=2' class='latex' />. Recall that complex conjugation is the automorphism <img src='http://s0.wp.com/latex.php?latex=%5Csigma_%7B-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma_{-1}' title='&#92;sigma_{-1}' class='latex' /> on <img src='http://s0.wp.com/latex.php?latex=K&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K' title='K' class='latex' />. Conclude that <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7Bg%7D%3Dg&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{g}=g' title='&#92;bar{g}=g' class='latex' /> if <img src='http://s0.wp.com/latex.php?latex=-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-1' title='-1' class='latex' /> is a square mod <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=p%3D1+%5Cmod+4&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p=1 &#92;mod 4' title='p=1 &#92;mod 4' class='latex' />, and <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7Bg%7D%3D-g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{g}=-g' title='&#92;bar{g}=-g' class='latex' /> if <img src='http://s0.wp.com/latex.php?latex=-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-1' title='-1' class='latex' /> is not a square mod <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=p%3D3+%5Cmod+4&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p=3 &#92;mod 4' title='p=3 &#92;mod 4' class='latex' />.</p>
<p>Proof: It&#8217;s late now but I will persevere! <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' /> is of index 2 and must be a normal subgroup. Recall that <img src='http://s0.wp.com/latex.php?latex=g%3D%5Ceta_0-%5Ceta_1%3D%5Csum_%7B%5Ctau%27%5Cin+H%7D+%5Ctau%27%28%5Czeta_p%29-%5Csum_%7B%5Ctau%27%5Cin+%5Csigma+H%7D+%5Ctau%27%28%5Czeta_p%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g=&#92;eta_0-&#92;eta_1=&#92;sum_{&#92;tau&#039;&#92;in H} &#92;tau&#039;(&#92;zeta_p)-&#92;sum_{&#92;tau&#039;&#92;in &#92;sigma H} &#92;tau&#039;(&#92;zeta_p)' title='g=&#92;eta_0-&#92;eta_1=&#92;sum_{&#92;tau&#039;&#92;in H} &#92;tau&#039;(&#92;zeta_p)-&#92;sum_{&#92;tau&#039;&#92;in &#92;sigma H} &#92;tau&#039;(&#92;zeta_p)' class='latex' />. If we apply <img src='http://s0.wp.com/latex.php?latex=%5Ctau%5Cin+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau&#92;in H' title='&#92;tau&#92;in H' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' />, clearly the first term is still a sum over <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' />. As for the second term, we will be summing over <img src='http://s0.wp.com/latex.php?latex=%5Ctau+%5Csigma+%5Ctau%27%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau &#92;sigma &#92;tau&#039;&#039;' title='&#92;tau &#92;sigma &#92;tau&#039;&#039;' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=%5Ctau%27%27+%5Cin+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau&#039;&#039; &#92;in H' title='&#92;tau&#039;&#039; &#92;in H' class='latex' />. Usual trick here. Write <img src='http://s0.wp.com/latex.php?latex=%5Ctau+%5Csigma+%5Ctau%27%27%3D%5Csigma+%28%5Csigma%5E%7B-1%7D+%5Ctau+%5Csigma%29+%5Ctau%27%27+%5Cin+%5Csigma+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau &#92;sigma &#92;tau&#039;&#039;=&#92;sigma (&#92;sigma^{-1} &#92;tau &#92;sigma) &#92;tau&#039;&#039; &#92;in &#92;sigma H' title='&#92;tau &#92;sigma &#92;tau&#039;&#039;=&#92;sigma (&#92;sigma^{-1} &#92;tau &#92;sigma) &#92;tau&#039;&#039; &#92;in &#92;sigma H' class='latex' /> (noting that <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' /> is a normal subgroup). Hence, <img src='http://s0.wp.com/latex.php?latex=%5Ctau+g%3D%5Ctau+%5Ceta_0-%5Ctau+%5Ceta_1%3D%5Ceta_0-%5Ceta_1%3Dg&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau g=&#92;tau &#92;eta_0-&#92;tau &#92;eta_1=&#92;eta_0-&#92;eta_1=g' title='&#92;tau g=&#92;tau &#92;eta_0-&#92;tau &#92;eta_1=&#92;eta_0-&#92;eta_1=g' class='latex' />.</p>
<p>Actually this is stupid. We are dealing with a cyclic group. So <img src='http://s0.wp.com/latex.php?latex=H%3D%5C%7B1%2C%5Csigma%5E2%2C%5Csigma%5E4%2C%5Cldots%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H=&#92;{1,&#92;sigma^2,&#92;sigma^4,&#92;ldots&#92;}' title='H=&#92;{1,&#92;sigma^2,&#92;sigma^4,&#92;ldots&#92;}' class='latex' />. So clearly, if <img src='http://s0.wp.com/latex.php?latex=%5Ctau+%5Cin+%5Csigma+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau &#92;in &#92;sigma H' title='&#92;tau &#92;in &#92;sigma H' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=%5Ctau&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau' title='&#92;tau' class='latex' /> is some odd power of <img src='http://s0.wp.com/latex.php?latex=%5Csigma&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma' title='&#92;sigma' class='latex' /> and thus <img src='http://s0.wp.com/latex.php?latex=%5Ctau+%5Ceta_0%3D%5Ceta_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau &#92;eta_0=&#92;eta_1' title='&#92;tau &#92;eta_0=&#92;eta_1' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Ctau+%5Ceta_1%3D%5Ceta_0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau &#92;eta_1=&#92;eta_0' title='&#92;tau &#92;eta_1=&#92;eta_0' class='latex' />. In this case, <img src='http://s0.wp.com/latex.php?latex=%5Ctau+g%3D-g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;tau g=-g' title='&#92;tau g=-g' class='latex' />.</p>
<p>We have so far shown that <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' /> is the subgroup which fixes <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BQ%7D%28g%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Q}(g)' title='&#92;mathbb{Q}(g)' class='latex' />. By the fundamental theorem of Galois theory, <img src='http://s0.wp.com/latex.php?latex=%5Cleft%5B+%5Cmathbb%7BQ%7D%28g%29%3A%5Cmathbb%7BQ%7D%5Cright%5D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;left[ &#92;mathbb{Q}(g):&#92;mathbb{Q}&#92;right]' title='&#92;left[ &#92;mathbb{Q}(g):&#92;mathbb{Q}&#92;right]' class='latex' /> is the index of <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='2' title='2' class='latex' />.</p>
<p>If <img src='http://s0.wp.com/latex.php?latex=-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-1' title='-1' class='latex' /> is a square <img src='http://s0.wp.com/latex.php?latex=%5Cmod+p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mod p' title='&#92;mod p' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=%5Csigma_%7B-1%7D%5Cin+H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sigma_{-1}&#92;in H' title='&#92;sigma_{-1}&#92;in H' class='latex' /> and must fix <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7Bg%7D%3D%5Csigma_%7B-1%7D%28g%29%3Dg&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{g}=&#92;sigma_{-1}(g)=g' title='&#92;bar{g}=&#92;sigma_{-1}(g)=g' class='latex' />. Otherwise, it must send <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=-g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-g' title='-g' class='latex' /> as what we have just shown.</p>
<hr />
<p>Part (e): Prove that <img src='http://s0.wp.com/latex.php?latex=g+%5Cbar%7Bg%7D%3Dp&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g &#92;bar{g}=p' title='g &#92;bar{g}=p' class='latex' />.</p>
<p>Proof: Use the hint. Conjugate <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' /> in part (c), we have <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7Bg%7D%3D%5Csum_%7Bj%3D0%7D%5E%7Bp-2%7D+%28-1%29%5Ej+%28%5Csigma%5E%7Bj%7D%28%5Czeta_p%29%29%5E%7B-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{g}=&#92;sum_{j=0}^{p-2} (-1)^j (&#92;sigma^{j}(&#92;zeta_p))^{-1}' title='&#92;bar{g}=&#92;sum_{j=0}^{p-2} (-1)^j (&#92;sigma^{j}(&#92;zeta_p))^{-1}' class='latex' />. The product is therefore <img src='http://s0.wp.com/latex.php?latex=%5Csum_%7Bi%2Cj%3D0%7D%5E%7Bp-2%7D+%28-1%29%5E%7Bi-j%7D+%5Csigma%5Ej+%5Cfrac%7B%5Csigma%5E%7Bi-j%7D%28%5Czeta_p%29%7D%7B%5Czeta_p%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sum_{i,j=0}^{p-2} (-1)^{i-j} &#92;sigma^j &#92;frac{&#92;sigma^{i-j}(&#92;zeta_p)}{&#92;zeta_p}' title='&#92;sum_{i,j=0}^{p-2} (-1)^{i-j} &#92;sigma^j &#92;frac{&#92;sigma^{i-j}(&#92;zeta_p)}{&#92;zeta_p}' class='latex' />. We let <img src='http://s0.wp.com/latex.php?latex=k%3Di-j&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k=i-j' title='k=i-j' class='latex' /> and sum in a different manner: <img src='http://s0.wp.com/latex.php?latex=%5Csum_%7Bk%3D0%7D%5E%7Bp-2%7D+%28-1%29%5Ek+%5Csum_%7Bj%3D0%7D%5E%7Bp-2%7D+%5Csigma%5Ej+%5Cfrac%7B%5Csigma%5Ek%28%5Czeta_p%29%7D%7B%5Czeta_p%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sum_{k=0}^{p-2} (-1)^k &#92;sum_{j=0}^{p-2} &#92;sigma^j &#92;frac{&#92;sigma^k(&#92;zeta_p)}{&#92;zeta_p}' title='&#92;sum_{k=0}^{p-2} (-1)^k &#92;sum_{j=0}^{p-2} &#92;sigma^j &#92;frac{&#92;sigma^k(&#92;zeta_p)}{&#92;zeta_p}' class='latex' />. If <img src='http://s0.wp.com/latex.php?latex=k%3D0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='k=0' title='k=0' class='latex' />, then the inner term <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7B%5Csigma%5Ek%28%5Czeta_p%29%7D%7B%5Czeta_p%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{&#92;sigma^k(&#92;zeta_p)}{&#92;zeta_p}' title='&#92;frac{&#92;sigma^k(&#92;zeta_p)}{&#92;zeta_p}' class='latex' /> is 1 and the inner sum is <img src='http://s0.wp.com/latex.php?latex=p-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p-1' title='p-1' class='latex' />. Otherwise, that inner term is some primitive root of unity and the inner sum is <img src='http://s0.wp.com/latex.php?latex=-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-1' title='-1' class='latex' /> (by question 10). Thus, the sum becomes <img src='http://s0.wp.com/latex.php?latex=p-1%2B%5Csum_%7Bk%3D1%7D%5E%7Bp-2%7D%28-1%29%5E%7Bk%2B1%7D%3Dp&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p-1+&#92;sum_{k=1}^{p-2}(-1)^{k+1}=p' title='p-1+&#92;sum_{k=1}^{p-2}(-1)^{k+1}=p' class='latex' />.</p>
<hr />
<p>Part (f): Conclude that <img src='http://s0.wp.com/latex.php?latex=g%5E2%3D%28-1%29%5E%7B%28p-1%29%2F2%7Dp&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g^2=(-1)^{(p-1)/2}p' title='g^2=(-1)^{(p-1)/2}p' class='latex' /> and that <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BQ%7D%28%5Csqrt%7B%28-1%29%5E%7B%28p-1%29%2F2%7D%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Q}(&#92;sqrt{(-1)^{(p-1)/2}})' title='&#92;mathbb{Q}(&#92;sqrt{(-1)^{(p-1)/2}})' class='latex' /> is the unique quadratic subfield of <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BQ%7D%28%5Czeta_p%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Q}(&#92;zeta_p)' title='&#92;mathbb{Q}(&#92;zeta_p)' class='latex' />.</p>
<p>Proof: We know from part (d) that <img src='http://s0.wp.com/latex.php?latex=%5Cbar%7Bg%7D%3Dg&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;bar{g}=g' title='&#92;bar{g}=g' class='latex' /> or <img src='http://s0.wp.com/latex.php?latex=-g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-g' title='-g' class='latex' />. Split into 2 cases. If <img src='http://s0.wp.com/latex.php?latex=p%3D1%5Cmod+4&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p=1&#92;mod 4' title='p=1&#92;mod 4' class='latex' />, then the exponent on RHS is even and from RHS: <img src='http://s0.wp.com/latex.php?latex=p%3Dg+%5Cbar%7Bg%7D%3Dg%5E2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p=g &#92;bar{g}=g^2' title='p=g &#92;bar{g}=g^2' class='latex' />. If <img src='http://s0.wp.com/latex.php?latex=p%3D3+%5Cmod+4&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p=3 &#92;mod 4' title='p=3 &#92;mod 4' class='latex' />, then from RHS: <img src='http://s0.wp.com/latex.php?latex=-p%3D-g+%5Cbar%7Bg%7D%3Dg%5E2&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='-p=-g &#92;bar{g}=g^2' title='-p=-g &#92;bar{g}=g^2' class='latex' />.</p>
<p>Part (d) shows that <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BQ%7D%28g%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Q}(g)' title='&#92;mathbb{Q}(g)' class='latex' /> is a quadratic subfield. In addition, it is unique. Given any other quadratic subfield, we can let <img src='http://s0.wp.com/latex.php?latex=H&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='H' title='H' class='latex' /> be the corresponding subgroup in <img src='http://s0.wp.com/latex.php?latex=G&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='G' title='G' class='latex' /> and apply the results above to show that its fixed field is <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BQ%7D%28g%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{Q}(g)' title='&#92;mathbb{Q}(g)' class='latex' />.</p>
<hr />
<p>Key ideas: working with <img src='http://s0.wp.com/latex.php?latex=Gal%28%5Cmathbb%7BQ%7D%28%5Czeta_p%29%2F%5Cmathbb%7BQ%7D%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Gal(&#92;mathbb{Q}(&#92;zeta_p)/&#92;mathbb{Q})' title='Gal(&#92;mathbb{Q}(&#92;zeta_p)/&#92;mathbb{Q})' class='latex' />, changing order of summing</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/30/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/30/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=30&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/06/15/classical-gauss-sum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Exact sequences and projective modules</title>
		<link>http://jiawheee.wordpress.com/2008/06/08/exact-sequences-and-projective-modules/</link>
		<comments>http://jiawheee.wordpress.com/2008/06/08/exact-sequences-and-projective-modules/#comments</comments>
		<pubDate>Sun, 08 Jun 2008 02:21:14 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=28</guid>
		<description><![CDATA[This week I will study some important basics of modules from Chapter 10 of Dummit and Foote, particularly exact sequences and projective modules. Studying exact sequences will prepare us for studying homological algebra some time later. First, a reminder about direct products/sums of modules. If where &#8216;s are submodules of , we mean that every [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=28&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week I will study some important basics of modules from Chapter 10 of Dummit and Foote, particularly exact sequences and projective modules. Studying exact sequences will prepare us for studying homological algebra some time later.</p>
<p>First, a reminder about direct products/sums of modules. If <img src='http://s0.wp.com/latex.php?latex=M%3DN_1+%5Coplus+%5Cldots+%5Coplus+N_k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M=N_1 &#92;oplus &#92;ldots &#92;oplus N_k' title='M=N_1 &#92;oplus &#92;ldots &#92;oplus N_k' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=N_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_i' title='N_i' class='latex' />&#8216;s are submodules of <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' />, we mean that every element in <img src='http://s0.wp.com/latex.php?latex=N_1%2B%5Cldots%2BN_k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N_1+&#92;ldots+N_k' title='N_1+&#92;ldots+N_k' class='latex' /> is written uniquely as <img src='http://s0.wp.com/latex.php?latex=a_1%2B%5Cldots%2Ba_k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1+&#92;ldots+a_k' title='a_1+&#92;ldots+a_k' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=a_i%5Cin+N_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_i&#92;in N_i' title='a_i&#92;in N_i' class='latex' />, or equivalently the map <img src='http://s0.wp.com/latex.php?latex=%5Cpi%3A+N_1+%5Ctimes+%5Cldots+%5Ctimes+N_k+%5Cmapsto+N_1%2B%5Cldots%2BN_k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi: N_1 &#92;times &#92;ldots &#92;times N_k &#92;mapsto N_1+&#92;ldots+N_k' title='&#92;pi: N_1 &#92;times &#92;ldots &#92;times N_k &#92;mapsto N_1+&#92;ldots+N_k' class='latex' /> defined as <img src='http://s0.wp.com/latex.php?latex=%5Cpi%28a_1%2C%5Cldots%2Ca_k%29%3Da_1%2B%5Cldots%2Ba_k&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi(a_1,&#92;ldots,a_k)=a_1+&#92;ldots+a_k' title='&#92;pi(a_1,&#92;ldots,a_k)=a_1+&#92;ldots+a_k' class='latex' /> is an isomorphism. So direct sum or product, it doesn&#8217;t matter.</p>
<p>Next, recall what are free modules. When we say <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}' title='&#92;mathcal{F}' class='latex' /> is a free R-module, we have to specify a subset <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> such that every element of <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}' title='&#92;mathcal{F}' class='latex' /> can be written uniquely as a linear combination of elements from <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' />, i.e. if <img src='http://s0.wp.com/latex.php?latex=x%5Cin+%5Cmathcal%7BF%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x&#92;in &#92;mathcal{F}' title='x&#92;in &#92;mathcal{F}' class='latex' />, then there exist uniquely <img src='http://s0.wp.com/latex.php?latex=a_1%2C%5Cldots%2C+a_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a_1,&#92;ldots, a_n' title='a_1,&#92;ldots, a_n' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=r_1%2C%5Cldots%2C+r_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='r_1,&#92;ldots, r_n' title='r_1,&#92;ldots, r_n' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=x%3D%5Csum_%7Bi%3D1%7D%5En+r_i+a_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x=&#92;sum_{i=1}^n r_i a_i' title='x=&#92;sum_{i=1}^n r_i a_i' class='latex' />. We call <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> a basis for <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}' title='&#92;mathcal{F}' class='latex' />. (Think linear algebra.) If <img src='http://s0.wp.com/latex.php?latex=R&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='R' title='R' class='latex' /> is commutative, then all bases have the same size, called the rank. If not commutative, the bases may be of different size. An important property of free modules is the &#8220;universal property&#8221;:</p>
<p>Given any R-module <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> and any map <img src='http://s0.wp.com/latex.php?latex=%5Cphi%3AA+%5Cmapsto+M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi:A &#92;mapsto M' title='&#92;phi:A &#92;mapsto M' class='latex' />, we can always extend <img src='http://s0.wp.com/latex.php?latex=%5Cphi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi' title='&#92;phi' class='latex' /> linearly to a R-module homomorphism between <img src='http://s0.wp.com/latex.php?latex=F&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F' title='F' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' />. (Think linear algebra again.)</p>
<p>Note that if <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> is finite, say <img src='http://s0.wp.com/latex.php?latex=%5C%7Ba_1%2C%5Cldots%2C+a_n%5C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;{a_1,&#92;ldots, a_n&#92;}' title='&#92;{a_1,&#92;ldots, a_n&#92;}' class='latex' />, then any free module on <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> is isomorphic to <img src='http://s0.wp.com/latex.php?latex=Ra_1+%5Coplus+%5Cldots+%5Coplus+Ra_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Ra_1 &#92;oplus &#92;ldots &#92;oplus Ra_n' title='Ra_1 &#92;oplus &#92;ldots &#92;oplus Ra_n' class='latex' /> as expected.</p>
<hr />
<p>Now, we get to the main topic: exact sequences. Given <img src='http://s0.wp.com/latex.php?latex=X+%5Cxrightarrow%7B%5Calpha%7D+Y+%5Cxrightarrow%7B%5Cbeta%7D+Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='X &#92;xrightarrow{&#92;alpha} Y &#92;xrightarrow{&#92;beta} Z' title='X &#92;xrightarrow{&#92;alpha} Y &#92;xrightarrow{&#92;beta} Z' class='latex' />, we say the sequence is exact at <img src='http://s0.wp.com/latex.php?latex=Y&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Y' title='Y' class='latex' /> if <img src='http://s0.wp.com/latex.php?latex=%5Calpha%28X%29%3D%5Cker+%5Cbeta&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;alpha(X)=&#92;ker &#92;beta' title='&#92;alpha(X)=&#92;ker &#92;beta' class='latex' />. Notice that <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+A+%5Cxrightarrow%7B%5Cpsi%7D+B&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow A &#92;xrightarrow{&#92;psi} B' title='0 &#92;rightarrow A &#92;xrightarrow{&#92;psi} B' class='latex' /> is exact at <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> iff <img src='http://s0.wp.com/latex.php?latex=%5Cpsi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;psi' title='&#92;psi' class='latex' /> is injective, and that <img src='http://s0.wp.com/latex.php?latex=B+%5Cxrightarrow%7B%5Cphi%7D+C+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B &#92;xrightarrow{&#92;phi} C &#92;rightarrow 0' title='B &#92;xrightarrow{&#92;phi} C &#92;rightarrow 0' class='latex' /> is exact at <img src='http://s0.wp.com/latex.php?latex=C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C' title='C' class='latex' /> iff <img src='http://s0.wp.com/latex.php?latex=%5Cphi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi' title='&#92;phi' class='latex' /> is surjective. In this chapter, we often deal with &#8220;short exact sequences&#8221;: <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+A+%5Cxrightarrow%7B%5Cpsi%7D+B+%5Cxrightarrow%7B%5Cphi%7D+C+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow A &#92;xrightarrow{&#92;psi} B &#92;xrightarrow{&#92;phi} C &#92;rightarrow 0' title='0 &#92;rightarrow A &#92;xrightarrow{&#92;psi} B &#92;xrightarrow{&#92;phi} C &#92;rightarrow 0' class='latex' />. When we see such a sequence, we should intuitively think of <img src='http://s0.wp.com/latex.php?latex=B&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B' title='B' class='latex' /> being an extension of <img src='http://s0.wp.com/latex.php?latex=C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C' title='C' class='latex' /> (by <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' />) because <img src='http://s0.wp.com/latex.php?latex=B%2F+%5Cpsi%28A%29+%5Capprox+C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B/ &#92;psi(A) &#92;approx C' title='B/ &#92;psi(A) &#92;approx C' class='latex' />.</p>
<p>Notice that there is always an easy extension of a module <img src='http://s0.wp.com/latex.php?latex=C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C' title='C' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' />, by letting <img src='http://s0.wp.com/latex.php?latex=B%3D+A+%5Coplus+C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B= A &#92;oplus C' title='B= A &#92;oplus C' class='latex' />. In a certain sense, <img src='http://s0.wp.com/latex.php?latex=B&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B' title='B' class='latex' /> got &#8220;split&#8221; by <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C' title='C' class='latex' />. Let us define the notion of a &#8220;split sequence&#8221; now. If <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+A+%5Cxrightarrow%7B%5Cpsi%7D+B+%5Cxrightarrow%7B%5Cphi%7D+C+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow A &#92;xrightarrow{&#92;psi} B &#92;xrightarrow{&#92;phi} C &#92;rightarrow 0' title='0 &#92;rightarrow A &#92;xrightarrow{&#92;psi} B &#92;xrightarrow{&#92;phi} C &#92;rightarrow 0' class='latex' /> is &#8220;split&#8221;, we mean that up to isomorphism, <img src='http://s0.wp.com/latex.php?latex=B%3DA+%5Coplus+C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B=A &#92;oplus C' title='B=A &#92;oplus C' class='latex' />. What&#8217;s happening in more precise terms, is that <img src='http://s0.wp.com/latex.php?latex=B%3D%5Cpsi%28A%29+%5Coplus+C%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B=&#92;psi(A) &#92;oplus C&#039;' title='B=&#92;psi(A) &#92;oplus C&#039;' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=C%27+%5Capprox+C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C&#039; &#92;approx C' title='C&#039; &#92;approx C' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=%5Cphi_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi_1' title='&#92;phi_1' class='latex' />, where <img src='http://s0.wp.com/latex.php?latex=%5Cphi_1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi_1' title='&#92;phi_1' class='latex' /> is <img src='http://s0.wp.com/latex.php?latex=%5Cphi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi' title='&#92;phi' class='latex' /> restricted to <img src='http://s0.wp.com/latex.php?latex=C%27%5Csubset+B&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C&#039;&#92;subset B' title='C&#039;&#92;subset B' class='latex' />. We can say <img src='http://s0.wp.com/latex.php?latex=B&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='B' title='B' class='latex' /> is a &#8220;split extension&#8221; of <img src='http://s0.wp.com/latex.php?latex=C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C' title='C' class='latex' /> by <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='A' title='A' class='latex' />.</p>
<p>Another way to think of a split sequence is that there is a R-module homomorphism <img src='http://s0.wp.com/latex.php?latex=%5Cmu%3AC+%5Cmapsto+B&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mu:C &#92;mapsto B' title='&#92;mu:C &#92;mapsto B' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=%5Cphi+%5Ccirc+%5Cmu%3Did&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi &#92;circ &#92;mu=id' title='&#92;phi &#92;circ &#92;mu=id' class='latex' />. Let us see why this is equivalent. If <img src='http://s0.wp.com/latex.php?latex=%5Cmu&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mu' title='&#92;mu' class='latex' /> is provided, then we let <img src='http://s0.wp.com/latex.php?latex=C%27%3D%5Cmu%28C%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C&#039;=&#92;mu(C)' title='C&#039;=&#92;mu(C)' class='latex' />. If <img src='http://s0.wp.com/latex.php?latex=C%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='C&#039;' title='C&#039;' class='latex' /> is given, we define <img src='http://s0.wp.com/latex.php?latex=%5Cmu%3D%5Cphi_1%5E%7B-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mu=&#92;phi_1^{-1}' title='&#92;mu=&#92;phi_1^{-1}' class='latex' />.</p>
<hr />
<p>Before the definition of a projective module, we need to consider and understand the following scenario.</p>
<p>Suppose we have a short exact sequence <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+L+%5Cxrightarrow%7B%5Cpsi%7D+M+%5Cxrightarrow%7B%5Cphi%7D+N+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow L &#92;xrightarrow{&#92;psi} M &#92;xrightarrow{&#92;phi} N &#92;rightarrow 0' title='0 &#92;rightarrow L &#92;xrightarrow{&#92;psi} M &#92;xrightarrow{&#92;phi} N &#92;rightarrow 0' class='latex' /> and some R-module <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' />. What is the relationship between <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,M)' title='&#92;hom(D,M)' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CL%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,L)' title='&#92;hom(D,L)' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CN%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,N)' title='&#92;hom(D,N)' class='latex' />? Given <img src='http://s0.wp.com/latex.php?latex=f%5Cin+%5Chom%28D%2CL%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f&#92;in &#92;hom(D,L)' title='f&#92;in &#92;hom(D,L)' class='latex' />, we can easily get a <img src='http://s0.wp.com/latex.php?latex=f%27%5Cin+%5Chom%28D%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f&#039;&#92;in &#92;hom(D,M)' title='f&#039;&#92;in &#92;hom(D,M)' class='latex' /> by letting <img src='http://s0.wp.com/latex.php?latex=f%27%3D%5Cpsi+%5Ccirc+f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f&#039;=&#92;psi &#92;circ f' title='f&#039;=&#92;psi &#92;circ f' class='latex' />. We denote this obvious map between <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CL%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,L)' title='&#92;hom(D,L)' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,M)' title='&#92;hom(D,M)' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=%5Cpsi%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;psi&#039;' title='&#92;psi&#039;' class='latex' />. Since <img src='http://s0.wp.com/latex.php?latex=%5Cpsi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;psi' title='&#92;psi' class='latex' /> is injective, <img src='http://s0.wp.com/latex.php?latex=%5Cpsi%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;psi&#039;' title='&#92;psi&#039;' class='latex' /> has to be injective. Reason is that if <img src='http://s0.wp.com/latex.php?latex=%5Cpsi+%5Ccirc+f%3D%5Cpsi+%5Ccirc+g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;psi &#92;circ f=&#92;psi &#92;circ g' title='&#92;psi &#92;circ f=&#92;psi &#92;circ g' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cpsi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;psi' title='&#92;psi' class='latex' /> is injective, then <img src='http://s0.wp.com/latex.php?latex=f%3Dg&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f=g' title='f=g' class='latex' />. i.e. <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+%5Chom%28D%2CL%29+%5Cxrightarrow%7B%5Cpsi%27%7D+%5Chom%28D%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow &#92;hom(D,L) &#92;xrightarrow{&#92;psi&#039;} &#92;hom(D,M)' title='0 &#92;rightarrow &#92;hom(D,L) &#92;xrightarrow{&#92;psi&#039;} &#92;hom(D,M)' class='latex' /> is exact.</p>
<p>The relationship between <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,M)' title='&#92;hom(D,M)' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CN%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,N)' title='&#92;hom(D,N)' class='latex' /> is less clear. It turns out that the map <img src='http://s0.wp.com/latex.php?latex=%5Cphi%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi&#039;' title='&#92;phi&#039;' class='latex' /> is not always surjective! Given some <img src='http://s0.wp.com/latex.php?latex=f%5Cin+%5Chom%28D%2CN%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f&#92;in &#92;hom(D,N)' title='f&#92;in &#92;hom(D,N)' class='latex' />, we cannot always &#8220;lift&#8221; it to the extension <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' />, i.e. find a <img src='http://s0.wp.com/latex.php?latex=F%5Cin+%5Chom%28D%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F&#92;in &#92;hom(D,M)' title='F&#92;in &#92;hom(D,M)' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=%5Cphi+%5Ccirc+F%3Df&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi &#92;circ F=f' title='&#92;phi &#92;circ F=f' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=%5Cphi%27%28F%29%3Df&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi&#039;(F)=f' title='&#92;phi&#039;(F)=f' class='latex' />.</p>
<p>Nevertheless, it is known that <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+%5Chom%28D%2CL%29+%5Cxrightarrow%7B%5Cpsi%27%7D+%5Chom%28D%2CM%29+%5Cxrightarrow%7B%5Cphi%27%7D+%5Chom%28D%2CN%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow &#92;hom(D,L) &#92;xrightarrow{&#92;psi&#039;} &#92;hom(D,M) &#92;xrightarrow{&#92;phi&#039;} &#92;hom(D,N)' title='0 &#92;rightarrow &#92;hom(D,L) &#92;xrightarrow{&#92;psi&#039;} &#92;hom(D,M) &#92;xrightarrow{&#92;phi&#039;} &#92;hom(D,N)' class='latex' /> is exact. The left part is done, so we just need to show the exactness at <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,M)' title='&#92;hom(D,M)' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=%5Cker+%5Cphi%27+%3D+%5Cpsi%27%28%5Chom%28D%2CL%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;ker &#92;phi&#039; = &#92;psi&#039;(&#92;hom(D,L))' title='&#92;ker &#92;phi&#039; = &#92;psi&#039;(&#92;hom(D,L))' class='latex' />. This looks hairy and a little routine, so we shall skip.</p>
<p>Some category theory at this point  <img src='http://s0.wp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  We can think of <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2C%5Ccdot%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,&#92;cdot)' title='&#92;hom(D,&#92;cdot)' class='latex' /> as a covariant functor between R-modules and abelian groups. If <img src='http://s0.wp.com/latex.php?latex=X&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='X' title='X' class='latex' /> is a R-module, then this functor will map it to <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2CX%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,X)' title='&#92;hom(D,X)' class='latex' />. And if <img src='http://s0.wp.com/latex.php?latex=X%2CY&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='X,Y' title='X,Y' class='latex' /> are R-modules and <img src='http://s0.wp.com/latex.php?latex=%5Calpha%3A+X+%5Cmapsto+Y&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;alpha: X &#92;mapsto Y' title='&#92;alpha: X &#92;mapsto Y' class='latex' />, we can define a group homomorphism <img src='http://s0.wp.com/latex.php?latex=%5Calpha%27%3A+%5Chom%28D%2CX%29+%5Crightarrow+%5Chom%28D%2CY%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;alpha&#039;: &#92;hom(D,X) &#92;rightarrow &#92;hom(D,Y)' title='&#92;alpha&#039;: &#92;hom(D,X) &#92;rightarrow &#92;hom(D,Y)' class='latex' />, defined by <img src='http://s0.wp.com/latex.php?latex=%5Calpha%27%28f%29%3D%5Calpha+%5Ccirc+f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;alpha&#039;(f)=&#92;alpha &#92;circ f' title='&#92;alpha&#039;(f)=&#92;alpha &#92;circ f' class='latex' />. Our discussion earlier shows that <img src='http://s0.wp.com/latex.php?latex=%5Chom%28D%2C%5Ccdot%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(D,&#92;cdot)' title='&#92;hom(D,&#92;cdot)' class='latex' /> is a &#8220;left exact functor&#8221;.</p>
<hr />
<p>SO, what are projective modules? We say <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is a projective R-module if: <em>for any exact sequence <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+L+%5Cxrightarrow%7B%5Cpsi%7D+M+%5Cxrightarrow%7B%5Cphi%7D+N+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow L &#92;xrightarrow{&#92;psi} M &#92;xrightarrow{&#92;phi} N &#92;rightarrow 0' title='0 &#92;rightarrow L &#92;xrightarrow{&#92;psi} M &#92;xrightarrow{&#92;phi} N &#92;rightarrow 0' class='latex' /> (<img src='http://s0.wp.com/latex.php?latex=L%2CM%2CN&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='L,M,N' title='L,M,N' class='latex' /> can be anything), <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+%5Chom%28D%2CL%29+%5Cxrightarrow%7B%5Cpsi%27%7D+%5Chom%28D%2CM%29+%5Cxrightarrow%7B%5Cphi%27%7D+%5Chom%28D%2CN%29+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow &#92;hom(D,L) &#92;xrightarrow{&#92;psi&#039;} &#92;hom(D,M) &#92;xrightarrow{&#92;phi&#039;} &#92;hom(D,N) &#92;rightarrow 0' title='0 &#92;rightarrow &#92;hom(D,L) &#92;xrightarrow{&#92;psi&#039;} &#92;hom(D,M) &#92;xrightarrow{&#92;phi&#039;} &#92;hom(D,N) &#92;rightarrow 0' class='latex' /> is also exact</em>. We know this is not always true in general by the previous discussion. But to a projective module, this is true for <em>any</em> exact sequences. This is equivalent (by previous discussion) to saying that: <em>for any R-modules <img src='http://s0.wp.com/latex.php?latex=M%2CN&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M,N' title='M,N' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=M+%5Cxrightarrow%7B%5Cphi%7D+N+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M &#92;xrightarrow{&#92;phi} N &#92;rightarrow 0' title='M &#92;xrightarrow{&#92;phi} N &#92;rightarrow 0' class='latex' /> is exact, we can lift any <img src='http://s0.wp.com/latex.php?latex=f%5Cin+%5Chom%28P%2CN%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f&#92;in &#92;hom(P,N)' title='f&#92;in &#92;hom(P,N)' class='latex' /> to some <img src='http://s0.wp.com/latex.php?latex=F%5Cin+%5Chom%28P%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F&#92;in &#92;hom(P,M)' title='F&#92;in &#92;hom(P,M)' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=%5Cphi+%5Ccirc+F%3Df&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi &#92;circ F=f' title='&#92;phi &#92;circ F=f' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=%5Cphi%27%3A%5Chom%28D%2CM%29+%5Cmapsto+%5Chom%28D%2CN%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi&#039;:&#92;hom(D,M) &#92;mapsto &#92;hom(D,N)' title='&#92;phi&#039;:&#92;hom(D,M) &#92;mapsto &#92;hom(D,N)' class='latex' /> is surjective.</em> We call this definition 1.</p>
<hr />
<p>We will end this post by establishing two more equivalent definitions of a projective module. Particularly, we are curious why are such modules called &#8220;projective&#8221;?</p>
<p>Definition 2 (of <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> being projective): <em>If <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is a quotient of <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is isomorphic to a direct summand of <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' />, i.e. every short exact sequence <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+L+%5Crightarrow+M+%5Crightarrow+P+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow L &#92;rightarrow M &#92;rightarrow P &#92;rightarrow 0' title='0 &#92;rightarrow L &#92;rightarrow M &#92;rightarrow P &#92;rightarrow 0' class='latex' /> splits.</em></p>
<p>Definition 3: <em><img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is a direct summand of a free R-module.</em></p>
<hr />
<p>First we do <img src='http://s0.wp.com/latex.php?latex=%281%29+%5CRightarrow+%282%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(1) &#92;Rightarrow (2)' title='(1) &#92;Rightarrow (2)' class='latex' />.</p>
<p>Say we are given some short exact sequence <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+L+%5Crightarrow+M+%5Crightarrow+P+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow L &#92;rightarrow M &#92;rightarrow P &#92;rightarrow 0' title='0 &#92;rightarrow L &#92;rightarrow M &#92;rightarrow P &#92;rightarrow 0' class='latex' />. From definition 1, let <img src='http://s0.wp.com/latex.php?latex=N%3DP&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N=P' title='N=P' class='latex' />, i.e. lift the identity map in <img src='http://s0.wp.com/latex.php?latex=%5Chom%28P%2CN%29%3D%5Chom%28P%2CP%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(P,N)=&#92;hom(P,P)' title='&#92;hom(P,N)=&#92;hom(P,P)' class='latex' /> to a map in <img src='http://s0.wp.com/latex.php?latex=%5Chom%28P%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(P,M)' title='&#92;hom(P,M)' class='latex' />. So there exists some <img src='http://s0.wp.com/latex.php?latex=F+%5Cin+%5Chom%28P%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F &#92;in &#92;hom(P,M)' title='F &#92;in &#92;hom(P,M)' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=%5Cphi+%5Ccirc+F%3Did&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi &#92;circ F=id' title='&#92;phi &#92;circ F=id' class='latex' />. Think of <img src='http://s0.wp.com/latex.php?latex=F&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F' title='F' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=%5Cmu&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mu' title='&#92;mu' class='latex' /> in the section about split sequences.</p>
<hr />
<p>Second, we do <img src='http://s0.wp.com/latex.php?latex=%282%29+%5CRightarrow+%283%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(2) &#92;Rightarrow (3)' title='(2) &#92;Rightarrow (3)' class='latex' />.</p>
<p>We can always construct a free module on the generators of <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' />. Say <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> is a set of generators for <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' />. Define <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D%28S%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}(S)' title='&#92;mathcal{F}(S)' class='latex' /> as a free module on <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' />. Define <img src='http://s0.wp.com/latex.php?latex=%5Cvarphi%3A%5Cmathcal%7BF%7D%28S%29+%5Cmapsto+P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;varphi:&#92;mathcal{F}(S) &#92;mapsto P' title='&#92;varphi:&#92;mathcal{F}(S) &#92;mapsto P' class='latex' /> as the unique &#8220;linear extension&#8221; of inclusion map from <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> (recall the &#8220;universal property of free module <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D%28S%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}(S)' title='&#92;mathcal{F}(S)' class='latex' />). Hence we have an short exact sequence <img src='http://s0.wp.com/latex.php?latex=0+%5Crightarrow+%5Cker+%5Cvarphi+%5Cxrightarrow%7B%5Ciota%7D+%5Cmathcal%7BF%7D%28S%29+%5Cxrightarrow%7B%5Cvarphi%7D+P+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0 &#92;rightarrow &#92;ker &#92;varphi &#92;xrightarrow{&#92;iota} &#92;mathcal{F}(S) &#92;xrightarrow{&#92;varphi} P &#92;rightarrow 0' title='0 &#92;rightarrow &#92;ker &#92;varphi &#92;xrightarrow{&#92;iota} &#92;mathcal{F}(S) &#92;xrightarrow{&#92;varphi} P &#92;rightarrow 0' class='latex' />, i.e. <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is the quotient of a free module. Apply definition 2.</p>
<hr />
<p>Lastly, we do <img src='http://s0.wp.com/latex.php?latex=%283%29+%5CRightarrow+%281%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(3) &#92;Rightarrow (1)' title='(3) &#92;Rightarrow (1)' class='latex' />.</p>
<p>Assume <img src='http://s0.wp.com/latex.php?latex=M+%5Cxrightarrow%7B%5Cphi%7D+N+%5Crightarrow+0&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M &#92;xrightarrow{&#92;phi} N &#92;rightarrow 0' title='M &#92;xrightarrow{&#92;phi} N &#92;rightarrow 0' class='latex' />.</p>
<p>Suppose <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D%28S%29%3DP%5Coplus+K&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}(S)=P&#92;oplus K' title='&#92;mathcal{F}(S)=P&#92;oplus K' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D%28S%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}(S)' title='&#92;mathcal{F}(S)' class='latex' /> is a free R-module on set <img src='http://s0.wp.com/latex.php?latex=S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='S' title='S' class='latex' />.  Let <img src='http://s0.wp.com/latex.php?latex=f+%5Cin+%5Chom%28P%2CN%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f &#92;in &#92;hom(P,N)' title='f &#92;in &#92;hom(P,N)' class='latex' />. We want to lift it to some <img src='http://s0.wp.com/latex.php?latex=F%5Cin+%5Chom%28P%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F&#92;in &#92;hom(P,M)' title='F&#92;in &#92;hom(P,M)' class='latex' />.</p>
<p>The main trick here I would say is &#8220;when you lift a bigger thing, you lift a smaller thing on it together&#8221;. The bigger thing is <img src='http://s0.wp.com/latex.php?latex=f+%5Ccirc+%5Cpi+%3A+%5Cmathcal%7BF%7D%28S%29+%5Cmapsto+N&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f &#92;circ &#92;pi : &#92;mathcal{F}(S) &#92;mapsto N' title='f &#92;circ &#92;pi : &#92;mathcal{F}(S) &#92;mapsto N' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=%5Cpi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;pi' title='&#92;pi' class='latex' /> is a natural projection from <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D%28S%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}(S)' title='&#92;mathcal{F}(S)' class='latex' /> to <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' />. We want to lift it to some <img src='http://s0.wp.com/latex.php?latex=F%27+%5Cin+%5Chom%28%5Cmathcal%7BF%7D%28S%29%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F&#039; &#92;in &#92;hom(&#92;mathcal{F}(S),M)' title='F&#039; &#92;in &#92;hom(&#92;mathcal{F}(S),M)' class='latex' />. The &#8220;lifting&#8221; means that <img src='http://s0.wp.com/latex.php?latex=%5Cphi+%5Ccirc+F%27+%3D+f+%5Ccirc+%5Cpi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi &#92;circ F&#039; = f &#92;circ &#92;pi' title='&#92;phi &#92;circ F&#039; = f &#92;circ &#92;pi' class='latex' />. So how is the smaller thing lifted together?</p>
<p>We can define <img src='http://s0.wp.com/latex.php?latex=F&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F' title='F' class='latex' /> as <img src='http://s0.wp.com/latex.php?latex=F%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F&#039;' title='F&#039;' class='latex' /> (the bigger thing lifted) restricted to <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' />. <img src='http://s0.wp.com/latex.php?latex=F&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F' title='F' class='latex' /> will be the smaller thing <img src='http://s0.wp.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f' title='f' class='latex' /> is lifted to. Let us check this. Let <img src='http://s0.wp.com/latex.php?latex=x%5Cin+P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x&#92;in P' title='x&#92;in P' class='latex' />. Then <img src='http://s0.wp.com/latex.php?latex=%5Cphi%28F%28x%29%29%3D%5Cphi%28F%27%28x%2C0%29%29%3Df%28%5Cpi%28x%2C0%29%29%3Df%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi(F(x))=&#92;phi(F&#039;(x,0))=f(&#92;pi(x,0))=f(x)' title='&#92;phi(F(x))=&#92;phi(F&#039;(x,0))=f(&#92;pi(x,0))=f(x)' class='latex' />.</p>
<p>It remains to &#8220;lift the bigger thing&#8221;, i.e. define <img src='http://s0.wp.com/latex.php?latex=F%27+%5Cin+%5Chom%28%5Cmathcal%7BF%7D%28S%29%2CM%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F&#039; &#92;in &#92;hom(&#92;mathcal{F}(S),M)' title='F&#039; &#92;in &#92;hom(&#92;mathcal{F}(S),M)' class='latex' /> such that for every <img src='http://s0.wp.com/latex.php?latex=s%5Cin+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='s&#92;in S' title='s&#92;in S' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=%5Cphi%28F%27%28s%29%29%3Df%28%5Cpi%28s%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi(F&#039;(s))=f(&#92;pi(s))' title='&#92;phi(F&#039;(s))=f(&#92;pi(s))' class='latex' />.</p>
<p>To do so, we exploit the &#8220;universal property&#8221; of <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D%28S%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}(S)' title='&#92;mathcal{F}(S)' class='latex' /> to define <img src='http://s0.wp.com/latex.php?latex=F%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F&#039;' title='F&#039;' class='latex' />. We will define a function <img src='http://s0.wp.com/latex.php?latex=g%3AS+%5Cmapsto+M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g:S &#92;mapsto M' title='g:S &#92;mapsto M' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=%5Cphi%28g%28s%29%29%3Df%28%5Cpi%28s%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi(g(s))=f(&#92;pi(s))' title='&#92;phi(g(s))=f(&#92;pi(s))' class='latex' /> and then extend it to get <img src='http://s0.wp.com/latex.php?latex=F%27&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='F&#039;' title='F&#039;' class='latex' /> by the &#8220;universal property&#8221; of <img src='http://s0.wp.com/latex.php?latex=%5Cmathcal%7BF%7D%28S%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathcal{F}(S)' title='&#92;mathcal{F}(S)' class='latex' />. Getting <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g' title='g' class='latex' /> is easy. <img src='http://s0.wp.com/latex.php?latex=f+%5Ccirc+%5Cpi&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='f &#92;circ &#92;pi' title='f &#92;circ &#92;pi' class='latex' /> maps into <img src='http://s0.wp.com/latex.php?latex=N&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='N' title='N' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%5Cphi%5Cin+%5Chom%28M%2CN%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi&#92;in &#92;hom(M,N)' title='&#92;phi&#92;in &#92;hom(M,N)' class='latex' /> is surjective: given any <img src='http://s0.wp.com/latex.php?latex=s%5Cin+S&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='s&#92;in S' title='s&#92;in S' class='latex' />, there is a <img src='http://s0.wp.com/latex.php?latex=m_s%5Cin+M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m_s&#92;in M' title='m_s&#92;in M' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=%5Cphi%28m_s%29%3Df%28%5Cpi%28s%29%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;phi(m_s)=f(&#92;pi(s))' title='&#92;phi(m_s)=f(&#92;pi(s))' class='latex' />. Define <img src='http://s0.wp.com/latex.php?latex=g%28s%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='g(s)' title='g(s)' class='latex' /> to be <img src='http://s0.wp.com/latex.php?latex=m_s&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m_s' title='m_s' class='latex' /> and we are done.</p>
<hr />
<p>Definition 2 is like saying that given any module <img src='http://s0.wp.com/latex.php?latex=M&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='M' title='M' class='latex' /> which projects <em>onto</em> <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> has <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> as a direct summand (up to isomorphism). That sort of explains why these modules are called &#8220;projective&#8221;.</p>
<p>Another way of stating definition 1 is: <img src='http://s0.wp.com/latex.php?latex=P&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='P' title='P' class='latex' /> is projective iff the functor <img src='http://s0.wp.com/latex.php?latex=%5Chom%28P%2C%5Ccdot%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;hom(P,&#92;cdot)' title='&#92;hom(P,&#92;cdot)' class='latex' /> is exact, i.e. take short exact sequences to short exact sequences.</p>
<hr />
<p>Key ideas: universal property, split exact sequences, &#8220;lift big to lift small&#8221;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/28/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/28/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=28&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/06/08/exact-sequences-and-projective-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
		<item>
		<title>Wedderburn&#8217;s Theorem (finite division rings)</title>
		<link>http://jiawheee.wordpress.com/2008/06/02/wedderburns-theorem/</link>
		<comments>http://jiawheee.wordpress.com/2008/06/02/wedderburns-theorem/#comments</comments>
		<pubDate>Mon, 02 Jun 2008 03:53:56 +0000</pubDate>
		<dc:creator>jiawheee</dc:creator>
				<category><![CDATA[Algebra]]></category>

		<guid isPermaLink="false">http://jiawheee.wordpress.com/?p=26</guid>
		<description><![CDATA[This week (or rather last week) I am a little late. This time I am writing about Wedderburn&#8217;s Theorem on Finite Division Rings which says that any finite division ring is commutative (i.e. a field). Recall that a division ring is just a ring where every nonzero element has a multiplicative inverse. To prove this, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=26&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This week (or rather last week) I am a little late. This time I am writing about Wedderburn&#8217;s Theorem on Finite Division Rings which says that <em>any finite division ring <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> is commutative (i.e. a field)</em>. Recall that a division ring is just a ring where every nonzero element has a multiplicative inverse. To prove this, I will work through exercise 13 of Dummit and Foote&#8217;s chapter 13.6.</p>
<p>Step 1: <em>Let <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' /> be center of <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' />. Show that <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' /> is a field containing <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BF%7D_p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;mathbb{F}_p' title='&#92;mathbb{F}_p' class='latex' /> for some prime <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />. If <img src='http://s0.wp.com/latex.php?latex=Z%3D%5Cmathbb%7BF%7D_q&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z=&#92;mathbb{F}_q' title='Z=&#92;mathbb{F}_q' class='latex' />, then <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> has order <img src='http://s0.wp.com/latex.php?latex=q%5En&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^n' title='q^n' class='latex' /> for some integer <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n' title='n' class='latex' />.</em></p>
<p>We want to show that <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' /> is a finite field. Remember <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> is a division ring, so every element of <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' /> already has a multiplicative inverse. Moreover, the inverse is also in <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' /> because: Let <img src='http://s0.wp.com/latex.php?latex=x+%5Cin+Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x &#92;in Z' title='x &#92;in Z' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=a+%5Cin+D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a &#92;in D' title='a &#92;in D' class='latex' />. Since <img src='http://s0.wp.com/latex.php?latex=x+a%5E%7B-1%7D%3Da%5E%7B-1%7D+x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x a^{-1}=a^{-1} x' title='x a^{-1}=a^{-1} x' class='latex' />, we have <img src='http://s0.wp.com/latex.php?latex=a+x%5E%7B-1%7D%3Dx%5E%7B-1%7D+a&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='a x^{-1}=x^{-1} a' title='a x^{-1}=x^{-1} a' class='latex' />. So <img src='http://s0.wp.com/latex.php?latex=x%5E%7B-1%7D+%5Cin+Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x^{-1} &#92;in Z' title='x^{-1} &#92;in Z' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' /> is a finite field with some characteristic <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />. It acts on <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> like a field acting on a vector space. The last statement follows readily from counting. (<img src='http://s0.wp.com/latex.php?latex=q&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q' title='q' class='latex' /> has to be some power of <img src='http://s0.wp.com/latex.php?latex=p&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='p' title='p' class='latex' />)</p>
<hr />Step 2: <em>The nonzero elements <img src='http://s0.wp.com/latex.php?latex=D%5E%7B%5Ctimes%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{&#92;times}' title='D^{&#92;times}' class='latex' /> of <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> form a multiplicative group. For any <img src='http://s0.wp.com/latex.php?latex=x+%5Cin+D%5E%7B%5Ctimes%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x &#92;in D^{&#92;times}' title='x &#92;in D^{&#92;times}' class='latex' />, show that the elements of <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> which commute with <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' /> form a division ring which contains <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' />. Show that this division ring is of order <img src='http://s0.wp.com/latex.php?latex=q%5Em&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^m' title='q^m' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=m%3Cn&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m&lt;n' title='m&lt;n' class='latex' /> if <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' /> is not an element of <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' />.</em></p>
<p>The proof is similar to the previous. This is the centralizer of <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' /> and obviously contains <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' />. By the vector space argument, division ring has size <img src='http://s0.wp.com/latex.php?latex=q%5Em&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^m' title='q^m' class='latex' />. If <img src='http://s0.wp.com/latex.php?latex=x&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x' title='x' class='latex' /> is not in <img src='http://s0.wp.com/latex.php?latex=Z&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='Z' title='Z' class='latex' />, then its centralizer cannot equal <img src='http://s0.wp.com/latex.php?latex=D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D' title='D' class='latex' /> and thus <img src='http://s0.wp.com/latex.php?latex=m%3Cn&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m&lt;n' title='m&lt;n' class='latex' />.</p>
<hr />Step 3: <em>Show that the class equation for group <img src='http://s0.wp.com/latex.php?latex=D%5E%7B%5Ctimes%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{&#92;times}' title='D^{&#92;times}' class='latex' /> is <img src='http://s0.wp.com/latex.php?latex=q%5En-1%3D%28q-1%29%2B%5Csum_%7Bi%3D1%7D%5E%7Br%7D+%5Cfrac%7Bq%5En-1%7D%7B%7CC_%7BD%5E%7B%5Ctimes%7D%7D%28x_i%29%7C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^n-1=(q-1)+&#92;sum_{i=1}^{r} &#92;frac{q^n-1}{|C_{D^{&#92;times}}(x_i)|}' title='q^n-1=(q-1)+&#92;sum_{i=1}^{r} &#92;frac{q^n-1}{|C_{D^{&#92;times}}(x_i)|}' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=x_1%2C%5Cldots%2Cx_r&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_1,&#92;ldots,x_r' title='x_1,&#92;ldots,x_r' class='latex' /> are representatives of distinct conjugacy classes in <img src='http://s0.wp.com/latex.php?latex=D%5E%7B%5Ctimes%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{&#92;times}' title='D^{&#92;times}' class='latex' /> not contained in the center of <img src='http://s0.wp.com/latex.php?latex=D%5E%7B%5Ctimes%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{&#92;times}' title='D^{&#92;times}' class='latex' />. Conclude from step 2 that for each <img src='http://s0.wp.com/latex.php?latex=i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='i' title='i' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=%7CC_%7BD%5E%7B%5Ctimes%7D%7D%28x_i%29%7C%3Dq%5E%7Bm_i%7D-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|C_{D^{&#92;times}}(x_i)|=q^{m_i}-1' title='|C_{D^{&#92;times}}(x_i)|=q^{m_i}-1' class='latex' /> for some <img src='http://s0.wp.com/latex.php?latex=m_i%3Cn&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m_i&lt;n' title='m_i&lt;n' class='latex' />.</em></p>
<p>Let us revise the class equation. Assume that <img src='http://s0.wp.com/latex.php?latex=D%5E%7B%5Ctimes%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D^{&#92;times}' title='D^{&#92;times}' class='latex' /> acts on itself by group conjugation. That <img src='http://s0.wp.com/latex.php?latex=%7CD%5E%7B%5Ctimes%7D%7C%3D%5Csum_%7Bx+%5Ctext%7Bwith+orbit+size+1%7D%7D+1+%2B+%5Csum_%7Bi%3D1%7D%5E%7Br%7D+%7CK_i%7C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|D^{&#92;times}|=&#92;sum_{x &#92;text{with orbit size 1}} 1 + &#92;sum_{i=1}^{r} |K_i|' title='|D^{&#92;times}|=&#92;sum_{x &#92;text{with orbit size 1}} 1 + &#92;sum_{i=1}^{r} |K_i|' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=K_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_i' title='K_i' class='latex' /> is orbit of <img src='http://s0.wp.com/latex.php?latex=x_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x_i' title='x_i' class='latex' />. LHS is <img src='http://s0.wp.com/latex.php?latex=q%5En-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^n-1' title='q^n-1' class='latex' />. First term on RHS is <img src='http://s0.wp.com/latex.php?latex=%7CZ%7C%3Dq%5Em-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|Z|=q^m-1' title='|Z|=q^m-1' class='latex' />. And second term is <img src='http://s0.wp.com/latex.php?latex=%5Csum_%7Bi%3D1%7D%5E%7Br%7D+%5Cfrac%7Bq%5En-1%7D%7B%7CC_%7BD%5E%7B%5Ctimes%7D%7D%28x_i%29%7C%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;sum_{i=1}^{r} &#92;frac{q^n-1}{|C_{D^{&#92;times}}(x_i)|}' title='&#92;sum_{i=1}^{r} &#92;frac{q^n-1}{|C_{D^{&#92;times}}(x_i)|}' class='latex' /> using the stabilizer-orbit relationship.</p>
<p>The previous step says that the centralizer has order <img src='http://s0.wp.com/latex.php?latex=q%5E%7Bm_i%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^{m_i}' title='q^{m_i}' class='latex' />. Its multiplicative group has zero removed.</p>
<hr />Step 4: <em>Prove that since <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bq%5En-1%7D%7Bq%5E%7Bm_i%7D-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{q^n-1}{q^{m_i}-1}' title='&#92;frac{q^n-1}{q^{m_i}-1}' class='latex' /> is an integer (it&#8217;s the size of <img src='http://s0.wp.com/latex.php?latex=K_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='K_i' title='K_i' class='latex' />), then <img src='http://s0.wp.com/latex.php?latex=m_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m_i' title='m_i' class='latex' /> divides <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n' title='n' class='latex' />. Conclude that <img src='http://s0.wp.com/latex.php?latex=%5CPhi_n%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;Phi_n(x)' title='&#92;Phi_n(x)' class='latex' /> divides <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bx%5En-1%7D%7Bx%5E%7Bm_i%7D-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{x^n-1}{x^{m_i}-1}' title='&#92;frac{x^n-1}{x^{m_i}-1}' class='latex' /> and hence that the <strong>integer</strong> <img src='http://s0.wp.com/latex.php?latex=%5CPhi_n%28q%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;Phi_n(q)' title='&#92;Phi_n(q)' class='latex' /> divides <img src='http://s0.wp.com/latex.php?latex=%5Cfrac%7Bq%5En-1%7D%7Bq%5E%7Bm_i%7D-1%7D&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;frac{q^n-1}{q^{m_i}-1}' title='&#92;frac{q^n-1}{q^{m_i}-1}' class='latex' /> for <img src='http://s0.wp.com/latex.php?latex=i%3D1%2C%5Cldots+r&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='i=1,&#92;ldots r' title='i=1,&#92;ldots r' class='latex' />.</em></p>
<p>For the first part: Let <img src='http://s0.wp.com/latex.php?latex=m%3Dm_i&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m=m_i' title='m=m_i' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=n%3DAm%2Br&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n=Am+r' title='n=Am+r' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=0%5Cleq+r+%3Cm&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='0&#92;leq r &lt;m' title='0&#92;leq r &lt;m' class='latex' />. Write <img src='http://s0.wp.com/latex.php?latex=q%5E%7BAm%2Br%7D-1%3Dq%5Er%28q%5E%7BAm%7D-1%29%2B%28q%5Er-1%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^{Am+r}-1=q^r(q^{Am}-1)+(q^r-1)' title='q^{Am+r}-1=q^r(q^{Am}-1)+(q^r-1)' class='latex' />. The first term is divisible by <img src='http://s0.wp.com/latex.php?latex=q%5Em-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^m-1' title='q^m-1' class='latex' /> by considering geometric series. That means <img src='http://s0.wp.com/latex.php?latex=q%5Em-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^m-1' title='q^m-1' class='latex' /> divides <img src='http://s0.wp.com/latex.php?latex=q%5Er-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q^r-1' title='q^r-1' class='latex' /> which is smaller. Contradiction.</p>
<p>For the second part: Recall that <img src='http://s0.wp.com/latex.php?latex=%5CPhi_n%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;Phi_n(x)' title='&#92;Phi_n(x)' class='latex' /> is the cyclotomic polynomial with roots <img src='http://s0.wp.com/latex.php?latex=%5Czeta_n%5Ea&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta_n^a' title='&#92;zeta_n^a' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%28a%2Cn%29%3D1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='(a,n)=1' title='(a,n)=1' class='latex' />. This excludes <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='m' title='m' class='latex' />. So <img src='http://s0.wp.com/latex.php?latex=x%5En-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='x^n-1' title='x^n-1' class='latex' /> (whose roots are all powers of <img src='http://s0.wp.com/latex.php?latex=%5Czeta_n&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta_n' title='&#92;zeta_n' class='latex' />) is divisible by <img src='http://s0.wp.com/latex.php?latex=%5CPhi_n%28x%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;Phi_n(x)' title='&#92;Phi_n(x)' class='latex' />.</p>
<hr />Step 5: <em>Prove that step 3 and 4 imply that <img src='http://s0.wp.com/latex.php?latex=%5CPhi_n%28q%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;Phi_n(q)' title='&#92;Phi_n(q)' class='latex' /> divides <img src='http://s0.wp.com/latex.php?latex=q-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q-1' title='q-1' class='latex' />. Prove that <img src='http://s0.wp.com/latex.php?latex=%7Cq-%5Czeta%7C%3Eq-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|q-&#92;zeta|&gt;q-1' title='|q-&#92;zeta|&gt;q-1' class='latex' /> (complex absolute value) for any root of unity <img src='http://s0.wp.com/latex.php?latex=%5Czeta+%5Cneq+1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;zeta &#92;neq 1' title='&#92;zeta &#92;neq 1' class='latex' />. Conclude that <img src='http://s0.wp.com/latex.php?latex=n%3D1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n=1' title='n=1' class='latex' />, i.e. that <img src='http://s0.wp.com/latex.php?latex=D%3DZ&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='D=Z' title='D=Z' class='latex' /> is a field, i.e. commutative.</em></p>
<p>Look at the class equation from step 3. <img src='http://s0.wp.com/latex.php?latex=%5CPhi_n%28q%29&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='&#92;Phi_n(q)' title='&#92;Phi_n(q)' class='latex' /> divides LHS as well as every term in the summation. Hence it divides <img src='http://s0.wp.com/latex.php?latex=q-1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q-1' title='q-1' class='latex' />.</p>
<p>Since <img src='http://s0.wp.com/latex.php?latex=q&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='q' title='q' class='latex' /> is some integer, it lies on the real line and its closest point on unit circle is 1. The inequality is clear. So <img src='http://s0.wp.com/latex.php?latex=%7C%5CPhi_n%28q%29%7C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|&#92;Phi_n(q)|' title='|&#92;Phi_n(q)|' class='latex' /> cannot divide <img src='http://s0.wp.com/latex.php?latex=%7Cq-1%7C&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='|q-1|' title='|q-1|' class='latex' /> unless <img src='http://s0.wp.com/latex.php?latex=n%3D1&amp;bg=ffffff&amp;fg=29303b&amp;s=0' alt='n=1' title='n=1' class='latex' />.</p>
<hr />Key ideas: class equation, cyclotomic polynomial, &#8220;small cannot divide big&#8221; for integers</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/jiawheee.wordpress.com/26/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/jiawheee.wordpress.com/26/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jiawheee.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jiawheee.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jiawheee.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jiawheee.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jiawheee.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jiawheee.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jiawheee.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jiawheee.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jiawheee.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jiawheee.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jiawheee.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jiawheee.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jiawheee.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jiawheee.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jiawheee.wordpress.com&amp;blog=1900743&amp;post=26&amp;subd=jiawheee&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jiawheee.wordpress.com/2008/06/02/wedderburns-theorem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/421f7d87491da35afa11bac09ff9b7f8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jiawheee</media:title>
		</media:content>
	</item>
	</channel>
</rss>
