质数问题
prime numbers
题目详情
-
证明质数有无穷多个。
-
两个相邻质数的均值是否可能是质数?
-
设质数 ,证明 。
英文原题
-
Prove that there is an infinity of prime numbers.
-
Can the mean of two consecutive prime numbers ever be prime?
3.We consider a prime number .Prove that 24 divides i.e.
解析
(1)(欧几里得)假设质数只有有限多个 。令
则 除以任意 都余 1,因此不被任何 整除。于是 要么本身是质数,要么有某个不在列表中的质因子,矛盾。故质数无穷多。
(2) 不可能。
除 2 以外质数都为奇数,因此两个相邻质数(都大于 2)为奇数,均值
是介于 与 之间的整数。若它是质数,则它是位于 与 之间的质数,与“相邻质数”矛盾。
(3) 对 的质数, 为奇数且不被 3 整除。
- 模 8:任意奇数 ,平方都满足 ,所以 。
- 模 3:因为 ,所以 ,从而 ,所以 。
又 ,因此 。
英文解析
(1) (Euclid) Assume there are only finitely many primes . Let
Then leaves a remainder of 1 when divided by any , so it is not divisible by any . Thus, is either itself prime or has a prime factor not in the list, a contradiction. Therefore, there are infinitely many primes.
(2) Impossible.
Except for 2, all primes are odd. Therefore, two adjacent primes (both greater than 2) are odd, and their mean
is an integer between and . If it is prime, then it is a prime located between and , contradicting that they are "adjacent primes."
(3) For primes , is odd and not divisible by 3.
- Modulo 8: For any odd prime , the square satisfies , so .
- Modulo 3: Since , we have , thus , so .
Since , we have .