2024-02-15
24T1
00

目录

直接证明(Direct Proof)
反证法(Contradiction)

Annoyingly, sometimes the English in the question is the hardest part, not the maths.


直接证明(Direct Proof)

分析条件,从条件出发,根据要求推导结论。

Proposition FormYou Need to DoComment
ABA⇒Bassume A and prove B给出条件A,证明命题B
ABA ⇔ Bprove "if A then B" and "if B then A"“当且仅当”,要有双向证明
x.A∀x.Ashow A holds for every possible value of x对任意x,命题A均成立
x.A∃x.Afind a value of x that makes A true存在x,使得命题A成立

反证法(Contradiction)

To prove A is true, assume A is false and derive a contradiction. That is, start from the negation of the proposition and derive false.

通过假设某个命题的否定为真,然后通过逻辑推理导出矛盾(contradiction),从而证明该命题实际上为真的证明方法。

TIPS

Proof by contradiction only apples when your statement is for "IF A THEN B".

你只能在“ABA ⇒ B”这种命题方式中使用反证法。以下表格中只是对逻辑条件中的取反的一种说明。

以下为命题的否定的表示方法:

Proposition FormNegationComment
A and BA\ and\ Bnot A or not Bnot\ A\ or\ not\ B任一个条件取反
A or BA\ or\ Bnot A and not Bnot\ A\ and\ not\ B所有条件均取反
ABA ⇒ BA and not BA\ and\ not\ B条件A推导出非B即取反
ABA ⇔ BA and not B, or B and not AA\ and\ not\ B,\ or\ B\ and\ not\ A一个方向不成立即可取反
x.A∀x.Ax. not A∃x.\ not\ A假设一个反例
x.A∃x.Ax. not A∀x.\ not\ A假设没有能够成立的例子

本文作者:Jeff Wu

本文链接:

版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!