Difference between revisions of "Logical Equivalence"
| Line 54: | Line 54: | ||
:<math>P</math> implies <math>Q</math> | :<math>P</math> implies <math>Q</math> | ||
and its converse are both true. | and its converse are both true. | ||
| − | |||
==Resources== | ==Resources== | ||
| − | |||
* [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 | ||
| + | |||
| + | == Licensing == | ||
| + | Content obtained and/or adapted from: | ||
| + | * [https://en.wikibooks.org/wiki/Mathematical_Proof_and_the_Principles_of_Mathematics/Logic/Logical_connectives Logical Connectives, Wikibooks: Mathematical Proof and Principles of Mathematics] under a CC BY-SA license | ||
Latest revision as of 20:32, 14 November 2021
The equivalence of two statements Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P} 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:
| Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q} | Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P \iff Q} | |
|---|---|---|
| True | True | True |
| True | False | False |
| False | True | False |
| False | False | True |
The logical symbol for implication is "Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \iff} ", so you can write Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P \iff Q} for Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P} iff Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q} .
The statement
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P} iff Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q}
states that the implication
- Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle P} implies Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q}
and its converse are both true.
Resources
- Logical Equivalence, Wikipedia
- Logical Equivalences, Mathematics LibreTexts
- Logical Equivalence and Truth Tables, United States Naval Academy College of Mathematics
Licensing
Content obtained and/or adapted from:
- Logical Connectives, Wikibooks: Mathematical Proof and Principles of Mathematics under a CC BY-SA license