Last Update: 20 September 2010
Note: or material is highlighted |
Note: A username and password may be required to access certain
documents.
Please
contact
Bill Rapaport.
Remember:
are WF (molecular) propositions of FOL
So: predicates can never appear in term-position;
i.e., in FOL, predicates cannot be terms of other predicates;
i.e., predicates cannot appear inside other
predicates
NAME | SYNTAX | ENGLISH | E.G. | SEMANTICS |
---|---|---|---|---|
universal quantifier |
∀v[A],
where v is any variable & where A is any proposition, including:
& any of these "new" ones; if A is atomic,
|
Everything in the domain satisfies A.
For all objects v in the domain, A is the case. |
All humans are mortal ≡
∀x[Human(x) → Mortal(x)]
Note the use of →! |
tval(∀vA)=T iff all objects in the domain are such that tval(A)=T
e.g., tval(∀xR(x))=T |
existential quantifier |
∃v[A],
as above e.g., ∃xR(x) |
Something satisfies A
There is (or: there exists) an object v in the domain for which A is the case. |
Some human is mortal ≡
∃x[Human(x) ∧ Mortal(x)]
Note the use of ∧!! |
tval(∃vA)=T iff at least one object in the domain is such that tval(A)=T
e.g., tval(∃xR(x))=T
|
proposition | Domain: | ||
---|---|---|---|
W={1,2,3,…} | N={0,1,2,3,…} | Z={…–3,–2,–1,0,1,2,3,…} | |
∀x[x > 0] | T | F (because ¬(0>0)) | F |
∀x[x ≥ 0] | T | T | F |
Notes:
"∀x[x ≥ 0]" can also be written (slightly more grammatically) as: ∀x[>(x, 0) ∨ =(x, 0)]
Consider the domain be {0,1,2,3}.
Then tval(∀xR(x)) = T
iff, for all values of x in the domain, tval(R(x)) = T
iff tval(R(0))=T & tval(R(1))=T & tval(R(2))=T & tval(R(3))=T
∴ ∀xR(x) ≡ R(0) ∧ R(1) ∧ R(2) ∧ R(3)
Similarly, we can show that: ∃xR(x) ≡ R(0) ∨ R(1) ∨ R(2) ∨ R(3)
In a finite domain, say {0,1}:
∀xP(x) ≡ P(0) ∧ P(1).
∴ ¬∀xP(x) ≡ ¬(P(0) ∧ P(1))
≡ (¬P(0) ∨ ¬P(1)), by DeMorgan for the negation of ∧
≡ ∃x[¬P(x)]
Not only is this also true in an infinite domain, but so is this:
¬∃xP(x) ≡ ∀x[¬P(x]
and these:
∃xP(x) ≡ ¬∀x¬P(x)
∀xP(x) ≡ ¬∃x¬P(x)
Next lecture…
Text copyright © 2010 by William J. Rapaport
(rapaport@buffalo.edu)
Cartoon links and screen-captures appear here for your enjoyment.
They are not meant to infringe on any copyrights held by the creators.
For more information on any cartoon, click on it, or contact me.
http://www.cse.buffalo.edu/~rapaport/191/F10/lecturenotes-20100920.html-20100920