Jul 082012
 

仅用圆规找中点

线段 \(AB\) 已给, 仅仅用圆规找其中点.

本题也很有意思, 尺规作图.  不过, 这不算神奇, 即便生锈圆规出马, 也就是把圆的半径固定, 例如 \(1\), 也一样可以完成任务.

作法 

find the midpoint of a segment with compass alone

  1. 分别以 \(A,B\) 为圆心, \(AB\) 为半径画圆(绿色)交于 \(C\);
  2. 在圆 \(B\) 上取 \(D,E\) 两点, 使 \(CD=DE=AB\), 则 \(AE=2AB\);
  3. 以 \(E\) 为圆心,  \(AE\) 为半径画圆(黄色)交圆 \(A\) 于  \(F,G\);
  4. 分別以 \(F,G\) 为圆心, \(AF\) 为半径画圆(红色), 交于 \(A,I\) 两点, 则 \(I\) 就是 \(AB\) 中点.
Jul 072012
 

仅用圆规找圆心

俺对尺规作图(Compass and straightedge constructions)一直有浓厚的兴趣. 这里有一个有趣的问题:

 \(\color{red}O\) 给定仅仅使用圆规找出圆心.

下面给出两种作图办法, 没有证明, 但不困难. 图来自网络, 但作图办法不是.

作法 \(1\)

  1. 在圆 \(O\) 上任取一点 \(A\),以 \(A\) 为圆心画圆, 交圆 \(O\) 于 \(B,C\) 兩点;
  2. 分別以 \(B,C\) 为心,\(AB\) 为半径画圆交于 \(D\) 点;
  3. 以 \(D\) 为圆心, \(AD\) 为半径画圆交圆 \(A\) 于 \(E,F\) 两点;
  4. 再分别以 \(E,F\) 为圆心,\(AE\) 为半径画圆,交于 \(A,G\), 则 \(G\) 就是 \(O\) 点.find the center of a circle with compass alone

作法 \(2\)

  1. 在已知圆周上任取一点 \(A\), 以 \(A\) 为圆心, 适当长为半径作圆 \(A\), 交已知圆于两点 \(B,C\);
  2. 从 \(B\) 点出发, 以 \(AB\) 长为半径, 在圆 \(A\) 上连续截取 \(3\) 次得到点 \(D\);
  3. 分别以 \(A,D\) 为圆心,\(CD\) 为半径作弧, 两弧交于 \(E\);
  4. 再以 \(E\) 为圆心, \(EA\) 为半径作弧交圆 \(A\) 于 \(F\);
  5. 分别以 \(A,B\) 为圆心, \(FB\) 为半径作弧, 两弧的交点就是所求已知圆的圆心.
Jul 062012
 

开篇

Zsigmondy’s theorem states that if \(a>b>0\) and \(n>1\) are positive integers, then

  1. \(a^n+b^n\) has at least one prime factor that does not divide \(a^k+b^k\) for all positive integers \(k<n\), with the exception of \(2^3+1^3\);
  2. if \((a,b)=1\), then there is a prime number that divides \(a^n-b^n\) and does not divide \(a^k-b^k\) for all positive integer \(k<n\) unless
  •   \(a=2,b=1\) and \(n=6\); or
  •   \(a+b\) is a power of \(2\) and \(n=2\).

这就是如今人们常常谈到的 Zsigmondy 定理, \(2\) 实际上更为常见.  Zsigmondy 当初其实允许 \(b<0\), 此时的例外当然要稍作修改, 比如 \(2\) 要增加 \(a=2,b=-1,n=3\).

此定理经常在群论(group theory)中大展拳脚, 在数论中当然也有很多应用.

这个定理的完整证明很难找到, 容易搜索到的是 \(b=1\) 时, 使用分圆多项式(cyclotomic polynomial)对\(2\)的证明.

历史

在 Zsigmondy\(1892\)年的论文出现之前, Bang已经在\(1886\) 年证明了\(b=1\) 的情形, 即所谓的 Bang定理. 至于 Bang 当年的文章,是否包括了 Zsigmondy 定理的两种情形, 我无法得知, 因为没有看到原文. 后来, 又有不少人重新发现 Zsigmondy 定理或者 Bang 的结果, 也可能是某种特殊情况下的结论, 当然也有人给出新的证明. Birkhoff 和 Vandiver \(1904\) 年的论文 \([1]\) 用初等的办法证明了 \(2\). 这个证明, 稍后我们会详细谈到.

Carmichael \(1913\) 年的文章 \([2]\) 很值得一看, 他实际上证明了对 Lucas 序列(Lucas sequence)

\begin{equation}U_n=\frac{a^n-b^n}{a-b},\,V_n=a^n+b^n\end{equation}

