<?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: The T vs. HT (Truth vs. Higher Truth) problem</title>
	<atom:link href="http://www.scottaaronson.com/blog/?feed=rss2&#038;p=377" rel="self" type="application/rss+xml" />
	<link>http://www.scottaaronson.com/blog/?p=377</link>
	<description>The Blog of Scott Aaronson</description>
	<lastBuildDate>Mon, 20 May 2013 07:26:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Stephen Harris</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13106</link>
		<dc:creator>Stephen Harris</dc:creator>
		<pubDate>Sun, 25 Jan 2009 05:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13106</guid>
		<description><![CDATA[John Baez Says:
&quot;I took a brief peek at Ketan Mulmuley’s paper, and very early on he
mentions “P versus NP in characteristic zero” and “P versus NP over C”
(the field of complex numbers). What do these phrases mean?&quot;

SH: I noticed that a guy named Kevin asked the same question about
characteristic zero and received a technical (to me) answer from Ketan.

http://weblog.fortnow.com/2008/04/ketan-mulmuley-responds.html
#9 ketan says to Kevin, ...]]></description>
		<content:encoded><![CDATA[<p>John Baez Says:<br />
&#8220;I took a brief peek at Ketan Mulmuley’s paper, and very early on he<br />
mentions “P versus NP in characteristic zero” and “P versus NP over C”<br />
(the field of complex numbers). What do these phrases mean?&#8221;</p>
<p>SH: I noticed that a guy named Kevin asked the same question about<br />
characteristic zero and received a technical (to me) answer from Ketan.</p>
<p><a href="http://weblog.fortnow.com/2008/04/ketan-mulmuley-responds.html" rel="nofollow">http://weblog.fortnow.com/2008/04/ketan-mulmuley-responds.html</a><br />
#9 ketan says to Kevin, &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13105</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Sat, 24 Jan 2009 23:07:53 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13105</guid>
		<description><![CDATA[John: There&#039;s a notion of computation over an arbitrary ring---where instead of AND, OR, and NOT gates, the basic operations that you&#039;re given are the ring operations together with equality testing.  (If it&#039;s an ordered ring like the real numbers, it&#039;s also generally assumed that you have greater-than and less-than tests.)  You can then formulate an analogue of the P vs. NP question over whatever ring you want---with the &lt;i&gt;standard&lt;/i&gt; P vs. NP question corresponding to a &lt;i&gt;finite&lt;/i&gt; field or ring.  So for example, if I remember correctly, P&#8800;NP over the complex numbers essentially asserts that there&#039;s no circuit involving addition, subtraction, multiplication, equality testing, branching, and complex constants, with size polynomial in n, that accepts the integers from 1 to 2&lt;sup&gt;n&lt;/sup&gt; and rejects all the other complex numbers.

(&lt;i&gt;Exercise:&lt;/i&gt; Why is that an &quot;NP&quot; question?  That is, if a complex number is an integer from 1 to 2&lt;sup&gt;n&lt;/sup&gt;, why is there a polynomial-size &quot;proof&quot; or &quot;witness&quot; of that fact?  You can assume the ability to recognize the constants 0 and 1.  Of course, one also needs to prove that the question is &quot;NP-complete&quot; within this world.)

You can also formulate analogous &quot;P versus NP&quot; questions over the integers and the reals.

To address the obvious question, no implications among the various P versus NP questions are currently known.  But the general feeling is that P vs. NP over the reals or complex numbers is likely to be easier than P vs. NP over finite fields, and might therefore be an excellent &quot;warmup&quot; to the finitary question that we ultimately care about.  Alas, the real and complex cases seem incredibly hard in their own right.

If you want to read more about nonstandard analogues of P vs. NP, the place to go is the beautiful book &lt;a href=&quot;http://www.amazon.com/Complexity-Real-Computation-Lenore-Blum/dp/0387982817/ref=pd_bbs_sr_1?ie=UTF8&amp;s=books&amp;qid=1232838173&amp;sr=8-1&quot; rel=&quot;nofollow&quot;&gt;Complexity and Real Computation&lt;/a&gt; by Blum, Cucker, Shub, and Smale.  I don&#039;t know if you&#039;ll find the time for it, but I&#039;m almost certain you&#039;d like it.]]></description>
		<content:encoded><![CDATA[<p>John: There&#8217;s a notion of computation over an arbitrary ring&#8212;where instead of AND, OR, and NOT gates, the basic operations that you&#8217;re given are the ring operations together with equality testing.  (If it&#8217;s an ordered ring like the real numbers, it&#8217;s also generally assumed that you have greater-than and less-than tests.)  You can then formulate an analogue of the P vs. NP question over whatever ring you want&#8212;with the <i>standard</i> P vs. NP question corresponding to a <i>finite</i> field or ring.  So for example, if I remember correctly, P&ne;NP over the complex numbers essentially asserts that there&#8217;s no circuit involving addition, subtraction, multiplication, equality testing, branching, and complex constants, with size polynomial in n, that accepts the integers from 1 to 2<sup>n</sup> and rejects all the other complex numbers.</p>
<p>(<i>Exercise:</i> Why is that an &#8220;NP&#8221; question?  That is, if a complex number is an integer from 1 to 2<sup>n</sup>, why is there a polynomial-size &#8220;proof&#8221; or &#8220;witness&#8221; of that fact?  You can assume the ability to recognize the constants 0 and 1.  Of course, one also needs to prove that the question is &#8220;NP-complete&#8221; within this world.)</p>
<p>You can also formulate analogous &#8220;P versus NP&#8221; questions over the integers and the reals.</p>
<p>To address the obvious question, no implications among the various P versus NP questions are currently known.  But the general feeling is that P vs. NP over the reals or complex numbers is likely to be easier than P vs. NP over finite fields, and might therefore be an excellent &#8220;warmup&#8221; to the finitary question that we ultimately care about.  Alas, the real and complex cases seem incredibly hard in their own right.</p>
<p>If you want to read more about nonstandard analogues of P vs. NP, the place to go is the beautiful book <a href="http://www.amazon.com/Complexity-Real-Computation-Lenore-Blum/dp/0387982817/ref=pd_bbs_sr_1?ie=UTF8&#038;s=books&#038;qid=1232838173&#038;sr=8-1" rel="nofollow">Complexity and Real Computation</a> by Blum, Cucker, Shub, and Smale.  I don&#8217;t know if you&#8217;ll find the time for it, but I&#8217;m almost certain you&#8217;d like it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Baez</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13104</link>
		<dc:creator>John Baez</dc:creator>
		<pubDate>Sat, 24 Jan 2009 17:57:14 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13104</guid>
		<description><![CDATA[I took a brief peek at Ketan Mulmuley&#039;s paper, and very early on he mentions &quot;P versus NP in characteristic zero&quot; and &quot;P versus NP over C&quot; (the field of complex numbers).  What do these phrases mean?]]></description>
		<content:encoded><![CDATA[<p>I took a brief peek at Ketan Mulmuley&#8217;s paper, and very early on he mentions &#8220;P versus NP in characteristic zero&#8221; and &#8220;P versus NP over C&#8221; (the field of complex numbers).  What do these phrases mean?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen Harris</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13103</link>
		<dc:creator>Stephen Harris</dc:creator>
		<pubDate>Mon, 19 Jan 2009 02:56:35 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13103</guid>
		<description><![CDATA[&quot;At a literal level, the above passage contains several howlers (I’ll leave it
to commenters to point them out), but at a “deeper” “poetic” level, Dyson
happens to be absolutely right: P versus NP is the example par excellence
of a mathematical mystery that human beings lacked the language even to
express until very recently in our history.&quot; quoting Scott Aaronson.

SH: I was first introduced to the logician John Myhill in Hofstadter&#039;s GEB
and I&#039;ll produce a partial quote of Myhill&#039;s ideas (Impossibility, Barrow).
&quot;In 1952, the American logician John Myhill produced the most interesting
of these. Myhill classified possibilities by borrowing some terminology
from mathematical logic and dividing ideas into three classes: &#039;effective&#039;,
&#039;constructive&#039;, and &#039;prospective&#039;. The most accessible and quantifiable
aspects of the world have the attribute of computability. There exists a
definite mechanical procedure for deciding if anything does or does not
possess a particular property. Computers and human beings can be trained
to respond to the presence or absence of such attributes. Truth is not a
computable property, while being a prime number is.

A more elusive set of attributes are those which are merely listable. For
these, we can construct a procedure which will list all the cases that
possess the desired attribute (although you might need to wait for an
infinite time for the listing to be completed). There is, however, no way of producing a listing of all the cases that do not possess the attribute. Many
logical systems are listable, but not computable: all their theorems can be
listed, but there is no mechanical procedure for deciding whether any given
statement is or is not a theorem. In a mathematical world with no Gödel
theorem, every statement would be listable. In a world without Turing&#039;s
uncomputable operations, every property of the world would be computable.&quot;

SH: The &quot;Truth vs. Higher Truth&quot; thread title reminded me that Myhill thinks truth is not computable. I think listable has more to do with P!=NP.
I&#039;ve actually read Seth Lloyds&#039;s description of the universe as a quantum
computer and I&#039;ll assume it&#039;s not that different than Scott&#039;s since his review
of NKS was not all that favorable. Wolfram thinks the universe might be a
simple CA rule unfolding in complexity over billions of years; it displays
pseudo-randomness which is a lack of predictability. Quantum randomness
is conceptually different, there is no pattern, which just can&#039;t be predicted.

Apparently a quantum computer cannot be employed to speed up the process of unfolding a CA rule. Thus we can inspect the computations from within the universe and be unable to distinguish the provenance of
our finite observations of random quantum theory origin from pseudo-random CA rule computation (if one or the other description is correct).
There is no algorithmic operation to transform the &quot;listable&quot; output property
into a computable procedure which distinguishes its origins. One can&#039;t tell
from a finite sequence or digits (or observed events) whether the source
of those digits/events has a random or pseudo-random foundation.
Finishing the quote:
&quot;The problem of deciding whether this page possesses the attribute of
grammatically correct English is a computable one. But the page could still
be meaningless to a non-English reader. With time, the reader could learn
more and more English, so that bits of the page became intelligible, but
there is no way of predicting where the meaningful parts will be located on
the page. The attribute of meaningfulness is thus listable but not
computable.
Not every attribute of things is listable or computable. The property of
being a true statement of arithmetic is an example. Attributes which are
neither listable not computable are called &#039;prospective&#039;: they can be neither
recognized nor generated in a finite number of deductive steps.&quot;

SH: This reminded me of the Chinese Room Argument a bit which evoked
the Systems reply. In the comments about Penrose I noticed that the
&#039;meaning of meaning&#039; came into question. I think in AI this philosophical
notion often falls under original intentionality vs. derived intentionality.

&quot;Beauty, simplicity, ugliness, and truth are all prospective properties.
Prospective properties are beyond the reach of mere technique. They are
outside the grasp of any mathematical Theory of Everything. That is why
no non-poetic account of reality can be complete.&quot; (Dyson-&gt; poetic level)]]></description>
		<content:encoded><![CDATA[<p>&#8220;At a literal level, the above passage contains several howlers (I’ll leave it<br />
to commenters to point them out), but at a “deeper” “poetic” level, Dyson<br />
happens to be absolutely right: P versus NP is the example par excellence<br />
of a mathematical mystery that human beings lacked the language even to<br />
express until very recently in our history.&#8221; quoting Scott Aaronson.</p>
<p>SH: I was first introduced to the logician John Myhill in Hofstadter&#8217;s GEB<br />
and I&#8217;ll produce a partial quote of Myhill&#8217;s ideas (Impossibility, Barrow).<br />
&#8220;In 1952, the American logician John Myhill produced the most interesting<br />
of these. Myhill classified possibilities by borrowing some terminology<br />
from mathematical logic and dividing ideas into three classes: &#8216;effective&#8217;,<br />
&#8216;constructive&#8217;, and &#8216;prospective&#8217;. The most accessible and quantifiable<br />
aspects of the world have the attribute of computability. There exists a<br />
definite mechanical procedure for deciding if anything does or does not<br />
possess a particular property. Computers and human beings can be trained<br />
to respond to the presence or absence of such attributes. Truth is not a<br />
computable property, while being a prime number is.</p>
<p>A more elusive set of attributes are those which are merely listable. For<br />
these, we can construct a procedure which will list all the cases that<br />
possess the desired attribute (although you might need to wait for an<br />
infinite time for the listing to be completed). There is, however, no way of producing a listing of all the cases that do not possess the attribute. Many<br />
logical systems are listable, but not computable: all their theorems can be<br />
listed, but there is no mechanical procedure for deciding whether any given<br />
statement is or is not a theorem. In a mathematical world with no Gödel<br />
theorem, every statement would be listable. In a world without Turing&#8217;s<br />
uncomputable operations, every property of the world would be computable.&#8221;</p>
<p>SH: The &#8220;Truth vs. Higher Truth&#8221; thread title reminded me that Myhill thinks truth is not computable. I think listable has more to do with P!=NP.<br />
I&#8217;ve actually read Seth Lloyds&#8217;s description of the universe as a quantum<br />
computer and I&#8217;ll assume it&#8217;s not that different than Scott&#8217;s since his review<br />
of NKS was not all that favorable. Wolfram thinks the universe might be a<br />
simple CA rule unfolding in complexity over billions of years; it displays<br />
pseudo-randomness which is a lack of predictability. Quantum randomness<br />
is conceptually different, there is no pattern, which just can&#8217;t be predicted.</p>
<p>Apparently a quantum computer cannot be employed to speed up the process of unfolding a CA rule. Thus we can inspect the computations from within the universe and be unable to distinguish the provenance of<br />
our finite observations of random quantum theory origin from pseudo-random CA rule computation (if one or the other description is correct).<br />
There is no algorithmic operation to transform the &#8220;listable&#8221; output property<br />
into a computable procedure which distinguishes its origins. One can&#8217;t tell<br />
from a finite sequence or digits (or observed events) whether the source<br />
of those digits/events has a random or pseudo-random foundation.<br />
Finishing the quote:<br />
&#8220;The problem of deciding whether this page possesses the attribute of<br />
grammatically correct English is a computable one. But the page could still<br />
be meaningless to a non-English reader. With time, the reader could learn<br />
more and more English, so that bits of the page became intelligible, but<br />
there is no way of predicting where the meaningful parts will be located on<br />
the page. The attribute of meaningfulness is thus listable but not<br />
computable.<br />
Not every attribute of things is listable or computable. The property of<br />
being a true statement of arithmetic is an example. Attributes which are<br />
neither listable not computable are called &#8216;prospective&#8217;: they can be neither<br />
recognized nor generated in a finite number of deductive steps.&#8221;</p>
<p>SH: This reminded me of the Chinese Room Argument a bit which evoked<br />
the Systems reply. In the comments about Penrose I noticed that the<br />
&#8216;meaning of meaning&#8217; came into question. I think in AI this philosophical<br />
notion often falls under original intentionality vs. derived intentionality.</p>
<p>&#8220;Beauty, simplicity, ugliness, and truth are all prospective properties.<br />
Prospective properties are beyond the reach of mere technique. They are<br />
outside the grasp of any mathematical Theory of Everything. That is why<br />
no non-poetic account of reality can be complete.&#8221; (Dyson-&gt; poetic level)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris W.</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13102</link>
		<dc:creator>Chris W.</dc:creator>
		<pubDate>Tue, 13 Jan 2009 15:48:37 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13102</guid>
		<description><![CDATA[On the face of it, this is off-topic:

&lt;em&gt;Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.&lt;/em&gt;   — &lt;a href=&quot;http://en.wikipedia.org/wiki/Brian_Kernighan&quot; rel=&quot;nofollow&quot;&gt;Brian W. Kernighan&lt;/a&gt;]]></description>
		<content:encoded><![CDATA[<p>On the face of it, this is off-topic:</p>
<p><em>Debugging is twice as hard as writing the code in the first place. Therefore, if you write the code as cleverly as possible, you are, by definition, not smart enough to debug it.</em>   — <a href="http://en.wikipedia.org/wiki/Brian_Kernighan" rel="nofollow">Brian W. Kernighan</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Sidles</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13101</link>
		<dc:creator>John Sidles</dc:creator>
		<pubDate>Tue, 13 Jan 2009 08:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13101</guid>
		<description><![CDATA[Scott says: &lt;i&gt;... I hope there will be peace in my lifetime, but am not too optimistic ...&lt;/i&gt;

A fine post.  But Scott, there  &lt;i&gt;are&lt;/i&gt; people who are optimistic, and anyone who thinks they &lt;i&gt;might&lt;/i&gt; be right, qualifies as optimistic too.

So you might be closer to optimism than you think.]]></description>
		<content:encoded><![CDATA[<p>Scott says: <i>&#8230; I hope there will be peace in my lifetime, but am not too optimistic &#8230;</i></p>
<p>A fine post.  But Scott, there  <i>are</i> people who are optimistic, and anyone who thinks they <i>might</i> be right, qualifies as optimistic too.</p>
<p>So you might be closer to optimism than you think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13100</link>
		<dc:creator>Scott</dc:creator>
		<pubDate>Mon, 12 Jan 2009 22:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13100</guid>
		<description><![CDATA[Stas and Someone Else: Done.  Sorry, I&#039;m at &lt;a href=&quot;http://qipworkshop.org/&quot; rel=&quot;nofollow&quot;&gt;QIP&lt;/a&gt; in Santa Fe right now, and haven&#039;t had a chance to check the comments section for antisemitic trolls.

Incidentally, for those who are curious: I have nothing whatsoever to say about the Israel/Gaza situation that isn&#039;t being said 10&lt;sup&gt;500&lt;/sup&gt; other places on the web.  I think it&#039;s horrible that hundreds of civilians are getting killed in Gaza, and also horrible that Hamas will probably soon be firing missiles at Tel Aviv.  I hope there will be peace in my lifetime, but am not too optimistic.]]></description>
		<content:encoded><![CDATA[<p>Stas and Someone Else: Done.  Sorry, I&#8217;m at <a href="http://qipworkshop.org/" rel="nofollow">QIP</a> in Santa Fe right now, and haven&#8217;t had a chance to check the comments section for antisemitic trolls.</p>
<p>Incidentally, for those who are curious: I have nothing whatsoever to say about the Israel/Gaza situation that isn&#8217;t being said 10<sup>500</sup> other places on the web.  I think it&#8217;s horrible that hundreds of civilians are getting killed in Gaza, and also horrible that Hamas will probably soon be firing missiles at Tel Aviv.  I hope there will be peace in my lifetime, but am not too optimistic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Someone Else</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13099</link>
		<dc:creator>Someone Else</dc:creator>
		<pubDate>Mon, 12 Jan 2009 20:08:38 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13099</guid>
		<description><![CDATA[I couldn&#039;t agree more with Stas.  It&#039;s not the place for that sort of thing.]]></description>
		<content:encoded><![CDATA[<p>I couldn&#8217;t agree more with Stas.  It&#8217;s not the place for that sort of thing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stas</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13098</link>
		<dc:creator>Stas</dc:creator>
		<pubDate>Mon, 12 Jan 2009 14:37:40 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13098</guid>
		<description><![CDATA[Scott, I&#039;d like to ask you to delete the comment above from Someone and ban such people in the future.]]></description>
		<content:encoded><![CDATA[<p>Scott, I&#8217;d like to ask you to delete the comment above from Someone and ban such people in the future.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: csrster</title>
		<link>http://www.scottaaronson.com/blog/?p=377#comment-13097</link>
		<dc:creator>csrster</dc:creator>
		<pubDate>Mon, 12 Jan 2009 08:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://scottaaronson.com/blog/?p=377#comment-13097</guid>
		<description><![CDATA[I remember hearing Dyson talk in Boulder about 15 years ago where he claimed to have a simple thought experiment which disproved Heisenberg&#039;s uncertainty principle.

Jeffrey Shallit on recursivity has just nominated him for Blowhard of the Month, and I think he has a point.

(http://recursed.blogspot.com/2009/01/blowhard-of-month-freeman-dyson.html)]]></description>
		<content:encoded><![CDATA[<p>I remember hearing Dyson talk in Boulder about 15 years ago where he claimed to have a simple thought experiment which disproved Heisenberg&#8217;s uncertainty principle.</p>
<p>Jeffrey Shallit on recursivity has just nominated him for Blowhard of the Month, and I think he has a point.</p>
<p>(<a href="http://recursed.blogspot.com/2009/01/blowhard-of-month-freeman-dyson.html" rel="nofollow">http://recursed.blogspot.com/2009/01/blowhard-of-month-freeman-dyson.html</a>)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
