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

A: To gain mastery of, and confidence in, the methods of abstract proof to apply them in less obvious cases.

(看这个看的想睡觉,可能是没有动手跟上老师的思路,只是被动吸收。)

习题

2. Say whether the following proof is valid or not. [3 points]

Theorem. The square of any odd number is 1 more than a multiple of 8. (For example, 32=9=8+1,52=25=3⋅8+1.)

Proof: By the Division Theorem, any number can be expressed in one of the forms 4q, 4q+1, 4q+2, 4q+3. So any odd number has one of the forms 4q+1,4q+3. Squaring each of these gives:

(4q+1)2(4q+3)2==16q2+8q+116q2+24q+9==8(2q2+q)+18(2q2+3q+1)+1

In both cases the result is one more than a multiple of 8. This proves the theorem.

不是很理解题意。我的理解:任何奇数的平法都可以表示为 8x + 1 (x 是整数)

3

Say whether the following verification of the method of induction is valid or not. [3 points]

Proof: We have to prove that if:

* A(1)

* (∀n)[A(n)⇒A(n+1)]

then (∀n)A(n).

We argue by contradiction. Suppose the conclusion is false. Then there will be a natural number n such that ¬A(n). Let m be the least such number. By the first condition, m>1, so m=n+1 for some n. Since n<m, A(n). Then by the second condition, A(n+1), i.e., A(m). This is a contradiction, and that proves the result.

Let m be the least such number. ”,可以添加这样的约束?
题目要求证明任意,如果使用反证法,我们需要证明不存在一个反例。但是现在只证明了最少的这样的数不存在。是不是要这样理解:一个数的集合中,如果最小的数不存在,那么这个集合不存在。类似于造房子,如果没有地基,房子也不存在。
论坛上也有人提了这个问题,解释是这里用了数学归纳法,当 n1 不存在时,整个就不存在了。

 

Evaluate this purported proof

PS7_Q4.pdf
要阐述 big deal,比如归纳法满足的两个条件,以及证明后说明,根据归纳法可得出....结论。还有非通用的,如题目给出的假设,我们给出的假设,也要说明。
 

Evaluate this purported proof

数学要严谨,对还是错,没有模棱两可。因为如果一个工程师根据错误或者模糊的结论来造桥,那么会怎么样?
 

Evaluate this purported proof

数学归纳法,递推,可以假设“直到 n 都成立,然后推广到 n + 1吗?”我之前都是只假设一个 n 成立,然后递推到 n + 1。

Introduction to Mathematical Thinking - Week 7的更多相关文章

  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 4

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

  5. Introduction to Mathematical Thinking - Week 3

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

  6. Introduction to Mathematical Thinking - Week 2

    基本数学概念 real number(实数):是有理数和无理数的总称 有理数:可以表达为两个整数比的数(a/b, b!=0) 无理数是指除有理数以外的实数 imply -- 推导出 不需要 A 能推导 ...

  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. MYSQL百万级数据,如何优化

    MYSQL百万级数据,如何优化     首先,数据量大的时候,应尽量避免全表扫描,应考虑在 where 及 order by 涉及的列上建立索引,建索引可以大大加快数据的检索速度.但是,有些情况索引是 ...

  2. CSS/JavaScript hacks,browserhacks使用

    1.网址 http://browserhacks.com/ 2.使用 (1)JavaScript Hacks 浏览器js判断 (2)条件注释hack (3)Media Query Hacks 媒体查询 ...

  3. matlab中syms与sym有什么差别

    syms x y %就是定了符号变量x y以后x y就能够直接使用了,有他们运算出来的结果也是符号变量 当然上面的也能够x=sym('x'),y=sym('y') sys('a+b')%就是将a+b转 ...

  4. Redis 3.2.8 集群模式+Sentinel多Master部署

    环境准备CentOS 7.3redis1 172.18.1.101:7001 masterredis2 172.18.1.102:7002 masterredis3 172.18.1.103:7003 ...

  5. 【方法1】删除Map中Value反复的记录,而且仅仅保留Key最小的那条记录

    介绍 晚上无聊的时候,我做了一个測试题,測试题的大体意思是:删除Map中Value反复的记录,而且仅仅保留Key最小的那条记录. 比如: I have a map with duplicate val ...

  6. android-数据库SQLite相关

    android平台下的SQLite数据库是一种轻量级数据库,支持标准的SQL语句. 本文将介绍 android数据库的创建 利用sql语句对数据库增删改查 系统api数据库增删改查 数据库的事务 1, ...

  7. mysql无法启动ERROR! MySQL is running but PID file could not be found ?

    转载于:http://blog.csdn.net/wuzhilon88/article/details/17616635 第一种方法:可能是硬盘满了,清理下垃圾文件. 第二种: 查看下数据库运行状态 ...

  8. hystrix-turbine实现多服务监控

    原文地址:http://www.cnblogs.com/skyblog/p/5633757.html 1.   概述 Demo地址:http://git.oschina.net/zhou666/spr ...

  9. TCP通过哪些措施,保证传输可靠

    TCP是通过什么方式来提供可靠传输的 (合理截断数据包,超时重发,校验,失序重新排序,能够丢弃重复数据,TCP可以进行流量控制) TCP提供一种面向连接的.可靠的字节流服务.  面向连接:意味着两个使 ...

  10. Linux系统中磁盘block和windos中的簇一个意思

    block就是几个连续扇区组成一个block,每个分区可以设置block大小,好比一个txt只有2字节,但是这个分区的block为4K,那么其实这个txt需要4k来存储(所以大文件block设置大比较 ...