Due to math content, this page has special requirements (including JavaScript) for full functionality.
With your current viewing scenario, it is not appearing and behaving as it is supposed to!
Please visit Dr. Carol J.V. Fisher's Homepage to learn what this site has to offer.
Watch the "Welcome" video to get startedhope to see you back here soon!
| (2) ... is false ... | (1) an "and" sentence ... | (3) ... when ... | (4) ... A is false ... | (5) ... or ... | (6) ... B is false |
| A | B | A and B | not(A and B) | not A | not B | (not A) or (not B) |
| T | T | T | F | F | F | F |
| T | F | F | T | F | T | T |
| F | T | F | T | T | F | T |
| F | F | F | T | T | T | T |
| A | B | C | A and B | (A and B) and C | B and C | A and (B and C) |
| T | T | T | T | T | T | T |
| T | T | F | T | F | F | F |
| T | F | T | F | F | F | F |
| T | F | F | F | F | F | F |
| F | T | T | F | F | T | F |
| F | T | F | F | F | F | F |
| F | F | T | F | F | F | F |
| F | F | F | F | F | F | F |
| NAME/DESCRIPTION | 1st sentence | ... is equivalent to ... | 2nd sentence | INTUITION |
| de Morgan's Law: negating an "and" sentence |
not(A and B) | ... is equivalent to ... | (not A) or (not B) | an AND sentence is false when A is false or B is false |
| de Morgan's Law: negating an "or" sentence |
not(A or B) | ... is equivalent to ... | (not A) and (not B) | an OR sentence is false when A is false and B is false |
| associativity of "AND" | (A and B) and C | ... is equivalent to ... | A and (B and C) | the grouping doesn't matter in an "AND" sentence |
| associativity of "OR" | (A or B) or C | ... is equivalent to ... | A or (B or C) | the grouping doesn't matter in an "OR" sentence |
| commutativity of "AND" | A and B | ... is equivalent to ... | B and A | the order doesn't matter in an "AND" sentence |
| commutativity of "OR" | A or B | ... is equivalent to ... | B or A | the order doesn't matter in an "OR" sentence |
| law of double negation | not(not A) | ... is equivalent to ... | A | negating twice in succession gets you back to where you started |
| distributive law | A or (B and C) | ... is equivalent to ... | (A or B) and (A or C) | similar to: a(b + c) = ab + ac |
| distributive law | A and (B or C) | ... is equivalent to ... | (A and B) or (A and C) | similar to: a(b + c) = ab + ac |
| alternate form of an implication |
A |
... is equivalent to ... | (not A) or B | an implication is true when its hypothesis is false or its conclusion is true |
| contrapositive of an implication |
A |
... is equivalent to ... | (not B) |
an implication is equivalent to its contrapositive |
| negating an implication | not(A |
... is equivalent to ... | A and (not B) | an implication is false when its hypothesis is true and its conclusion is false |
| biconditional statement | A |
... is equivalent to ... | (A |
this is justification for the "double arrow" that is used for equivalence |
| LAW OF SYLLOGISM The following compound mathematical sentence is true, for all possible truth values of Whenever whenever whenever |
| LAW OF DETACHMENT The following compound mathematical sentence is true, for all possible truth values of If whenever |