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

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

Let $2=p_1<p_2<\cdots$ be the sequence of primes in increasingorder.Prove that

\begin{equation}
p_n\leq 2^{2^{n-1}}
\end{equation}for all $n\geq 1$.

Proof:When $n=1$,$2\leq 2$.Suppose $\forall n\leq k$,
\begin{equation}
p_n\leq 2^{2^{n-1}}
\end{equation}
Then
\begin{equation}
p_{n+1}\leq p_1p_2\cdots
p_n+1\leq 2^{1+2^1+\cdots+2^{n-1}}+1(p_1p_2\cdots p_n+1~\mbox{is a prime.})=2^{2^n-1}+1\leq 2^{2^n}
\end{equation}
By induction,$\forall n\in\mathbf{N}^{+}$,
\begin{equation}
p_n\leq 2^{2^{n-1}}
\end{equation}

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

你可能感兴趣的文章
dns异常问题的解决
查看>>
源码包、二进制包
查看>>
公司新年第一次全员大会小记
查看>>
最懒的程序员
查看>>
了解Amdahl定理,该定理再多核时代有怎样的影响?
查看>>
JAVA8 Stream 浅析
查看>>
inner join on, left join on, right join on要详细点的介绍
查看>>
文件名智能排序(按照数字大小排序)
查看>>
jre、jdk版本的选择
查看>>
SQL查询语句
查看>>
VIM文本编辑器
查看>>
SAS vs SSD对比测试MySQL tpch性能
查看>>
流言揭秘:吃黑巧克力就不发胖?
查看>>
Spring boot 整合CXF webservice 全部被拦截的问题
查看>>
深度学习如何入门
查看>>
Tcp协议三次握手抓包分析
查看>>
关于JavaProcess的一些笔记
查看>>
Pinpoint跨节点统计失败
查看>>
Hive体系结构
查看>>
strace
查看>>