基本数学概念

real number(实数):是有理数无理数的总称

有理数:可以表达为两个整数比的数(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的更多相关文章

  1. Introduction to Mathematical Thinking - Week 6 - Proofs with Quantifieers

    Mthod of proof by cases 证明完所有的条件分支,然后得出结论. 证明任意 使用任意 注意,对于一个任意的东西,你不知道它的具体信息.比如对于任意正数,你不知道它是 1 还是 2等 ...

  2. Introduction to Mathematical Thinking - Week 9 评论答案2

    根据 rubic 打分. 1. 我认为,如果说明 m, n 是自然数,所以最小值是 1 会更清楚.所以 Clarity 我给了 3 分.其他都是 4 分,所以一共是 23 分. 2.  我给出的分数 ...

  3. Introduction to Mathematical Thinking - Week 9

    错题 评分出错 题目要求的是 "any" ,而答案只给出了一个.所以认为回答者没有理解题意,连 any 都没有理解.所以 0 分. 第一,标准的归纳法只能对自然数使用,而题目要求的 ...

  4. Introduction to Mathematical Thinking - Week 7

    Q: Why did nineteenth century mathematicians devote time to the proof of self-evident results? Selec ...

  5. Introduction to Mathematical Thinking - Week 4

    否定的逻辑 应该思考符号背后表示的逻辑,而不是像操作算术运算符一样操作逻辑符号. 比如 对于任意的 x,x属于自然数,那么 x 是偶数或者奇数:这是对的 如果使用“乘法分配律”拆分,变成“对于任意的x ...

  6. Introduction to Mathematical Thinking - Week 3

    there exists and all there exists 证明根号2是无理数 all 习题 3. Which of the following formal propositions say ...

  7. Deep Learning and Shallow Learning

    Deep Learning and Shallow Learning 由于 Deep Learning 现在如火如荼的势头,在各种领域逐渐占据 state-of-the-art 的地位,上个学期在一门 ...

  8. Technical Development Guide---for Google

    Technical Development Guide This guide provides tips and resources to help you develop your technica ...

  9. (转)Awesome Courses

    Awesome Courses  Introduction There is a lot of hidden treasure lying within university pages scatte ...

随机推荐

  1. Linux如何根据UUID自动挂载磁盘分区

    一般服务器都有多个硬盘分区,在重启后,这些分区的逻辑位置加载时可能会发生变动,如果使用传统的设备名称(例如:/dev/sda)方式挂载磁盘,就可能因为磁盘顺序变化而造成混乱. Linux环境中每个Bl ...

  2. 移动负载均衡技术(MBL)

    移动负载均衡技术(MBL)   转至元数据结尾 附件:5 被admin添加,被admin最后更新于四月 27, 2015 转至元数据起始 互联网技术发展到今天,已经进入移动时代,很多在传统CS和BS的 ...

  3. XAOP的使用示范例子

    代码地址如下:http://www.demodashi.com/demo/12976.html XAOP 一个简易的AOP(Android)应用框架.囊括了最实用的AOP应用. 特点 支持快速点击切片 ...

  4. shell exec命令执行shell打印输出到一个文件

    [root@master ~]# .sh #!/bin/bash exec >> /tmp/.log >>/tmp/.log date ldkkdfkslfds date [r ...

  5. lucene 异常 Lock obtain timed out 解决方法

    http://terje.blog.163.com/blog/static/119243712008102122316595/     一般都是索引建立的过程中,不正常操作影响了IndexWriter ...

  6. oc自定义不定参数函数

    -(void)getValueFormConfig:(NSString *)key,... or -(void)getValueFormConfig:(NSString *)key,...NS_REQ ...

  7. Fiddler4插件开发实践

    Fiddler4 是一款 巴拉巴拉..... 连接在这:http://www.telerik.com/fiddler 开发文档在这:http://docs.telerik.com/fiddler/Ex ...

  8. filebeat.service

    # # filebeat systemd service # [Unit] Description=Filebeat Documentation=https://www.elastic.co/guid ...

  9. mysql workbench 导出表结构

    Server->Data Export 选择数据库(我的是 lhc库) -> 选择对应表(我的是  device表), Dump Structre and Data 导出表数据和表结构 D ...

  10. mysql bin-log三种模式

    MySQL的bin-log日志备份有三种模式,分别是:ROW.Statement.Mixed 一.Row 日志会记录成每一行数据被修改成的形式,然后再slave端再对相同的数据进行修改,只记录要修改的 ...