2. (P=⇒Q)⇐⇒ (Q=⇒P)
3. (P=⇒Q)⇐⇒ P∨Q.
4. P=⇒Q⇐⇒ P∧Q.
5. P∧Q⇐⇒ P∨Q.De Morgan’s laws
6. P∨Q⇐⇒ P∧Q.De Morgan’s laws
7. (P⇐⇒ Q)⇐⇒ ((P=⇒Q)∧(Q=⇒P))
8. (P∧Q)⇐⇒ (Q∧P),∧is commutative
9. (P∨Q)⇐⇒ (Q∨P),∨is commutative
10. (P∧(Q∨R)) ⇐⇒ ((P∧Q)∨(P∧R)),∧is distributif with respect to ∨
11. (P∨(Q∧R)) ⇐⇒ ((P∨Q)∧(P∨R)),∨is distributif with respect to ∧
1.5 Logical equivalence
If two propositions
P
and
Q
have the same truth values , they are called logically equivalent
and we denote this by P≡Q.
Remark
1. Warning : ≡is not a connective.
2. We can see that P≡Qif and only if P⇐⇒ Qis a tautology.
2 Quantified expression
2.1 Introduction to Predicate calculus
Definition:
In literature, a predicate is the part of sentence that tells us something about
the subject. It contains the verb.
Exemple
1. The lighthouse was damaged in the storm.
"was damaged in the storm" is the prédicat".
2. Birds are chirping outside the windows .
"are chirping outside the windows" is the predicat.
Definition:
In mathematics, a predicate is a statement that contains variables and it may
be true or false depending on the values of theses variables.
The domainof a predicate variable is the set ,
E
, of all values that may be subtituted for the
variables.
4