previous up next
Go backward to Quantifier Consequences (Continued)
Go up to Top
Go forward to Example
RISC-Linz logo

Quantifier Consequences (Continued)

De Morgan Laws
~forall x: A
exists x: ~A
exists x: ~A
~forall x: A
~exists x: A
forall x: ~A
forall x: ~A
~exists x: A
Such Quantifier
exists x: A
A[x <- such x: A]
(forall y_0, y_1: (A[x <- y_0] /\  A[x <- y_1]) => y_0 = y_1)
(forall x: A => x = such x: A)

Author: Wolfgang Schreiner
Last Modification: November 30, 1999

previous up next