<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Why I Blog</title>
	<atom:link href="http://learningcomputation.com/blog/2007/04/why-i-blog.html/feed" rel="self" type="application/rss+xml" />
	<link>http://learningcomputation.com/blog/2007/04/why-i-blog.html</link>
	<description>There exist problems, intractable to decide, yet easy to check.</description>
	<lastBuildDate>Fri, 07 May 2010 22:25:51 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kurt</title>
		<link>http://learningcomputation.com/blog/2007/04/why-i-blog.html/comment-page-1#comment-56</link>
		<dc:creator>Kurt</dc:creator>
		<pubDate>Tue, 28 Aug 2007 03:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://learningcomputation.wordpress.com/2007/04/25/why-i-blog#comment-56</guid>
		<description>Andy, Thanks so much for that!  That was much easier to understand than anything else I&#039;ve seen trying to explain what the PCP theorem is.Not to put any pressure on you or anything, but you know that if you wrote that up and expanded on it a bit that would make a heck of a blog post.</description>
		<content:encoded><![CDATA[<p>Andy, Thanks so much for that!  That was much easier to understand than anything else I&#8217;ve seen trying to explain what the PCP theorem is.Not to put any pressure on you or anything, but you know that if you wrote that up and expanded on it a bit that would make a heck of a blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy D</title>
		<link>http://learningcomputation.com/blog/2007/04/why-i-blog.html/comment-page-1#comment-57</link>
		<dc:creator>Andy D</dc:creator>
		<pubDate>Tue, 28 Aug 2007 00:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://learningcomputation.wordpress.com/2007/04/25/why-i-blog#comment-57</guid>
		<description>Hi Kurt!  Just happened upon your blog/post, thanks for the mention...  I&#039;d be happy to discuss PCPs (or theory of comp more generally) with you, to the limited extent of my expertise.  Today, just like 15 years ago, the PCP theorem is a hard slog.  But it&#039;s gotten much less hard with the recent work of Irit Dinur.  My exposition was aimed at the part of her work that I found hardest to understand.The *statement* of the PCP theorem, however, is not too complex.  It has multiple forms, but here&#039;s perhaps the most intuitive one:There exists a constant eps &gt; 0 such that the following is true:Given any language L in NP, there exists a polynomial-time reduction R mapping bitstrings to 3-SAT formulae, such that-if x is in L, then R(x) is a satisfiable formula;-if x isn&#039;t in L, then no assignment to the variables of R(x) can satisfy more than a (1 - eps) fraction of the clauses of R(x).What does this result have to do with &#039;probabilistically checkable proofs&#039;?Suppose we are an all-knowing prover and want to prove to a poly-time verifier that x is in L.  We send the verifier a description of a satisfying assignment b to R(x).The verifier picks a random subset of the clauses of R(x), of size (1/eps), and checks that b satisfies these clauses; this takes 3/eps queries, a constant not depending on n = &#124;x&#124; (!!!).  The verifier accepts iff each of these 1/eps clauses are satisfied by b.For the analysis:-If x is in L, then R(x) is satisfiable by some b, and sending b causes the verifier to accept with probability 1.-on the other hand, if x isn&#039;t in L, then (by the assumed property of the reduction R) any assignment b&#039; to R(x) that we send will fail to satisfy an eps fraction of clauses, so there is a constant nonzero probability that at least one of the 1/eps clauses the verifier chooses will be unsatisfied; hence the verifier rejects with fair probability.  This probabilistic, constant-query-complexity protocol for L is called a PCP, and we&#039;ve sketched how any L in NP has one as a consequence of the NP-hardness of approximating 3-SAT.</description>
		<content:encoded><![CDATA[<p>Hi Kurt!  Just happened upon your blog/post, thanks for the mention&#8230;  I&#8217;d be happy to discuss PCPs (or theory of comp more generally) with you, to the limited extent of my expertise.  Today, just like 15 years ago, the PCP theorem is a hard slog.  But it&#8217;s gotten much less hard with the recent work of Irit Dinur.  My exposition was aimed at the part of her work that I found hardest to understand.The *statement* of the PCP theorem, however, is not too complex.  It has multiple forms, but here&#8217;s perhaps the most intuitive one:There exists a constant eps > 0 such that the following is true:Given any language L in NP, there exists a polynomial-time reduction R mapping bitstrings to 3-SAT formulae, such that-if x is in L, then R(x) is a satisfiable formula;-if x isn&#8217;t in L, then no assignment to the variables of R(x) can satisfy more than a (1 &#8211; eps) fraction of the clauses of R(x).What does this result have to do with &#8216;probabilistically checkable proofs&#8217;?Suppose we are an all-knowing prover and want to prove to a poly-time verifier that x is in L.  We send the verifier a description of a satisfying assignment b to R(x).The verifier picks a random subset of the clauses of R(x), of size (1/eps), and checks that b satisfies these clauses; this takes 3/eps queries, a constant not depending on n = |x| (!!!).  The verifier accepts iff each of these 1/eps clauses are satisfied by b.For the analysis:-If x is in L, then R(x) is satisfiable by some b, and sending b causes the verifier to accept with probability 1.-on the other hand, if x isn&#8217;t in L, then (by the assumed property of the reduction R) any assignment b&#8217; to R(x) that we send will fail to satisfy an eps fraction of clauses, so there is a constant nonzero probability that at least one of the 1/eps clauses the verifier chooses will be unsatisfied; hence the verifier rejects with fair probability.  This probabilistic, constant-query-complexity protocol for L is called a PCP, and we&#8217;ve sketched how any L in NP has one as a consequence of the NP-hardness of approximating 3-SAT.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Foxy</title>
		<link>http://learningcomputation.com/blog/2007/04/why-i-blog.html/comment-page-1#comment-58</link>
		<dc:creator>Foxy</dc:creator>
		<pubDate>Thu, 26 Apr 2007 03:43:40 +0000</pubDate>
		<guid isPermaLink="false">http://learningcomputation.wordpress.com/2007/04/25/why-i-blog#comment-58</guid>
		<description>Oh dear ... one of the hardest questions I ever have to answer is why I do math. Let me think about this.</description>
		<content:encoded><![CDATA[<p>Oh dear &#8230; one of the hardest questions I ever have to answer is why I do math. Let me think about this.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

