All the binary connectives we have learned so far - conjunction, disjunction and exclusive disjunction, were commutative - the order of the propositions connected by them did not matter. Now, we will learn an important binary connective which is not commutative - the implication.

Definition: Implication

Let \(L\) be a set of propositions with the interpretation $I$ and the corresponding valuation function $[[]]_I$. An implication "\(\Rightarrow\)" is a Boolean function. \[\Rightarrow :=\begin{cases}L \times L & \mapsto L \\ (x,y) &\mapsto x \Rightarrow y. \end{cases}\]

defined by the following truth table:

Truth Table of the Implication

$[[x]]_I$ $[[y]]_I$ $[[x \Rightarrow y]]_I$
\(1\) \(1\) \(1\)
\(0\) \(1\) \(1\)
\(1\) \(0\) \(0\)
\(0\) \(0\)

We read the implication $x\Rightarrow y$

if $x$ then $y$”.

Notes

  1. Lemma: Implication as a Disjunction
  2. Lemma: Negation of an Implication
  3. Definition: Contrapositive

Branches: 1
Definitions: 2 3
Examples: 4
Explanations: 5
Lemmas: 6 7 8 9 10 11 12 13 14
Parts: 15
Proofs: 16 17 18 19 20 21 22 23 24 25 26


Thank you to the contributors under CC BY-SA 4.0!

Github:
bookofproofs


References

Bibliography

  1. Kohar, Richard: "Basic Discrete Mathematics, Logic, Set Theory & Probability", World Scientific, 2016