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

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

Prove that $n,n+2,n+4$ are all primes if and only if $n=3$.

 

 

Proof:$\Rightarrow$:$n$ must be an odd number,let $n=2k+1,k\in\mathbf{N^+}$.So $n,n+2,n+4$ turned into $$2k+1=2(k+2)-3,2k+3=2(k+3)-3,2k+5=2(k+4)-3$$We know that $3$ divides one of $k+2,k+3,k+4$,so $3$ divides one of $2(k+2)-3,2(k+3)-3,2(k+4)-3$,so $2(k+2)-3,2(k+3)-3,2(k+4)-3$ are all primes only in case of  $k=1$ .

 

$\Leftarrow:simple$.

转载于:https://www.cnblogs.com/yeluqing/archive/2012/11/29/3827617.html

你可能感兴趣的文章
Mac OS X Command Line
查看>>
Terraform中DataSource的深度分析
查看>>
策略模式-鸭子怎么飞-实例
查看>>
01.Apache FtpServer配置
查看>>
Common Lisp学习笔记(七)
查看>>
syscomments 原始的 SQL 定义语句
查看>>
mvn 手动打包并放置到本地仓库下
查看>>
js计算24点
查看>>
软件开发基础常识
查看>>
安装Ubuntu时出现Intel VT-X没有开启
查看>>
XML中的url链接写法
查看>>
洛谷P1119 灾后重建
查看>>
ArcSDE:"Bad Login User" 错误解决方法
查看>>
android
查看>>
jasypt-spring-boot
查看>>
(诊断)为GitHub添加SSH key时出现“Could not open a connection to your authentication agent”错误的应对方案(转)...
查看>>
彼得原理
查看>>
30分钟让你了解MongoDB基本操作(转)
查看>>
用户交互程序
查看>>
Python学习【第17篇】:网络编程之粘包
查看>>