Mo logo [home] [lexicon] [problems] [tests] [courses] [auxiliaries] [notes] [staff] german flag

Mathematics-Online course: Prepcourse Mathematics - Basics - Propositional Logic

Laws for Logical Operations


[previous page] [next page] [table of contents][page overview]

The following rules apply to logical operations:

These alternative representations are often used in proofs.

A logical formula, the truth value of which is independent from the truth values of the statements involved, is called a tautology if it is always true, or a contradiction if it is always false. Such a formula may be replaced by t (also symbolized by $ 1$) or f (also symbolized by 0) respectively. In particular the following identities hold:

$\displaystyle A \lor \lnot A = \mathrm{w}$ $\displaystyle \textrm{and}$ $\displaystyle A\land \lnot A = \mathrm{f}\,,$  
$\displaystyle A \lor \mathrm{w} = \mathrm{w}$ $\displaystyle \textrm{and}$ $\displaystyle A\land \mathrm{w} = A\,,$  
$\displaystyle A \lor \mathrm{f} = A$ $\displaystyle \textrm{and}$ $\displaystyle A\land \mathrm{f} =
\mathrm{f}\,.$  

(Authors: Höllig/Hörner/Abele)

De Morgan's Laws as well as distributive laws can be proved by setting up truth tables, that is investigating all possible truth values of statements.

The following table is such an example of a truth table that proves the first of De Morgan's Laws.

$ A$ $ B$ $ A\land B$ $ \lnot A$ $ \lnot B$ $ \lnot(A\land B)$, $ (\lnot A)\lor(\lnot B)$
t t t f f f
t f f f t t
f t f t f t
f f f t t t

Equivalent descriptions of implication, equivalence and antivalence follow directly from their definitions.

(Authors: Höllig/Hörner/Abele)

For illustration purposes let's apply some of the above laws to the statement

$\displaystyle \underbrace{\vert x-1\vert>1}_{A} \Longrightarrow
\underbrace{(x<0)\lor(x>1)}_{B}
$

According to de Morgan's Laws

$\displaystyle \lnot B = \lnot(x<0) \land \lnot(x>1) =
(x\ge0)\land(x\le 1)
\,.
$

Consequently, the implication $ A\Rightarrow B$ is equivalent to

$\displaystyle \vert x-1\vert\le1 \Longleftarrow 0\le x\le 1
\,.
$

The same result is obtained by replacing the implication with

$\displaystyle (\lnot A)\lor B =
\vert x-1\vert\le 1 \lor \lnot(0\le x\le 1)
$

(by definition).
(Authors: Höllig/Hörner/Abele)

This content is only available in German at the moment.
[previous page] [next page] [table of contents][page overview]

  automatically generated 10/23/2009