Annoyingly, sometimes the English in the question is the hardest part, not the maths.
分析条件,从条件出发,根据要求推导结论。
Proposition Form | You Need to Do | Comment |
---|---|---|
assume A and prove B | 给出条件A,证明命题B | |
prove "if A then B" and "if B then A" | “当且仅当”,要有双向证明 | |
show A holds for every possible value of x | 对任意x,命题A均成立 | |
find a value of x that makes A true | 存在x,使得命题A成立 |
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".
你只能在“”这种命题方式中使用反证法。以下表格中只是对逻辑条件中的取反的一种说明。
以下为命题的否定的表示方法:
Proposition Form | Negation | Comment |
---|---|---|
任一个条件取反 | ||
所有条件均取反 | ||
条件A推导出非B即取反 | ||
一个方向不成立即可取反 | ||
假设一个反例 | ||
假设没有能够成立的例子 |
本文作者:Jeff Wu
本文链接:
版权声明:本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!