Introduction to Mathematical Thinking - Week 3
there exists and all
there exists
证明根号2是无理数
all
习题
3. Which of the following formal propositions says that there is no largest prime. (There may be more than one. You have to select all correct propositions.) The variables denote natural numbers. [6 points]
¬∃x∃y[Prime(x)∧¬Prime(y)∧(x<y)]
∀x∃y[Prime(x)∧Prime(y)∧(x<y)]
∀x∀y[Prime(x)∧Prime(y)∧(x<y)]
∀x∃y[Prime(y)∧(x<y)]
∃x∀y[Prime(y)∧(x<y)]
∀x∃y[Prime(x)∧(x<y)]
解析:
∀x∃y[Prime(x)∧Prime(y)∧(x<y)]
对于任意的x,存在y,使得x是素数,y是素数并且 x 小于 y。我认为这个可以表示出不存在最大素数的意思。所以是正确的。
驳斥上面的:对于任意x,x是素数,这个是错误的。如果改成存在,就是对的,但不能表现出题中的意思。
答案是 ∀x∃y[Prime(y)∧(x<y)]。
对于任意x,存在素数y,使得 x < y。即,存在比x更大的素数。
如果要改成“任意素数x,存在素数y,使得 x < y。即,存在比x更大的素数。”,该怎么改?
(∀x属于Prime)(∃y)[Prime(x)∧Prime(y)∧(x<y)]
4.
The symbol ∃!x means "There exists a unique x such that ...'' Which of the following accurately defines the expression ∃!xϕ(x)? [5 points]
∃x∀y[ϕ(x)∧[ϕ(y)⇒(x≠y)]]
∃x[ϕ(x)∧(∃y)[ϕ(y)⇒(x≠y)]]
∃x∃y[(ϕ(x)∧ϕ(y))⇒(x=y)]
[∃xϕ(x)]∧(∀y)[ϕ(y)⇒(x=y)]
∃x[ϕ(x)∧(∀y)[ϕ(y)⇒(x=y)]]
解析:
题目 ∃!xϕ(x) 的意思
只存在一个数,能使 ϕ(x) 为 True
[∃xϕ(x)]∧(∀y)[ϕ(y)⇒(x=y)]
存在一个数x使得 ϕ(x) 为 True,并且对于任意y,如果ϕ(y),那么 x=y,x未定义
∃x[ϕ(x)∧(∀y)[ϕ(y)⇒(x=y)]]
存在一个数x使得ϕ(x)成立,并且这个数x,对于任意y,如果ϕ(y),那么 x=y。
这里与上面的不同是:(∀y)[ϕ(y)⇒(x=y) 与 x 存在有关。答案是有关,因为 x = y,而上面的后方,y 是没有定义的。所以大难是这个。
5. Which of the following means "The arithmetic operation x↑y is not commutative." (↑ is just some arbitrary binary operation.) [3 points]
∀x∀y[x↑y≠y↑x]
∀x∃y[x↑y≠y↑x]
∃x∃y[x↑y≠y↑x]
∃x∀y[x↑y≠y↑x]
解析:
Commutative: ∀x∀y[x↑y=y↑x]
Not commutative: ∃x∃y[x↑y≠y↑x]
not ∀ = ∃?
解析:
Introduction to Mathematical Thinking - Week 3的更多相关文章
- 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 2
基本数学概念 real number(实数):是有理数和无理数的总称 有理数:可以表达为两个整数比的数(a/b, b!=0) 无理数是指除有理数以外的实数 imply -- 推导出 不需要 A 能推导 ...
- 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 ...
随机推荐
- Oracle转化成为百分比
两种方式都行: ),)||'%' 百分比 from dual; ),'99D99')||'%' 百分比 from dual 第一种方式通过round可以自己选择精确到位数.
- 关于继承Fragment后重写构造方法而产生的错误
在android开发中.写了一个关于继承Fragment的类时,假设有重载构造函数时.会提示"Avoid non-default constructors in fragments: use ...
- iOS开发-XCode常用快捷键整理
前言:如果我们能够掌握并巧妙地使用快捷键,可以大大加快我们的工作效率,这个对经常使用快捷键的人们来说,应该很容易理解.因此我们需要做的是,针对于自己经常使用的快捷键去进行记忆.我不会推荐你们去把所有的 ...
- EChart-Timeline
timeline-day.html <!DOCTYPE html> <html> <head> <meta charset="UTF-8" ...
- nginx location 或操作
location ~* (\.(7z|bat|bak|ini|log|rar|sql|swp|tar|zip|gz|git|asp|svn)|/phpmyadmin) { deny all; }
- Redis之最大内存置换策略
0.前言 Redis默认最大内存大小是应用程序可访问的内存大小, 32位windows下是2GB, linux下是3GB. 64位下可以访问的内存为2^64字节, Redis提供了maxmemory字 ...
- Python内置函数之chr()
参数是一个整型对象: chr(integer) 返回整型对应的Unicode字符对象. 例子: >>> chr() '\x0c' >>> chr() 'ⲓ' > ...
- centos7+nginx部署asp.net core mvc网站
1. 安装 .net core 可参见官网安装教程. 选择Linux发行版本为Centos/Oracle 添加dotnet的yum仓库配置 $ sudo rpm -Uvh https://packag ...
- Windows下免费软件的首选推荐
PS:以下按装机顺序排列,“|”号后面是备选软件. 启动引导:EasyBCD 虚拟机:VirtualBox Linux:Zorin | Linux Mint(Mate) | Ubuntu 驱动工具:驱 ...
- hdu 4786 Fibonacci Tree(最小生成树)
Fibonacci Tree Time Limit: 4000/2000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others) T ...