<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>动物协会</title>
    <link>https://dongwuxiehui.github.io/</link>
    <description>Recent content on 动物协会</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-US</language>
    <lastBuildDate>Tue, 22 May 2018 17:25:30 +0300</lastBuildDate>
    <atom:link href="https://dongwuxiehui.github.io/feed/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>随机凸包</title>
      <link>https://dongwuxiehui.github.io/contain-center/</link>
      <pubDate>Tue, 22 May 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/contain-center/</guid>
      <description>&lt;p&gt;在一个圆周上随机分布着3个点，问组成的三角形包括圆心的概率是多大？ （每个点都平均分布且独立）。 在 &lt;code&gt;\(n\)&lt;/code&gt; 维球面上分布着&lt;code&gt;\(n＋2\)&lt;/code&gt;个点的话概率又是多少？ 假如有 &lt;code&gt;\(n＋k\)&lt;/code&gt;个点呢？&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>整数五子棋</title>
      <link>https://dongwuxiehui.github.io/game-on-integer/</link>
      <pubDate>Tue, 10 Apr 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/game-on-integer/</guid>
      <description>&lt;p&gt;海绵宝宝和章鱼哥玩下面的游戏：海绵宝宝选一个整数，章鱼哥选 &lt;code&gt;\(k\)&lt;/code&gt; 个整数， 轮着选， 海绵宝宝不能选章鱼哥选过的数， 如果某一轮后海绵宝宝挑的数里面有一个长为 10 的等差数列， 则海绵宝宝获胜。 请问： 章鱼哥输定了吗？&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>100人猜数字</title>
      <link>https://dongwuxiehui.github.io/100guessreals/</link>
      <pubDate>Mon, 19 Mar 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/100guessreals/</guid>
      <description>&lt;p&gt;100个房间，每个房间里有可数个盒子，标号1,2,3 。。。在每个盒子里有一个实数。 对任意自然数n， 全部标号为n的盒子里的数都是一样的。 100位数学家玩以下游戏：在讨论完策略后，每个数学家各自进入不同的房间， 彼此之间不再交流。 在房间里，每个数学家可以打开任意多的盒子并看到里面的实数， 但不能打开全部盒子 （即至少有一个盒子不打开）。 每个数学家必须选择一个没打开的盒子，并对里面的数字作出预测。 如果至少99个数学家猜对，那么全体赢得游戏。 是否存在必胜策略？&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>数论猜数字</title>
      <link>https://dongwuxiehui.github.io/logic-guess-number/</link>
      <pubDate>Mon, 19 Mar 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/logic-guess-number/</guid>
      <description>&lt;p&gt;鬼谷子从2到99里选出2个不同的整数， 把两数之和告诉路庞涓， 把乘积告诉了孙膑。
庞涓对孙膑说：虽然我无法确定这两个数是什么， 但我肯定你也不知道这两个数是什么。
孙膑说：本来问不知道，你这么一说，我就知道了。
庞涓说：那我也知道了。&lt;/p&gt;

&lt;p&gt;这2个数是什么？&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>读心术</title>
      <link>https://dongwuxiehui.github.io/guess-real-number/</link>
      <pubDate>Mon, 19 Mar 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/guess-real-number/</guid>
      <description>&lt;p&gt;甲在心里想一个实数， 丙开始猜这个数， 丙只能问如下的问题：“这个数是不是x？”， 甲回答是或者否， 问丙能否有一个随机的策略使得其百分百在有限次内猜出这个实数？&lt;/p&gt;

&lt;div&gt;
&lt;a class=&#34;various&#34;  href=#tips&gt;会长的话&lt;/a&gt;
&lt;div class=&#34;hidedcontent&#34; id=tips&gt;
  &lt;p&gt;Consider the following probability space: &lt;code&gt;\((\Omega,\mathcal{F},\mathbb{P})\)&lt;/code&gt;, where &lt;code&gt;\(\Omega=\mathbb{R}^{\mathbb{N}}=\{\omega=(\omega_1,\omega_2 ,\ldots)\}\)&lt;/code&gt;, let &lt;code&gt;\(x\in \mathbb{R}\)&lt;/code&gt;, define &lt;code&gt;\(A_x=\{\omega:x\in \omega\}\subset \Omega\)&lt;/code&gt;. Let &lt;code&gt;\(F\subset \mathbb{R}\)&lt;/code&gt; be finite or countable, let &lt;code&gt;\(A_F=\cap_{x\in F}A_x\)&lt;/code&gt;. Define
