<?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>Delta Epsilons</title>
	<atom:link href="http://deltaepsilons.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://deltaepsilons.wordpress.com</link>
	<description>Mathematical research and problem solving</description>
	<lastBuildDate>Thu, 24 Nov 2011 03:59:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='deltaepsilons.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Delta Epsilons</title>
		<link>http://deltaepsilons.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://deltaepsilons.wordpress.com/osd.xml" title="Delta Epsilons" />
	<atom:link rel='hub' href='http://deltaepsilons.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Nim-Chomp</title>
		<link>http://deltaepsilons.wordpress.com/2010/08/19/nim-chomp/</link>
		<comments>http://deltaepsilons.wordpress.com/2010/08/19/nim-chomp/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 00:41:46 +0000</pubDate>
		<dc:creator>lumixedia</dc:creator>
				<category><![CDATA[combinatorics]]></category>
		<category><![CDATA[math]]></category>
		<category><![CDATA[Problem-solving]]></category>
		<category><![CDATA[combinatorial game theory]]></category>
		<category><![CDATA[rsi]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=798</guid>
		<description><![CDATA[Wow, I’m really not cut out for helping to maintain a blog, am I? So what finally prompted me to post was Dr. Khovanova’s description of the game of Nim-Chomp at her blog, which she suggested I respond to. So Dr. Khovanova described Nim-Chomp to me at RSI more than a year ago, and I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=798&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Wow, I’m really not cut out for helping to maintain a blog, am I? So what finally prompted me to post was Dr. Khovanova’s description of the game of Nim-Chomp at <a href="http://blog.tanyakhovanova.com/?p=265">her blog</a>, which she suggested I respond to.</p>
<p>So Dr. Khovanova described Nim-Chomp to me at RSI more than a year ago, and I thought I solved it. Then a few months ago I found a flaw, thought it was hopeless, and gave up. Then a few minutes ago I realized that the flaw was in fact fixable. The point of this paragraph is that I’m not sure I’m to be trusted regarding this problem, but I’ll try.</p>
<p>I won’t repeat the problem statement here. Too lazy. Just read her post. Because I find it easier to think about this way, I’ll make a slight modification to the Chomp perspective on Nim-Chomp: on a given turn, each player may only eat squares from a single *column* (rather than a single *row*).</p>
<p>First let’s pretend the bottom left square is not actually poisoned. We can transform this easy-Nim-Chomp into regular Nim as follows: for a given position in easy-Nim-Chomp, suppose the number of squares remaining in each column is a<sub>1</sub>, a<sub>2</sub>, …, a<sub>n</sub> from left to right. Let b<sub>1</sub> = a<sub>1</sub> – a<sub>2</sub>, b<sub>2</sub> = a<sub>3</sub> – a<sub>4</sub>, …, b<sub>[n/2]</sub> = (a<sub>n-1</sub> – a<sub>n</sub>) or (a<sub>n</sub>) depending on whether n is even or odd. Then this position is equivalent to regular Nim with piles of b<sub>1</sub>, b<sub>2</sub>, …, b<sub>[n/2]</sub>. Basically, we’re splitting the chocolate columns into pairs of adjacent columns and considering the differences between the members of each pair to be the piles of our regular game of Nim. Because the piles are in nonincreasing order, this is a well-defined transformation.</p>
<p>It works as follows: suppose the loser of the Nim-game (b<sub>1</sub>, b<sub>2</sub>, …, b<sub>[n/2]</sub>) eats some squares from the kth column where k is odd. This decreases the value of a<sub>k</sub>, thereby decreasing one of the Nim-piles as in a regular Nim-game, so the winner just makes the appropriate response. Instead, the loser might try to dodge by eating squares from the kth column where k is even, thus decreasing the value of a<sub>k</sub> but increasing one of the Nim-piles rather than decreasing it, which can’t be done in regular Nim. But the winner can simply decrease a<sub>k-1</sub> by the same amount and leave the loser in the same position as before. There are a finite number of squares, so the loser can’t keep doing this. Eventually they must go back to decreasing piles, and lose.</p>
<p>This is how far I got at RSI. I didn’t realize the poisoned lower-left square was a significant issue, but it is. Thankfully, all it really does (I think) is turn the game into misère Nim rather than normal Nim. We make the transformation to Nim-piles in the same way as before, and the winner uses nearly the same strategy as in the previous paragraph, but they modify it to ensure that the loser is eventually faced with “b<sub>k</sub>”s which are all 0 or 1 with an odd number of 1s. (Maybe one day if I get around to writing a basic game theory post I’ll explain why this is possible. Or you can check Wikipedia. Or just think about it.) When the loser increases some b<sub>k</sub>, the winner eats squares in the corresponding column to decrease it back to 0 or 1; when the loser decreases a 1 to a 0, the winner decreases another 1 to a 0.</p>
<p>Eventually, the loser is forced to hand the winner a chocolate bar consisting of pairs of adjacent equal columns. At this point the winner takes a single square from any column for which this is possible, leaving a bunch of 0s with a single 1—i.e. another misère 2<sup>nd</sup>-player win. This continues until we run out of squares, at which point we conclude that the loser of the new game of misère Nim is indeed the player who consumes the poisoned square in the original game of Nim-Chomp.</p>
<p>Question I’m too lazy to think about right now: can we still do this or something like this if we poison not only the bottom left square of the chocolate bar, but some arbitrary section at the bottom left?<span id="_marker"> </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/798/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/798/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/798/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=798&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2010/08/19/nim-chomp/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b62bcafd22de2c17b4ac4c1afd3175?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lumixedia</media:title>
		</media:content>
	</item>
		<item>
		<title>A Puzzle</title>
		<link>http://deltaepsilons.wordpress.com/2010/06/25/a-puzzle/</link>
		<comments>http://deltaepsilons.wordpress.com/2010/06/25/a-puzzle/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 06:15:41 +0000</pubDate>
		<dc:creator>genericme</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=789</guid>
		<description><![CDATA[Consider a set of objects from which are drawn randomly at a time, with replacement.  What is , the expected number of draws I have to make to have drawn all of the objects? I have yet to find a satisfactory closed-form expression for even .  I obtain an ugly series in terms of Stirling [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=789&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Consider a set of <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='n' title='n' class='latex' /> objects from which <img src='http://s0.wp.com/latex.php?latex=m&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='m' title='m' class='latex' /> are drawn randomly at a time, with replacement.  What is <img src='http://s0.wp.com/latex.php?latex=E%28n%2C+m%29&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='E(n, m)' title='E(n, m)' class='latex' />, the expected number of draws I have to make to have drawn all of the objects?</p>
<p>I have yet to find a satisfactory closed-form expression for even <img src='http://s0.wp.com/latex.php?latex=E%28n%2C+1%29&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='E(n, 1)' title='E(n, 1)' class='latex' />.  I obtain an ugly series in terms of Stirling numbers of the second kind.   However, I suspect that <img src='http://s0.wp.com/latex.php?latex=E%28n%2C+1%29&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='E(n, 1)' title='E(n, 1)' class='latex' /> is asymptotically linear:</p>
<p><a href="http://deltaepsilons.files.wordpress.com/2010/06/samplingproblem-graph.png"><img title="graph" src="http://deltaepsilons.files.wordpress.com/2010/06/samplingproblem-graph.png?w=460&#038;h=284" alt="" width="460" height="284" /></a></p>
<p>Is this a well-known problem?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/789/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/789/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/789/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=789&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2010/06/25/a-puzzle/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3ccf2eb7e17d455bd014f4377fc31a9b?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">genericme</media:title>
		</media:content>

		<media:content url="http://deltaepsilons.files.wordpress.com/2010/06/samplingproblem-graph.png" medium="image">
			<media:title type="html">graph</media:title>
		</media:content>
	</item>
		<item>
		<title>Random updates</title>
		<link>http://deltaepsilons.wordpress.com/2010/06/14/random-updates/</link>
		<comments>http://deltaepsilons.wordpress.com/2010/06/14/random-updates/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 20:02:42 +0000</pubDate>
		<dc:creator>Akhil Mathew</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=778</guid>
		<description><![CDATA[It&#8217;s been another two months already since anyone last posted here, hasn&#8217;t it? So, first of all, Damien Jiang, Anirudha Balasubramanian, and I have each uploaded the papers resulting from our RSI projects to arXiv.  I&#8217;ve been discussing the story of my project on representation theory and the mathematics around it on my personal blog [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=778&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been another two months already since anyone last posted here, hasn&#8217;t it?</p>
<p>So, first of all, <a href="http://arxiv.org/abs/1003.0943">Damien Jiang</a>, <a href="http://arxiv.org/abs/1004.3735">Anirudha Balasubramanian</a>, and <a href="http://arxiv.org/abs/1006.1381">I</a> have each uploaded the papers resulting from our RSI projects to arXiv.  I&#8217;ve been discussing the story of my project on representation theory and the mathematics around it on <a href="http://amathew.wordpress.com/2010/06/08/delignes-category-reps_t-for-t-not-necessarily-an-integer/">my personal blog</a> (see in particular <a href="http://amathew.wordpress.com/2010/06/08/delignes-category-reps_t-for-t-not-necessarily-an-integer/">here</a> and <a href="http://amathew.wordpress.com/2010/06/13/why-delignes-reps_t-is-semisimple-precisely-when-t-is-not-a-nonnegative-integer/">here</a>).  There are others from the program who have placed their papers on arXiv as well (but are not involved in this blog).</p>
<p>I&#8217;d like to congratulate my friend and fellow Rickoid Yale Fan for winning the Young Scientist award at the<a href="http://www.societyforscience.org/isef"> International Science and Engineering Fair</a> for his project on quantum computation (which deservedly earned him the title &#8220;rock star&#8221;).  I also congratulate his classmate and fellow rock star Kevin Ellis (who did not do RSI, but whom I know from STS) for winning the (again fully deserved) award for his work on parallel computation.  There is a press release <a href="http://www.societyforscience.org/Document.Doc?id=204">here</a>.</p>
<p>RSI 2010 is starting in just a few more days.  I&#8217;m not going to have any involvement in the program myself (other than potentially proofreading drafts of kids&#8217; papers from several hundred miles away), nor do I know much about what kinds of projects (mathematical or otherwise) will be happening there.  I think I&#8217;d be interested in being a mentor someday&#8212;maybe in six years time.  I&#8217;m going to be doing a project probably on something geometric this summer, but it remains to be seen on what.</p>
<p>I don&#8217;t really know what&#8217;s going to become of this blog as we all now finish high school and enter college.  It looks like most of us will be in Cambridge, MA next year; this is hardly surprising given the RSI program&#8217;s location there.  Also, just to annoy Yale, I&#8217;m going to further spread the word that he is going to Harvard.</p>
<p>If anyone from RSI 2010 wants to join/revive this blog, feel free to send an email to deltaepsilons [at] gmail [dot] com.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/778/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/778/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/778/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=778&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2010/06/14/random-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc19d581d660046240651529ee9b121f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Intel day 4</title>
		<link>http://deltaepsilons.wordpress.com/2010/03/14/intel-day-4/</link>
		<comments>http://deltaepsilons.wordpress.com/2010/03/14/intel-day-4/#comments</comments>
		<pubDate>Sun, 14 Mar 2010 21:54:29 +0000</pubDate>
		<dc:creator>Akhil Mathew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Intel STS]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=772</guid>
		<description><![CDATA[I had the last day of judging today at Intel. The 40 finalists first went to the Capitol to take a bunch of pictures, then to the Einstein statue at the NAS for another one.  We then went in the project exhibition hall.  I met with seven judges, two of who were mathematicians.  In order [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=772&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had the last day of judging today at Intel. The 40 finalists first went to the Capitol to take a bunch of pictures, then to the Einstein statue at the NAS for another one.  We then went in the project exhibition hall.  I met with seven judges, two of who were mathematicians.  In order that future generations of Intelists may face the day of judgment without crushing uncertainty in the morning, I shall briefly describe my experience.</p>
<p>The first two judges I had were mathematics judges.  The first one asked me what I would do if I were giving a talk about my project at a colloquium.  He asked me to explain one of my results, which I initially did incorrectly (having not looked through the older proof in quite some time) but fixed along the way.  He asked me how I had learned algebraic geometry (or, more precisely, that rather small subset I can claim to vaguely understand).   Interestingly, he referred to a specific result in my paper by number (3.10; I didn&#8217;t remember what that was for sure)&#8212;one of the differences between Intel and ISEF is that the judges read the papers.</p>
<p>The second mathematician asked me to give an overview of my project in detail, so I went into my usual spiel.  She asked me a few questions along the way about how the results were proved.  Finally, she asked where I was going to go to college.  I said that I didn&#8217;t know yet.   This was a somewhat longer interview. </p>
<p>There were others who wanted a brief overview and then left.  A computer scientist who had asked me earlier about certain algorithms and an engineer that asked about the law of atmospheres chatted with me about extensions of those problems. </p>
<p>The exhibits were then opened to the public.  I met a few RSI 2009 alumni from the D.C. area.  Most people were not mathematicians, which made explaining my project (on representation theory in complex rank) a somewhat difficult task, though there were some that knew, e.g. group theory.  I wasn&#8217;t envious of my neighbor Joshua Pfeffer with mobs of people craning to hear about the super Kahler-Ricci flow though owing to me extreme hoarseness despite my consuming two bottles of fluids.  Also, my parents stopped by to say hello and see the other projects.</p>
<p>I&#8217;m somewhat tired now, and there&#8217;s not that much more I really can say about it without going into technical details.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/772/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/772/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/772/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=772&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2010/03/14/intel-day-4/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc19d581d660046240651529ee9b121f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Intel day 3</title>
		<link>http://deltaepsilons.wordpress.com/2010/03/13/intel-day-3/</link>
		<comments>http://deltaepsilons.wordpress.com/2010/03/13/intel-day-3/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 20:21:13 +0000</pubDate>
		<dc:creator>Akhil Mathew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Intel STS]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=769</guid>
		<description><![CDATA[(Today was the third day of the Intel STS competition.) I had my third judging interview today at about 11:40 am.   The judging panel included a computer scientist who pointed to the seven wrapped chocolates on the desk and informed me that to each was assigned a number, and that I needed to discover which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=769&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(Today was the third day of the Intel STS competition.)</p>
<p>I had my third judging interview today at about 11:40 am.   The judging panel included a computer scientist who pointed to the seven wrapped chocolates on the desk and informed me that to each was assigned a number, and that I needed to discover which contained the median. I didn&#8217;t have the actual numbers, but I could compare any two.  In the end, I said something about <img src='http://s0.wp.com/latex.php?latex=O%28n+%5Clog+n%29&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='O(n &#92;log n)' title='O(n &#92;log n)' class='latex' /> sorting algorithms (e.g. heapsort).  He then asked me about counting paths from (0,0) to (m,n) where one can move either right or up on each move; I stated a recursive formula, but got the wrong closed form expression (it&#8217;s a binomial coefficient, and I said it was a power of 2).  I was then asked by the other judge about what change I would make if I had to design the human body.  I suggested eliminating cognitive biases and improving rationality but that wasn&#8217;t legal; I then suggested various ideas such as removing vestigial organs and improving our ability to type, but settled on increasing the efficiency with which energy can be extracted from food.</p>
<p>I then had lunch and went to the National Academy of Sciences, where we set up our projects.   My poster had developed a slight tear from being sent through the mail, but I fixed it with construction paper.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/769/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/769/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/769/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=769&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2010/03/13/intel-day-3/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc19d581d660046240651529ee9b121f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Intel STS: Liveblogging day 2</title>
		<link>http://deltaepsilons.wordpress.com/2010/03/12/intel-sts/</link>
		<comments>http://deltaepsilons.wordpress.com/2010/03/12/intel-sts/#comments</comments>
		<pubDate>Fri, 12 Mar 2010 14:44:01 +0000</pubDate>
		<dc:creator>Akhil Mathew</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Intel STS]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=761</guid>
		<description><![CDATA[I&#8217;m going to try liveblogging (insofar as possible) a science fair.  [9:24- It's now pretty clear that what I'm doing is more like deadblogging.  Still, it's better than nothing, I suppose.] (9:45) So I&#8217;m at the 2010 Intel Science Talent Search in Washington, D.C.  Presumably many of the folk that come across this blog will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=761&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m going to try liveblogging (insofar as possible) a science fair.  [<em>9:24- It's now pretty clear that what I'm doing is more like deadblogging.  Still, it's better than nothing, I suppose.]</em></p>
<p><strong>(9:45)</strong> So I&#8217;m at the 2010<a href="http://en.wikipedia.org/wiki/Intel_STS"> Intel Science Talent Search </a>in Washington, D.C.  Presumably many of the folk that come across this blog will have heard of it; it&#8217;s a science competition for high school seniors.  There are seven people from RSI here this year.  I&#8217;ve also met many interesting people among the other finalists for the first time, all of whom seem to be rather beastly.  Everybody arrived yesterday&#8211;I took the train&#8211;but nothing competitive actually happened.  Today, we will be judged by a panel of ten or eleven scientists and mathematicians who are going to ask us general questions about science in general, and not our projects.  My first interview is in about half an hour, so I&#8217;m basically procrastinating by writing this entry, if there was anything that I could do to prepare :-).</p>
<p>In any case, it was pretty cool to find that I&#8217;m in a room that has a TV in the bathroom.  The hotel is ridiculously fancy.</p>
<p>After this, I&#8217;m going to go back to random Wikipedia surfing about diverse scientific topics.   They told us this morning that the judges want to see the scientific process rather than technical knowledge&#8211;perhaps this is a license for me to babble?  I&#8217;ve always enjoyed idle pontification.  In any case, I promise more later after my judging interview.<span id="more-761"></span></p>
<p><strong>(11:31</strong>) OK, phew.  My judging interview (and recounts thereof to many fellow finalists) is now complete.  I don&#8217;t know if I&#8217;m allowed to say who the judges were, but two were doctors and one a mathematician.  The doctor went first and asked me to explain why when one flies (at 35000 ft) 80% of the atmosphere (by mass) is below you.  Uhhh&#8230;.I was confused.  I&#8217;m not really all that solid on physics (took AP Physics B freshman year, haven&#8217;t thought about the subject since with any success).  Anyway, I have to figure out the problem by Sunday, where he&#8217;s going to ask me it again.  Next the mathematician said that she was going to ask me LOTS of questions about my project (hopefully a good thing).  She then asked me to explain why representation theory was interesting to her two nonmathematical colleagues.  So, I started babbling at full speed.  I started with the remarks that &#8220;representation theory is how algebraic objects act on vector spaces&#8221; and mentioned how it reveals information about the objects themselves (mentioning Burnside&#8217;s <img src='http://s0.wp.com/latex.php?latex=p%5Eaq%5Eb&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='p^aq^b' title='p^aq^b' class='latex' /> theorem).  She asked me to go back to what I said, and I said that the tools of linear algebra are much easier than studying complicated algebraic objects directly.  I said that the classification of finite simple groups was something like 10000 pages in length.  I then started to say that group representations were useful in chemistry and Lie groups and Lie algebras in theoretical physcis (but freely confessed my ignorance of said subjects).  I said that the representation theory of Lie algebras was interesting itself, which is where I was cut off.  I was posed some fairly simple combinatorial problem about  The next person asked me about stem cells. I told her that I knew about stem cells but couldn&#8217;t tell her the difference between adult and embryonic stem cells.  Anyway, I was next questioned about the ethical and scientific issues in transporting stem cells from her to me.  I suggested that there were potential incompatibilities (like blood types).  Our time soon ended and she concluded by saying that I was on the right track.  Probably not horrible, for a math person at least.</p>
<p>I then had my picture taken.  All the finalists have to do this today.  My next interview&#8217;s after lunch.</p>
<p>(<strong>3:11) </strong>I just got back from my second judging interview.  The interviewers included a distinguished astronomer, who went first; she opened with a question about what latitude and longitude was.  I said that they were a system of coordinates on a sphere minus the two poles.  I said something about their being an injective immersion, which may or may not have piqued their interest (none of them was a mathematician).  She then asked why astronomers would use them, to which i replied something about &#8220;objects being spherical.&#8221;  Next, she asked me to tell me what I knew about the universe&#8212;which has to be by far the broadest question I have received all day.  I babbled mildly about the four main forces and that they could be described by mathematical laws, sand omething about the age of the universe and its expansion.  This is all very rudimentary, but I don&#8217;t know anything about astronomy.  The next interviewer asked me why France would launch satellites from New Guinea; I suggested it was closer to the equator, but didn&#8217;t realize that the explanation for that was simply that the earth&#8217;s rotation provided additional speed.  (Whoops.)  I was then asked how one might determine whether switchgrass was an efficient fuel (including environmental concerns); I suggested that would one have to compute the total expenditure (i.e. of the land deforested, inputs of irrigation, fertilizer, fermentation, etc.) and compare the obtained energy per unit cost to the analog for, say, coal.  My questioner pointed out that I should have determined the energy inputs of the tractor and taken them into accouont.  Finally, he asked me the following math problem that I embarrassingly failed at: given 248 arm-wrestlers, how many matches would it take to determine the best one?  I said something like <img src='http://s0.wp.com/latex.php?latex=%5Cmathrm%7Blog%7D_2%28248%29&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;mathrm{log}_2(248)' title='&#92;mathrm{log}_2(248)' class='latex' /> given that an elimination  process was optimal.  This is wildly wrong, of course, because there are roughly <img src='http://s0.wp.com/latex.php?latex=%5Cmathrm%7Blog%7D_2&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;mathrm{log}_2' title='&#92;mathrm{log}_2' class='latex' /> <strong>levels, </strong>each of which (except the last) contains omre than 1 match.  So he said there was a trivial solution and asked me to work out how many matches would be necessary.  After a short computation I arrived at&#8230;247.  Which is utterly trivial, because there must be one loser per match, and 247 losers.  The judges laughed and said they had enjoyed the time; I am not sure whether that was necessarily a good thing.</p>
<p>(<strong>9:24) </strong>I&#8217;ve now had my third judging interview and a very enjoyable dinner.  The first person at the third judging interview started by immediately asking me the probability that a function <img src='http://s0.wp.com/latex.php?latex=f%3A+A+%5Cto+A&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='f: A &#92;to A' title='f: A &#92;to A' class='latex' /> where <img src='http://s0.wp.com/latex.php?latex=A&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='A' title='A' class='latex' /> has cardinality <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='n' title='n' class='latex' /> has no fixed points.  The answer is (rather trivially) <img src='http://s0.wp.com/latex.php?latex=%28n-1%29%5En&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='(n-1)^n' title='(n-1)^n' class='latex' />, but for some reason it didn&#8217;t occur to me over several minutes as I babbled about inclusion-exclusion and inductive proofs.  Next the same judge asked me the same for <img src='http://s0.wp.com/latex.php?latex=f%3A+%5B0%2C1%5D+%5Cto+%5B0%2C1%5D&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='f: [0,1] &#92;to [0,1]' title='f: [0,1] &#92;to [0,1]' class='latex' /> continuous, which is an easy application of the intermediate value theorem; it&#8217;s also a special (and relatively easy) proof of the Brouwer fixed point theorem.  He asked me whether the same was true for the circle; I said no, a rotation would do the trick.  He asked whether it was true for <img src='http://s0.wp.com/latex.php?latex=D%5E2&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='D^2' title='D^2' class='latex' /> (unit disk in <img src='http://s0.wp.com/latex.php?latex=%5Cmathbb%7BR%7D%5E2&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;mathbb{R}^2' title='&#92;mathbb{R}^2' class='latex' />); I replied that it was the Brouwer theorem, which he then asked me to prove (in that case).  I gave the usual proof using singular homology (which he said was allowed); I actually sort of half-alternated between talking about the fundamental group and that.  (If you haven&#8217;t seen it, cf. any book on algebraic topology.) </p>
<p>The next judge then told me that the chair he pointed to in the back of the room was magical and could take me 1 million years in the past.  I could take three things wit h me, and I had to decide.  I said that I&#8217;d take a weapon to defend myself, fertilizer to help grow food, and textbooks to entertain myself (I really couldn&#8217;t resist the last part).</p>
<p>The third judge in the panel asked me about gases.  He inquired about what would happen if a box of gas had its volume changed (temperature kept constant); I remembered enough basic chemistry from sophomore year to explain the ideal gas law.  He asked me about the deviations from the ideal gas law.  I said that they were caused by van der Waals forces and other intermolecular attractions, though I couldn&#8217;t remember enough to say it well.  The 15 minutes were up, but they said it was a good interview.  Dropping algebraic topology references was probably a good idea, though the brain-freeze on a baby problem was embarrassing.</p>
<p>I next went to dinner, which included the other 39 finalists, the judges, various SSP people, and a couple of Intel alumni who had distinguished themselves.  One of them was <a href="http://en.wikipedia.org/wiki/Roger_Y._Tsien">Roger Tsien</a>, who said that his obsession with producing pretty colors in chemistry experiments was part of his motivation to study fluorescent proteins.  Tsien gave an amusing recount of his life story and major discoveries.  The other was an aerospace engineer from MIT  who told us that each of the finalists get an asteroid named after him or her.</p>
<p>I&#8217;ve got one more (nonmathematical) interview tomorrow.   On Sunday, we&#8217;re actually going to talk to the judges about our projects.</p>
<p>(<strong>10:38) </strong>A conversation with David Liu just made me realize that I omitted a part of the third judging interview.  In particular, a doctor asked me to name a letter from A-Z (which, upon asking, was inclusive of the endpoints).  I picked &#8220;A&#8221; and was asked what the adaptations of aardvarks are; I said something about their fur and warm-bloodedness.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/761/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/761/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/761/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=761&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2010/03/12/intel-sts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc19d581d660046240651529ee9b121f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Is early specialization good?</title>
		<link>http://deltaepsilons.wordpress.com/2010/03/04/is-early-specialization-good/</link>
		<comments>http://deltaepsilons.wordpress.com/2010/03/04/is-early-specialization-good/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 22:11:59 +0000</pubDate>
		<dc:creator>Akhil Mathew</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=759</guid>
		<description><![CDATA[Thomas Sauvaget asked a question on MO on whether specializing early is a good thing.  It got into an interesting discussion, which continues on his blog.  I have placed some of my own thoughts there, so I won&#8217;t ramble here. In an unrelated note, if you haven&#8217;t already seen it, you ought to watch the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=759&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Thomas Sauvaget asked a <a href="http://mathoverflow.net/questions/16587/specializing-early">question</a> on MO on whether specializing early is a good thing.  It got into an interesting discussion, which <a href="http://thomas1111.wordpress.com/2010/02/28/discussion-section-for-mo-question-16587/">continues</a> on his blog.  I have placed some of my own thoughts there, so I won&#8217;t ramble here.</p>
<p>In an unrelated note, if you haven&#8217;t already seen it, you ought to watch the MAA&#8217;s great <img src='http://s0.wp.com/latex.php?latex=%5Cpi%2C+e&amp;bg=ffffff&amp;fg=666666&amp;s=0' alt='&#92;pi, e' title='&#92;pi, e' class='latex' /> <a href="https://www.maa.org/EbusPPRO/Bookstore/ProductDetail/tabid/170/Default.aspx?ProductId=2207">debate</a>.  And that&#8217;s regardless what you think of the holiday &#8220;Pi Day&#8221;&#8211;I&#8217;m mostly in agreement with what John Armstrong has to say <a href="http://unapologetic.wordpress.com/2007/03/15/that-greek-constant/">on this subject</a>.  Also, cf. this MO thread for <a href="http://mathoverflow.net/questions/1270/alternatives-to-pi-day/1273#1273">some good alternatives</a> to memorizing digits.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/759/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/759/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/759/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=759&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2010/03/04/is-early-specialization-good/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc19d581d660046240651529ee9b121f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amathew</media:title>
		</media:content>
	</item>
		<item>
		<title>Some unsolved problems</title>
		<link>http://deltaepsilons.wordpress.com/2010/01/03/some-unsolved-problems/</link>
		<comments>http://deltaepsilons.wordpress.com/2010/01/03/some-unsolved-problems/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 21:38:00 +0000</pubDate>
		<dc:creator>Damien Jiang</dc:creator>
				<category><![CDATA[Problem-solving]]></category>
		<category><![CDATA[functional equation]]></category>
		<category><![CDATA[geometry]]></category>
		<category><![CDATA[IMO longlist]]></category>
		<category><![CDATA[incircle]]></category>
		<category><![CDATA[integer functional equation]]></category>
		<category><![CDATA[Russian Olympiad]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=750</guid>
		<description><![CDATA[Happy New Year! Since we have been too lazy to post lately (and the so-not-lazy Akhil posts mostly elsewhere now), I&#8217;m going to post some problems that I probably should be able to solve, but haven&#8217;t. First, an interesting (and apparently classic) problem given to me by Tim Chu, USA IMO alternate: Find all such [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=750&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Happy New Year!</p>
<p>Since we have been too lazy to post lately (and the so-not-lazy Akhil posts mostly elsewhere now), I&#8217;m going to post some problems that I probably should be able to solve, but haven&#8217;t.</p>
<p><span id="more-750"></span></p>
<p>First, an interesting (and apparently classic) problem given to me by Tim Chu, USA IMO alternate:</p>
<p>Find all <img src="http://alt1.artofproblemsolving.com/Forum/latexrender/pictures/3/d/b/3db4b03aa951340a95e00b1bcae4b413b70491cb.gif" alt="" /> such that f is multiplicative (for relatively prime positive integers), monotonically increasing, and f(2) = 2.</p>
<p>A second from an old IMO longlist:</p>
<p>Show that the union of all segments with endpoints in <img src="http://alt2.artofproblemsolving.com/Forum/latexrender/pictures/9/e/3/9e39d6693a3d49496ff61d5c1d67399d784c43bd.gif" alt="" /> includes every point in <img src="http://alt1.artofproblemsolving.com/Forum/latexrender/pictures/0/6/a/06a972b178d2ff674af815d8033ebf31b51f889c.gif" alt="" />.</p>
<p>EDIT: Well apparently this is wrong. However, part b of the problem asks if the convex hull of <img src="http://alt2.artofproblemsolving.com/Forum/latexrender/pictures/9/e/3/9e39d6693a3d49496ff61d5c1d67399d784c43bd.gif" alt="" /> is equal to <img src="http://alt1.artofproblemsolving.com/Forum/latexrender/pictures/0/6/a/06a972b178d2ff674af815d8033ebf31b51f889c.gif" alt="" />.</p>
<p>And a third from Russia 2005:</p>
<p>A quadrilateral ABCD without parallel sides is circumscribed around a circle with center O. Show that O is the barycenter of ABCD iff (OA)(OC) = (OB)(OD).</p>
<p>(Looks quite vector/complex-number friendly, but&#8230; I probably didn&#8217;t try hard enough.)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/750/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/750/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/750/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=750&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2010/01/03/some-unsolved-problems/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b6b9f7b3daa1289fce0c1ab2b888cb15?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">algebra123230</media:title>
		</media:content>

		<media:content url="http://alt1.artofproblemsolving.com/Forum/latexrender/pictures/3/d/b/3db4b03aa951340a95e00b1bcae4b413b70491cb.gif" medium="image" />

		<media:content url="http://alt2.artofproblemsolving.com/Forum/latexrender/pictures/9/e/3/9e39d6693a3d49496ff61d5c1d67399d784c43bd.gif" medium="image" />

		<media:content url="http://alt1.artofproblemsolving.com/Forum/latexrender/pictures/0/6/a/06a972b178d2ff674af815d8033ebf31b51f889c.gif" medium="image" />

		<media:content url="http://alt2.artofproblemsolving.com/Forum/latexrender/pictures/9/e/3/9e39d6693a3d49496ff61d5c1d67399d784c43bd.gif" medium="image" />

		<media:content url="http://alt1.artofproblemsolving.com/Forum/latexrender/pictures/0/6/a/06a972b178d2ff674af815d8033ebf31b51f889c.gif" medium="image" />
	</item>
		<item>
		<title>Real and Complex Analysis, by C. Apelian and S. Surace, now published</title>
		<link>http://deltaepsilons.wordpress.com/2009/12/19/real-and-complex-analysis-by-c-apelian-and-s-surace-now-published/</link>
		<comments>http://deltaepsilons.wordpress.com/2009/12/19/real-and-complex-analysis-by-c-apelian-and-s-surace-now-published/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 02:13:13 +0000</pubDate>
		<dc:creator>Akhil Mathew</dc:creator>
				<category><![CDATA[analysis]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[math education]]></category>
		<category><![CDATA[Christopher Apelian]]></category>
		<category><![CDATA[Real and Complex Analysis]]></category>
		<category><![CDATA[Steve Surace]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=746</guid>
		<description><![CDATA[(This material is reposted from here.) The book Real and Complex Analysis, by Christopher Apelian and Steve Surace, was recently released. It&#8217;s mainly for an introductory upper-level undergraduate course in real and complex analysis, especially at small liberal-arts colleges.  In this post, I&#8217;ll describe this book and how I was involved in its production. At the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=746&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>(<em>This material is reposted from <a href="http://amathew.wordpress.com/2009/12/19/real-and-complex-analysis-by-c-apelian-and-s-surace-now-published/">here</a>.)</em></p>
<p>The book <em><a href="http://www.amazon.com/Real-Complex-Analysis-Applied-Mathematics/dp/1584888067/ref=sr_1_4?ie=UTF8&amp;s=books&amp;qid=1261273165&amp;sr=8-4">Real and Complex Analysis</a></em>, by Christopher Apelian and Steve Surace, was recently released.</p>
<p><img title="acbook" src="http://amathew.files.wordpress.com/2009/12/acbook1.jpg?w=94&#038;h=132" alt="" width="94" height="132" /></p>
<p>It&#8217;s mainly for an introductory upper-level undergraduate course in real and complex analysis, especially at small liberal-arts colleges.  In this post, I&#8217;ll describe this book and how I was involved in its production.</p>
<p>At the start of my freshman year, my analysis teacher, Professor Surace, asked me to check over the drafts of a book he and his colleague (and my former teacher) Prof. Apelian were working on. It was the textbook for the course. At the time, if I remember correctly, there were six chapters: on the real and complex spaces, basic topology, limits, continuity, convergence of functions, and derivatives. The complex analysis part of the book was in its infancy (e.g., there was only a rudimentary outline of one chapter, which had been written some time back and was typeset in Word&#8212;they wrote it well before before they had switched to LaTeX).<span id="more-746"></span></p>
<p>Anyway, since one of my hobbies that year was playing around with LaTeX and trying to figure out all the cool formatting tricks used in books, and since they hadn&#8217;t yet done much to change the (somewhat bland) default book style, I pointed out a few tweaks that, in my opinion, would make it look better. They agreed, and I ended up being put in charge of the layout. It turned out that I would need to learn a lot more about LaTeX though (or at least, learn to look up things a lot more). As you can see from the <a href="http://users.drew.edu/capelian/SAMPLE%20PAGES%20from%20Real%20and%20Complex%20Analysis.pdf">sample pages</a>, the authors&#8212;or to be precise, one of them <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> &#8212;had fairly detailed ideas of how the book should appear. I don&#8217;t know if I learned LaTeX properly, but I sure learned a lot of hacks.</p>
<p>I also ended up sketching the figures, which enabled me to pick up the useful (and definitely nontrivial) skill of using Adobe Illustrator. In fact, I&#8217;ve used it in making some of these blog posts.  (Though I would recommend interested passers-by also to consider, say, <a href="http://deltaepsilons.wordpress.com/2009/07/27/tikz-a-mathematicians-helper/">Tikz</a> depending on your aims; I&#8217;m not familiar with it, but it has the benefit of being free.)<img title="More..." src="https://amathew.wordpress.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p>I don&#8217;t know all the details of how the book got started&#8211;I think the idea goes back many years, and certainly before I started helping them. The authors, who were faculty members at Drew University, a small liberal arts college, found it inconvenient to have separate courses for real and complex analysis. So they taught them together, i.e. covered topics such as continuity and convergence for real and complex functions simultaneously. They couldn&#8217;t find a textbook to use though, so they decided to write one.</p>
<p>I had noticed that a lot of basic complex analysis textbooks (e.g. Ahlfors, Hille) covered much logically redundant material. Then again, at least when I first got interested in analysis, it was Cauchy&#8217;s theorem and the residue theorem&#8212;not rigorizing integration&#8212;that piqued my curiosity. So I first learnt about compactness and continuity from a book on complex analysis&#8212;if I remember correctly, an old <a href="http://books.google.com/books?id=S6Z9QgAACAAJ&amp;dq=herb+silverman+complex+variables&amp;ei=noQtS43OD6K0zASknsHIBA&amp;cd=1">volume</a> by Herb Silverman that I found in a public library.</p>
<p>(One could of course ask&#8212;why not just talk about metric spaces, or topological spaces more generally? But the curriculum at Drew University does not typically cover that, and this is an introductory textbook.)</p>
<p>I also learned that while having two authors definitely does not halve the time for completion, it can improve the quality.</p>
<p>The book also has a <a href="http://users.drew.edu/capelian/rcanalysis.html">website</a>, here. Soon I am going to write up partial solutions to the exercises to be posted there.  It&#8217;s now been more than three years that I&#8217;ve been helping out, and as fun as it&#8217;s been, I&#8217;m glad to see the book in print!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/746/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/746/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/746/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=746&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2009/12/19/real-and-complex-analysis-by-c-apelian-and-s-surace-now-published/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc19d581d660046240651529ee9b121f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amathew</media:title>
		</media:content>

		<media:content url="http://amathew.files.wordpress.com/2009/12/acbook1.jpg" medium="image">
			<media:title type="html">acbook</media:title>
		</media:content>

		<media:content url="https://amathew.wordpress.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" medium="image">
			<media:title type="html">More...</media:title>
		</media:content>
	</item>
		<item>
		<title>The Hahn-Banach theorem and two applications</title>
		<link>http://deltaepsilons.wordpress.com/2009/11/28/the-hahn-banach-theorem-and-two-applications/</link>
		<comments>http://deltaepsilons.wordpress.com/2009/11/28/the-hahn-banach-theorem-and-two-applications/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 03:37:55 +0000</pubDate>
		<dc:creator>Akhil Mathew</dc:creator>
				<category><![CDATA[analysis]]></category>
		<category><![CDATA[functional analysis]]></category>
		<category><![CDATA[MaBloWriMo]]></category>
		<category><![CDATA[convex sets]]></category>
		<category><![CDATA[Hahn-Banach theorem]]></category>
		<category><![CDATA[hyperplane separation theorem]]></category>
		<category><![CDATA[linear functionals]]></category>
		<category><![CDATA[Muntz approximation theorem]]></category>

		<guid isPermaLink="false">http://deltaepsilons.wordpress.com/?p=728</guid>
		<description><![CDATA[I have been finishing my MaBloWriMo series on differential geometry with a proof of the Myers comparison theorem, which right now has only an outline, but will rely on the second variation formula for the energy integral.  After that, it looks like I&#8217;ll be posting somewhat more randomly.   Here I will try something different. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=728&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have been finishing my <a href="http://amathew.wordpress.com/category/mablowrimo/">MaBloWriMo series </a>on differential geometry with a proof of the <a href="http://amathew.wordpress.com/2009/11/28/the-ricci-tensor-and-manifolds-of-positive-curvature/">Myers comparison theorem</a>, which right now has only an outline, but will rely on the second variation formula for the energy integral.  After that, it looks like I&#8217;ll be posting somewhat more randomly.   Here I will try something different.</p>
<p>The Hahn-Banach theorem is a basic result in functional analysis, which simply states that one can extend a linear function from a subspace while preserving certain bounds, but whose applications are quite manifold.</p>
<p><strong>Edit (12/5): </strong>This material doesn&#8217;t look so great on WordPress.  So, <a href="http://deltaepsilons.files.wordpress.com/2009/11/hb.pdf">here&#8217;s</a> the PDF version.  Note that the figure is omitted in the file.</p>
<p style="text-align:center;"><strong>The Hahn-Banach theorem</strong><strong>              </strong></p>
<p style="text-align:left;"><strong>Theorem 1 (Hahn-Banach)</strong> <em>Let <img src='http://s0.wp.com/latex.php?latex=%7BX%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{X}' title='{X}' class='latex' /> be a vector space, </em><em><img src='http://s0.wp.com/latex.php?latex=%7Bg%3A+X+%5Crightarrow+%5Cmathbb%7BR%7D_%7B%5Cgeq+0%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g: X &#92;rightarrow &#92;mathbb{R}_{&#92;geq 0}}' title='{g: X &#92;rightarrow &#92;mathbb{R}_{&#92;geq 0}}' class='latex' /> a positive homogeneous (i.e. <img src='http://s0.wp.com/latex.php?latex=%7Bg%28tx%29+%3D+tg%28x%29%2C+t+%3E0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g(tx) = tg(x), t &gt;0}' title='{g(tx) = tg(x), t &gt;0}' class='latex' />) and sublinear (i.e. <img src='http://s0.wp.com/latex.php?latex=%7Bg%28x%2By%29+%5Cleq+g%28x%29+%2B+g%28y%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g(x+y) &#92;leq g(x) + g(y)}' title='{g(x+y) &#92;leq g(x) + g(y)}' class='latex' />) function.  </em></p>
<p style="text-align:left;"><em>Suppose <img src='http://s0.wp.com/latex.php?latex=%7BY%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Y}' title='{Y}' class='latex' /> is a subspace and <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%3A+Y+%5Crightarrow+%5Cmathbb%7BR%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda: Y &#92;rightarrow &#92;mathbb{R}}' title='{&#92;lambda: Y &#92;rightarrow &#92;mathbb{R}}' class='latex' /> is a linear function with <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%28y%29+%5Cleq+g%28y%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda(y) &#92;leq g(y)}' title='{&#92;lambda(y) &#92;leq g(y)}' class='latex' /> for all <img src='http://s0.wp.com/latex.php?latex=%7By+%5Cin+Y%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{y &#92;in Y}' title='{y &#92;in Y}' class='latex' />. </em></p>
<p style="text-align:left;"><em>Then there is an extension of <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda}' title='{&#92;lambda}' class='latex' /> to a functional <img src='http://s0.wp.com/latex.php?latex=%7B%5Ctilde%7B%5Clambda%7D%3A+X+%5Crightarrow+%5Cmathbb%7BR%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;tilde{&#92;lambda}: X &#92;rightarrow &#92;mathbb{R}}' title='{&#92;tilde{&#92;lambda}: X &#92;rightarrow &#92;mathbb{R}}' class='latex' /> with </em></p>
<p style="text-align:center;">
<div style="text-align:center;"><em><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Ctilde%7B%5Clambda%7D%28x%29+%5Cleq+g%28x%29%2C+%5C+x+%5Cin+X.&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;tilde{&#92;lambda}(x) &#92;leq g(x), &#92; x &#92;in X.' title='&#92;displaystyle &#92;tilde{&#92;lambda}(x) &#92;leq g(x), &#92; x &#92;in X.' class='latex' /> </em></div>
<div style="text-align:center;"><em> </em></div>
<div style="text-align:center;"><em> </em></div>
<div style="text-align:left;">I&#8217;ll omit the proof; I want to discuss why it is so interesting.  One of its applications lies in questions of the form &#8220;are elements of this form dense in the space&#8221;? The reason is that if <img src='http://s0.wp.com/latex.php?latex=%7BX%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{X}' title='{X}' class='latex' /> is a normed linear space and <img src='http://s0.wp.com/latex.php?latex=%7BY%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Y}' title='{Y}' class='latex' /> a <strong>closed</strong> subspace, the quotient vector space <img src='http://s0.wp.com/latex.php?latex=%7BX%2FY%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{X/Y}' title='{X/Y}' class='latex' /> is a norm with the norm <img src='http://s0.wp.com/latex.php?latex=%7B%7Cx%2BY%7C+%3A%3D+%5Cinf_%7By%5Cin+Y%7D+%7Cx-y%7C.%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{|x+Y| := &#92;inf_{y&#92;in Y} |x-y|.}' title='{|x+Y| := &#92;inf_{y&#92;in Y} |x-y|.}' class='latex' /> (The closedness condition is necessary because otherwise there might be nonzero elements of <img src='http://s0.wp.com/latex.php?latex=%7BX%2FY%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{X/Y}' title='{X/Y}' class='latex' /> with zero norm.) <em><span id="more-728"></span></em>So:</div>
<p><em> </p>
<p></em></p>
<blockquote><p><strong>Corollary 2</strong> <em>Let <img src='http://s0.wp.com/latex.php?latex=%7BX%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{X}' title='{X}' class='latex' /> be a normed linear space, <img src='http://s0.wp.com/latex.php?latex=%7BY%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Y}' title='{Y}' class='latex' /> a subspace. Then <img src='http://s0.wp.com/latex.php?latex=%7Bx+%5Cin+%5Cbar%7BY%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{x &#92;in &#92;bar{Y}}' title='{x &#92;in &#92;bar{Y}}' class='latex' /> if and only if: </em><em> <strong>Every bounded linear functional <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%3A+X+%5Crightarrow+%5Cmathbb%7BR%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda: X &#92;rightarrow &#92;mathbb{R}}' title='{&#92;lambda: X &#92;rightarrow &#92;mathbb{R}}' class='latex' /> vanishing on <img src='http://s0.wp.com/latex.php?latex=%7BY%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Y}' title='{Y}' class='latex' /> vanishes on <img src='http://s0.wp.com/latex.php?latex=%7Bx%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{x}' title='{x}' class='latex' />.</strong>   </p>
<p></em></p></blockquote>
<p>One implication is immediate; linear functionals are continuous. For the other, note that the condition is equivalent to &#8220;any bounded linear functional <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda}' title='{&#92;lambda}' class='latex' /> on <img src='http://s0.wp.com/latex.php?latex=%7BX%2F%5Cbar%7BY%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{X/&#92;bar{Y}}' title='{X/&#92;bar{Y}}' class='latex' /> satisfies <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%28%5Cbar%7Bx%7D%29%3D0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda(&#92;bar{x})=0}' title='{&#92;lambda(&#92;bar{x})=0}' class='latex' />, where <img src='http://s0.wp.com/latex.php?latex=%7B%5Cbar%7Bx%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;bar{x}}' title='{&#92;bar{x}}' class='latex' /> denotes the image of <img src='http://s0.wp.com/latex.php?latex=%7Bx%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{x}' title='{x}' class='latex' />.&#8221;In particular, we are reduced to showing that if <img src='http://s0.wp.com/latex.php?latex=%7BZ%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Z}' title='{Z}' class='latex' /> is a normed linear space <img src='http://s0.wp.com/latex.php?latex=%7Bz+%5Cin+Z%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{z &#92;in Z}' title='{z &#92;in Z}' class='latex' /> is nonzero, there is a bounded linear functional that does not annihilate <img src='http://s0.wp.com/latex.php?latex=%7Bz%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{z}' title='{z}' class='latex' />. To do this, we apply the Hahn-Banach theorem to <img src='http://s0.wp.com/latex.php?latex=%7BZ%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Z}' title='{Z}' class='latex' /> and the subspace <img src='http://s0.wp.com/latex.php?latex=%7B%5Cmathbb%7BR%7D.z%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;mathbb{R}.z}' title='{&#92;mathbb{R}.z}' class='latex' />, with <img src='http://s0.wp.com/latex.php?latex=%7Bg%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g}' title='{g}' class='latex' /> as some multiple of the norm. Choose any nonzero linear functional on this subspace, and then extend to all of <img src='http://s0.wp.com/latex.php?latex=%7BZ%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Z}' title='{Z}' class='latex' />.</p>
<p style="text-align:center;"><strong>An approximation result for powers of <img src='http://s0.wp.com/latex.php?latex=%7Bt%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{t}' title='{t}' class='latex' /> </strong>A spectacular application of this is the following:</p>
<blockquote><p><strong>Theorem 3 (Muntz)</strong> <em>If <img src='http://s0.wp.com/latex.php?latex=%7B%5C%7B%5Clambda_n%5C%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;{&#92;lambda_n&#92;}}' title='{&#92;{&#92;lambda_n&#92;}}' class='latex' /> is a sequence of positive real numbers with <img src='http://s0.wp.com/latex.php?latex=%7B%5Csum+%5Clambda_n%5E%7B-1%7D+%3D+%5Cinfty%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;sum &#92;lambda_n^{-1} = &#92;infty}' title='{&#92;sum &#92;lambda_n^{-1} = &#92;infty}' class='latex' />, then the linear combinations of the functions <img src='http://s0.wp.com/latex.php?latex=%7Bt%5E%7B%5Clambda_n%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{t^{&#92;lambda_n}}' title='{t^{&#92;lambda_n}}' class='latex' /> are dense in <img src='http://s0.wp.com/latex.php?latex=%7BC%28%5B0%2C1%5D%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C([0,1])}' title='{C([0,1])}' class='latex' />, the space of real continuous functions on the unit interval with the sup norm. </em></p></blockquote>
<p>The proof starts by employing the above corollary: for a sequence <img src='http://s0.wp.com/latex.php?latex=%7B%5C%7B%5Clambda_n%5C%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;{&#92;lambda_n&#92;}}' title='{&#92;{&#92;lambda_n&#92;}}' class='latex' /> with the powers <img src='http://s0.wp.com/latex.php?latex=%7B%5C%7Bt%5E%7B%5Clambda_n%7D%5C%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;{t^{&#92;lambda_n}&#92;}}' title='{&#92;{t^{&#92;lambda_n}&#92;}}' class='latex' /> not dense in <img src='http://s0.wp.com/latex.php?latex=%7BC%280%2C1%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C(0,1)}' title='{C(0,1)}' class='latex' />, there is a nonzero continouus functional <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%3A+C%28%5B0%2C1%5D%29+%5Crightarrow+%5Cmathbb%7BR%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda: C([0,1]) &#92;rightarrow &#92;mathbb{R}}' title='{&#92;lambda: C([0,1]) &#92;rightarrow &#92;mathbb{R}}' class='latex' /> with<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Clambda%28t%5E%7B%5Clambda_n%7D%29+%3D+0%2C+%5C+%5Cforall+n.&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;lambda(t^{&#92;lambda_n}) = 0, &#92; &#92;forall n.' title='&#92;displaystyle &#92;lambda(t^{&#92;lambda_n}) = 0, &#92; &#92;forall n.' class='latex' /> The elegant idea in this proof is to consider the <em>complex function</em><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+F%28z%29+%3A%3D+%5Clambda%28+t%5Ez+%29+%3D+%5Clambda%28Re%28t%5Ez%29%29+%2B+i+%5Clambda%28Im%28t%5Ez%29%29&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle F(z) := &#92;lambda( t^z ) = &#92;lambda(Re(t^z)) + i &#92;lambda(Im(t^z))' title='&#92;displaystyle F(z) := &#92;lambda( t^z ) = &#92;lambda(Re(t^z)) + i &#92;lambda(Im(t^z))' class='latex' /> defined in the right half-plane <img src='http://s0.wp.com/latex.php?latex=%7BRe%28z%29%3E0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Re(z)&gt;0}' title='{Re(z)&gt;0}' class='latex' />. This is an analytic function in <img src='http://s0.wp.com/latex.php?latex=%7Bz%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{z}' title='{z}' class='latex' />, because<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7B+F%28z%2B%5Ceta%29-F%28z%29%7D%7B%5Ceta%7D+%3D+%5Clambda%5Cleft%28+%5Cfrac%7Bt%5E%7Bz%2B%5Ceta%7D+-+t%5Ez%7D%7B%5Ceta%7D+%5Cright%29.&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;frac{ F(z+&#92;eta)-F(z)}{&#92;eta} = &#92;lambda&#92;left( &#92;frac{t^{z+&#92;eta} - t^z}{&#92;eta} &#92;right).' title='&#92;displaystyle &#92;frac{ F(z+&#92;eta)-F(z)}{&#92;eta} = &#92;lambda&#92;left( &#92;frac{t^{z+&#92;eta} - t^z}{&#92;eta} &#92;right).' class='latex' /> When <img src='http://s0.wp.com/latex.php?latex=%7BRe%28z%29%3E0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{Re(z)&gt;0}' title='{Re(z)&gt;0}' class='latex' />, the function <img src='http://s0.wp.com/latex.php?latex=%7B%5Cfrac%7Bt%5E%7Bz%2B%5Ceta%7D+-+t%5Ez%7D%7B%5Ceta%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;frac{t^{z+&#92;eta} - t^z}{&#92;eta}}' title='{&#92;frac{t^{z+&#92;eta} - t^z}{&#92;eta}}' class='latex' /> tends uniformly in <img src='http://s0.wp.com/latex.php?latex=%7Bt%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{t}' title='{t}' class='latex' /> (in the unit interval) to <img src='http://s0.wp.com/latex.php?latex=%7B%28%5Clog+t%29+t%5Ez%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{(&#92;log t) t^z}' title='{(&#92;log t) t^z}' class='latex' />.These are the basic properties of <img src='http://s0.wp.com/latex.php?latex=%7BF%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{F}' title='{F}' class='latex' />:</p>
<ol>
<li><img src='http://s0.wp.com/latex.php?latex=%7B%7C%7CF%7C%7C_%7B%5Cinfty%7D+%3C+%5Cinfty%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{||F||_{&#92;infty} &lt; &#92;infty}' title='{||F||_{&#92;infty} &lt; &#92;infty}' class='latex' />. Indeed, <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda}' title='{&#92;lambda}' class='latex' /> is a bounded functional and the function <img src='http://s0.wp.com/latex.php?latex=%7Bt%5Ez%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{t^z}' title='{t^z}' class='latex' /> has norm 1.</li>
<li><img src='http://s0.wp.com/latex.php?latex=%7BF%28n%29+%5Cnot%5Cequiv+0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{F(n) &#92;not&#92;equiv 0}' title='{F(n) &#92;not&#92;equiv 0}' class='latex' />. Indeed, otherwise <img src='http://s0.wp.com/latex.php?latex=%7BF%28n%29%3D0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{F(n)=0}' title='{F(n)=0}' class='latex' /> for <img src='http://s0.wp.com/latex.php?latex=%7Bn+%5Cin+%5Cmathbb%7BN%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{n &#92;in &#92;mathbb{N}}' title='{n &#92;in &#92;mathbb{N}}' class='latex' />, implying <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda}' title='{&#92;lambda}' class='latex' /> vanishes on polynomials. But the Weierstrass theorem implies these are dense in <img src='http://s0.wp.com/latex.php?latex=%7BC%280%2C1%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C(0,1)}' title='{C(0,1)}' class='latex' />, so <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda+%5Cequiv+0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda &#92;equiv 0}' title='{&#92;lambda &#92;equiv 0}' class='latex' />, contradiction.</li>
</ol>
<p>There are general theorems characterizing the roots of a bounded analytic function in some disk (in some, boundedness can be weakened to a <img src='http://s0.wp.com/latex.php?latex=%7BH%5Ep%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{H^p}' title='{H^p}' class='latex' /> condition). Since the right half-plane is conformally equivalent to the disk via the transformation<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cphi%3A+z+%5Crightarrow+%5Cfrac%7Bz-1%7D%7Bz%2B1%7D+&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;phi: z &#92;rightarrow &#92;frac{z-1}{z+1} ' title='&#92;displaystyle &#92;phi: z &#92;rightarrow &#92;frac{z-1}{z+1} ' class='latex' /> we can consider the bounded analytic function <img src='http://s0.wp.com/latex.php?latex=%7BF+%5Ccirc+%5Cphi%5E%7B-1%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{F &#92;circ &#92;phi^{-1}}' title='{F &#92;circ &#92;phi^{-1}}' class='latex' /> on the unit disk, which has roots at<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Cfrac%7B%5Clambda_n+-+1%7D%7B%5Clambda_n%2B1%7D.&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;frac{&#92;lambda_n - 1}{&#92;lambda_n+1}.' title='&#92;displaystyle &#92;frac{&#92;lambda_n - 1}{&#92;lambda_n+1}.' class='latex' /> Now I quote the following theorem:</p>
<blockquote><p><strong>Theorem 4</strong> <em>Let <img src='http://s0.wp.com/latex.php?latex=%7Bf+%3A+U+%5Crightarrow+%5Cmathbb%7BC%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{f : U &#92;rightarrow &#92;mathbb{C}}' title='{f : U &#92;rightarrow &#92;mathbb{C}}' class='latex' /> be a bounded analytic function. If the zeros of <img src='http://s0.wp.com/latex.php?latex=%7Bf%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{f}' title='{f}' class='latex' /> in <img src='http://s0.wp.com/latex.php?latex=%7BU%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{U}' title='{U}' class='latex' /> are <img src='http://s0.wp.com/latex.php?latex=%7B%5Czeta_n%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;zeta_n}' title='{&#92;zeta_n}' class='latex' />, then<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Csum+%281+-+%7C%5Czeta_n%7C%29+%3C+%5Cinfty.&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;sum (1 - |&#92;zeta_n|) &lt; &#92;infty.' title='&#92;displaystyle &#92;sum (1 - |&#92;zeta_n|) &lt; &#92;infty.' class='latex' />  </p>
<p></em></p></blockquote>
<p>This can be proved using Blaschke products; see Rudin&#8217;s <em><a href="http://books.google.com/books?id=onVoAAAACAAJ&amp;dq=rudin+real+and+complex+analysis&amp;ei=M-sRS5_TL4XgyATh_93bDA">Real and Complex Analysis</a></em>.So for our function <img src='http://s0.wp.com/latex.php?latex=%7BF+%5Ccirc+%5Cphi%5E%7B-1%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{F &#92;circ &#92;phi^{-1}}' title='{F &#92;circ &#92;phi^{-1}}' class='latex' />, we find<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Csum+%5Cleft%28+1-+%5Cfrac%7B%5Clambda_n+-+1%7D%7B%5Clambda_n%2B1%7D+%5Cright%29+%3D+%5Csum+%5Cfrac%7B2%7D%7B%5Clambda_n+%2B+1%7D+%3C+%5Cinfty%2C&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;sum &#92;left( 1- &#92;frac{&#92;lambda_n - 1}{&#92;lambda_n+1} &#92;right) = &#92;sum &#92;frac{2}{&#92;lambda_n + 1} &lt; &#92;infty,' title='&#92;displaystyle &#92;sum &#92;left( 1- &#92;frac{&#92;lambda_n - 1}{&#92;lambda_n+1} &#92;right) = &#92;sum &#92;frac{2}{&#92;lambda_n + 1} &lt; &#92;infty,' class='latex' /> which shows that <img src='http://s0.wp.com/latex.php?latex=%7B%5Csum+%5Clambda_n%5E%7B-1%7D+%3C+%5Cinfty%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;sum &#92;lambda_n^{-1} &lt; &#92;infty}' title='{&#92;sum &#92;lambda_n^{-1} &lt; &#92;infty}' class='latex' />, and which proves the theorem.It&#8217;s in fact true that the condition is necessary, and the <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda_n%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda_n}' title='{&#92;lambda_n}' class='latex' /> can be made complex. Cf. Rudin.</p>
<p style="text-align:center;"><strong>Geometric applications </strong>Let <img src='http://s0.wp.com/latex.php?latex=%7BC%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C}' title='{C}' class='latex' /> be a closed convex plane region, and <img src='http://s0.wp.com/latex.php?latex=%7Bp+%5Cin+%5Cpartial+C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{p &#92;in &#92;partial C}' title='{p &#92;in &#92;partial C}' class='latex' />:<a href="http://deltaepsilons.files.wordpress.com/2009/11/convexset.jpg"><img class="aligncenter size-medium wp-image-737" title="convexset" src="http://deltaepsilons.files.wordpress.com/2009/11/convexset.jpg?w=300&#038;h=253" alt="" width="300" height="253" /></a>Then there exists a line through <img src='http://s0.wp.com/latex.php?latex=%7Bp%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{p}' title='{p}' class='latex' /> such that <img src='http://s0.wp.com/latex.php?latex=%7BC%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C}' title='{C}' class='latex' /> lies on one side of <img src='http://s0.wp.com/latex.php?latex=%7Bp%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{p}' title='{p}' class='latex' />&#8212;i.e., a <strong>support line</strong>. This can be proven using a bit of elementary geometry, but it also follows from fancier arguments as well.Basically, the assertion of the theorem can be rephrased as follows: the line corresponds to a linear functional <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%3A+%5Cmathbb%7BR%7D%5E2+%5Crightarrow+%5Cmathbb%7BR%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda: &#92;mathbb{R}^2 &#92;rightarrow &#92;mathbb{R}}' title='{&#92;lambda: &#92;mathbb{R}^2 &#92;rightarrow &#92;mathbb{R}}' class='latex' />, such that <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%28p%29+%3D+c%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda(p) = c}' title='{&#92;lambda(p) = c}' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%28A%29+%5Csubset+%28-%5Cinfty%2C+c%5D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda(A) &#92;subset (-&#92;infty, c]}' title='{&#92;lambda(A) &#92;subset (-&#92;infty, c]}' class='latex' />.</p>
<blockquote><p><strong>Theorem 5</strong> <em>Let <img src='http://s0.wp.com/latex.php?latex=%7BA%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{A}' title='{A}' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=%7BB%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{B}' title='{B}' class='latex' /> be disjoint convex sets in a topological vector space such that <img src='http://s0.wp.com/latex.php?latex=%7BA%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{A}' title='{A}' class='latex' /> contains an interior point. Then there is a nonzero continuous linear functional <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda+%3A+X+%5Crightarrow%5Cmathbb%7BR%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda : X &#92;rightarrow&#92;mathbb{R}}' title='{&#92;lambda : X &#92;rightarrow&#92;mathbb{R}}' class='latex' /> with<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Csup_%7Ba+%5Cin+A%7D+%5Clambda%28a%29+%5Cleq+%5Cinf_%7Bb+%5Cin+B%7D%5Clambda%28b%29.&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;sup_{a &#92;in A} &#92;lambda(a) &#92;leq &#92;inf_{b &#92;in B}&#92;lambda(b).' title='&#92;displaystyle &#92;sup_{a &#92;in A} &#92;lambda(a) &#92;leq &#92;inf_{b &#92;in B}&#92;lambda(b).' class='latex' />  </p>
<p></em></p></blockquote>
<p>The geometric fact above follows from taking <img src='http://s0.wp.com/latex.php?latex=%7BB+%3D+p%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{B = p}' title='{B = p}' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=%7BC+%3D+Int%28A%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C = Int(A)}' title='{C = Int(A)}' class='latex' />.For a convex set <img src='http://s0.wp.com/latex.php?latex=%7BC%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C}' title='{C}' class='latex' />, we define the <strong>Minkowski functional</strong><img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+g_C%28x%29+%3D+%5Cinf+%5C%7B+t%5E%7B-1%7D+%3A+t+%3E+0%2C+tx+%5Cin+C+%5C%7D.&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle g_C(x) = &#92;inf &#92;{ t^{-1} : t &gt; 0, tx &#92;in C &#92;}.' title='&#92;displaystyle g_C(x) = &#92;inf &#92;{ t^{-1} : t &gt; 0, tx &#92;in C &#92;}.' class='latex' /> Then:</p>
<ol>
<li><img src='http://s0.wp.com/latex.php?latex=%7Bg_C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g_C}' title='{g_C}' class='latex' /> is positive homogeneous&#8212;this is evident.</li>
<li><img src='http://s0.wp.com/latex.php?latex=%7Bg_C%28x%2By%29+%5Cleq+g_C%28x%29%2Bg_C%28y%29%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g_C(x+y) &#92;leq g_C(x)+g_C(y)}' title='{g_C(x+y) &#92;leq g_C(x)+g_C(y)}' class='latex' />. Indeed, if <img src='http://s0.wp.com/latex.php?latex=%7Bt%5E%7B-1%7Dx+%5Cin+C%2C+u%5E%7B-1%7Dy+%5Cin+C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{t^{-1}x &#92;in C, u^{-1}y &#92;in C}' title='{t^{-1}x &#92;in C, u^{-1}y &#92;in C}' class='latex' />, then<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%28x%2By%29+%3D+%5Cfrac%7Bt%7D%7Bt%2Bu%7D+%28t%5E%7B-1%7Dx+%29+%2B+%5Cfrac%7Bu%7D%7Bt%2Bu%7D+%28u%5E%7B-1%7Dy%29+%5Cin+C+&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle (x+y) = &#92;frac{t}{t+u} (t^{-1}x ) + &#92;frac{u}{t+u} (u^{-1}y) &#92;in C ' title='&#92;displaystyle (x+y) = &#92;frac{t}{t+u} (t^{-1}x ) + &#92;frac{u}{t+u} (u^{-1}y) &#92;in C ' class='latex' /> by convexity. So <img src='http://s0.wp.com/latex.php?latex=%7B%28t%2Bu%29%5E%7B-1%7D%28x%2By%29+%5Cin+C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{(t+u)^{-1}(x+y) &#92;in C}' title='{(t+u)^{-1}(x+y) &#92;in C}' class='latex' />, which proves subadditivity.</li>
</ol>
<p>If <img src='http://s0.wp.com/latex.php?latex=%7BC%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C}' title='{C}' class='latex' /> has an interior point at zero, <img src='http://s0.wp.com/latex.php?latex=%7Bg_C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g_C}' title='{g_C}' class='latex' /> is always finite.Now consider <img src='http://s0.wp.com/latex.php?latex=%7BA-B%3A%3D%5C%7B+a-b%2C+a+%5Cin+A%2C+b+%5Cin+B%5C%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{A-B:=&#92;{ a-b, a &#92;in A, b &#92;in B&#92;}}' title='{A-B:=&#92;{ a-b, a &#92;in A, b &#92;in B&#92;}}' class='latex' />. This is a convex set, and I will show that there is a continuous functional <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda}' title='{&#92;lambda}' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%28A-B%29+%5Csubset+%28-%5Cinfty.0%5D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda(A-B) &#92;subset (-&#92;infty.0]}' title='{&#92;lambda(A-B) &#92;subset (-&#92;infty.0]}' class='latex' />, which will prove the theorem.Choose <img src='http://s0.wp.com/latex.php?latex=%7Bx_0+%5Cin+A-B%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{x_0 &#92;in A-B}' title='{x_0 &#92;in A-B}' class='latex' /> and consider the set <img src='http://s0.wp.com/latex.php?latex=%7BC+%3A%3D+A-B+-+x_0+%3D+%28A-B%29-x_0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{C := A-B - x_0 = (A-B)-x_0}' title='{C := A-B - x_0 = (A-B)-x_0}' class='latex' />; if <img src='http://s0.wp.com/latex.php?latex=%7Bx_0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{x_0}' title='{x_0}' class='latex' /> is chosen appropriately, this will contain a neighborhood of <img src='http://s0.wp.com/latex.php?latex=%7B0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{0}' title='{0}' class='latex' />. Now <img src='http://s0.wp.com/latex.php?latex=%7Bg_C%28-x_0%29+%5Cgeq+1%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g_C(-x_0) &#92;geq 1}' title='{g_C(-x_0) &#92;geq 1}' class='latex' /> (since otherwise <img src='http://s0.wp.com/latex.php?latex=%7B-x_0+%5Cin+C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{-x_0 &#92;in C}' title='{-x_0 &#92;in C}' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=%7BA+%5Ccap+B+%5Cneq+%5Cemptyset%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{A &#92;cap B &#92;neq &#92;emptyset}' title='{A &#92;cap B &#92;neq &#92;emptyset}' class='latex' />). There is a linear functional <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%3A+%5Cmathbb%7BR%7Dx_0+%5Crightarrow+%5Cmathbb%7BR%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda: &#92;mathbb{R}x_0 &#92;rightarrow &#92;mathbb{R}}' title='{&#92;lambda: &#92;mathbb{R}x_0 &#92;rightarrow &#92;mathbb{R}}' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%28-x_0%29%3D1%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda(-x_0)=1}' title='{&#92;lambda(-x_0)=1}' class='latex' /> bounded by <img src='http://s0.wp.com/latex.php?latex=%7Bg_C%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{g_C}' title='{g_C}' class='latex' /> (this is seen for <img src='http://s0.wp.com/latex.php?latex=%7B-tx_0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{-tx_0}' title='{-tx_0}' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=%7Bt%5Cgeq0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{t&#92;geq0}' title='{t&#92;geq0}' class='latex' /> by positive homogeneity; for <img src='http://s0.wp.com/latex.php?latex=%7Btx_0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{tx_0}' title='{tx_0}' class='latex' /> with <img src='http://s0.wp.com/latex.php?latex=%7Bt+%3E0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{t &gt;0}' title='{t &gt;0}' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda}' title='{&#92;lambda}' class='latex' /> is negative), which we can extend to all of <img src='http://s0.wp.com/latex.php?latex=%7BX%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{X}' title='{X}' class='latex' /> with the same bound. Then<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Clambda%28A-B%29+%5Csubset+-1+%2B+%5Clambda%28C%29+%5Cleq+-1+%2B+g_C%28C%29+%5Cleq+0%2C&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;lambda(A-B) &#92;subset -1 + &#92;lambda(C) &#92;leq -1 + g_C(C) &#92;leq 0,' title='&#92;displaystyle &#92;lambda(A-B) &#92;subset -1 + &#92;lambda(C) &#92;leq -1 + g_C(C) &#92;leq 0,' class='latex' /> where I have abused notation by writing <img src='http://s0.wp.com/latex.php?latex=%7BE+%5Cgeq+F%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{E &#92;geq F}' title='{E &#92;geq F}' class='latex' /> for <img src='http://s0.wp.com/latex.php?latex=%7BE%2CF+%5Csubset+%5Cmathbb%7BR%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{E,F &#92;subset &#92;mathbb{R}}' title='{E,F &#92;subset &#92;mathbb{R}}' class='latex' /> when every element of <img src='http://s0.wp.com/latex.php?latex=%7BE%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{E}' title='{E}' class='latex' /> is greater than or equal to every element of <img src='http://s0.wp.com/latex.php?latex=%7BF%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{F}' title='{F}' class='latex' />.</p>
<blockquote><p><strong>Corollary 6</strong> <em>If <img src='http://s0.wp.com/latex.php?latex=%7BA%2CB%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{A,B}' title='{A,B}' class='latex' /> are closed convex subsets of a locally convex space <img src='http://s0.wp.com/latex.php?latex=%7BX%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{X}' title='{X}' class='latex' />, we can get a nonzero continuous <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda+%5Cin+X%5E%2A%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda &#92;in X^*}' title='{&#92;lambda &#92;in X^*}' class='latex' /> as above with even<img src='http://s0.wp.com/latex.php?latex=%5Cdisplaystyle+%5Clambda%28a%29+%3C+%5Clambda%28b%29+&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='&#92;displaystyle &#92;lambda(a) &lt; &#92;lambda(b) ' title='&#92;displaystyle &#92;lambda(a) &lt; &#92;lambda(b) ' class='latex' /> if <img src='http://s0.wp.com/latex.php?latex=%7Ba+%5Cin+A%2C+b+%5Cin+B%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{a &#92;in A, b &#92;in B}' title='{a &#92;in A, b &#92;in B}' class='latex' />. </p>
<p></em></p></blockquote>
<p>Indeed, we can find a small convex neighborhood <img src='http://s0.wp.com/latex.php?latex=%7BU%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{U}' title='{U}' class='latex' /> of the origin such that <img src='http://s0.wp.com/latex.php?latex=%7BA%2BU%2C+B%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{A+U, B}' title='{A+U, B}' class='latex' /> are disjoint. Then apply the above result to <img src='http://s0.wp.com/latex.php?latex=%7BA%2BU%2C+B%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{A+U, B}' title='{A+U, B}' class='latex' /> and note that <img src='http://s0.wp.com/latex.php?latex=%7B%5Clambda%28U%29+%5Cneq+0%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{&#92;lambda(U) &#92;neq 0}' title='{&#92;lambda(U) &#92;neq 0}' class='latex' />.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/deltaepsilons.wordpress.com/728/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/deltaepsilons.wordpress.com/728/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/deltaepsilons.wordpress.com/728/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/deltaepsilons.wordpress.com/728/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/deltaepsilons.wordpress.com/728/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/deltaepsilons.wordpress.com/728/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/deltaepsilons.wordpress.com/728/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/deltaepsilons.wordpress.com/728/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/deltaepsilons.wordpress.com/728/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/deltaepsilons.wordpress.com/728/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/deltaepsilons.wordpress.com/728/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/deltaepsilons.wordpress.com/728/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/deltaepsilons.wordpress.com/728/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/deltaepsilons.wordpress.com/728/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=deltaepsilons.wordpress.com&amp;blog=8429659&amp;post=728&amp;subd=deltaepsilons&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://deltaepsilons.wordpress.com/2009/11/28/the-hahn-banach-theorem-and-two-applications/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cc19d581d660046240651529ee9b121f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">amathew</media:title>
		</media:content>

		<media:content url="http://deltaepsilons.files.wordpress.com/2009/11/convexset.jpg?w=300" medium="image">
			<media:title type="html">convexset</media:title>
		</media:content>
	</item>
	</channel>
</rss>
