<?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>Discovering Math</title>
	<atom:link href="http://mathzen.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://mathzen.wordpress.com</link>
	<description></description>
	<lastBuildDate>Mon, 07 Feb 2011 09:01:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='mathzen.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Discovering Math</title>
		<link>http://mathzen.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://mathzen.wordpress.com/osd.xml" title="Discovering Math" />
	<atom:link rel='hub' href='http://mathzen.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Longest Subsequence</title>
		<link>http://mathzen.wordpress.com/2010/08/04/longest-subsequence-2/</link>
		<comments>http://mathzen.wordpress.com/2010/08/04/longest-subsequence-2/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 10:43:06 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2010/08/04/longest-subsequence-2/</guid>
		<description><![CDATA[The problem of finding the longest monotonically decreasing subsequence has an O(n log n) solution. My soln is . Absolutely fascinating that a sequence can be represented as a permutation graph, which means that the problem of finding the longest subsequence morphs into the problem of finding the largest clique! Thus, essentially, the question which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=169&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The problem of finding the longest monotonically decreasing subsequence has an O(n log n) solution. My soln is <img src='http://s0.wp.com/latex.php?latex=O%28n%5E2%29&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='O(n^2)' title='O(n^2)' class='latex' />.</p>
<p>Absolutely fascinating that a sequence can be represented as a permutation graph, which means that the problem of finding the longest subsequence morphs into the problem of finding the largest clique!</p>
<p>Thus, essentially, the question which I was trying to solve – prove that a sequence from 1…101, will contain a increasing or decreasing sub-seq of length 10, morphs into a problem of proving that the ramsey number is 10.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=169&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2010/08/04/longest-subsequence-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Longest Subsequence Algorithm</title>
		<link>http://mathzen.wordpress.com/2010/08/02/longest-subsequence-algorithm/</link>
		<comments>http://mathzen.wordpress.com/2010/08/02/longest-subsequence-algorithm/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 06:38:15 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2010/08/02/longest-subsequence-algorithm/</guid>
		<description><![CDATA[An algorithm that has O(n^2) time complexity &#38; O(n) space complexity to find the longest monotonically decreasing subsequence: Define new arrays. Length &#38; pointer – length contains the length of the longest subsequence starting with a[i], and pointer points to the next element of that particular subsequence. (for i = lastElementIndex -1 ; i &#62;= [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=168&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>An algorithm that has O(n^2) time complexity &amp; O(n) space complexity to find the longest monotonically decreasing subsequence:</p>
<ol start="1">
<li>Define new arrays. Length &amp; pointer – length contains the length of the longest subsequence starting with a[i], and pointer points to the next element of that particular subsequence.</li>
<li>(for i = lastElementIndex -1 ; i &gt;= 0 ; i&#8211;)</li>
</ol>
<ol start="1">
<li>If (i is last element index)</li>
</ol>
<p>i. Length[i] = 1, pointer[i] = null</p>
<ol start="2">
<li>Else</li>
</ol>
<p>i. Go through all elements from j = i to j = lastElement, appropriately setting pointer &amp; length – i.e. if a[i] &gt; a[j], then clearly no sequence possible. Else, just choose the one with the longest length.</p>
<p>Constructing the sequence from the length/pointer arrays is a straightforward task then.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/168/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/168/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/168/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=168&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2010/08/02/longest-subsequence-algorithm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>2 good resources</title>
		<link>http://mathzen.wordpress.com/2010/07/24/2-good-resources/</link>
		<comments>http://mathzen.wordpress.com/2010/07/24/2-good-resources/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 07:18:42 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Algebraic Geometry]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2010/07/24/2-good-resources/</guid>
		<description><![CDATA[[tag Resources] An intuitive feeler to Algebraic Geometry: http://rigtriv.wordpress.com/ag-from-the-beginning/ A nice introduction to what Algebraic Topology actually does: http://blog.mikael.johanssons.org/archive/2006/01/introduction-to-algebraic-topology-and-related-topics-i/ This is something that I never really understood well until actually working out copious amounts of basic topology.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=165&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>[tag Resources]</p>
<p>An intuitive feeler to Algebraic Geometry: <a href="http://rigtriv.wordpress.com/ag-from-the-beginning/">http://rigtriv.wordpress.com/ag-from-the-beginning/</a></p>
<p>A nice introduction to what Algebraic Topology actually does: <a href="http://blog.mikael.johanssons.org/archive/2006/01/introduction-to-algebraic-topology-and-related-topics-i/">http://blog.mikael.johanssons.org/archive/2006/01/introduction-to-algebraic-topology-and-related-topics-i/</a></p>
<p>This is something that I never really understood well until actually working out copious amounts of basic topology.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/165/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/165/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/165/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=165&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2010/07/24/2-good-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Longest Subsequence</title>
		<link>http://mathzen.wordpress.com/2010/07/23/longest-subsequence/</link>
		<comments>http://mathzen.wordpress.com/2010/07/23/longest-subsequence/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 09:25:40 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2010/07/23/longest-subsequence/</guid>
		<description><![CDATA[Problem is to find the longest monotonically increasing/decreasing subsequence. 1st approach was to try out a recursive algorithm, starting with {a_n-1,a_n} in {a_1…a_n}, and build up the sequence from there. However, this doesn’t always work. Take for example if a_n-1 = a high number forwhen we want a monotonically decreasing subsequence. Then that number ends [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=164&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Problem is to find the longest monotonically increasing/decreasing subsequence.</p>
<p>1st approach was to try out a recursive algorithm, starting with {a_n-1,a_n} in {a_1…a_n}, and build up the sequence from there.</p>
<p>However, this doesn’t always work. Take for example if a_n-1 = a high number forwhen we want a monotonically decreasing subsequence.</p>
<p>Then that number ends up blocking out other numbers that come later but could be part of the subsequence.</p>
<p>Take for example the sequens {8,6,12,4,2}. Here, the algorithm yields {12,4,2}, which is clearly suboptimal.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/164/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/164/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/164/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=164&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2010/07/23/longest-subsequence/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Limits &amp; Indicator Functions</title>
		<link>http://mathzen.wordpress.com/2010/05/13/limits-indicator-functions/</link>
		<comments>http://mathzen.wordpress.com/2010/05/13/limits-indicator-functions/#comments</comments>
		<pubDate>Thu, 13 May 2010 05:19:08 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Probability]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/?p=154</guid>
		<description><![CDATA[Proved a simple theorem today. Let be a sequence of subsets. Then, we have Proofs use a tedious amount of notation manipulation, but thinking of it in terms of indicator functions is interesting.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=154&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Proved a simple theorem today. Let <img src='http://s0.wp.com/latex.php?latex=%7BA_n%7D&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='{A_n}' title='{A_n}' class='latex' /> be a sequence of subsets. Then, we have</div>
<p><img src='http://s0.wp.com/latex.php?latex=%5Climsup_%7Bn-%3E%5Cinfty+%7D+A_n+%3D+%7Bw+%3A+%5Csum+1_%7BA%7D%28w%29%3D%5Cinfty+%7D+&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='&#92;limsup_{n-&gt;&#92;infty } A_n = {w : &#92;sum 1_{A}(w)=&#92;infty } ' title='&#92;limsup_{n-&gt;&#92;infty } A_n = {w : &#92;sum 1_{A}(w)=&#92;infty } ' class='latex' /><br />
<img src='http://s0.wp.com/latex.php?latex=%5Climinf_%7Bn-%3E%5Cinfty+%7D+A_n+%3D+%7Bw+%3A+%5Csum+1_%7BA%5E%7Bc%7D%7D%28w%29%3C+%5Cinfty+%7D&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='&#92;liminf_{n-&gt;&#92;infty } A_n = {w : &#92;sum 1_{A^{c}}(w)&lt; &#92;infty }' title='&#92;liminf_{n-&gt;&#92;infty } A_n = {w : &#92;sum 1_{A^{c}}(w)&lt; &#92;infty }' class='latex' /></p>
<p>Proofs use a tedious amount of notation manipulation, but thinking of it in terms of indicator functions is interesting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/154/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/154/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/154/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=154&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2010/05/13/limits-indicator-functions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Path ahead</title>
		<link>http://mathzen.wordpress.com/2010/01/17/path-ahead/</link>
		<comments>http://mathzen.wordpress.com/2010/01/17/path-ahead/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 05:23:13 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Check In]]></category>
		<category><![CDATA[motivation]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2010/01/17/path-ahead/</guid>
		<description><![CDATA[Looking back at my blog posts over the last year, it’s clear that there is no real pattern within the posts. In terms of my math education, I feel that 2008/2009 has been all over the place with little progress being made anywhere. The ‘shallow/broad’ approach isn’t working. In fact, the last two times I [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=151&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Looking back at my blog posts over the last year, it’s clear that there is no real pattern within the posts. In terms of my math education, I feel that 2008/2009 has been all over the place with little progress being made anywhere. The ‘shallow/broad’ approach isn’t working. In fact, the last two times I actually remember learning any concrete amount of math was a bit of Galois theory in the summer of 2009 (Rotman’s book for company on a Europe trip) and Information theory in the summer of 2007. </p>
<p>What’s required is focus.</p>
<p>So what I plan to do for 2010 is focus exclusively on one topic – probability. I shall work on 3 aspects of probability theory.</p>
<p>1. Random walks/stochastic processes (non-measure theoretic).</p>
<p>2. Measure &amp; Probability</p>
<p>3. Applications of Probability – Statistical learning &amp; Information theory</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/151/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/151/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/151/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=151&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2010/01/17/path-ahead/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Update &amp; Quadratic Reciprocity</title>
		<link>http://mathzen.wordpress.com/2010/01/10/update-quadratic-reciprocity/</link>
		<comments>http://mathzen.wordpress.com/2010/01/10/update-quadratic-reciprocity/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 05:55:37 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Algebraic Number Theory]]></category>
		<category><![CDATA[Number Theory]]></category>
		<category><![CDATA[Quadratic Reciprocity]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2010/01/10/update-quadratic-reciprocity/</guid>
		<description><![CDATA[&#160; Things have been a little busy with work so I haven’t had as much time as I would like for math. I’ve been pottering about here and there – mostly around finite fields and trying to prove , but didn’t get anywhere I’m afraid. I came pretty close though – at least by the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=142&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>Things have been a little busy with work so I haven’t had as much time as I would like for math. I’ve been pottering about here and there – mostly around finite fields and trying to prove <img src='http://s0.wp.com/latex.php?latex=%5Csum_%7Bd%7Cn%7D+%5Cvarphi%28d%29+%3D+n+&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='&#92;sum_{d|n} &#92;varphi(d) = n ' title='&#92;sum_{d|n} &#92;varphi(d) = n ' class='latex' />, but didn’t get anywhere I’m afraid.</p>
<p>I came pretty close though – at least by the proof in Apostol’s book. However, failed to make one simple but crucial connection. </p>
<p>Anyways, I started reading this book – Fearless Symmetry – and thought this could be&#160; good point to start learning a little bit about quadratic reciprocity and it’s connections to Galois theory. So the first problem that comes out is ‘What are the solutions for <img src='http://s0.wp.com/latex.php?latex=x%5E2+%3D+a+%5Cmod+p+&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='x^2 = a &#92;mod p ' title='x^2 = a &#92;mod p ' class='latex' />. </p>
<p>One small conclusion that immediately comes about is that for any solution <img src='http://s0.wp.com/latex.php?latex=r+&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='r ' title='r ' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=%28r%2Bp%29%5En+&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='(r+p)^n ' title='(r+p)^n ' class='latex' /> is also a solution.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=142&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2010/01/10/update-quadratic-reciprocity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Proving the Cauchy-Schwarz Inequality</title>
		<link>http://mathzen.wordpress.com/2009/11/08/proving-the-cauchy-schwarz-inequality/</link>
		<comments>http://mathzen.wordpress.com/2009/11/08/proving-the-cauchy-schwarz-inequality/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 06:08:46 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Inequalities]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2009/11/08/proving-the-cauchy-schwarz-inequality/</guid>
		<description><![CDATA[The inequality states: . This is very easily proved by squaring both sides, and cancelling the common terms. One gets the following on doing this: . For every pair of indices i &#38; j, we can take the two same terms from the RHS and put them onto the LHS, creating a sequence of sum [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=141&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The inequality states:</p>
<p><img src='http://s0.wp.com/latex.php?latex=a_1b_1%2Ba_2b_2+%2B..+a_nb_n+%3C%3D+%5Csqrt+%28a_1%5E2%2B+..%2Ba_n%5E2%29%5Csqrt%28b_1%5E2%2B..%2Bb_n%5E2%29&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='a_1b_1+a_2b_2 +.. a_nb_n &lt;= &#92;sqrt (a_1^2+ ..+a_n^2)&#92;sqrt(b_1^2+..+b_n^2)' title='a_1b_1+a_2b_2 +.. a_nb_n &lt;= &#92;sqrt (a_1^2+ ..+a_n^2)&#92;sqrt(b_1^2+..+b_n^2)' class='latex' />.</p>
<p>This is very easily proved by squaring both sides, and cancelling the common terms.</p>
<p>One gets the following on doing this:</p>
<p><img src='http://s0.wp.com/latex.php?latex=2%5Csum_%7Bi%5Cneq+j%7Da_ib_ia_jb_j+%3C%3D+%5Csum_%7Bi%5Cneq+j%7Da_i%5E2b_j%5E2+&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='2&#92;sum_{i&#92;neq j}a_ib_ia_jb_j &lt;= &#92;sum_{i&#92;neq j}a_i^2b_j^2 ' title='2&#92;sum_{i&#92;neq j}a_ib_ia_jb_j &lt;= &#92;sum_{i&#92;neq j}a_i^2b_j^2 ' class='latex' />.</p>
<p>For every pair of indices i &amp; j, we can take the two same terms from the RHS and put them onto the LHS, creating a sequence of sum of squares whose generic term is: </p>
<p><img src='http://s0.wp.com/latex.php?latex=a_i%5E2b_j%5E2%2Ba_j%5E2b_i%5E2-2a_ia_jb_ib_j+%3D+%28a_ib_j-a_jb_i%29%5E2+&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='a_i^2b_j^2+a_j^2b_i^2-2a_ia_jb_ib_j = (a_ib_j-a_jb_i)^2 ' title='a_i^2b_j^2+a_j^2b_i^2-2a_ia_jb_ib_j = (a_ib_j-a_jb_i)^2 ' class='latex' />.</p>
<p>The sum of squares of the above form for every i,j is clearly positive.</p>
<p>Hence the inequality is true.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=141&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2009/11/08/proving-the-cauchy-schwarz-inequality/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>(a,b) =d &#8211;&gt; (ka,kb) = kd</title>
		<link>http://mathzen.wordpress.com/2009/10/19/ab-d-kakb-kd/</link>
		<comments>http://mathzen.wordpress.com/2009/10/19/ab-d-kakb-kd/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 06:18:08 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Number Theory]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2009/10/19/ab-d-kakb-kd/</guid>
		<description><![CDATA[&#160; If , then for some . Now to evaluate , we know that for some . Thus, we have . Thus, we have . This implies that , for some m.&#160; Thus, we have . Therefore, since the GCD has to be the maximal divisor, , otherwise, a new maximal divisor could be created [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=133&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#160;</p>
<p>If <img src='http://s0.wp.com/latex.php?latex=%28a%2Cb%29+%3D+d&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='(a,b) = d' title='(a,b) = d' class='latex' />, then for some <img src='http://s0.wp.com/latex.php?latex=x_1%2C+y_1%2C+ax_1%2Bby_1%3Dd&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='x_1, y_1, ax_1+by_1=d' title='x_1, y_1, ax_1+by_1=d' class='latex' />. </p>
<p>Now to evaluate <img src='http://s0.wp.com/latex.php?latex=%28ka%2Ckb%29&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='(ka,kb)' title='(ka,kb)' class='latex' />, we know that for some <img src='http://s0.wp.com/latex.php?latex=x_2%2C+y_2%2C+kax_2%2Bkay_2+%3D+d%5E%7B%27%7D&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='x_2, y_2, kax_2+kay_2 = d^{&#039;}' title='x_2, y_2, kax_2+kay_2 = d^{&#039;}' class='latex' />. </p>
<p>Thus, we have <img src='http://s0.wp.com/latex.php?latex=k%7Cd%5E%7B%27%7D&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='k|d^{&#039;}' title='k|d^{&#039;}' class='latex' />.</p>
<p>Thus, we have <img src='http://s0.wp.com/latex.php?latex=kd%5E%7B%27%27%7D+%3D+d%5E%7B%27%7D&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='kd^{&#039;&#039;} = d^{&#039;}' title='kd^{&#039;&#039;} = d^{&#039;}' class='latex' />. This implies that <img src='http://s0.wp.com/latex.php?latex=mkd%5E%7B%27%27%7D+%3D+ka&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='mkd^{&#039;&#039;} = ka' title='mkd^{&#039;&#039;} = ka' class='latex' />, for some m.&#160; Thus, we have <img src='http://s0.wp.com/latex.php?latex=d%5E%7B%27%27%7D+%7C+a+and+d%5E%7B%27%27%7D+%7Cb&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='d^{&#039;&#039;} | a and d^{&#039;&#039;} |b' title='d^{&#039;&#039;} | a and d^{&#039;&#039;} |b' class='latex' />. Therefore, since the GCD has to be the maximal divisor, <img src='http://s0.wp.com/latex.php?latex=d%5E%7B%27%27%7D+%3D+d&amp;bg=f9f7f5&amp;fg=444444&amp;s=0' alt='d^{&#039;&#039;} = d' title='d^{&#039;&#039;} = d' class='latex' />, otherwise, a new maximal divisor could be created either for (a,b) or (ka,kb).</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/133/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/133/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/133/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=133&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2009/10/19/ab-d-kakb-kd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
		<item>
		<title>Math Overflow</title>
		<link>http://mathzen.wordpress.com/2009/10/17/math-overflow/</link>
		<comments>http://mathzen.wordpress.com/2009/10/17/math-overflow/#comments</comments>
		<pubDate>Sat, 17 Oct 2009 05:26:48 +0000</pubDate>
		<dc:creator>ts</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mathzen.wordpress.com/2009/10/17/math-overflow/</guid>
		<description><![CDATA[Great to see a site that’s modelled on www.stackoverflow.com. I’ve posted my first question here: http://mathoverflow.net/questions/840/the-core-question-of-topology<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=132&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Great to see a <a href="http://www.mathoverflow.net">site</a> that’s modelled on <a href="http://www.stackoverflow.com">www.stackoverflow.com</a>. </p>
<p>I’ve posted my first question here: <a title="http://mathoverflow.net/questions/840/the-core-question-of-topology" href="http://mathoverflow.net/questions/840/the-core-question-of-topology">http://mathoverflow.net/questions/840/the-core-question-of-topology</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/mathzen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/mathzen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/mathzen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/mathzen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/mathzen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/mathzen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/mathzen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/mathzen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/mathzen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/mathzen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/mathzen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/mathzen.wordpress.com/132/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/mathzen.wordpress.com/132/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/mathzen.wordpress.com/132/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=mathzen.wordpress.com&amp;blog=4440592&amp;post=132&amp;subd=mathzen&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://mathzen.wordpress.com/2009/10/17/math-overflow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/387ca6aed9e03344c31dc82aeee570d0?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Tejus Sawjiani</media:title>
		</media:content>
	</item>
	</channel>
</rss>