而言, 结论一样成立. 尽管 \(a^n-b^n\) 与 \(U_n\) 确有许多相似, 但是毕竟差别还是有的, \(U_n\) 的本原质因数并不见得就是 \(a^n-b^n\) 的本原质因数. 例如, 当 \(a=5,\,b=2,\,n=3\) 时, \(U_3=\frac{5^3-2^3}{5-2}\) 的本原质因数 \(3\) 并不是 \(5^3-2^3\) 的本原质因数.

Artin 在研究线性群(linear group)的时候, 用初等办法建立了Zsigmondy定理的 \(2\), 并且允许 \(a,b\) 可以为负, 见 \([3]\).

准备工作

继续下文之前, 先看几个简单的事实.

引理\(1\) 当 \(a,b\) 互质, 也即 \((a,b)=1\) 之时,

\begin{equation}(a^m-b^m,\,a^n-b^n)=a^{(m,n)}-b^{(m,n)}\end{equation}

成立, 这里 \(m,n\in\Bbb N^+.\)

\((2)\) 虽然简单, 却从未在哪本书上见过. 数论书上只有当 \(b=1\) 时的特殊情形, 所以这里算是一个推广. 至于证明, 可以归纳完成, 也可以选择 Bézout 恒等式(Bézout’s identity), 与 \(b=1\) 没有本质不同.

下面来探讨阶的性质.

设正整数 \(m>1,a\in\Bbb Z,(a,m)=1.\) 记 \(a\) 模 \(m\) 的阶为 \(\delta_m(a).\) 正整数 \(r\) 使得

\begin{equation}a^r\equiv-1\pmod m\end{equation}

成立.

引理\(2\) 设满足 \((3)\) 的最小正整数为 \(r\), 那么

  • 若 \(a^n\equiv-1\pmod m, n\in\Bbb N^+\), 则 \(r|n;\)
  • \(\delta_m(a)=\begin{cases}\;r,\quad m=2;\\2r, \quad m\geqslant3.\end{cases}\)

引理\(3\)  \(p\) 为质数, \(a,b,n\in\Bbb Z, n>0, p\nmid ab, p^\alpha\parallel n, p^\beta\parallel (a-b), \alpha,\beta\in\Bbb N.\) 如果在 \(p=2\) 时, \(\beta\geqslant2\); 在 \(p\geqslant3\) 时, \(\beta\geqslant1,\) 那么 \(p^{\alpha+\beta}\parallel (a^n-b^n).\)

设 \(a=b+tp^\beta, p\nmid t,\) 则

\[a^n-b^n=(b+tp^\beta)^n-b^n=\sum_{i=1}^n{n\choose i}b^{n-i}(tp^\beta)^i.\]

当 \(i\geqslant2\) 时, 由 \({n\choose i}(tp^\beta)^i=\dfrac ni{n-1\choose i-1}(tp^\beta)^i, (p^\beta)^{i-1}\geqslant3^{i-1}>i,\) 可得 \(p^{\alpha+\beta+1}|{n\choose i}b^{n-i}(tp^\beta)^i\); \(p^{\alpha+\beta}\parallel{n\choose1}b^{n-1}(tp^\beta).\) 综合起来, 我们的证明得以完成.

本原因子的定义与性质

若 \(a^n\pm b^n\) 的某质因数不整除 \(a^k\pm b^k(k=1,\,2,\,\dotsc,\,n-1),\) 我们把这样的质因子叫做本原质因数. 也可以考察 \(a^n\pm b^n\) 的不是质数的因数, 这个时候, 要把整除不整除换成互质不互质: 若 \(a^n\pm b^n\) 的某因数与 \(a^k\pm b^k( k=1,\,2,\,\dotsc,\,n-1)\) 都互质, 我们把这样的因数叫做本原因数.

本原因数要求与 \(a^k\pm b^k, k<n\) 都互质, 所有的 \(n-1\) 个数 \(a\pm b, a^2\pm b^2,\dotsc,a^{n-1}\pm b^{n-1}\) 一个不落下. 能否把这个条件换成表面上更弱,实际上等价的条件, 使得利用这个定义的时候, 更加得心应手?

借助阶的性质以及引理 \(2\), 很容易就得到了第一个定理.

定理 \(1\)  记 \(n\) 的 \(d(n)\)个因数是 \(d_1=1,d_2,\dotsc,d_{d(n)}=n\). 如果 \(a^n\pm b^n\) 的一个因数与 \(a^k\pm b^k( k=d_1,d_2,\dotsc,d_{d(n)-1})\) 都互质, 那么这个因数是 \(a^n\pm b^n\) 的本原因数.

引理 \(1\) 也可以很方便的完成就 \(W_n\) 这种情况的证明, 这里

\begin{equation}W_n=a^n-b^n.\end{equation}

下一条性质出自 Euler.

定理\(2\)   \(d\) 是 \(W_n\) 的本原因数, 则 \(d\equiv1\pmod n.\)

\(2\) 的初等证明

