Index

Implication

The implication of A and B written A ⇒ B is equivalent to ¬A ∨ B. Sometimes A is called the antecedent and B is called the consequent.

Truth Table

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

 A  B  A ⇒ B 
fft
ftt
tff
ttt

References

Doets, Kees. From Logic to Logic Programming. MIT Press, 1994.
Harrison, John. Handbook of Practical Logic and Automated Reasoning. Cambridge, 2009.

Index