zoukankan
html css js c++ java
证明 $sqrt{2}$ 是无理数
方法:反证法
假设
(sqrt{2})
是有理数,则
(exists p, q in I)
,使
(sqrt{2} = frac{p}{q})
取一对互质的
(p, q, p^2 = 2q^2, p)
是偶数
由于
(q^2 = frac{p^2}{2}, q)
也是偶数,继而推出矛盾
注:1. I代表的全集,和U一样,整数集合。 2. 有理数一定可以表示成分数,分数一定是有理数(中学知识)。
查看全文
相关阅读:
移除DOM节点
php 301重定向
PHP 面向对象:方法重载
JSON
轮播图alt作为标题
php 开发规范
struts2文件上传 判断大小
twitter api
php 方法重写,参数不同,报错: Declaration of should be compatible with that
Delphi中判断当前程序运行过程中长时间无鼠标与键盘操作
原文地址:https://www.cnblogs.com/fanlumaster/p/13645058.html
最新文章
Visual Studio 中的部署 合并模块(Merge Module Project)
WCF,The caller was not authenticated by the service
Visual Studio 中的部署 Cab 文件项目
C#接口的作用
Login failed for user computer\ASPNET
IIS 5.1 /LM/W3SVC 找不到指定的元数据
构件技术课件/教案
Login failed for user 'sss'. The user is not associated with a trusted SQL Server connection.
redhat AS4安装yum
ios学习之xcode到处ipa安装包
热门文章
在Ubuntu12.04.2上使用Xmonad窗口管理器(续)
hdu 2054 A==B?
vc api TCP&UDP—helloworld
Hello Win32 之疯狂注释版
html5游戏开发零基础开发《圣诞老人送礼物》小游戏
OpenCV依赖文件路径自动添加方法
Hello MFC 之疯狂注释版
HDU1181:变形课(DFS)
Asp.net下载文件的实例
php url静态化
Copyright © 2011-2022 走看看