Difference between revisions of "Logical Equivalence"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
(Created page with "In mathematics, two statements are logically equivalent if they produce the same truth value in every case. For example, "x is greater than 7" and "x is not less than or equal...")
 
Line 1: Line 1:
In mathematics, two statements are logically equivalent if they produce the same truth value in every case. For example, "x is greater than 7" and "x is not less than or equal to 7" are logically equivalent because they are both true or both false simultaneously for every real number x. A conditional (<math> P /implies Q </math>) and its contrapositive (<math> \neg Q /implies \neg P </math>) are always logically equivalent. For example, "if x is even, then x is divisible by 2" is logically equivalent to its contrapositive, "if x is not divisible by 2, then x is not even".
+
In mathematics, two statements are logically equivalent if they produce the same truth value in every case. For example, <math> P \and Q </math> and <math> Q \and P </math> are logically equivalent, as are <math> P \or Q </math> and <math> Q \or P </math>, and <math> P \iff Q </math> and <math> Q \iff P </math>. "x is greater than 7" and "x is not less than or equal to 7" are logically equivalent because they are both true or both false simultaneously for every real number x. A conditional (<math> P \implies Q </math>) and its contrapositive (<math> \neg Q \implies \neg P </math>) are always logically equivalent. For example, "if x is even, then x is divisible by 2" is logically equivalent to its contrapositive, "if x is not divisible by 2, then x is not even".
  
 
==Resources==
 
==Resources==

Revision as of 12:02, 24 September 2021

In mathematics, two statements are logically equivalent if they produce the same truth value in every case. For example, and are logically equivalent, as are and , and and . "x is greater than 7" and "x is not less than or equal to 7" are logically equivalent because they are both true or both false simultaneously for every real number x. A conditional () and its contrapositive () are always logically equivalent. For example, "if x is even, then x is divisible by 2" is logically equivalent to its contrapositive, "if x is not divisible by 2, then x is not even".

Resources