Logical Form and Logical Equivalence
Introduction to Logical Form
-
~ p q
-
~ q ~ p r
-
It is not snowing but it is cold
-
It could be cold and snowing or it could be sunny.
Logical Form Notation
Statement Variables
Logical connectives are ways to connect one number from another.
AND/BUT =
OR =
NOT =
Inclusive and Exclusive OR
The symbol means “inclusive or:. So is true when is true, or is true or both are true. Sometimes when the word “or” is used, the meaning is “one or the other, but not both”.
This is “exclusive or”. Exclusive or is often written using the logical connective . | P | Q | R | Statement Form | | --- | --- | --- | --- | -------------- | | t | t | t | f | t | | t | t | f | f | f | | t | f | t | t | f | | t | f | f | t | f | | f | t | t | f | t | | f | t | f | f | f | | f | f | t | t | f | | f | f | f | t | f |
De Morgan’s Laws
De Morgan's Laws
Important logical equivalences for the negations of statements involving “and” and “or”.
Use the laws of logical equivalence to show that: