Real Analysis Note 1.1. Logics

此篇笔记是【实分析笔记】系列的第1篇,记录了实分析和微积分之间的联系和区别,并介绍了数学分析证明所需要的逻辑符号和定义。

What is Real Analysis?

Real analysis is what mathematicians would call the rigorous version of calculus.
数学家把实分析称为严格的微积分

In calculus, we might have proved some important results, but we also took many formulas for granted.
在微积分中,我们可能已经证明了一些重要结论,但其中有很多公式被认为是显而易见便直接使用

How to Study Real Analysis

Real analysis is typically the first course in a pure math curriculum,
实分析通常是纯数专业的第一门课程,

The way we learn real analysis is NOT by memorizing formulas or algorithms and plugging things in
实分析不适合通过记忆公式和算法并将已知条件代入的学习方法,

1. Statements

The language of mathematics consists primarily of declarative sentences.
数学的语言主要由陈述句构成。

Example

Consider the following sentences.
请考虑以下句子。
(a) Two plus two equals four.
二加二等于四。
(b) Every continuous function is differentiable.
每个连续函数都是可微的。
(c) $x^2 - 5x + 6 = 0$
(d) A circle is the only convex set in the plane that has the same width in each direction.
圆是平面中唯一在每个方向上具有相同宽度的凸集。
(e) Every even number greater than 2 is the sum of two primes.
每个大于 2 的偶数都可以表示为两个素数之和。

Solution:

2. Sentential Connectives

In studying mathematical logic we shall not be concerned with the truth value of any particular simple statement.
在研究数学逻辑时,我们不会关注任何特定简单命题的真值。

A simple statement like
一个简单的命题,例如

\(\text{It is windy.}\)
can be negated to form the statement
可以通过取反形成命题

\[\text{It is }{\color{blue}\text{ NOT } } \text{windy.}\]

The compound statement
复合命题

\[\text{It is windy}{\color{blue}\text{ AND }}\text{the waves are high.}\]

is made up of two parts: “It is windy” and “The waves are high.”

\[\text{It is windy}{\color{blue}\text{ OR }}\text{the waves are high.}\] \[{\color{blue}\text{If }} \text{ it is windy,}{\color{blue}\text{ then }}\text{the waves are high.}\] \[\text{It is windy}{\color{blue}\text{ if and only if }}\text{the waves are high.}\]

The words in blue above ( not, and, or, if . . . then, if and only if ) are called sentential connectives.
上面蓝色的词被称为命题连接词

2.1. Negation of a Statement

Let $\color{blue} p $ stand for a given statement.
设 $\color{blue} p $ 表示一个给定的命题。

This can be summarized in a truth table:
这可以用一个真值表来总结:

2.3. Disjunction of Statements (OR)

The connective or is used to form a compound statement known as a disjunction.
逻辑中的连接词 or(或)用于形成一个称为析取的复合命题。

In common English, the word or can have two meanings.
在日常英语中,单词“or”(或)可以有两种含义。

In the sentence
在下面的句子中:

\[\text{We'll paint our house yellow or green}\]

the intended meaning is yellow or green, but not both.
这里的意思是黄色或绿色,但不能两者都有

On the other hand, in the sentence
另一方面,在下面的句子中:

\[\text{Do you want cake or ice cream for dessert?}\]

the intended meaning may include the possibility of having both.
这里的意思可能包括两者都要的可能性

2.4. Conditional Statement (Implication)

A statement of the form

\[\text{ If } \ p,\text{ then } \ q.\]

is called an implication or a conditional statement.
被称为蕴涵命题条件命题

To decide on an appropriate truth table for implication, let us consider the following sentence:
为了确定蕴涵命题的合适真值表,让我们考虑以下句子:

It is important to recognize that in mathematical writing the conditional statement can be disguised in several equivalent forms.
需要注意的是,在数学写作中,条件命题可以以多种等价形式表达

Visualize an Implication

One way to visualize an implication $R \Rightarrow S$ is to picture two sets R and S, with R inside S.
一种将条件命题 $R \Rightarrow S$ 可视化的方法是将其想象为两个集合 R 和 S,其中 R 包含在 S 中。

We see that the relationship between R and S in Figure above can be stated in several equivalent ways:
我们可以看到,上图 中 R 和 S 的关系可以用多种等价的方式表述:

2.5. Biconditional

The statement
命题

\[p \text{ if and only if } q\]

is the conjunction of the two conditional statements $p \Rightarrow q$ and $q \Rightarrow p$.
是两个条件命题 $p \Rightarrow q$ 和 $q \Rightarrow p$ 的合取。

\[p \Leftrightarrow q\]

3. Tautologies and Contradictions

Example

Definition

The compound statements $p$ and $q$ are called logically equivalent if the biconditional statement $p \Leftrightarrow q$ is a tautology.
如果 $p \Leftrightarrow q$ 是永真命题,则复合命题 $p$ 和 $q$ 是逻辑等价的。

Example

[1] Steven R. Lay, Analysis with an Introduction to Proof, 5th edition (Pearson, 2012)

[2] Raffi Grinberg, The real analysis lifesaver (Princeton University Press, 2012)