Index

Equivalence

The formulas A and B are said to be equivalent, written A ⇔ B, if they are both satisfied by the same truth assignments. The formula A ⇔ B is equivalent to A ⇒ B ∧ B ⇒ A which is also equivalent to (¬A ∨ B) ∧ (A ∨ ¬B).

Truth Table

The truth table below shows all possible combinations for an equivalence. Here t stands for true, and f stands for false.

 A  B  A ⇔ B 
fft
ftf
tff
ttt

References

Doets, Kees. From Logic to Logic Programming. MIT Press, 1994.

Index