MMMMMM
MMMMMM
Objectives:
Define propositional functions;
State and illustrate some rules of quantification;
Use quantification identities in proving valid arguments.
Definition 17. Atomic Proposition – is a simple proposition which can be understood as
attributing a property to one specific thing or as attributing a relation to two or more
specific things.
Example:
a. You are kind
b. He loves her
Definition 19. Terms – are words that function as grammatical subject or object in a
sentence.
Example:
a. Term: You
b. Term: He, her
Definition 21. Individual Variable – is a variable which represents any arbitrary element
of a certain collection of terms or domain
Notation: X1 , ... , Xn
U,V,W,X,Y,Z
Definition 22. Universe of Discourse – the collection of all terms from which values of
individual variables must be drawn out.
Definition 23. Constant Term – any specific element of the universe.
Notation : a, b, c,…
Definition 25. A propositional function is an expression obtained by using the ff. rules:
a. Every simple propositional function is a propositional function.
b. If P is a propositional function, then ¬P is a propositional function.
c. If P and Q are propositional functions, then so are
P^Q, P∨Q, P ⇒Q, P ⇔Q.
d. Only those expressions obtained by using rules 1 to 3 a finite number of times
are propositional functions.
Definition 26. If the value of P(C1, C2, … , Cn) is true for every possible choice of the
individual symbols C1, C2, … , Cn
Selected from U, then P is said to be valid in the universe 𝓤.
Definition 27. P is satisfiable in the universe U if the value of every possible choice of
individual symbols C1, C2, … , Cn which made P(C1, C2, … , Cn) true are said to satisfy P.
Example:
R(x, y, z): 3xy – z3 < 0
Definition 28. If P is not satisfiable in the universe 𝓤, then P is unsatisfiable in 𝓤.
Example:
P(x): x2 < 0
Example:
a. P(x): x3 – 1 ≥ 0
P(1): 13 -1 ≥ 0 since 0=0
b. R(x, y ,z): 3xy – z3 < 0
R(-1, 1, 1): -4 <0
2. By quantification
If P(x) is a propositional function with the individual variable X as an argument,
then this can be qualified universally or existentially.
Example:
There exist real no such that R(x, y, z) there exist x ∃x ∃y ∃z, R(x, y, z)
Example:
Translate the following statements:
Let R(x)=room
A(x) = Aircon
1. All rooms are either aircon or not.
∀x[R(x) ⇒ (A(x) ∨¬A(x) ) ]
2. Some senators are either disloyal or misguided.
∃x[S(x) ∧(D(x) ∨M(x))]
3. Guavas and bananas are nourishing.
∀x[(G(x) v B(x)) ⇒ N(x)]
4. Every real number is rational or irrational
∀x[R(x) ⇒ Q(x) ∨ ¬Q(x)]
5. Apples and Oranges are delicious and nutritious
∀x [(A(x) ∨ O(x)) ⇒ (D(x) ∧ N (x)]
Definition 30. A well-formed formula of predicate calculus is obtained by using the ff.
rules.
1. If P is an n-ary propositional function and 𝓤1, 𝓤2, … , 𝓤n are individual symbols
(i.e either individual constants or variables) then P (𝓤1, 𝓤2, … , 𝓤n)
2. If A is a wff, then A is a wff.
3. If A & B are wff’s then A∧B, A∨B, A⇒B and A ⇔ B are also wff’s.
4. If A is a wff and x is any variable, then ∀x and ∃x A are wff.
5. Only those obtained by using formulas (1) to (4) are wff.
∀ yA ( x )
∴ A( y)
2. Existential Instantiation E.I.
∃ yA ( x )
∴ A( y)
Example:
Construct a formal proof of the following arguments.
A. 1. ∀ x [A(x) ⇒¬(B(x) ∨ C(x))]/.:A(b) ⇒¬B(b)
2.A(b) Assumption
3.A(b) ⇒¬[(B(b) ∨ C(b)] 1 U.I.
4. ¬[B(b) ∨ C(b)] 3,2 MP
5. ¬B(b) ∧ ¬C(b) 4 D.M
6. ¬B(b) 5 Simp.
7.A(b) ⇒¬B(b) 2,6 C.P.
B.
1. ∀ x [H(x) ⇒¬P(x)]
2. ∀ x [T(x) ⇒ H(x)]/∴ ∀ x [T ( x ) ⇒ ¬ P(x)]
3. H(y) ⇒¬P(y) 1 U.I.
4. T(y) ⇒H(y) 2 U.I.
5. T(y) ⇒¬P(y) 4,3 H.S.
6. ∀ x [T(x) ⇒¬P(x)] 5 U.G
C.
1. ∀ x [T(x) ⇒ {R(x) ∧ D(x)}]
2. ∃ x [T(x) ∧ B(x) ]/∴ ∃ x [D(x) ∧ B (x)]
3. T(y) ⇒ [R(y) ∧ D(y) ] 1 U.I.
4.T(y) ∧ B(y) 2 E.I.
5. T(y) 4, Simp.
6. R(y) ∧ D(y) 3,5 M.P.
7. D(y) 6 Comm, Simp.
8. B(y) 4, Comm, Simp.
9. D(y) ∧ B(y) 7,8 Conj.
10. ∃ x [D(x) ∧ B(x)] 9 E.G.
D. 1.∃ x [A(x) ∧ B(x)] ⇒ [R ⇒ S]
2. ∀ x [C(x) ∧ R]
3. ¬S ∨ ¬∃ x C(x)/∴ ¬∃ x [A(x) ∧ B(X)]
4. C(y) ∧ R 2 U.I
5. ¬S ∨ ¬C(y) 3 E.I.
6. C(y) 4, Simp.
7. ¬S 5,6 D.S
8. R 4 Simp.
9. R ∧ ¬S 8,7 Conj.
10. ¬(¬R∨ S) 9 D.M.
11. ¬(R⇒ S) 10 Impl.
12. ¬∃ x [A(x) ∧ ¬B(x)] 1,11 M.T.
E. 1. ∀ x [F(x) ⇒ H(x)]
2. H(y) ⇒ q
3. F(y)/∴ q
4.F(y) ⇒ H(y) 1 U.I
5.F(y) ⇒ q 4,2 HS
6. q 5,3, MP
5. H(y) 4 Simp
7.E(y) 6 Simp