&lt;code&gt;\[\mathcal{F}=\{B\subset \Omega| \exists F,\ A_F\subset B \text{ or }\exists F,\ B\subset A_F^c\}.\]&lt;/code&gt;
One can check that &lt;code&gt;\(\mathcal{F}\)&lt;/code&gt; is a sigma-algebra, moreover, an element of &lt;code&gt;\(\mathcal{F}\)&lt;/code&gt; is either with &lt;code&gt;\(A_F\subset B\)&lt;/code&gt; for some &lt;code&gt;\(F\)&lt;/code&gt; (called the first type) or &lt;code&gt;\(B\subset A_F^c\)&lt;/code&gt; for some &lt;code&gt;\(F\)&lt;/code&gt;. Define the probability be &lt;code&gt;\(\mathbb{P}(B)=1\)&lt;/code&gt; is &lt;code&gt;\(B\)&lt;/code&gt; is of the first type, otherwise &lt;code&gt;\(\mathbb{P}(B)=0\)&lt;/code&gt;. Can check that &lt;code&gt;\(\mathbb{P}\)&lt;/code&gt; is a probability measure.&lt;/p&gt;

&lt;p&gt;Now sampel a sequence &lt;code&gt;\(\omega\)&lt;/code&gt; with &lt;code&gt;\(\mathbb{P}\)&lt;/code&gt;, guess the number one by one in the sampled sequence, for any fix real &lt;code&gt;\(x\)&lt;/code&gt;, &lt;code&gt;\(\mathbb{P}(\omega\in A_x)=1\)&lt;/code&gt;, that is, almost surely, with finitely many guess we guess correctly the target.&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;

</description>
    </item>
    
    <item>
      <title>整系数多项式问题</title>
      <link>https://dongwuxiehui.github.io/integer-polynomial/</link>
      <pubDate>Sat, 03 Mar 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/integer-polynomial/</guid>
      <description>&lt;p&gt;如果一个整系数多项式&lt;code&gt;\(P(X_1 ,\ldots,X_n)\)&lt;/code&gt;， 对于任意&lt;code&gt;\(x_1 ,\ldots,x_n\in \mathbb{Z}\)&lt;/code&gt;， &lt;code&gt;\(P(x_1 ,\ldots,x_n)\)&lt;/code&gt;是一个完全平方数， 是否存在整系数多项式&lt;code&gt;\(Q\)&lt;/code&gt;， 使得&lt;code&gt;\(P=Q^2\)&lt;/code&gt;.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>旋转立方</title>
      <link>https://dongwuxiehui.github.io/rotate-cube/</link>
      <pubDate>Sat, 03 Mar 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/rotate-cube/</guid>
      <description>&lt;p&gt;将一个立方体扰着对角线&lt;code&gt;\(AC_1\)&lt;/code&gt;旋转一周，会得到以下哪个图形？
&lt;img src=&#34;../revolution.png&#34; alt=&#34;&#34; /&gt;&lt;/p&gt;

&lt;div&gt;
&lt;a class=&#34;various&#34;  href=#tips&gt;会长的话&lt;/a&gt;
&lt;div class=&#34;hidedcontent&#34; id=tips&gt;
  &lt;p&gt;答案是D，反正我是信了。&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;

</description>
    </item>
    
    <item>
      <title>无理数次方问题</title>
      <link>https://dongwuxiehui.github.io/rational-powers/</link>
      <pubDate>Sat, 03 Mar 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/rational-powers/</guid>
      <description>&lt;ul&gt;
&lt;li&gt;無理數的無理數次方能不能是有理數？無理數的無理數的無理數次方呢？&lt;/li&gt;
&lt;li&gt;虛數的虛數次方能不能是實數？&lt;/li&gt;
&lt;li&gt;超越数的自己次方能否是有理数？&lt;/li&gt;
&lt;/ul&gt;

