离散数学(Discrete Math)
- 证明proof
目录
How to prove conditional statements?
Proof by contradiction 矛盾法/反证法
Terminology 术语
Theorem 定理 :A theorem is a statement that can be shown to be true.
Proposition 命题:Less important theorems are called propositions.
Proof 证明:A proof is a valid argument that established the truth of a theorem.
Axiom 公理:Statements that we assume to be true.
Lemma 引理:A less important throrem that is helpful in the proof of other results.
Corollary 推论:A theorem that can be established directly from a theorem that has been proved.
Conjecture 推测(猜想):A statement that is being proposed to be a true statement.
How to prove conditional statements?
p->q
- Direct proof 直接证明法
- Proof by contraposition 对位证明法
- Proof by contradiction 矛盾法/反证法
- Vacaous and Trival proofs 空真和平凡证明
Direct proof 直接证明法
例:
P(n): n is odd.
Q(n): n^2 is odd.
∀n∈Z, P(n)-> Q(n)
证:
设n=2k+1,则有
n^2 = 2(2k^2+2k)+1
证毕
Proof by contraposition 对位证明法
p->q ≡┐q->┐p
Assume q is false by applying rule of inference, we conclude that p is false.
例:
Prove that if n is an integer and 3n+2 is odd, then n is odd.
证:
Assume n is not odd.
Then, n is

本文详细介绍了离散数学中的各种证明技巧,包括直接证明、对位证明、反证法、空真和平凡证明、列举法及唯一性证明。通过具体实例,深入解析每种证明方法的应用场景和步骤。
最低0.47元/天 解锁文章
2136

被折叠的 条评论
为什么被折叠?



