博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Elementary Methods in Number Theory Exercise 1.5.9
阅读量:7239 次
发布时间:2019-06-29

本文共 713 字,大约阅读时间需要 2 分钟。

Show that every prime number except 2 and 3 has a remainder of 1 or 5 when divided by 6.Prove that there are infinitely many prime numbers whose remainder is 5 when divided by 6.

Proof:

(1)Simple.

(2)Suppose there are only finite number of primes whose remainder is 5 when divided by 6,they are
\begin{equation}
p_1,p_2,\cdots,p_n
\end{equation}
It is easy to verify that
\begin{equation}
p_1p_2\cdots p_n\equiv 1\mod 6
\end{equation}
Then let's see
\begin{equation}
p_1p_2\cdots p_n+4
\end{equation}
It is easy to verify that this is a new prime of the form $6k+5$,which leads to absurdity.So there are infinitely many prime of the form $6k+5$

转载于:https://www.cnblogs.com/yeluqing/archive/2012/12/02/3827600.html

你可能感兴趣的文章
杭州天丽笔试题
查看>>
MySQL表分区
查看>>
Docker跨主机通信之路由
查看>>
Python 批量生成缩略图
查看>>
sql 四舍五入和保存为整数
查看>>
第一个冲刺阶段针对各队意见的总结----移山小分队
查看>>
第五天敏捷冲刺
查看>>
利用JavaScript获取屏幕分辨率的方法
查看>>
oracle12c及PLSQL Developer安装全程记录
查看>>
关于权限系统的自定义标签
查看>>
函数相关内容
查看>>
Sublime Text3
查看>>
latex简历遇到的问题
查看>>
工作中不要为了用系统而用系统
查看>>
如何在HTML使用JavaScript
查看>>
apache代理服务器设置
查看>>
endnote下载的文献导入到Jabref
查看>>
java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory的解决(碰到问题,转载答案)...
查看>>
.NET之枚举
查看>>
关于四则运算表达式分析思路
查看>>