Lecture 005

Connectives

Biconditional Statements(\iff, \Leftrightarrow, \equiv, \leftrightarrow)

P Q P->Q Q->P P<->Q
T T T T T
T F F T F
F T T F F
F F T T T

DeMorgan's Laws:

P Q P \land Q \lnot(P \land Q) \lnot P \lor \lnot Q \lnot(P\land Q) \iff \lnot P \lor \lnot Q
T T T F F T
T F F T T T
F T F T T T
F F F T T T

Distributive Law for Connectives:

Law of Double Negation: \lnot \lnot P \equiv P

Disjunctive Form of Implication: P\implies Q\equiv \lnot P \lor Q

Disjunctive Form of Implication: P\iff Q \equiv (P\implies Q)\land (Q\implies P)

Contraposition(contrapositive): P\implies Q \equiv \lnot Q \implies P

Law of Excluded Middle: P(x) \neq \lnot P(x)

Maximally Negating Propositions

\lnot(\forall x \in \mathbb{R})(\exists y \in \mathbb{R})(xy=1) \equiv (\exists x \in \mathbb{R})(\forall y \in \mathbb{R})(xy\neq 1)

Maximally Negated Form:

\lnot \alpha \equiv \lnot(\forall x \in S)(\exists y \in S)(\forall z \in S) (P (x) \land Q(y)) \implies R(x, y, z)$$ $$\lnot \alpha \equiv (\exists x \in S)(\forall y \in S)(\exists z \in S) (P (x) \land Q(y)) \land \lnot R(x, y, z)

Notice that S, P(x), Q(y) does not change


Table of Content