Quantified Logic Flashcards
(96 cards)
An argument form is invalid iff _________
there are some instances of it that are invalid
If an argument has an invalid form, can it still be valid?
Yes
What are the 4 components of Quantified Logic
1) Names
2) Predicates
3) Quantifiers
4) Variables
What is a Name, in QL?
Meaningful subsentential symbol
What do names in QL refer to?
particular things (often proper nouns)
How are Names represented in QL?
Lowercase letters from a-w (sometimes with subscripts)
Are names in QL wffs?
No
What is a Predicate in QL?
A way to describe a Name, expresses a property
How are Predicates represented in QL?
Capital letters with optional numerical subscripts
What is a monadic predicate?
One argument place
What is a dyadic predicate?
two-place predicate
Ex - ______ is funnier-looking than _______
Fdm
A monadic predicate requires ____ name to make a proposition
1
A diadic predicate requires _____ names to make a proposition
2
3-place predicates require _____ names to make a proposition.
3
What is an SL atomic wff in QL?
A zero-place predicate (requires zero names to express a proposition)
Do all sentence predicate properties of particular individuals?
No, thats why we need quantifiers
words like “every” and “some” are what in QL
Quantifiers
c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y
If Calvin is funny, then everybody is funny.
Fc ⊃ ∀xFx
c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y
Someone is funny but not nice.
▶ ∃x(Fx & ¬Nx)
c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y
Calvin has a wife.
▶ ∃xWcx
c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y
Calvin has a wife who is not nice.
▶ ∃x(Wcx & ¬Nx)
c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y
Betty doesn’t have a wife.
¬∃xWbx
c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y
Everyone nice is funny.
∀x(Nx ⊃ Fx)
Wxy
x’s wife is y
In english, this means
there is some y such that x’s wife is y.