<?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/"
	>

<channel>
	<title>阅微堂 &#187; 染色</title>
	<atom:link href="http://zhiqiang.org/blog/tag/%e6%9f%93%e8%89%b2/feed" rel="self" type="application/rss+xml" />
	<link>http://zhiqiang.org/blog</link>
	<description>理工科背景的证券从业人员</description>
	<lastBuildDate>Sun, 05 Feb 2012 03:59:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>一个简单图的三染色算法问题</title>
		<link>http://zhiqiang.org/blog/science/computer-science/3-color-a-simple-graph.html</link>
		<comments>http://zhiqiang.org/blog/science/computer-science/3-color-a-simple-graph.html#comments</comments>
		<pubDate>Thu, 25 Sep 2008 06:57:19 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[计算机科学]]></category>
		<category><![CDATA[染色]]></category>
		<category><![CDATA[算法]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/?p=851</guid>
		<description><![CDATA[博客 » 计算机科学 » 算法 » 注: 这个问题来自China Theory Week 2008的Open Problems Session。 我们知道在数学里证明一个东西的存在性的时候，有时候只证明了“存在性”，而且在证明过程中并没有说明如何找到它，这种证明方法被称为“非构造性证明”。有些流派的数学家对这种证明方法非常不满，具体这里就不详谈了。 这里要说的是，一个玩意儿，即时你知道它总是存在的，它...]]></description>
			<content:encoded><![CDATA[<p id="breadcrumb" class="breadcrumb"><a href="http://zhiqiang.org/blog/">博客</a> » <a href="http://zhiqiang.org/blog/category/science/computer-science">计算机科学</a> » <a href='http://zhiqiang.org/blog/tag/%e7%ae%97%e6%b3%95'>算法</a>  » </p><p><font color="#808080">注: 这个问题来自<a href="http://conference.itcs.tsinghua.edu.cn/CTW2008/" target="_blank">China Theory Week 2008</a>的Open Problems Session。</font></p>
<p>我们知道在数学里证明一个东西的存在性的时候，有时候只证明了“存在性”，而且在证明过程中并没有说明如何找到它，这种证明方法被称为“非构造性证明”。有些流派的数学家对这种证明方法非常不满，具体这里就不详谈了。</p>
<p>这里要说的是，一个玩意儿，即时你知道它总是存在的，它也是可以算出来的，但是不是就一定能够很快的比如在多项式时间之内算出来呢？</p>
<p><font color="#808080"><a href="http://zhiqiang.org/blog/science/computer-science/game-theory-computing-nash-equilibrium.html">Game Theory</a></font><font color="#808080">已经证明了在两人非合作博弈中，</font><font color="#808080">纳什均衡</font><font color="#808080">总是存在的，但是</font><font color="#808080"><a href="http://zhiqiang.org/blog/science/computer-science/game-theory-computing-nash-equilibrium.html">如何计算它确被证明是PPAD-hard</a></font><font color="#808080">的，一个被猜测不属于P的复杂类。</font></p>
<p><font color="#808080">纳什均衡的计算问题不太好理解，下面介绍一个问题，描述比较简单非常容易理解。它有类似的效果，存在性可在数学上被证明，但如何计算它却不知道，复杂性也未知。</font></p>
<p>输入：一个<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_fa7674a88b1ff1139a00caf969933a8c.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="3n" /></span><script type='math/tex'>3n</script>点的图，顶点构成一个正<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_fa7674a88b1ff1139a00caf969933a8c.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="3n" /></span><script type='math/tex'>3n</script>边形，以及它们之间的<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_2e0a8f7435e9e48c3f86c8d72266a034.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="6n" /></span><script type='math/tex'>6n</script>条边。其中<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_fa7674a88b1ff1139a00caf969933a8c.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="3n" /></span><script type='math/tex'>3n</script>条为多边形的边，另外<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_fa7674a88b1ff1139a00caf969933a8c.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="3n" /></span><script type='math/tex'>3n</script>条边构成<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_7b8b965ad4bca0e41ab51de7b31363a1.gif' style='vertical-align: middle; border: none; padding-bottom:2px;' class='tex' alt="n" /></span><script type='math/tex'>n</script>个顶点互不重合的三角形。下图为一个<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_f4b339682e05755eb7408448ef87e1ca.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="n=3" /></span><script type='math/tex'>n=3</script>的例子。</p>
<p><img style="display: block; float: none; margin-left: auto; margin-right: auto" src="http://lh3.ggpht.com/mathzqy/SNmzOj9_LWI/AAAAAAAAFCw/BIh6tAzGgaw/3color.JPG?imgmax=640"/></p>
<p>输出：这个图的一种三染色方案（给定点染色，使任何有边相连的顶点都不同色）。</p>
<div><h4>相关文章</h4><ul><li><a href="http://zhiqiang.org/blog/science/countable-coloring-of-real.html">实数上的可数颜色染色问题</a></li><li><a href="http://zhiqiang.org/blog/science/color-points-on-plane.html">点染色问题</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/an-algorithm-face-interviews-question-test.html">一个算法面试题 &#038; 面试题库</a></li><li><a href="http://zhiqiang.org/blog/science/mathmatics-in-rubik-cube-and-algorithm.html">魔方里的数学</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/graph-isomorphism-is-polynomial.html">图同构问题属于P？</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/programs-depend-on-date-struct-not-algorithm.html">编程的核心是数据结构，而不是算法</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/another-perfect-shuffle-algorithm.html">Perfect Shuffle的算法</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/median-algorithm-of-ordered-matrix.html">有序矩阵的中位数算法</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/inverse-square-root-algorithm-analysis.html">求平方根倒数的算法</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/how-google-search-similar-images.html">图片搜索的原理</a></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2008. | <a href="http://zhiqiang.org/blog/science/computer-science/3-color-a-simple-graph.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/science/computer-science/3-color-a-simple-graph.html#comments">5 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/science/computer-science/3-color-a-simple-graph.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>点染色问题</title>
		<link>http://zhiqiang.org/blog/science/color-points-on-plane.html</link>
		<comments>http://zhiqiang.org/blog/science/color-points-on-plane.html#comments</comments>
		<pubDate>Wed, 20 Aug 2008 00:39:12 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[自然科学]]></category>
		<category><![CDATA[染色]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/posts/color-points-on-plane.html</guid>
		<description><![CDATA[博客 » 自然科学 » 染色 » 继上次的硬币游戏（解答在此）之后，Sariel又出了一个有意思的题目。 给定平面上若干个点。证明总存在一个黑白染色方法，使得对于平面上任何一个直线，若此直线这一侧有多于50个点，则此侧的点颜色不完全一样。 更多： 这是一个研究性问题，从一些论文里抽取，会比较难。 50这个数字没有特殊的含义，改成4和8应该也可以。 推广这个问题？ ...]]></description>
			<content:encoded><![CDATA[<p id="breadcrumb" class="breadcrumb"><a href="http://zhiqiang.org/blog/">博客</a> » <a href="http://zhiqiang.org/blog/category/science">自然科学</a> » <a href='http://zhiqiang.org/blog/tag/%e6%9f%93%e8%89%b2'>染色</a>  » </p><p>继上次的<a href="http://zhiqiang.org/blog/science/rotate-coin-games.html">硬币游戏</a>（<a href="http://zhiqiang.org/blog/science/rotate-coin-game-solution.html">解答在此</a>）之后，<a href="http://valis.cs.uiuc.edu/blog/?p=1815" target="_blank">Sariel</a>又出了一个有意思的题目。</p>
<p>给定平面上若干个点。证明总存在一个黑白染色方法，使得对于平面上任何一个直线，若此直线这一侧有多于50个点，则此侧的点颜色不完全一样。</p>
<p>更多：</p>
<ol>
<li>这是一个研究性问题，从一些论文里抽取，会比较难。</li>
<li>50这个数字没有特殊的含义，改成4和8应该也可以。</li>
<li>推广这个问题？</li>
</ol>
<div><h4>相关文章</h4><ul><li><a href="http://zhiqiang.org/blog/science/countable-coloring-of-real.html">实数上的可数颜色染色问题</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/3-color-a-simple-graph.html">一个简单图的三染色算法问题</a></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2008. | <a href="http://zhiqiang.org/blog/science/color-points-on-plane.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/science/color-points-on-plane.html#comments">3 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/science/color-points-on-plane.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>实数上的可数颜色染色问题</title>
		<link>http://zhiqiang.org/blog/science/countable-coloring-of-real.html</link>
		<comments>http://zhiqiang.org/blog/science/countable-coloring-of-real.html#comments</comments>
		<pubDate>Sun, 23 Dec 2007 04:52:28 +0000</pubDate>
		<dc:creator>zhiqiang</dc:creator>
				<category><![CDATA[自然科学]]></category>
		<category><![CDATA[不可证明]]></category>
		<category><![CDATA[染色]]></category>
		<category><![CDATA[独立]]></category>
		<category><![CDATA[连续统假设]]></category>

		<guid isPermaLink="false">http://zhiqiang.org/blog/posts/countable-coloring-of-real.html</guid>
		<description><![CDATA[博客 » 自然科学 » 染色 » 命题：实数集上的任何一个可数种颜色染色方案，都存在四个不等的同色点使得。 这个问题是一个月前在Computational Complexity看到的。前两天在测不准原理还是不确定性原理我提到了不可证明问题，今天顺便把上面这个问题拿出来溜一溜。 这是一个非常非常自然的问题，看上去就是一个普通的组合问题，类似于Ramsey问题的变种，而且研究这个问题的...]]></description>
			<content:encoded><![CDATA[<p id="breadcrumb" class="breadcrumb"><a href="http://zhiqiang.org/blog/">博客</a> » <a href="http://zhiqiang.org/blog/category/science">自然科学</a> » <a href='http://zhiqiang.org/blog/tag/%e6%9f%93%e8%89%b2'>染色</a>  » </p><blockquote><p>命题：实数集<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_39b57a564b2a471f12f7cd184731490f.gif' style='vertical-align: middle; border: none; ' class='tex' alt="\mathcal{R}" /></span><script type='math/tex'>\mathcal{R}</script>上的任何一个可数种颜色染色方案，都存在四个不等的同色点<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_3e7343a19e745b4ed2d1c14afbed808d.gif' style='vertical-align: middle; border: none; padding-bottom:1px;' class='tex' alt="x, y, z, w" /></span><script type='math/tex'>x, y, z, w</script>使得<span class='MathJax_Preview'><img src='http://zhiqiang.org/blog/wp-content/plugins/latex/cache/tex_094a3a9cc08922b8ba192d065dbc3c1d.gif' style='vertical-align: middle; border: none; ' class='tex' alt="x+y=z+w" /></span><script type='math/tex'>x+y=z+w</script>。</p>
</blockquote>
<p>这个问题是一个月前在<a href="http://blog.computationalcomplexity.org/2007/11/it-was-stupid-question-or.html">Computational Complexity</a>看到的。前两天在<a href="http://zhiqiang.org/blog/science/quantum-history-uncertainty-principle.html">测不准原理还是不确定性原理</a>我提到了不可证明问题，今天顺便把上面这个问题拿出来溜一溜。</p>
<p>这是一个非常非常自然的问题，看上去就是一个普通的组合问题，类似于Ramsey问题的变种，而且研究这个问题的（包括<strong>Erdos</strong>!）也多数是组合学家。但其答案却出人意料，因为这个问题被证明是<strong>不可证明的</strong>，它<strong>独立于ZFC公理体系:</strong></p>
<blockquote><p><font style="background-color: #ffffff">定理：此命题成立当且仅当<strong>连续统假设</strong>不成立。</font></p>
</blockquote>
<p>而连续统假设在上个世纪七十年代便已经证明了独立于ZFC。</p>
<p>上面等价性定理的证明在<a href="http://www.cs.umd.edu/%7Egasarch/BLOGPAPERS/radozfc.pdf">这里(pdf，英文)</a>。证明过程很短。即便我对集合论了解甚少，对我来说除了Fact 1.3之外，其余的都很好懂。</p>
<p>PS：做算法和复杂性的不要错过这个blog：<a href="http://blog.computationalcomplexity.org/" target="_blank">Computational Complexity</a>。从blog标题就能看出它的内容了。</p>
<p>PS2：网友yue给我推荐了一个信息和数学类的blog，<a href="http://www.matrix67.com/blog/">Matrix67</a>，据称内容为50% Informatics, 50% Mathematics, and 50% Imagination。令人惊奇的是，blog作者居然是<strong>北大中文系</strong>的。这位兄弟如此喜欢数学，完全可以向其前辈学习一下，从中文系转系到数学系去，这是有过先例的。</p>
<div><h4>相关文章</h4><ul><li><a href="http://zhiqiang.org/blog/science/quantum-history-uncertainty-principle.html">测不准原理还是不确定性原理 - 谈量子物理史话一</a></li><li><a href="http://zhiqiang.org/blog/science/color-points-on-plane.html">点染色问题</a></li><li><a href="http://zhiqiang.org/blog/science/computer-science/3-color-a-simple-graph.html">一个简单图的三染色算法问题</a></li></ul></div>    <p></p>
    <hr noshade style="margin:0;height:1px" />
    <p>&copy; zhiqiang for <a href="http://zhiqiang.org/blog">阅微堂</a>, 2007. | <a href="http://zhiqiang.org/blog/science/countable-coloring-of-real.html">&#38142;&#25509;</a> | <a href="http://zhiqiang.org/blog/science/countable-coloring-of-real.html#comments">7 &#26465;&#35780;&#35770;</a></p>]]></content:encoded>
			<wfw:commentRss>http://zhiqiang.org/blog/science/countable-coloring-of-real.html/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

