<?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/"
	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>Comments on: Two Puzzles in Recursion Theory: Verbose Sets and Terse Sets</title>
	<atom:link href="http://xorshammer.com/2008/10/16/two-puzzles-in-recursion-theory-verbose-sets-and-terse-sets/feed/" rel="self" type="application/rss+xml" />
	<link>http://xorshammer.com/2008/10/16/two-puzzles-in-recursion-theory-verbose-sets-and-terse-sets/</link>
	<description>Some things in mathematical logic that I find interesting</description>
	<lastBuildDate>Wed, 18 Jan 2012 18:13:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: mkoconnor</title>
		<link>http://xorshammer.com/2008/10/16/two-puzzles-in-recursion-theory-verbose-sets-and-terse-sets/#comment-132</link>
		<dc:creator><![CDATA[mkoconnor]]></dc:creator>
		<pubDate>Fri, 17 Oct 2008 21:38:21 +0000</pubDate>
		<guid isPermaLink="false">http://xorshammer.wordpress.com/?p=194#comment-132</guid>
		<description><![CDATA[Whoops, thanks.  I fixed it so that the Turing machines in the posing of the problem also take no input.

You&#039;re right, though, it&#039;s inessential: Let $latex K_0$ be the set of Turing machines which halt with no input  (say they start on a blank tape or something) and $latex K_1$ be the set of Turing machines which halt when given their own code as put.  Then there are computable functions $latex f$ and $latex g$ such that for all $latex n$, $latex n\in K_0$ iff $latex f(n)\in K_1$ and $latex n\in K_1$ iff $latex g(n) \in K_0$.

There&#039;s not even really any fancy trickery going on here.  Just let the $latex f(n)$th Turing machine erase whatever input its given and then simulate the $latex n$th Turing machine, and let the $latex g(n)$th Turing machine first write $latex n$ on the input tape and then simulate the $latex n$th Turing machine.]]></description>
		<content:encoded><![CDATA[<p>Whoops, thanks.  I fixed it so that the Turing machines in the posing of the problem also take no input.</p>
<p>You&#8217;re right, though, it&#8217;s inessential: Let <img src='http://s0.wp.com/latex.php?latex=K_0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='K_0' title='K_0' class='latex' /> be the set of Turing machines which halt with no input  (say they start on a blank tape or something) and <img src='http://s0.wp.com/latex.php?latex=K_1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='K_1' title='K_1' class='latex' /> be the set of Turing machines which halt when given their own code as put.  Then there are computable functions <img src='http://s0.wp.com/latex.php?latex=f&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='f' title='f' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=g&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g' title='g' class='latex' /> such that for all <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' />, <img src='http://s0.wp.com/latex.php?latex=n%5Cin+K_0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n&#92;in K_0' title='n&#92;in K_0' class='latex' /> iff <img src='http://s0.wp.com/latex.php?latex=f%28n%29%5Cin+K_1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='f(n)&#92;in K_1' title='f(n)&#92;in K_1' class='latex' /> and <img src='http://s0.wp.com/latex.php?latex=n%5Cin+K_1&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n&#92;in K_1' title='n&#92;in K_1' class='latex' /> iff <img src='http://s0.wp.com/latex.php?latex=g%28n%29+%5Cin+K_0&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g(n) &#92;in K_0' title='g(n) &#92;in K_0' class='latex' />.</p>
<p>There&#8217;s not even really any fancy trickery going on here.  Just let the <img src='http://s0.wp.com/latex.php?latex=f%28n%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='f(n)' title='f(n)' class='latex' />th Turing machine erase whatever input its given and then simulate the <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' />th Turing machine, and let the <img src='http://s0.wp.com/latex.php?latex=g%28n%29&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='g(n)' title='g(n)' class='latex' />th Turing machine first write <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' /> on the input tape and then simulate the <img src='http://s0.wp.com/latex.php?latex=n&amp;bg=ffffff&amp;fg=333333&amp;s=0' alt='n' title='n' class='latex' />th Turing machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kenny Easwaran</title>
		<link>http://xorshammer.com/2008/10/16/two-puzzles-in-recursion-theory-verbose-sets-and-terse-sets/#comment-131</link>
		<dc:creator><![CDATA[Kenny Easwaran]]></dc:creator>
		<pubDate>Fri, 17 Oct 2008 13:21:33 +0000</pubDate>
		<guid isPermaLink="false">http://xorshammer.wordpress.com/?p=194#comment-131</guid>
		<description><![CDATA[You seem to switch from running Turing machines on their own codes as input in the posing of the puzzles to running Turing machines with no input in the solution - I assume that some sort of diagonalization or recursion theorem trickery means that this is an inessential point?

Also, it&#039;s pretty funny that &quot;Possible related posts&quot; corrently includes &quot;Strategies for Adjusting to Puberty?&quot;]]></description>
		<content:encoded><![CDATA[<p>You seem to switch from running Turing machines on their own codes as input in the posing of the puzzles to running Turing machines with no input in the solution &#8211; I assume that some sort of diagonalization or recursion theorem trickery means that this is an inessential point?</p>
<p>Also, it&#8217;s pretty funny that &#8220;Possible related posts&#8221; corrently includes &#8220;Strategies for Adjusting to Puberty?&#8221;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

