Logical Implication
Jump to navigation
Jump to search
A logical implication is a relationship between two statements. If a statement is always true when another statement is true, then we say that implies , which is denoted symbolically as . Note that if is false, does not necessarily have to be false. For example, if , then , so we can say that "". However, if x is less than 10, it doesn't necessarily mean that x isn't greater than 0. That is, does NOT mean that . The truth table for logical implication is as follows:
T | T | T |
T | F | F |
F | T | T |
F | F | T |
Note that while the inverse of (that is, ) does not necessarily have the same truth value as , the contrapositive () does. For example, and its contrapositive, , are logically equivalent, and always have the same truth value for any number .
Resources
- Truth Tables, Tautologies, and Logical Equivalences, Millersville University