Logical equivalence

From HandWiki
Short description: Concept in logic

In logic and mathematics, statements [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math] are said to be logically equivalent if they have the same truth value in every model.[1] The logical equivalence of [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math] is sometimes expressed as [math]\displaystyle{ p \equiv q }[/math], [math]\displaystyle{ p :: q }[/math], [math]\displaystyle{ \textsf{E}pq }[/math], or [math]\displaystyle{ p \iff q }[/math], depending on the notation being used. However, these symbols are also used for material equivalence, so proper interpretation would depend on the context. Logical equivalence is different from material equivalence, although the two concepts are intrinsically related.

Logical equivalences

In logic, many common logical equivalences exist and are often listed as laws or properties. The following tables illustrate some of these.

General logical equivalences

Equivalence Name
[math]\displaystyle{ p \wedge \top \equiv p }[/math]
[math]\displaystyle{ p \vee \bot \equiv p }[/math]
Identity laws
[math]\displaystyle{ p \vee \top \equiv \top }[/math]
[math]\displaystyle{ p \wedge \bot \equiv \bot }[/math]
Domination laws
[math]\displaystyle{ p \vee p \equiv p }[/math]
[math]\displaystyle{ p \wedge p \equiv p }[/math]
Idempotent or tautology laws
[math]\displaystyle{ \neg (\neg p) \equiv p }[/math] Double negation law
[math]\displaystyle{ p \vee q \equiv q \vee p }[/math]
[math]\displaystyle{ p \wedge q \equiv q \wedge p }[/math]
Commutative laws
[math]\displaystyle{ (p \vee q) \vee r \equiv p \vee (q \vee r) }[/math]
[math]\displaystyle{ (p \wedge q) \wedge r \equiv p \wedge (q \wedge r) }[/math]
Associative laws
[math]\displaystyle{ p \vee (q \wedge r) \equiv (p \vee q) \wedge (p \vee r) }[/math]
[math]\displaystyle{ p \wedge (q \vee r) \equiv (p \wedge q) \vee (p \wedge r) }[/math]
Distributive laws
[math]\displaystyle{ \neg (p \wedge q) \equiv \neg p \vee \neg q }[/math]
[math]\displaystyle{ \neg (p \vee q) \equiv \neg p \wedge \neg q }[/math]
De Morgan's laws
[math]\displaystyle{ p \vee (p \wedge q) \equiv p }[/math]
[math]\displaystyle{ p \wedge (p \vee q) \equiv p }[/math]
Absorption laws
[math]\displaystyle{ p \vee \neg p \equiv \top }[/math]
[math]\displaystyle{ p \wedge \neg p \equiv \bot }[/math]
Negation laws

Logical equivalences involving conditional statements

  1. [math]\displaystyle{ p \implies q \equiv \neg p \vee q }[/math]
  2. [math]\displaystyle{ p \implies q \equiv \neg q \implies \neg p }[/math]
  3. [math]\displaystyle{ p \vee q \equiv \neg p \implies q }[/math]
  4. [math]\displaystyle{ p \wedge q \equiv \neg (p \implies \neg q) }[/math]
  5. [math]\displaystyle{ \neg (p \implies q) \equiv p \wedge \neg q }[/math]
  6. [math]\displaystyle{ (p \implies q) \wedge (p \implies r) \equiv p \implies (q \wedge r) }[/math]
  7. [math]\displaystyle{ (p \implies q) \vee (p \implies r) \equiv p \implies (q \vee r) }[/math]
  8. [math]\displaystyle{ (p \implies r) \wedge (q \implies r) \equiv (p \vee q) \implies r }[/math]
  9. [math]\displaystyle{ (p \implies r) \vee (q \implies r) \equiv (p \wedge q) \implies r }[/math]

Logical equivalences involving biconditionals

  1. [math]\displaystyle{ p \iff q \equiv (p \implies q) \wedge (q \implies p) }[/math]
  2. [math]\displaystyle{ p \iff q \equiv \neg p \iff \neg q }[/math]
  3. [math]\displaystyle{ p \iff q \equiv (p \wedge q) \vee (\neg p \wedge \neg q) }[/math]
  4. [math]\displaystyle{ \neg (p \iff q) \equiv p \iff \neg q }[/math]

Examples

In logic

The following statements are logically equivalent:

  1. If Lisa is in Denmark , then she is in Europe (a statement of the form [math]\displaystyle{ d \implies e }[/math]).
  2. If Lisa is not in Europe, then she is not in Denmark (a statement of the form [math]\displaystyle{ \neg e \implies \neg d }[/math]).

Syntactically, (1) and (2) are derivable from each other via the rules of contraposition and double negation. Semantically, (1) and (2) are true in exactly the same models (interpretations, valuations); namely, those in which either Lisa is in Denmark is false or Lisa is in Europe is true.

(Note that in this example, classical logic is assumed. Some non-classical logics do not deem (1) and (2) to be logically equivalent.)

Relation to material equivalence

Logical equivalence is different from material equivalence. Formulas [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math] are logically equivalent if and only if the statement of their material equivalence ([math]\displaystyle{ p \leftrightarrow q }[/math]) is a tautology.[2]

The material equivalence of [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math] (often written as [math]\displaystyle{ p \leftrightarrow q }[/math]) is itself another statement in the same object language as [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math]. This statement expresses the idea "'[math]\displaystyle{ p }[/math] if and only if [math]\displaystyle{ q }[/math]'". In particular, the truth value of [math]\displaystyle{ p \leftrightarrow q }[/math] can change from one model to another.

On the other hand, the claim that two formulas are logically equivalent is a statement in metalanguage, which expresses a relationship between two statements [math]\displaystyle{ p }[/math] and [math]\displaystyle{ q }[/math]. The statements are logically equivalent if, in every model, they have the same truth value.

See also

References

  1. Mendelson, Elliott (1979). Introduction to Mathematical Logic (2 ed.). pp. 56. ISBN 9780442253073. https://archive.org/details/introductiontoma00mend. 
  2. Copi, Irving; Cohen, Carl; McMahon, Kenneth (2014). Introduction to Logic (New International ed.). Pearson. pp. 348.