<?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>Antonio E. Porreca</title>
	<atom:link href="http://aeporreca.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://aeporreca.org</link>
	<description>Wannabe computer scientist</description>
	<lastBuildDate>Sat, 18 Feb 2012 13:46:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='aeporreca.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Antonio E. Porreca</title>
		<link>http://aeporreca.org</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://aeporreca.org/osd.xml" title="Antonio E. Porreca" />
	<atom:link rel='hub' href='http://aeporreca.org/?pushpress=hub'/>
		<item>
		<title>Nash beats Gödel: On the history of complexity and cryptography</title>
		<link>http://aeporreca.org/2012/02/17/nash-beats-godel/</link>
		<comments>http://aeporreca.org/2012/02/17/nash-beats-godel/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 21:17:42 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Complexity]]></category>
		<category><![CDATA[Cryptography]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Gödel]]></category>
		<category><![CDATA[Nash]]></category>
		<category><![CDATA[P vs NP]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=874</guid>
		<description><![CDATA[We know that Kurt Gödel, unhappy with having only completeness and incompleteness theorems named after him, also essentially invented the P vs NP question in a 1956 letter to John Von Neumann. Unfortunately, there were no blogs back then, so we had to wait until the 1980s to read it, and Cook, Karp &#38; co. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=874&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We know that Kurt Gödel, unhappy with having only completeness and incompleteness theorems named after him, also essentially invented the <strong>P</strong> vs <strong>NP</strong> question in a <a href="http://rjlipton.wordpress.com/the-gdel-letter/">1956 letter to John Von Neumann</a>. Unfortunately, there were no blogs back then, so we had to wait until the 1980s to read it, and Cook, Karp &amp; co. had to reinvent the question from scratch.</p>
<p>What we <em>didn&#8217;t</em> know until a few days ago (I personally discovered it today via <a href="http://aaronsadventures.blogspot.com/2012/02/amazing-new-declassified-document.html">Aaron Roth</a>) is that in 1955, one year before Gödel&#8217;s letter, <em>John Nash</em> also had something to say on the topic, in a few letters to NSA. Gödel and Nash independently made <em>strikingly</em> similar remarks, starting from completely different points of view. While Gödel&#8217;s perspective was that of a logician (his letter was about the length of proofs in first-order logic), Nash was interested in cryptography, and wrote about the security of cryptographic systems.</p>
<p><a href="http://www.nsa.gov/public_info/press_room/2012/nash_exhibit.shtml">NSA&#8217;s press release</a> about the declassification of Nash&#8217;s letters was apparently made on 27 January 2012; <a href="http://www.nsa.gov/public_info/_files/nash_letters/nash_letters1.pdf">here</a> is a PDF containing Nash&#8217;s letters and the replies he got from NSA. I&#8217;ll only focus on the second letter here, leaving a cryptoanalysis of the system he proposed in the third one to someone more knowledgeable than me on the topic.</p>
<p>I assume Nash was familiar with Shannon&#8217;s work <em>Communication theory of secrecy systems</em> (1949), so he already knew that the only mathematically unbreakable cipher is one-time pad. Hence, in order to discuss practical encryption systems, he invented the principles of modern cryptography about 20 years in advance:</p>
<blockquote style="border:none;"><p>If <span style="font-style:normal;">[</span>the computation required in order to recover the key from the ciphertext<span style="font-style:normal;">]</span>, although possible in principle, were sufficiently long at best then the process could still be secure in a practical sense.</p></blockquote>
<p>Here is some computational complexity, 8 years before Hartmanis and Stearns:</p>
<blockquote style="border:none;"><p>The most direct computation procedure would be for the enemy to try all <span style="font-style:normal;">2</span><sup><em>r</em></sup> possible keys, one by one. Obviously this is <span style="font-style:normal;">easily</span> made impractical for the enemy by simply choosing <em>r</em> large enough.</p></blockquote>
<p>Apparently Nash already knew quite well (&#8220;obviously&#8221;, &#8220;easily&#8221;) that exponential time is too much.</p>
<p>And here is how one can classify cryptosystems (but also general computation problems) according to him. I think you can read essentially the same paragraph in all modern complexity theory and cryptography books.</p>
<blockquote style="border:none;"><p>So a logical way to classify enciphering processes is by the way in which the computation length for the computation of the key increases with increasing length of the key. This is at best exponential and at worst probably a relatively small power of <em>r</em>, <em>ar</em><sup><span style="font-style:normal;">2</span></sup> or <em>ar</em><sup><span style="font-style:normal;">3</span></sup>, as in substitution ciphers.</p></blockquote>
<p>Nash also conjectures that many problems cannot be solved in polynomial time. In hindsight, there is some naivety here about the design of good ciphers, but this is still very interesting:</p>
<blockquote style="border:none;"><p>Now my general conjecture is as follows: For almost all sufficiently complex types of enciphering, especially where the instructions given by different portions of the key interact complexly with each other in the determination of their ultimate effects on the enciphering, the mean key computation length increases exponentially with the length of the key, or in other words, with the information content of the key.</p>
<p>The significance of this general conjecture, assuming its truth, is easy to see. It means that it is quite feasible to design ciphers that are effectively unbreakable. As ciphers became more sophisticated the game of cipher breaking by skilled teams, etc., should become a thing of the past.</p></blockquote>
<p>All in all, this seems to me a truly magnificent historical document, possibly on par with the aforementioned letter by Gödel. I&#8217;d really like to know what people working in cryptography think about this.</p>
<p>These &#8220;Lost Letter&#8221; discoveries also make me wonder what further treasures may be hidden in NSA&#8217;s cardboard boxes, or in private correspondence collections. What if there exists a “Fermat&#8217;s Lost (Last?) Letter” along the lines of &#8220;Here&#8217;s the proof that didn&#8217;t fit in the margin&#8221;, or a “Russell&#8217;s Lost Letter” that he sent to Whitehead to tell him “I found a proposition that can&#8217;t be proved nor refuted in <em>Principia Mathematica</em>”?</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/874/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/874/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/874/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/874/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/874/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/874/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/874/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/874/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/874/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/874/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/874/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/874/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/874/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/874/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=874&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2012/02/17/nash-beats-godel/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>
	</item>
		<item>
		<title>Imagine a world without free knowledge</title>
		<link>http://aeporreca.org/2012/01/18/imagine-a-world-without-free-knowledge/</link>
		<comments>http://aeporreca.org/2012/01/18/imagine-a-world-without-free-knowledge/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 09:59:47 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PIPA]]></category>
		<category><![CDATA[protest]]></category>
		<category><![CDATA[SOPA]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=862</guid>
		<description><![CDATA[Learn more.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=862&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="https://wikimediafoundation.org/wiki/SOPA/Blackoutpage"><img src="http://aeporreca.files.wordpress.com/2012/01/wikipedia-blackout.png?w=450&#038;h=354" alt="" title="Wikipedia blackout" width="450" height="354" class="aligncenter size-full wp-image-863" /></a></p>
<p><a href="http://en.wikipedia.org/wiki/Wikipedia:SOPA_initiative/Learn_more">Learn more</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/862/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/862/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/862/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/862/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/862/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/862/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/862/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/862/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/862/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/862/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/862/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/862/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/862/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/862/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=862&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2012/01/18/imagine-a-world-without-free-knowledge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>

		<media:content url="http://aeporreca.files.wordpress.com/2012/01/wikipedia-blackout.png" medium="image">
			<media:title type="html">Wikipedia blackout</media:title>
		</media:content>
	</item>
		<item>
		<title>Do waterfalls play chess? and other stories</title>
		<link>http://aeporreca.org/2011/08/13/do-waterfalls-play-chess/</link>
		<comments>http://aeporreca.org/2011/08/13/do-waterfalls-play-chess/#comments</comments>
		<pubDate>Sat, 13 Aug 2011 20:00:05 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Complexity]]></category>
		<category><![CDATA[Computability]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Turing]]></category>
		<category><![CDATA[Turing machine]]></category>
		<category><![CDATA[Turing test]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=827</guid>
		<description><![CDATA[I finally took the time to read Scott Aaronson’s new paper Why philosophers should care about computational complexity (there&#8217;s a post about it with lots of comments on his blog). Summary: Aaronson, knowing that I’m writing my thesis at the moment, took the liberty of preparing an introduction for me. Thanks! I&#8217;m going to include [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=827&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I finally took the time to read <a href="http://www.scottaaronson.com/">Scott Aaronson</a>’s new paper <a href="http://eccc.hpi-web.de/report/2011/108/">Why philosophers should care about computational complexity</a> (there&#8217;s a <a href="http://www.scottaaronson.com/blog/?p=735">post</a> about it with lots of comments on his <a href="http://www.scottaaronson.com/blog/">blog</a>).</p>
<p>Summary: Aaronson, knowing that I’m writing my thesis at the moment, took the liberty of preparing an introduction for me. Thanks! I&#8217;m going to include it verbatim. (Just kidding of course, though I&#8217;m actually going to cite this paper extensively.)</p>
<p><a href="http://www.flickr.com/photos/phalaenopsisaphrodite523/5148870343/" title="Red Queen by Phalaenopsis Aphrodite, on Flickr"><img src="http://farm5.static.flickr.com/4008/5148870343_08cc5cf697.jpg" width="500" height="333" alt="Red Queen"></a></p>
<p>The early work on computability had a lot of philosophical significance; actually, we can say that computability was <em>born</em> to answer a philosophical question, Hilbert&#8217;s <a href="http://en.wikipedia.org/wiki/Entscheidungsproblem"><em>Entscheidungsproblem</em></a>. We all know that the answer turned out to be negative (or do we? See Section 3.1). Apparently computational complexity theory, the theory of computing under limited resources, didn&#8217;t turn out to be so popular among philosophers. That&#8217;s <a href="http://aeporreca.org/2010/12/02/philosophical-quest/">obviously</a> a problem, and this paper tries to do something about it.</p>
<p>After a brief introduction to complexity theory (Section 2), Aaronson turns his attention to one of the main cornerstones of this field, which is also one the points that are usually criticised: the relevance of polynomial time, as opposed to exponential time. Here he argues that this distinction is at least as interesting as the distinction between computable and uncomputable. Section 3.3 contains an interesting question that can be answered using a complexity-theoretic argument: why would we call <a href="http://en.wikipedia.org/wiki/Mersenne_prime">2<sup>43112609</sup> &minus; 1</a> (together with a proof of its primality) a “known” prime, while “the first prime large than 2<sup>43112609</sup> &minus; 1” feels somehow “unknown”?</p>
<p>Section 4 is about the <a href="http://en.wikipedia.org/wiki/Turing_test">Turing test</a>. This is the first time I see in print what Aaronson calls the “lookup-table argument” (though he cites <a href="http://philpapers.org/rec/BLOSAA">Ned Block</a> and others for it): namely, that there’s no doubt whatsoever that an abstract program <em>P</em> able to pass the Turing test does actually exist (you just need a huge but finite table of replies dependent on the previous history of the conversation). The only way to claim the impossibility of a machine passing the Turing test, apart from metaphysical arguments, requires addressing concerns such as the efficiency of <em>P</em> or the availability of enough space in the universe to store it. That is, complexity-theoretic questions.</p>
<p>Section 5, possibly the most interesting one, addresses the problem of logical omniscience. It is usually assumed that knowledge is closed under deduction rules; for instance, if I know <em>A</em>, and I know <em>B</em>, then I certainly know <em>A</em> &and; <em>B</em>. But consider this: while I know enough basic axioms of maths, I surely don’t <em>know</em> that Fermat’s last theorem holds (except by trusting the mathematical community, which I usually do), even though it’s a mere deductive consequence of said axioms. We can argue that human beings do not possess the computational resources needed to actually achieve omniscience.</p>
<p>Section 6 is about a “waterfall argument” against <a href="http://en.wikipedia.org/wiki/Computational_theory_of_mind">computationalism</a>. The idea is that the meaning of what a supposed computer actually computes is always imposed by someone looking at it, that is, it’s always <em>relative to some external observer</em>. I freely admit I am (was?) a fan of this argument, though I don’t necessarily see it as an attack to computationalism (I use to call this “computational relativism”, a term whose invention I claim, since Google returns zero hits for it <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> ). According to some proponents, this leads to some “strange” consequences.</p>
<p><a href="http://www.flickr.com/photos/crabbylioncardsandmore/4980927493/" title="Niagara Falls by Kevin Timothy, on Flickr"><img src="http://farm5.static.flickr.com/4084/4980927493_38dc298025.jpg" width="500" height="335" alt="Niagara Falls"></a></p>
<p>For instance, assume that we encode chess positions in the physical states of a waterfall, then take a look at some “final” state of the waterfall, and once again interpret that as a chess position. Can the waterfall be said to play chess? Aaronson argues that it is not so, unless the encoding (which is just a <a href="http://en.wikipedia.org/wiki/Reduction_(complexity)">reduction</a> from chess to computing the state of the waterfall) can be computed by a procedure requiring <em>less</em> resources than those needed to actually compute the state of the waterfall. But then a question emerges: does <a href="http://dx.doi.org/10.1126/science.7973651">DNA</a> compute Hamilton paths?</p>
<p>Section 7 describes how computational complexity can help to define what inductive inference is about, including Occam’s razor and the <a href="http://en.wikipedia.org/wiki/Grue_and_bleen">“new riddle of induction”</a>.</p>
<p>Then, in Section 8, Aaronson argues that complexity theory might inspire some debate about the interpretation of quantum physics, particularly about the <a href="http://en.wikipedia.org/wiki/Many-worlds_interpretation">many-worlds interpretation</a>.</p>
<p>In Section 9 new notions of proof, quite distinct from the usual notion of “formal” and “informal” proofs, are described. These are all based on complexity-theoretic and cryptographic results: <a href="http://en.wikipedia.org/wiki/Interactive_proof_system">interactive proof systems</a>, <a href="http://en.wikipedia.org/wiki/Zero-knowledge_proof">zero-knowledge proofs</a>, <a href="http://en.wikipedia.org/wiki/Probabilistically_checkable_proof">probabilistically checkable proofs</a>.</p>
<p>Section 10 is about the difference between time and space. This is usually stated as “space can be reused, time cannot”. What if we allow time travel (i.e., <a href="http://en.wikipedia.org/wiki/Closed_timelike_curve">closed timelike curves</a>)? The assumption that <strong>P</strong> &ne; <strong>NP</strong> might suggest an argument for the impossibility of time travel, even assuming the validity of quantum physics.</p>
<p>Section 11 is about economics and game theory; here complexity theory can be useful to describe the behaviour of agents under <a href="http://en.wikipedia.org/wiki/Bounded_rationality">bounded rationality</a> assumptions.</p>
<p>Finally, in Section 12, Aaronson concludes that <em>lots</em> of philosophical problems seem to have interesting complexity-theoretic aspects. Several questions remain open, and the most important of those is still “If <strong>P</strong> &ne; <strong>NP</strong>, then how have humans managed to make such enormous mathematical progress, even in the face of the general intractability of theorem-proving?”.</p>
<p>I really hope that Aaronson’s paper spurs a lot of philosophical discussion involving and concerning complexity theory; I too believe there’s much to write about that.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/827/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/827/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/827/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=827&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2011/08/13/do-waterfalls-play-chess/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>

		<media:content url="http://farm5.static.flickr.com/4008/5148870343_08cc5cf697.jpg" medium="image">
			<media:title type="html">Red Queen</media:title>
		</media:content>

		<media:content url="http://farm5.static.flickr.com/4084/4980927493_38dc298025.jpg" medium="image">
			<media:title type="html">Niagara Falls</media:title>
		</media:content>
	</item>
		<item>
		<title>Time is unpredictable</title>
		<link>http://aeporreca.org/2011/02/19/time-is-unpredictable/</link>
		<comments>http://aeporreca.org/2011/02/19/time-is-unpredictable/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 14:14:44 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Complexity]]></category>
		<category><![CDATA[Computability]]></category>
		<category><![CDATA[Favourite theorems]]></category>
		<category><![CDATA[Halting problem]]></category>
		<category><![CDATA[Turing machine]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=711</guid>
		<description><![CDATA[This post is inspired by the question Are runtime bounds in P decidable? asked by John Sidles on the CSTheory website, and the answer given by Emanuele Viola. Is there an automatic procedure to determine whether a given Turing machine, known to be halting, operates within time bound O(f) (assuming f is a computable function)? [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=711&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>This post is inspired by the question <a href="http://cstheory.stackexchange.com/q/5004/182">Are runtime bounds in P decidable?</a> asked by <a href="http://www.mrfm.org/">John Sidles</a> on the CSTheory website, and the <a href="http://cstheory.stackexchange.com/questions/5004/are-runtime-bounds-in-p-decidable-answer-no/5006#5006">answer</a> given by <a href="http://www.ccs.neu.edu/home/viola/">Emanuele Viola</a>.</em></p>
<p>Is there an automatic procedure to determine whether a given Turing machine, <em>known</em> to be halting, operates within time bound <em>O</em>(<em>f</em>) (assuming <em>f</em> is a computable function)?</p>
<p>Predictably, the answer turns out to be negative.</p>
<p>Let’s start by formalising the problem. Assume <em>M</em> is the Turing machine whose runtime we’re interested in, and <em>F</em> is another TM computing the time bound <em>f</em>; then</p>
<blockquote style="border:none;font-style:normal;"><p>
<em>L</em> = {(<em>M</em>, <em>F</em>) : <em>M</em> halts within <em>O</em>(<em>F</em>) steps}.
</p></blockquote>
<p>Also let <em>H</em> be the halting problem:</p>
<blockquote style="border:none;font-style:normal;"><p>
<em>H</em> = {(<em>M’</em>, <em>x</em>) : <em>M</em> halts on input <em>x</em>}.
</p></blockquote>
<p>We can now define the function <em>R</em>(<em>M’</em>, <em>x</em>) = (<em>M</em>, <em>F</em>), where <em>F</em> computes <em>n</em><sup>2</sup> and <em>M</em>, on input <em>y</em>, behaves as follows:</p>
<ul>
<li>Simulate <em>M’</em> on <em>x</em> for <em>n</em> = |<em>y</em>| steps.</li>
<li>If <em>M’</em> has already halted, then loop for <em>n</em><sup>2</sup> steps.
<li>Otherwise, loop for <em>n</em><sup>3</sup> steps.
</ul>
<p>We’re finally ready to prove our undecidability result.</p>
<p><strong>Theorem.</strong> <em>R</em> is a many-one reduction from <em>H</em> to <em>L</em>.</p>
<p><em>Proof.</em> Clearly <em>R</em> is a computable function, so we just need to show that</p>
<blockquote style="border:none;font-style:normal;"><p>
(<em>M’</em>, <em>x</em>) &isin; <em>H</em> &hArr; (<em>M</em>, <em>F</em>) &isin; <em>L</em>.
</p></blockquote>
<p>If  (<em>M’</em>, <em>x</em>) &isin; <em>H</em>, that is, if <em>M’</em> halts on input <em>x</em>, then it does so in <em>k</em> steps (for some <em>k</em> &isin; ℕ). Hence <em>M</em> runs in <em>O</em>(<em>n</em><sup>2</sup>) time (notice that it runs in <em>n</em><sup>3</sup> time for |<em>y</em>| &lt; <em>k</em>, but it’s only the asymptotic behaviour that matters for us). Thus (<em>M</em>, <em>F</em>) &isin; <em>L</em>.</p>
<p>On the other hand, if <em>M’</em> does not halt on <em>x</em>, then <em>M</em> never completes its simulation, and the runtime for <em>M</em> is <em>O</em>(<em>n</em><sup>3</sup>). Thus (<em>M</em>, <em>F</em>) &notin; <em>L</em>. □</p>
<p><strong>Remark.</strong> We’ve actually proved a stronger statement, i.e., that the set of Turing machines running in <em>O</em>(<em>n</em><sup>2</sup>) time is undecidable, even if we restrict the domain to machines halting in polynomial time. Similar undecidability results hold for an infinite class of time bounds.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/711/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/711/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/711/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=711&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2011/02/19/time-is-unpredictable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>
	</item>
		<item>
		<title>Merry Christmath!</title>
		<link>http://aeporreca.org/2011/01/04/merry-christmath/</link>
		<comments>http://aeporreca.org/2011/01/04/merry-christmath/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 16:32:39 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Maths]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[Song]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=687</guid>
		<description><![CDATA[On the second day of Christmas my true love gave to me… The only even prime and the absolute value of e to the iπ. A short post, just because I want this on my blog: a beautiful video and song by Vi Hart (take a look at the rest of her website, it’s amazing). [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=687&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote style="border:none;"><p>
On the second day of Christmas my true love gave to me…<br />
The only even prime and the absolute value of <em>e</em> to the <em>iπ</em>.
</p></blockquote>
<p>A short post, just because I want this on my blog: a beautiful <a href="http://vihart.com/blog/gauss/">video</a> and <a href="http://vihart.com/music/gauss12days.mp3">song</a> by <a href="http://vihart.com">Vi Hart</a> (take a look at the rest of her website, it’s amazing). Epsilon greater-than to you too.</p>
<p><object width="450" height="363"><param name="movie" value="http://www.youtube.com/v/sxnX5_LbBDU?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/sxnX5_LbBDU?fs=1" type="application/x-shockwave-flash" width="450" height="363" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Also, thanks to <a href="http://divisbyzero.com/">Dave Richeson</a> for <a href="http://twitter.com/divbyzero/status/22311164692140032">sharing</a> it in the first place.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/687/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/687/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/687/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=687&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2011/01/04/merry-christmath/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://vihart.com/music/gauss12days.mp3" length="5890580" type="audio/mpeg" />
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>
	</item>
		<item>
		<title>Undecidability in terms of complexity</title>
		<link>http://aeporreca.org/2010/12/13/undecidability-as-complexity/</link>
		<comments>http://aeporreca.org/2010/12/13/undecidability-as-complexity/#comments</comments>
		<pubDate>Mon, 13 Dec 2010 00:34:06 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Complexity]]></category>
		<category><![CDATA[Computability]]></category>
		<category><![CDATA[Logic]]></category>
		<category><![CDATA[Enlightening]]></category>
		<category><![CDATA[Proofs]]></category>
		<category><![CDATA[Quote]]></category>
		<category><![CDATA[Uncomputability]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=667</guid>
		<description><![CDATA[In his classic book Computational Complexity, Papadimitriou writes (page 59) that Undecidability is in some sense the most lethal form of complexity. I’ve just come across a paper with a very interesting remark along the same lines: Making proofs without Modus Ponens: An introduction to the combinatorics and complexity of cut elimination by A. Carbone and S. Semmes, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=667&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In his classic book <a href="http://books.google.com/books?id=JogZAQAAIAAJ"><em>Computational Complexity</em></a>, Papadimitriou writes (page 59) that</p>
<blockquote style="border:none;"><p>
Undecidability is in some sense the most lethal form of complexity.
</p></blockquote>
<p>I’ve <a href="http://mathoverflow.net/questions/8632/cut-elimination/8634#8634">just come across</a> a paper with a very interesting remark along the same lines: <a href="http://www.ams.org/journals/bull/1997-34-02/S0273-0979-97-00715-5/">Making proofs without Modus Ponens: An introduction to the combinatorics and complexity of cut elimination</a> by A. Carbone and S. Semmes, published in the <em>Bulletin of the American Mathematical Society</em>. This paper is about the length of proofs (a subject I’ve already touched upon <a href="http://aeporreca.org/2010/07/04/length-of-proofs/">here</a> and <a href="http://aeporreca.org/2010/07/12/length-of-proofs-2/">here</a>) without <a href="http://en.wikipedia.org/wiki/Cut-elimination_theorem">cut elimination</a>.</p>
<p>On page 113, the authors write</p>
<blockquote style="border:none;"><p>
By contrast [with propositional logic] in predicate logic one typically faces issues of algorithmic decidability or undecidability. That is, whether there is an algorithm at all that always gives the right answer, never mind how long it takes. The problem of determining whether a formula in predicate logic is a tautology is algorithmically undecidable. One can think of this as a matter of complexity, as follows. The tautologies in predicate logic of length at most <em>n</em> form a finite set for which one can choose a finite set of proofs. Let <em>f</em>(<em>n</em>) denote the maximum of the lengths of the shortest proofs of tautologies of length ≤ <em>n</em>. The fact that there is no algorithm for determining whether or not a formula is a tautology means that <em>f</em>(<em>n</em>) grows very fast, faster than any recursive function.
</p></blockquote>
<p>Essentially, this means that we can’t design an algorithm to solve an undecidable problem because the search space is too large, and the only way to somehow bound it is via a function that grows faster than any computable function. Compare this with the search space of the “witnesses” for an <strong>NP</strong>-complete problem: its size is exponential, which is too large to be explored efficiently (at least, as far as we know at the moment), but still small enough to make the problem decidable.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/667/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/667/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/667/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/667/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/667/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/667/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/667/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/667/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/667/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/667/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/667/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/667/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/667/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/667/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=667&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2010/12/13/undecidability-as-complexity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>
	</item>
		<item>
		<title>Position paper: Computing with LEGO</title>
		<link>http://aeporreca.org/2010/12/10/position-paper-computing-with-lego/</link>
		<comments>http://aeporreca.org/2010/12/10/position-paper-computing-with-lego/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 14:44:39 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[Unconventional computing]]></category>
		<category><![CDATA[Antikythera mechanism]]></category>
		<category><![CDATA[Babbage difference engine]]></category>
		<category><![CDATA[Geek]]></category>
		<category><![CDATA[LEGO]]></category>
		<category><![CDATA[Turing machine]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=657</guid>
		<description><![CDATA[There is a LEGO Turing machine, constructed at Aarhus University (see here for more information): There is also a LEGO Babbage difference engine built by Andrew Carol: Now we also have an Antikythera mechanism (an ancient Greek computer for predicting eclipses) made of LEGO, again by Andrew Carol: (Thanks to CompSciFact on Twitter for the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=657&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is a LEGO Turing machine, constructed at Aarhus University (see <a href="http://legoofdoom.blogspot.com">here</a> for more information):</p>
<p><object width="450" height="363"><param name="movie" value="http://www.youtube.com/v/cYw2ewoO6c4?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/cYw2ewoO6c4?fs=1" type="application/x-shockwave-flash" width="450" height="363" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>There is also a <a href="http://acarol.woz.org/difference_engine.html">LEGO Babbage difference engine</a> built by Andrew Carol:</p>
<p><object width="450" height="278"><param name="movie" value="http://www.youtube.com/v/i_u3hpYMySk?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/i_u3hpYMySk?fs=1" type="application/x-shockwave-flash" width="450" height="278" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Now we also have an <a href="http://acarol.woz.org/antikythera_mechanism.html">Antikythera mechanism</a> (an ancient Greek computer for predicting eclipses) made of LEGO, again by Andrew Carol:</p>
<p><object width="450" height="278"><param name="movie" value="http://www.youtube.com/v/RLPVCJjTNgk?fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/RLPVCJjTNgk?fs=1" type="application/x-shockwave-flash" width="450" height="278" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>(Thanks to <a href="http://twitter.com/CompSciFact">CompSciFact</a> on Twitter for the last one.)</p>
<p>I hereby propose that LEGO brick constructions are to be considered serious unconventional computing devices, and should be investigated by theoretical computer scientists in order to establish their computational and complexity theoretic properties. (What about LEGO bricks as a non-uniform computing model?)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/657/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/657/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/657/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=657&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2010/12/10/position-paper-computing-with-lego/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>
	</item>
		<item>
		<title>On a philosophical quest</title>
		<link>http://aeporreca.org/2010/12/02/philosophical-quest/</link>
		<comments>http://aeporreca.org/2010/12/02/philosophical-quest/#comments</comments>
		<pubDate>Thu, 02 Dec 2010 21:16:15 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Complexity]]></category>
		<category><![CDATA[Computability]]></category>
		<category><![CDATA[History]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Ramblings]]></category>
		<category><![CDATA[Turing]]></category>
		<category><![CDATA[Turing machine]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=642</guid>
		<description><![CDATA[This was originally posted as an answer to the question Why go to theoretical computer science/research? on the Theoretical Computer Science Stack Exchange website. One of the main reasons why I find the theory of computation (“my” branch of theoretical computer science) fascinating and worth studying is the following one: it provides us with a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=642&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>This was originally posted as an answer to the question <a href="http://cstheory.stackexchange.com/questions/1562/why-go-to-theoretical-computer-science-research/">Why go to theoretical computer science/research?</a> on the <a href="http://cstheory.stackexchange.com">Theoretical Computer Science</a> Stack Exchange website.</em></p>
<p>One of the main reasons why I find the theory of computation (“my” branch of theoretical computer science) fascinating and worth studying is the following one: it provides us with a way to investigate some deep (and sometimes puzzling) philosophical questions.</p>
<p>One of the founders of the theory of computation, Alan Turing, tried to pin down the meaning of “computing a function” for a human being equipped with a piece of paper, by giving a mathematical description of the process. I’m not the only one to think he was extremely successful, and Turing machines proved to be an accurate model of many other computing processes.</p>
<p>Now that we possess a class of mathematical objects describing computations, we can actually prove theorems about them, thus trying to uncover what can be computed, and how it can be computed; it immediately turned out that lots of perfectly legitimate functions cannot be computed at all, and that they can be classified according to a degree of uncomputability (some functions are just “more uncomputable” than others).</p>
<p>Some other guys, the first ones usually identified with Juris Hartmanis and Richard E. Stearns, tried to describe mathematically what it means for a function (resp., a problem) to be <em>hard</em> or <em>easy</em> to compute (resp., to solve). There are several <em>complexity measures</em> according to which the hardness of problems can be described; the most common one is just how much time we need to solve them. Alan Cobham and Jack Edmonds were quite successful in identifying a reasonable notion of “efficient computation”.</p>
<p>Within the computational complexity framework, we can now <em>prove</em> some results that are consistent with our intuitive notion of computation. My favourite example is the time hierarchy theorem: if we are given more time to compute, we can solve harder problems.</p>
<p>The central open problem of complexity theory, <strong>P</strong> vs <strong>NP</strong>, is just a formalisation of another philosophically significant question: is it really harder to solve a problem than to check if an alleged solution of it is indeed correct? I believe this question is worth asking, and answering, independently of its practical significance.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/642/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/642/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/642/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=642&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2010/12/02/philosophical-quest/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>
	</item>
		<item>
		<title>Developments in Language Theory 2010: Where tetration has lease</title>
		<link>http://aeporreca.org/2010/08/15/dlt-2010-where-tetration-has-lease/</link>
		<comments>http://aeporreca.org/2010/08/15/dlt-2010-where-tetration-has-lease/#comments</comments>
		<pubDate>Sun, 15 Aug 2010 10:02:38 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Complexity]]></category>
		<category><![CDATA[Computability]]></category>
		<category><![CDATA[Membrane computing]]></category>
		<category><![CDATA[Conference]]></category>
		<category><![CDATA[DLT 2010]]></category>
		<category><![CDATA[Papers]]></category>
		<category><![CDATA[Tetration]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=596</guid>
		<description><![CDATA[Tomorrow I&#8217;m leaving for Canada, to attend the 14th International Conference on Developments in Language Theory, held at University of Western Ontario, London. You can find the programme here. Our DLT 2010 paper, authored by yours truly, Alberto Leporati and Claudio Zandron, is titled On a powerful class of non-universal P systems with active membranes. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=596&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Tomorrow I&#8217;m leaving for Canada, to attend the <a href="http://www.csd.uwo.ca/DLT2010/">14th International Conference on Developments in Language Theory</a>, held at <a href="http://uwo.ca/">University of Western Ontario</a>, London. You can find the programme <a href="http://www.csd.uwo.ca/DLT2010/program.html">here</a>.</p>
<p>Our <abbr>DLT</abbr> 2010 paper, authored by yours truly, Alberto Leporati and Claudio Zandron, is titled <a href="http://aeporreca.files.wordpress.com/2010/05/tetra.pdf">On a powerful class of non-universal P systems with active membranes</a>. In it, we describe a restricted variant of <a href="http://researchspace.auckland.ac.nz/handle/2292/3611">P systems with active membranes</a> (computing devices inspired by biological cells) that is not Turing-equivalent, but nonetheless decide a surprisingly large class of languages. This class also seems to be somewhat &#8220;new&#8221; (we haven&#8217;t been able to find any reference to it in the literature).</p>
<p>Consider the operation of <a href="http://en.wikipedia.org/wiki/Tetration"><em>tetration</em></a> (iterated exponentiation), defined as</p>
<div style="text-align:center;">
<img src='http://s0.wp.com/latex.php?latex=%7B%7D%5En+b+%3D+%5Cunderbrace%7B%5C%2Cb%5E%7Bb%5E%7Bb%5E%7B%5Ccdot%5E%7B%5Ccdot%5E%7B%5Ccdot%5Eb%7D%7D%7D%7D%7D%7D_%7B%5Ctext%7B%5Cemph%7Bn%7D+times%7D%7D&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{}^n b = &#92;underbrace{&#92;,b^{b^{b^{&#92;cdot^{&#92;cdot^{&#92;cdot^b}}}}}}_{&#92;text{&#92;emph{n} times}}' title='{}^n b = &#92;underbrace{&#92;,b^{b^{b^{&#92;cdot^{&#92;cdot^{&#92;cdot^b}}}}}}_{&#92;text{&#92;emph{n} times}}' class='latex' />
</div>
<p>and call <strong>PTETRA</strong> the class of languages decided by Turing machines working in time <img src='http://s0.wp.com/latex.php?latex=%7B%7D%5E%7Bp%28n%29%7D2&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{}^{p(n)}2' title='{}^{p(n)}2' class='latex' /> for some polynomial <em>p</em> (the <strong>P</strong> in <strong>PTETRA</strong> signifies the fact that exponentiation is iterated only polynomially many times instead of, say, exponentially many). This class is trivially closed under union, intersection, complement, and polytime reductions. Furthermore, it&#8217;s easy to see that it can also be defined in terms of <em>space</em> <img src='http://s0.wp.com/latex.php?latex=%7B%7D%5E%7Bp%28n%29%7D2&amp;bg=ffffff&amp;fg=000000&amp;s=0' alt='{}^{p(n)}2' title='{}^{p(n)}2' class='latex' /> (you can also throw in nondeterminism, if you really want to).</p>
<p>Well, the main result of our paper is the following funny theorem.</p>
<p><strong>Theorem.</strong> <em>The class of languages decided by our variant of P system with active membranes is exactly</em> <strong>PTETRA</strong>.</p>
<p>The proof works like this:</p>
<ul>
<li>The upper bound is proved by a few calculations that show how our P systems can never use more that tetrational space, because the process of membrane division (which generates lots of new membranes) must stop after a finite number of steps.</li>
<li>To prove the lower bound, we show that we can simulate with our P systems all tetrational-space <a href="http://en.wikipedia.org/wiki/Counter_machine">counter machines</a>, hence tetrational-space Turing machines.</li>
</ul>
<p>The result is somewhat unexpected, as I was under the impression that all we could do with these P systems was <strong>EXPSPACE</strong>, and indeed I wasted a few days trying to prove that. Fortunately, reality turned out to be much more interesting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/596/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/596/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/596/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=596&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2010/08/15/dlt-2010-where-tetration-has-lease/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>
	</item>
		<item>
		<title>A relatively serious proof that P ≠ NP?</title>
		<link>http://aeporreca.org/2010/08/09/proof-that-p-isnt-np/</link>
		<comments>http://aeporreca.org/2010/08/09/proof-that-p-isnt-np/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 10:29:53 +0000</pubDate>
		<dc:creator>Antonio E. Porreca</dc:creator>
				<category><![CDATA[Complexity]]></category>
		<category><![CDATA[Breaking news]]></category>
		<category><![CDATA[Deolalikar]]></category>
		<category><![CDATA[P vs NP]]></category>
		<category><![CDATA[Scientific community]]></category>

		<guid isPermaLink="false">http://aeporreca.org/?p=544</guid>
		<description><![CDATA[Note: I&#8217;ve stopped updating this post, now that I&#8217;ve collected quite a lot of comments. For the latest news, I suggest checking my tweets and, in particular, the Polymath wiki page (edited by more people than just yours truly). Maybe I&#8217;ll have another post in the next few days, if something shocking happens. The news [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=544&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><em>Note: I&#8217;ve stopped updating this post, now that I&#8217;ve collected quite a lot of comments. For the latest news, I suggest checking <a href="http://twitter.com/aeporreca">my tweets</a> and, in particular, the <a href="http://michaelnielsen.org/polymath1/index.php?title=Deolalikar%27s_P!%3DNP_paper">Polymath wiki page</a> (edited by more people than just yours truly). Maybe I&#8217;ll have another post in the next few days, if something shocking happens.</em></p>
<p>The news seems to have originated from a <a href="http://gregbaker.ca/blog/2010/08/07/p-n-np/">post</a> on Greg Baker&#8217;s blog. The author of the claimed proof of P ≠ NP is <a href="http://www.hpl.hp.com/personal/Vinay_Deolalikar/">Vinay Deolalikar</a>, principal research scientist at HP Labs (though &#8220;[t]his work was pursued independently of [his] duties as a HP Labs researcher, and without the knowledge of others&#8221;). Judging from his past publication history, we can&#8217;t afford to immediately dismiss the author as a crank this time.</p>
<p>It seems that a preliminary version of the <a href="http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_preliminary.pdf">paper</a>, dated 6 August (note: there&#8217;s a new version <del datetime="2010-08-10T18:52:54+00:00">with &#8220;minor updates&#8221; <a href="http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_updated.pdf">here</a></del> <a href="http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_updated-mjr.pdf">here</a>), was circulated by Deolalikar to &#8220;several leading researchers in various areas&#8221;, rather amusingly in both &#8220;10pt and 12pt fonts&#8221; (apparently, the proof does not relativise to 11pt). According to Baker, <a href="http://www.cs.toronto.edu/~sacook/">Stephen Cook</a> commented &#8220;This appears to be a relatively serious claim to have solved P vs NP&#8221;. The story started spreading when someone uploaded the paper to <a href="http://www.scribd.com/doc/35539144/pnp12pt">Scribd</a> without the author&#8217;s knowledge.</p>
<p>The paper is very long (<del datetime="2010-08-09T19:55:39+00:00">103</del> <del datetime="2010-08-10T18:56:17+00:00">104</del> 107 pages in the 12pt version) and involves &#8220;several fields spanning logic, statistics, graphical models, random ensembles, and statistical physics&#8221;. So, before engaging in a serious reading, I&#8217;m going to wait for someone more qualified than me to make a preliminary evaluation. In particular, the word &#8220;physics&#8221; sounds pretty scary to me in this context.</p>
<p>What do computer scientists and related people on the web think about it? Here is a list of people who commented on Deolalikar&#8217;s paper (until 10 August).</p>
<ul>
<li>Richard Lipton <a href="http://rjlipton.wordpress.com/2010/08/08/a-proof-that-p-is-not-equal-to-np/">thinks</a> this is a &#8220;well written paper, by a serious researcher&#8221; and &#8220;who knows—perhaps this is the solution we have all have been waiting for&#8221;.</li>
<li>Lance Fortnow is <a href="http://twitter.com/fortnow/status/20673954168">laconically cautious</a>: &#8220;Much ado about an unverified proof&#8221;.
<li>Dave Bacon <a href="http://dabacon.org/pontiff/?p=4286">thinks</a> &#8220;this a fairly serious attack by a serious researcher&#8221;.</li>
<li>Scott Aaronson is willing to supplement the million dollar Clay Millennium prize by $200,000 if the proof turns out to be correct, though he <a href="http://scottaaronson.com/blog/?p=456">remarks</a> that &#8220;even if this attempt fails, it seems to introduce some thought-provoking new ideas&#8221;.</li>
<li>Daniel Lemire doesn&#8217;t <a href="http://www.daniel-lemire.com/blog/archives/2010/08/09/how-to-get-everyone-talking-about-your-research/">comment</a> directly on the contents the paper, but on some reasons why Deolalikar gets so much attention: well-written paper, and enough reputation to be considered as a peer.</li>
<li>Suresh Venkatasubramanian seems to <a href="http://twitter.com/geomblog/status/20713035743">think</a> that understanding this paper does indeed require knowledge of many fields. He&#8217;s also <a href="http://geomblog.blogspot.com/2010/08/on-deolalikar-proof-crowdsourcing.html">proposing</a> a collaborative effort to identify any issue with the current version of the proof.</li>
<li>William Gasarch would <a href="http://blog.computationalcomplexity.org/2010/08/that-p-ne-np-proof-whats-up-with-that.html">bet</a> that Deolalikar &#8220;proved something very interesting, but not P ≠ NP&#8221;: we just haven&#8217;t made enough progress on that problem yet.</li>
<li>Bruce Schneier also <a href="http://www.schneier.com/blog/archives/2010/08/p_np_1.html">bets</a> that the proof is flawed, despite the author being a &#8220;respected researcher&#8221;.</li>
<li>Ryan Williams is quite <a href="http://twitter.com/rrwilliams/status/20741046788">sceptical</a> (his technical comments <a href="http://twitter.com/rrwilliams/status/20741170730">here</a>, <a href="http://twitter.com/rrwilliams/status/20741266130">here</a>, <a href="http://twitter.com/rrwilliams/status/20741316229">here</a> and <a href="http://twitter.com/rrwilliams/status/20741339603">here</a>).</li>
<li>Richard Lipton and Ken Regan <a href="http://rjlipton.wordpress.com/2010/08/09/issues-in-the-proof-that-p%E2%89%A0np/">highlight</a> some technical issues with the proof.</li>
<li>In the mean time, Geomblog <a href="http://geomblog.blogspot.com/2010/08/polymath-home-for-analysis-of.html">reports</a> that the analysis of Deolalikar&#8217;s proof moved to a <a href="http://michaelnielsen.org/polymath1/index.php?title=Deolalikar%27s_P%21%3DNP_paper">new wiki</a>, in collaboration with the Polymath project.</li>
<li>Terence Tao <a href="http://www.google.com/buzz/114134834346472219368/1vfSCPtRQZf/Vinay-Deolaikar-recently-released-a-102-page">says</a> &#8220;[t]his is a serious effort, but one which sits somewhat orthogonally to the existing work on this problem&#8221;, so a sensible evaluation might require quite some time.</li>
<li>András Salamon is also &#8220;<a href="http://constraints.wordpress.com/2010/08/09/deolalikars-manuscript/">sceptical</a>&#8220;, as &#8220;the technique used is unlikely to work to prove the desired result&#8221;. However, &#8220;the paper is definitely worth reading&#8221; anyway.</li>
<li>More detailed <a href="http://twitter.com/rrwilliams/status/20805879147">comments</a> by Ryan Williams on the <a href="http://michaelnielsen.org/polymath1/index.php?title=Deolalikar%27s_P!%3DNP_paper#Issues_with_random_k-SAT">Polymath wiki</a>.</li>
<li>In another <a href="http://dabacon.org/pontiff/?p=4292">post</a>, Dave Bacon comments on the reasons behind the interest drawn by the paper (it&#8217;s very broad in scope and contains a lot of review). And, by the way, he and his colleagues are sceptical too.</li>
<li>Charanjit Jutla <a href="http://rjlipton.wordpress.com/2010/08/09/issues-in-the-proof-that-p%E2%89%A0np/#comment-4712">thinks</a> there&#8217;s a &#8220;huge (unfixable) gap&#8221;.</li>
<li>As of 10 August, 22:58 UTC there isn&#8217;t any mention of the P ≠ NP paper on Deolalikar&#8217;s <a href="http://www.hpl.hp.com/personal/Vinay_Deolalikar/">home page</a> anymore (though the paper itself is still available in its <a href="http://www.hpl.hp.com/personal/Vinay_Deolalikar/Papers/pnp_updated-mjr.pdf">third version</a>).</li>
</ul>
<p>The proof also made it to Gerhard Woeginger&#8217;s <a href="http://www.win.tue.nl/~gwoegi/P-versus-NP.htm">P-versus-NP page</a> and, somehow, to <a href="http://isohunt.com/torrent_details/204525141/?tab=summary">BitTorrent</a> (?). <em>Nature news</em> has an article on this story: <a href="http://www.nature.com/news/2010/100810/full/news.2010.398.html">Million-dollar problem cracked?</a>.</p>
<p>On a side note, I&#8217;m genuinely surprised by the amount of <a href="http://search.twitter.com/search?q=P%20NP">buzz</a> on Twitter generated by this story (mostly deriving from <a href="http://science.slashdot.org/story/10/08/08/226227/Claimed-Proof-That-P--NP">Slashdot</a> and <a href="http://news.ycombinator.net/item?id=1585850">Hacker News</a> I think). Independently of the actual correctness of the proof, I believe this is a good thing, as it suggests that there&#8217;s enough public interest for the most important open problem in computer science.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/aeporreca.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/aeporreca.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/aeporreca.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/aeporreca.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/aeporreca.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/aeporreca.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/aeporreca.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/aeporreca.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/aeporreca.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/aeporreca.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/aeporreca.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/aeporreca.wordpress.com/544/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/aeporreca.wordpress.com/544/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/aeporreca.wordpress.com/544/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=aeporreca.org&amp;blog=13664840&amp;post=544&amp;subd=aeporreca&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://aeporreca.org/2010/08/09/proof-that-p-isnt-np/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f94de48a898c10544a59328b4d32110b?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">Enrico</media:title>
		</media:content>
	</item>
	</channel>
</rss>
