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 ...
随机推荐
- ROS示例----导航功能包Husky_exploration
ROS导航功能包示例husky amcl gmapping slam exploration 此功能包包含如下文件: 结构如下: $ tree -L 2 . ├── CMakeLists.txt -& ...
- 在Gridview中输入小数时报对于int32 太大或太小
使用Datagridview绑定Access数据库,对于数字类型的数据输入小数后报以下错误: 根据错误判断应该是自动检测该栏位应该输入int32类型的数值.我在数据库中定义了保留4位小数,为什么还被转 ...
- sql DATEPART() MONTH() convert() cast() dateadd() DATEDIFF() with(nolock)
DATEPART() 函数用于返回日期/时间的单独部分,比如年.月.日.小时.分钟等等. 语法 DATEPART(datepart,date) date 参数是合法的日期表达式.datepart 参数 ...
- Atitit.手机验证码的破解---伪随机数
Atitit.手机验证码的破解---伪随机数 1. 手机验证码几乎都是伪随机数1 2. 伪随机数1 2.1. 生成方法编辑1 2.2. 随机数的计算方法在不同的计算机中是不同的,即使在相同的计算机中安 ...
- BAT-使用BAT方法设置IP地址
::------以下为批处理文件内容---- @echo off ::set slection1= set/p slection1=请输入IP地址: netsh interface ip set ad ...
- openwrt安装编译
官网安装编译推荐: https://wiki.openwrt.org/doc/howto/buildroot.exigence https://wiki.openwrt.org/doc/howto/b ...
- latex math
scalar -> lower case lettervector -> lower case bold lettermatrix -> upper case bold letter
- Ubuntu17 root ssh
Ubuntu provides OpenSSH (OpenBSD Secure Shell) in its universe repositories, which is a suite of sec ...
- Scrapy爬虫入门系列4抓取豆瓣Top250电影数据
豆瓣有些电影页面需要登录才能查看. 目录 [隐藏] 1 创建工程 2 定义Item 3 编写爬虫(Spider) 4 存储数据 5 配置文件 6 艺搜参考 创建工程 scrapy startproj ...
- 如何使用 TP中的公共函数 (定义在common/common.php中的函数)
如何使用 TP中的公共函数 (定义在common/common.php中的函数) (2011-09-30 15:32:09) 转载▼ 标签: 杂谈 1.在common/common.php 中有个 ...