参考文献

  1. Geo. D. Birkhoff and H. S. Vandiver, On the Integral Divisors of \(a^n – b^n \), The Annals of Mathematics, \(1904, 173-180\).
  2. Carmichael, On the Numerical Factors of  the Arithmetic Forms \(a^n \pm b^n \), The Annals of Mathematics, \(1913, 30-70\).
  3. Artin, The orders of the linear groups, Communications on pure and applied mathematics, vol 7, \(1955, 355-366\).
Jul 052012
 

MediaWiki 是影响最大的 wiki 程序, 支持输入\(\rm\TeX\) 公式. 官方有详细文档, 解释了如何实现这样的效果. 实际上,有几个途径可以达到目的. 比如, 可以利用 Texvc , 只要在 MediaWiki 根目录的  LocalSettings.php 写上

  1. $wgUseTeX = true;  

即可. 详细参照这个页面.

下面,我们还是来说下如何安装使用 MathJax. 官方安装步骤使用办法在这里 , 下面是中文版:

1.  在MediaWiki 根目录的 extensions 文件夹内, 新建一个名为 MathJax 的子文件夹;

2. 下载 MathJax.php 和 mwMathJaxConfig.js 两个文件, 然后放进刚才建立的 MathJax 文件夹;

注意, 下载的 MathJax.php的扩展名是 txt, 所以, 你必须先去掉这冒牌的扩展名, 才能投入使用.

3.  把下面的代码加到LocalSettings.php文件最后:

  1. require_once( “$IP/extensions/MathJax/MathJax.php” );   
  2. #$wgParserCacheType = CACHE_NONE;  

如果, 你发现不能显示美妙的数学公式, 就取消最后一行的注释.

好了, 现在应该可以显示\(\rm\TeX\) 公式了.

Jul 042012
 

In 1949, Leo Moser gave a proof of  Bertrand’s postulate in the paper “A theorem of the distribution of primes”(American Mathematical Monthly,624-624,1949,vol56). Maybe this proof  is the simplest one among all proofs of  Bertrand’s postulate.

  1. If \(n<p\leqslant 2n\), then \(p\) occurs exactly once in \({2n\choose n}\);
  2. If \(n\geqslant 3, \frac{2n}3<p<n\), then \(p\) doesn’t occurs in \({2n\choose n}\);
  3. If \(p^2>2n\), then \(p\) occurs at most once in \({2n\choose n}\);
  4. If \(2^\alpha\leqslant 2n<2^{\alpha+1}\), then \(p\) occurs at most \(\alpha\) times in \({2n\choose n}\).

If  \(2^\alpha<2n\leqslant  2^{\alpha+1}\), suppose there is no prime \(p\) with

\begin{equation}n<p<2n,\end{equation}

then

\begin{equation}{2n\choose n}\leqslant{2a_1\choose a_1}{2a_2\choose a_2}\dotsm{2\choose 1}\bigg({2a_k\choose a_k}{2a_{k+1}\choose a_{k+1}}\dotsm{2\choose 1}\bigg)^\alpha,\end{equation}

where \(a_1=\big[\frac{n+1}3\big], k=\big[\frac{\alpha+1}2\big]\), and \(a_i=\big[\frac{a_{i-1}+1}3\big]\), for \(i=2,\,3,\,\dotsc\,.\)

By \(1,\,2,\,3\) and \((1)\), every prime which appears on the left-hand side of \((2)\) appears also on the right; and those primes which appear with multiplicity greater than \(1\) on the left appear on the right with multiplicity at least \(2\alpha+1\), which by \(4\) is at least equal to the multiplicity with which they appear on the left.

On the other hand, It is obvious that

\begin{equation}2n>2a_1+2a_2+\dotsb+ 2+\alpha(2a_k+2a_{k+1}+\dotsb+2)\end{equation}

for \(n>2^{11}.\) Hence the inequality in \((2)\) should be reversed. So for \(n>2^{11}\), we have a contradiction which proves Bertrand’s postulate for these values of \(n\).

Jul 032012
 

2012年第三届丘成桐(Shing-Tung Yau)大学生数学竞赛(S.T. Yau College Student Mathematics Contests)笔试已于7月1, 2日成功举行.

个人赛试题

Analysis and differential equations 2012 Individual

Geometry and topology 2012 Individual

Algebra and number theory 2012 Individual

Probability and statistics 2012 Individual

Applied Math. and Computational Math. 2012 Individual

团体赛试题

Group 2012

分析与方程个人赛的第 \(4\) 题有误. 通常结论需要函数 \(f\) 是连续的, 在 \(f\) 是可测的情形有反例.

台湾大学李宗儒和簡鴻宇同学北京大学的章博宇同学分别给出了反例.

Jun 272012
 

theorem   Let \(n\) be a positive integer,  then \(n\) can be expressed as the sum of three squares iff it is not of  the  form

\begin{equation}4^a(8b+7)\end{equation}

for some \( a,b\in\Bbb Z,a,b\geq 0\).

For a integer \(n\equiv3\pmod8\), there exists three odd numbers \(x,y,z\) such that

\begin{equation}n=x^2+y^2+z^2.\end{equation}