name | equivalence | explanation | |
---|---|---|---|
Material Implication | "if then " is the same as saying "either is false or is true." | ||
Contrapositive | Reversing and negating an implication produces an equivalent statement. | ||
Disjunction Form of Implication | A disjunction can be rewritten as an implication. | ||
Implication as a Conjunction | A conjunction can be expressed using an implication and negation. | ||
Negation of an Implication | An implication is false only when the antecedent is true and the consequent is false. | ||
Implication Distribution over Conjunction | If ( p ) implies both ( q ) and ( r ), then it implies their conjunction. | ||
Nested Implications in a Disjunction | If both ( p ) and ( q ) imply ( r ), then their disjunction also implies ( r ). | ||
Implication Distribution over Disjunction | If ( p ) implies either ( q ) or ( r ), then ( p ) implies their disjunction. | ||
Nested Implications in a Conjunction | If either ( p ) or ( q ) implies ( r ), then their conjunction implies ( r ). |
name | equivalence | explanation | |
---|---|---|---|
Biconditional as Two Implications | A biconditional means both directions of implication must be true. | ||
Negation Preservation in Biconditional | Negating both sides of a biconditional does not change its truth value. | ||
Biconditional in Terms of AND and OR | Two statements are equivalent if both are true or both are false. | ||
Negation of a Biconditional | Negating a biconditional swaps one side, making it an XOR. |