next up previous
Next: Information Science II Up: Information Science I Previous: Problem 5 - Hardware

Problem 6 - Logic

Consider the following formula:

$\displaystyle A: (\exists x) P(x) \rightarrow (\forall x) P(x) $

1.
Prove this formula is always true if the domaine $ D $ contains onlye one element.
2.
Let $ D = {a, b} $. Find an interpretation over $ D $ in which $ A$ is evaluated to false.


$ A \rightarrow B$, $ \neg A \vee B$
T T T
T F F
F F T
F T T

$\displaystyle A: [\neg (\exists x) P(x)] \vee [(\forall x) P(x)] $

$\displaystyle A: [(\forall x) \neg P(x)] \vee [(\forall x) P(x)] $

If $ D = {a} $, then $ A: \neg P(a) \vee P(a) $, which is a tautology.

If $ D = {a, b} $ with $ P(a) $ and $ \neg P(b) $, then $ A$ is a contradiction.



Reynald AFFELDT
2000-06-08