&lt;div&gt;
&lt;a class=&#34;various&#34;  href=#tips&gt;会长的话&lt;/a&gt;
&lt;div class=&#34;hidedcontent&#34; id=tips&gt;
  &lt;p&gt;&lt;code&gt;\(x\mapsto x^x\)&lt;/code&gt; 是连续递增函数， 比如&lt;code&gt;\((\sqrt{2}^{\sqrt{2}})^{\sqrt{2}}=2\)&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Gelfond, Schneider 定理: 如果 &lt;code&gt;\(a,b\)&lt;/code&gt; 是代数数, 且 &lt;code&gt;\(a\notin \{0,1\},b\notin \mathbb{Q}\)&lt;/code&gt;, 那么 &lt;code&gt;\(a^b\)&lt;/code&gt; 是超越数. 如果 &lt;code&gt;\(x\in \mathbb{Q}_{&amp;gt;0}\)&lt;/code&gt; 使得 &lt;code&gt;\(x^x\in \mathbb{Q}\)&lt;/code&gt; 那么 &lt;code&gt;\(x\in \mathbb{Z}\)&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;Lindemann-Weierstrass: &lt;code&gt;\(e,\log 2\)&lt;/code&gt; 都是超越数, 但 &lt;code&gt;\(e^{\log 2}=2\)&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;其它类似问题： &lt;code&gt;\(\pi^\pi\notin \mathbb{Q}\)&lt;/code&gt;, &lt;code&gt;\(\pi^{\pi^\pi},\ \pi^{\pi^{\pi^\pi}}\)&lt;/code&gt; 是整数吗?&lt;/p&gt;

&lt;p&gt;更多相关信息： &lt;a href=&#34;https://arxiv.org/pdf/1409.3790.pdf&#34;&gt;here&lt;/a&gt;&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;

</description>
    </item>
    
    <item>
      <title>动物协会</title>
      <link>https://dongwuxiehui.github.io/knights-and-knaves/</link>
      <pubDate>Sat, 10 Feb 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/knights-and-knaves/</guid>
      <description>&lt;p&gt;你在路上一个分叉口， 你知道只有一条路通往动物协会， 但不知道是两条中的哪一条。 三个动物协会会员在附近，分别是哈哈狗，嘻嘻熊和浮夸海豹， 你问它们应该怎么走， 它们分别说：&lt;/p&gt;

&lt;p&gt;哈哈狗：走左边。
嘻嘻熊：走右边。
浮夸海豹：如果我们之中有2个诚实会员，那你应该听哈哈狗同志的话。&lt;/p&gt;

&lt;p&gt;已知动物协会的成员中诚实会员只说真话，浮夸会员只说假话， 且只有这两种会员， 问你应该走哪条路？&lt;/p&gt;

&lt;p&gt;You come to a fork in the road. You know that exactly one of the paths leads to the city, but you do not know which one. You see three natives, named Alan, Beth and Carl, standing nearby, and you ask them which path you should take. They make the following statements.&lt;/p&gt;

&lt;p&gt;Alan: You should take the left fork.
Beth: No! You should take the right fork.
Carl: If there are at least two knights among us, then you should listen to Alan.&lt;/p&gt;

&lt;p&gt;Which path will take you to the city?&lt;/p&gt;

&lt;div&gt;
&lt;a class=&#34;various&#34;  href=#sda&gt;会长的话&lt;/a&gt;
&lt;div class=&#34;hidedcontent&#34; id=sda&gt;
  &lt;p&gt;浮夸海豹不浮夸， 他其实和哈哈狗一样是诚实会员， 所以走左边。&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;

</description>
    </item>
    
    <item>
      <title>十字绞杀长方形</title>
      <link>https://dongwuxiehui.github.io/rectangles-on-plan/</link>
      <pubDate>Tue, 30 Jan 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/rectangles-on-plan/</guid>
      <description>&lt;p&gt;在平面上有有限个长方形， 它们的边都与XY轴平行， 而且， 任意两个长方形，我们都能找出一条水平线或者垂直线同时穿过这2个长方形， 已知这些长方形互不相交， 证明： 可以画一个十字（一条水平线和一条垂直线）， 使得这个十字穿过所有的长方形。&lt;/p&gt;

