Logical Form and Logical Equivalence

MATH1061

Introduction to Logical Form

  1. ~ p q

  2. ~ q ~ p r

  3. It is not snowing but it is cold

  4. 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: