Logical Form and Logical Equivalence
Definition
Statement
A statement (or proposition) is a sentence that is true or false but not both.
Definition
Negation
If is a statement variable, the negation of is “not ” or “It is not the case that ” and is denoted . It has opposite truth value from : if is true, is false; if is false, is true.
Definition
Conjunction
If and are statement variables, the conjunction of and is “ and ,” denoted . It is true when, and only when, both and are true. If either or is false, or if both are false, is false.
Definition
Disjunction
If and are statement variables, the disjunction of and is “ or ,” denoted . It is true when either is true, or is true, or both and are true; it is false only when both and are false.
Definition
A statement form (or propositional form) is an expression made up of statement variables (such as , , and ) and logical connectives (such as , and ) that becomes a statement when actual statements are substituted for the component statement variables. The truth table for a given statement form displays the truth values that correspond to all possible combinations of truth values for its component statement variables.
Definition
Logically Equivalent
Two statement forms are called logically equivalent if, and only if, they have identical truth values for each possible substitution of statements for their statement variables. The logical equivalence of statement forms and is denoted by writing . Two statements are called logically equivalent if, and only if, they have logically equivalent forms when identical component statement variables are used to replace identical component statements.
Note
De Morgan’s Law
The negation of an and statement is logically equivalent to the or statement in which each component is negated.
The negation of an or statement is logically equivalent to the and statement in which each component is negated.
Definition
A tautology is a statement form that is always true regardless of the truth values of the individual statements substituted for its statement variables. A statement whose form is a tautology is a tautological statement. A contradication is a statement form that is always false regardless of the truth values of the individual statements substituted for its statement variables. A statement whose form is a contradiction is a contradictory statement.
Theorem
Given any statement variables p, q, and r, a tautology t and a contradiction c, the following logical equivalences hold.
- Commutative Laws:
- Associative Laws:
- Distributive Laws:
- Identity Laws:
- Negation Laws:
- Double negative Law:
- Idempotent Laws:
- Universal Bound Laws:
- De Morgan’s Laws:
- Absorption Laws:
- Negations of and :
Conditional Statements
Definition
Conditional Statement
If and are statement variables, the conditional of by is “If then ” or “ implies ” and is denoted . It is false when is true and is false; otherwise it is true. We call the hypothesis (or antecedent) of the conditional and the conclusion (or consequent).
Note
Vacuously true or true by default
A conditional statement that is true by virtue of the fact that its hypothesis is false is often called vacuously true or true by default. Thus the statement “If you show up for work Monday morning, then you will get the job” is vacuously true if you do not show up for work Monday morning. In general, when the “if” part of an if-then statement is false, the statement as a whole is said to be true, regardless of whether the conclusion is true or false.
Note
Logical Equivalences Involving
Definition
The Contrapositive of a Conditional Statement
The contrapositive of a conditional statement of the form “If then ” is
Symbolically,
Note
A conditional statement is logically equivalent to its contrapositive.
Definition
The Converse and Inverse of a Conditional Statement
Suppose a conditional statement of the form “If then ” is given.
- The converse is “If then .”
- The inverse is “If then .”
Symbolically,
and
Note
- A conditional statement and its converse are not logically equivalent.
- A conditional statement and its inverse are not logically equivalent.
- The converse and the inverse of a conditional statement are logically equivalent to each other.
Definition
Only If
If p and q are statements,
or, equivalently,
Definition
Biconditional
Given statement variables and , the biconditional of and is “ if, and only if, ” and is denoted . It is true if both and have the same truth values and is false if and have opposite truth values. The words if and only if are sometimes abbreviated iff.
Note
Note
Order of Operations for Logical Operators
- : Evaluate negations first.
- : Evaluate them second. When both are present, parentheses may be needed.
- : Evaluate them third. When both are present, parentheses may be needed.
Definition
Necessary and Sufficient Conditions
If and are statements:
is a sufficient condition for means: “if then .”
is necessary condition for means: “if not then not .”
Note
- is a necessary condition for also means “if then .”
- is a necessary and sufficient condition for means “ if, and only if, .”
Important
- In logic, a hypothesis and conclusion are not required to have related subject matters.
- In informal language, simple conditionals are often used to mean biconditionals.