&lt;p&gt;Given a finite number of rectangles, the edges are all parallele to the x,y axis. Such that, any two of them, we can draw a vertical line or a horizontal line that cross both of them, they are all disjoint. Prove that, we can draw a cross (that is, a vertical line and a horizontal line), that joint all the rectangles.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>哎哟，我的眼睛</title>
      <link>https://dongwuxiehui.github.io/light-in-a-cube/</link>
      <pubDate>Mon, 15 Jan 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/light-in-a-cube/</guid>
      <description>&lt;p&gt;一个正方体内部全是镜子，史勿心同学站在一个角上，用一束激光照向某个方向，问他是否能够通过反射成功闪瞎自己的狗眼？&lt;/p&gt;

&lt;p&gt;A 3D cube we stand at one corner, all the faces are mirrors and we have a bean light, can we point at some direction and blind ourself (that means, the light bean hit the corner exactly where we standed after several reflections).&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>小学数学太难了系列2</title>
      <link>https://dongwuxiehui.github.io/number-of-odd-digits/</link>
      <pubDate>Mon, 08 Jan 2018 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/number-of-odd-digits/</guid>
      <description>&lt;p&gt;在乘积&lt;code&gt;\(2018\cdots 2018\times 15151414\cdots 0707\)&lt;/code&gt;的十进制表示中，共有多少个奇数？&lt;/p&gt;

&lt;p&gt;A question you can ask to chiese primary school students, how many odd digits are there in the product &lt;code&gt;\(2018\cdots 2018\times 15151414\cdots 0707\)&lt;/code&gt;, where the first factor is 2018 repeated 28 times.&lt;/p&gt;

&lt;div&gt;
&lt;a class=&#34;various&#34;  href=#tips&gt;会长的话&lt;/a&gt;
&lt;div class=&#34;hidedcontent&#34; id=tips&gt;
  &lt;p&gt;&lt;code&gt;\(2018\times 1515\cdots0707=9999\times c,\ \ c\in \mathbb{Z}\)&lt;/code&gt;， 根据杯中兔同志的计算，答案是71.&lt;/p&gt;

&lt;/div&gt;
&lt;/div&gt;

</description>
    </item>
    
    <item>
      <title>最小并集问题</title>
      <link>https://dongwuxiehui.github.io/set-prob-yt/</link>
      <pubDate>Sun, 05 Nov 2017 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/set-prob-yt/</guid>
      <description>&lt;p&gt;令 &lt;code&gt;\(A_1, ..., A_n\)&lt;/code&gt; 爲元素個數互不相等的n個正整數集且滿足對任意的&lt;code&gt;\(i，j\)&lt;/code&gt;， &lt;code&gt;\(A_i \notsubset A_j\)&lt;/code&gt;。 求它們幷集的元素個數的最小值。&lt;/p&gt;

&lt;p&gt;Let &lt;code&gt;\(A_1 ,\ldots,A_n\)&lt;/code&gt; be finite subsets of positive integers, such that no two of the &lt;code&gt;\(A_i\)&lt;/code&gt; have same number of elements and &lt;code&gt;\(A_i\)&lt;/code&gt; is not a subset of &lt;code&gt;\(A_j\)&lt;/code&gt; for &lt;code&gt;\(i\ne j\)&lt;/code&gt;. What is the smallest possible number of elements in &lt;code&gt;\(\cup_i A_i\)&lt;/code&gt;?&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>小学数学太难了系列1</title>
      <link>https://dongwuxiehui.github.io/primaryschool/</link>
      <pubDate>Sat, 07 Oct 2017 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/primaryschool/</guid>
      <description>&lt;p&gt;是否存在一个整数,使得它的1倍,2倍,&amp;hellip;,500000 倍 的末六位不是 6个一样的数字, 即 000000, 111111, &amp;hellip; , 999999.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>长方形？不存在的，点阵</title>
      <link>https://dongwuxiehui.github.io/rectangledots/</link>
      <pubDate>Wed, 13 Sep 2017 17:25:30 +0300</pubDate>
      
      <guid>https://dongwuxiehui.github.io/rectangledots/</guid>
      <description>&lt;p&gt;在一個 n x n 的點陣裏最多能取出多少個點使得任意四點都不組成垂直/水平放置的長方形。&lt;/p&gt;

&lt;p&gt;Size of maximal set of points in an n X n (side length) grid such that no 4-set of it forms a rectangle with horizontal/vertical sides.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>