Difference between revisions of "Logical Equivalence"
Jump to navigation
Jump to search
Line 57: | Line 57: | ||
==Resources== | ==Resources== | ||
+ | * [https://en.wikibooks.org/wiki/Mathematical_Proof_and_the_Principles_of_Mathematics/Logic/Logical_connectives Logical Connectives], Wikibooks: Mathematical Proof and Principles of Mathematics | ||
* [https://en.wikipedia.org/wiki/Logical_equivalence#:~:text=From%20Wikipedia%2C%20the%20free%20encyclopedia,truth%20value%20in%20every%20model. Logical Equivalence], Wikipedia | * [https://en.wikipedia.org/wiki/Logical_equivalence#:~:text=From%20Wikipedia%2C%20the%20free%20encyclopedia,truth%20value%20in%20every%20model. Logical Equivalence], Wikipedia | ||
* [https://math.libretexts.org/Courses/Monroe_Community_College/MATH_220_Discrete_Math/2%3A_Logic/2.5%3A_Logical_Equivalences Logical Equivalences], Mathematics LibreTexts | * [https://math.libretexts.org/Courses/Monroe_Community_College/MATH_220_Discrete_Math/2%3A_Logic/2.5%3A_Logical_Equivalences Logical Equivalences], Mathematics LibreTexts | ||
* [https://www.usna.edu/Users/cs/roche/courses/f19sm242/get.php?f=slides2_1b.pdf Logical Equivalence and Truth Tables], United States Naval Academy College of Mathematics | * [https://www.usna.edu/Users/cs/roche/courses/f19sm242/get.php?f=slides2_1b.pdf Logical Equivalence and Truth Tables], United States Naval Academy College of Mathematics |
Revision as of 14:45, 14 October 2021
The equivalence of two statements and is the statement is that and have the same truth value. Another way of say this is that implies and implies .
Some ways to phrase this are
- is equivalent to .
- if and only if .
- exactly when .
- iff . (iff is an abbreviation for if and only if).
- is a necessary and sufficient condition for .
Examples:
First statement | Second statement | Equivalence |
---|---|---|
4 is even. | 6 is odd. | 4 is even iff 6 is odd. |
Triangle ABC is equilateral. | Triangle ABC is equiangular. | Triangle ABC is equilateral exactly when it is equiangular. |
The equivalence iff is True when and have the same truth values, and False when they have different truth values. In other words iff is True when and are both True or both False, and iff is False is one of and is True while the other is false. In tabular form:
True | True | True |
True | False | False |
False | True | False |
False | False | True |
The logical symbol for implication is "", so you can write for iff .
The statement
- iff
states that the implication
- implies
and its converse are both true.
Resources
- Logical Connectives, Wikibooks: Mathematical Proof and Principles of Mathematics
- Logical Equivalence, Wikipedia
- Logical Equivalences, Mathematics LibreTexts
- Logical Equivalence and Truth Tables, United States Naval Academy College of Mathematics