Introduction to Mathematical Thinking - Week 2
基本数学概念
有理数:可以表达为两个整数比的数(a/b, b!=0)
imply -- 推导出

不需要 A 能推导出 B,而只要 A, B 都是正确的就可以?
phi implies psi 与 phi, psi 是否有关联无关。计算机并不需要理解 phi, psi 的意思,不需要知道 phi, psi 是否是正确的,它们只需要知道 phi implies psi 是否是正确的。

那么如何推导出剩下的两个?

通过 phi 不能推导出 psi 来推导
phi 不能推导出 psi 为 False,则 phi 能推导出 psi 则为 True

推导出 phi, psi 的换算关系的一个例子


equivalence
phi = psi means "phi implies psi and psi implies phi"
Some expressions about phi implies psi

要注意 only if 的用户。
A. I can join a bicycle competition only if I have a bicycle
B. If I have a bicycle, then I can join a bicycle competition
A != B
means: "join a bicycle competition" implies "have a bicycle"
使用上面的术语表示相等

Assignment4--10

证明 a, b, c
习题

P Q ¬P ¬Q ¬P∨Q P∨Q P⇒Q ¬(P∨Q) ¬P∧¬Q
T T F F T T T F F
T F F T F T F F F
F T T F T T T F F
F F T T T F T T T
¬P∨¬Q P∨¬Q ¬(P∨¬Q)
F T F
T T F
T F T
T T F
¬P∨¬Q P∧Q ¬(P∧Q)
F T F
T F T
T F T
T F T
¬(P⇒(Q∧R)) , ¬(P⇒Q)∨¬(P⇒R)
¬(P⇒(Q∧R))
P Q R Q^R P⇒(Q∧R) ¬(P⇒(Q∧R))
T T T T T F
T T F F F T
T F T F F T
T F F F F T
F T T T T F
F T F F T F
F F T F T F
F F F F T F
¬(P⇒Q)∨¬(P⇒R)
P⇒Q ¬(P⇒Q) P⇒R ¬(P⇒R) ¬(P⇒Q)∨¬(P⇒R)
T F T F F
T F F T T
F T T F T
F T F T T
T F T F F
T F T F F
T F T F F
T F T F F
P^Q (P∧Q)⇒R
T T
T F
F T
F T
F T
F T
F T
F T
Q⇒R P⇒(Q⇒R)
T T
F F
T T
T T
T T
F T
T T
T T
评分--评价答案

Introduction to Mathematical Thinking - Week 2的更多相关文章
- Introduction to Mathematical Thinking - Week 6 - Proofs with Quantifieers
Mthod of proof by cases 证明完所有的条件分支,然后得出结论. 证明任意 使用任意 注意,对于一个任意的东西,你不知道它的具体信息.比如对于任意正数,你不知道它是 1 还是 2等 ...
- Introduction to Mathematical Thinking - Week 9 评论答案2
根据 rubic 打分. 1. 我认为,如果说明 m, n 是自然数,所以最小值是 1 会更清楚.所以 Clarity 我给了 3 分.其他都是 4 分,所以一共是 23 分. 2. 我给出的分数 ...
- Introduction to Mathematical Thinking - Week 9
错题 评分出错 题目要求的是 "any" ,而答案只给出了一个.所以认为回答者没有理解题意,连 any 都没有理解.所以 0 分. 第一,标准的归纳法只能对自然数使用,而题目要求的 ...
- Introduction to Mathematical Thinking - Week 7
Q: Why did nineteenth century mathematicians devote time to the proof of self-evident results? Selec ...
- Introduction to Mathematical Thinking - Week 4
否定的逻辑 应该思考符号背后表示的逻辑,而不是像操作算术运算符一样操作逻辑符号. 比如 对于任意的 x,x属于自然数,那么 x 是偶数或者奇数:这是对的 如果使用“乘法分配律”拆分,变成“对于任意的x ...
- Introduction to Mathematical Thinking - Week 3
there exists and all there exists 证明根号2是无理数 all 习题 3. Which of the following formal propositions say ...
- Deep Learning and Shallow Learning
Deep Learning and Shallow Learning 由于 Deep Learning 现在如火如荼的势头,在各种领域逐渐占据 state-of-the-art 的地位,上个学期在一门 ...
- Technical Development Guide---for Google
Technical Development Guide This guide provides tips and resources to help you develop your technica ...
- (转)Awesome Courses
Awesome Courses Introduction There is a lot of hidden treasure lying within university pages scatte ...
随机推荐
- /u200B 8203 Zero-width space 问题
[TestMethod] public void TestBom() { string str = "123";//这个字符串是错误的有问题 长度4 ).Select(x =&g ...
- Linux tomcat安装详解(未完)
转: http://blog.csdn.net/lcyaiym/article/details/76696192
- 动态设置spring配置PropertyPlaceholderConfigurer location的路径
在spring中经常将常用的属性放在properties文件中,然后再spring的配置文件中使用PropertyPlaceholderConfigurer引用properties文件.对于web项目 ...
- 283. Move Zeroes【easy】
283. Move Zeroes[easy] Given an array nums, write a function to move all 0's to the end of it while ...
- shell实现洗牌随机
洗牌问题: 洗一副扑克,有什么好办法?既能洗得均匀,又能洗得快?即相对于一个文件来说怎样 高效率的实现乱序排列? 关于洗牌问题,其实已经有了一个很好的shell解法,这里另外给三个基于AWK的方法, ...
- 浅谈一致性hash
相信做过互联网应用的都知道,如何很好的做到横向扩展,其实是个蛮难的话题,缓存可横向扩展,如果采用简单的取模,余数方式的部署,基本是无法做到后期的扩展的,数据迁移及分布都是问题,举个例子: 假设采用取模 ...
- Netbeans取消CTRL+\才能代码提示的方法
更好的方法: ------------------------------------------------------------ 边打字边按CTRL+\进行代码提示的方法我TM也是醉了 简而言之 ...
- OC-2-字符串
课程要点: C语言字符串与OC语言字符串的区别 类方法与对象方法的区别 理解NSString(可变字符串)和NSMutableString(不可变字符串)的差异 NSString(不可变字符串) NS ...
- poj3254 Corn Fields 利用状态压缩求方案数;
Corn Fields 2015-11-25 13:42:33 Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 10658 ...
- tcpdump http://www.cnblogs.com/daisin/articles/5512957.html
http://www.cnblogs.com/daisin/articles/5512957.html