Quantified Logic Flashcards
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.
What is the scope of the quantifier?
Part of the formula it affects
Can quantfiers be main connectives?
Yes
A quantifier binds __________ within its scope
the variables of its kind
Like quantifiers, what else counts as a connective even though it doesn’t technically connect multiple sentences?
Negation
If the quantifier is the main connective then
its scope is the entire rest of
the sentence.
What are the symbols involved in QL? (6)
▶ Predicates (capital letters with optional subscripts)
▶ Names (lower-case letters a–w, with optional subscripts)
▶ Variables (lower-case letters x, y, z, with optional subscripts)
▶ Sentential connectives (¬, & , ∨ , ⊃ , ≡ )
▶ Brackets ( (, ) )
▶ Quantifiers (∃, ∀)
What is an expression of QL?
any string of symbols, whether or not it is
meaningful.
Does QL differentiate between a wff and a sentence?
Yes
Does SL differentiate between a wff and a sentence?
No
What is a term in QL?
A name or a variable
What is an atomic formula in QL?
An n-place predicate followed by n terms
Atomic formulas are _____
wffs
for any wff, so long as it doesn’t contain a quantifier for
a given variable, putting a quantifier with that variable in front of it
results _______
in another wff.
Are wffs with free/unbound variables sentences in QL?
No