Abstract
- Compound Statement in the form
- Vacuously True when the Hypothesis is aka false
- Logical Equivalence to Contrapositive (逆否命题) and
0 | 0 | 1 | 1 |
0 | 1 | 1 | 1 |
1 | 0 | 0 | 0 |
1 | 1 | 1 | 1 |
Only if
” only if ” means “if not then not ” or .
Hypothesis
- Also known as Antecedent
- The part after
if
Conclusion
- Also known as Consequent
- The part after
then
Bi-conditional
- Represented with
- means is true
if AND only if
Important
is logically equivalent to .
is a sufficient condition and necessary condition for means if and only if , or .
Sufficient Condition
- Given
- is a a sufficient condition for
- If is true, is definitely true
Necessary Condition
- Given
- is a necessary condition for
- must be true in order for to be claimed true
Vacuously True
- True by default
- When the Hypothesis is false, then statement as a whole is said to be true regardless of whether the Conclusion is true of false
Implication Law
- Convert to
Mathematical Proof
Useful when we need to perform Proof by Contradiction (矛盾证明法) on Conditional Statement
3 Variants
Converse (相反)
0 | 0 | 1 |
0 | 1 | 0 |
1 | 0 | 1 |
1 | 1 | 1 |
Inverse (对立)
0 | 0 | 1 | 1 | 1 |
0 | 1 | 1 | 0 | 0 |
1 | 0 | 0 | 1 | 1 |
1 | 1 | 0 | 0 | 1 |
Contrapositive (逆否命题)
0 | 0 | 1 | 1 | 1 |
1 | 0 | 0 | 1 | 1 |
0 | 1 | 1 | 0 | 0 |
1 | 1 | 0 | 0 | 1 |
- Logical Equivalence to Standard Conditional Statement