Quantified Logic Flashcards

(96 cards)

1
Q

An argument form is invalid iff _________

A

there are some instances of it that are invalid

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

If an argument has an invalid form, can it still be valid?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the 4 components of Quantified Logic

A

1) Names
2) Predicates
3) Quantifiers
4) Variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a Name, in QL?

A

Meaningful subsentential symbol

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do names in QL refer to?

A

particular things (often proper nouns)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How are Names represented in QL?

A

Lowercase letters from a-w (sometimes with subscripts)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Are names in QL wffs?

A

No

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is a Predicate in QL?

A

A way to describe a Name, expresses a property

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How are Predicates represented in QL?

A

Capital letters with optional numerical subscripts

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What is a monadic predicate?

A

One argument place

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a dyadic predicate?

A

two-place predicate

Ex - ______ is funnier-looking than _______
Fdm

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A monadic predicate requires ____ name to make a proposition

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A diadic predicate requires _____ names to make a proposition

A

2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

3-place predicates require _____ names to make a proposition.

A

3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is an SL atomic wff in QL?

A

A zero-place predicate (requires zero names to express a proposition)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Do all sentence predicate properties of particular individuals?

A

No, thats why we need quantifiers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

words like “every” and “some” are what in QL

A

Quantifiers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

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.

A

Fc ⊃ ∀xFx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y

Someone is funny but not nice.

A

▶ ∃x(Fx & ¬Nx)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y

Calvin has a wife.

A

▶ ∃xWcx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

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.

A

▶ ∃x(Wcx & ¬Nx)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y

Betty doesn’t have a wife.

A

¬∃xWbx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

c Calvin
b Betty
Fx x is funny
Nx x is nice
Wxy x’s wife is y

Everyone nice is funny.

A

∀x(Nx ⊃ Fx)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Wxy
x’s wife is y

In english, this means

A

there is some y such that x’s wife is y.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is the scope of the quantifier?
Part of the formula it affects
26
Can quantfiers be main connectives?
Yes
27
A quantifier binds __________ within its scope
the variables of its kind
28
Like quantifiers, what else counts as a connective even though it doesn't technically connect multiple sentences?
Negation
29
If the quantifier is the main connective then
its scope is the entire rest of the sentence.
30
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 (∃, ∀)
31
What is an expression of QL?
any string of symbols, whether or not it is meaningful.
32
Does QL differentiate between a wff and a sentence?
Yes
33
Does SL differentiate between a wff and a sentence?
No
34
What is a term in QL?
A name or a variable
35
What is an atomic formula in QL?
An n-place predicate followed by n terms
36
Atomic formulas are _____
wffs
37
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.
38
Are wffs with free/unbound variables sentences in QL?
No
39
What is a sentence in QL?
a wff with no unbound variables.
40
Fx is a
wff but not a sentence
41
∃xFx is a
wff and a sentence
42
What does the sentence ∃xFx mean?
Something has property F
43
What does the sentence ∀xFx mean?
Everything has property F
44
What does Universal quantifier ∀ mean?
every instance is true
45
What does Existential quantifier ∃ mean?
at least one instance is true.
46
Is ∃x(Fx & ∀xGx) a setnence?
No You can't overlap a quantifier. In this case, both ∃ and ∀ bind x
47
In QL, what does a Universe of Discourse do (UD)?
identifies the objects that the quantifiers quantify over.
48
Fx x is funny Px x is a person Translate “everyone is funny" if the UD does not limit to just people
∀x(Px ⊃ Fx)
49
UD: Canadian citizens a Alice b Betty c Calvin d Doug Fx x is female Hx x is homosexual Mx x is male Tx x is transgender Lxy x loves y Vxy x will vote for y Pxy x is a parent of y If Alice loves a female person, then Alice is homosexual.
∃x(Fx & Lax) ⊃ Ha
50
UD: Canadian citizens a Alice b Betty c Calvin d Doug Fx x is female Hx x is homosexual Mx x is male Tx x is transgender Lxy x loves y Vxy x will vote for y Pxy x is a parent of y Some males love males without being homosexual.
∃x((Mx & ∃y(My & Lxy) & ¬Hx)
51
UD: Canadian citizens a Alice b Betty c Calvin d Doug Fx x is female Hx x is homosexual Mx x is male Tx x is transgender Lxy x loves y Vxy x will vote for y Pxy x is a parent of y Every female citizen will vote for Betty.
∀x(Fx ⊃ Vxb)
52
UD: Canadian citizens a Alice b Betty c Calvin d Doug Fx x is female Hx x is homosexual Mx x is male Tx x is transgender Lxy x loves y Vxy x will vote for y Pxy x is a parent of y All homosexuals and transgender people will vote for Doug.
∀x(Hx ⊃ Vxd) & ∀x(Tx ⊃ Vxd)
53
If the main connective is an existential, it often has a _________ inside
conjunction
54
If the main connective is a universal, it often has a _________ inside
conditional
55
What does ∀x(Fx ⊃ Gx) mean
everything that is F is G
56
What does ∃x(Fx & Gx) mean
something is F and G
57
X |= Φ iff there is ____________
no model that satisfies X and falsifies Φ
58
Models in SL are ______________
assignments of atomic sentences to truth conditions.
59
What a formula with quantifiers is talking about depends on the ______
universe of discourse (UD)
60
I(a) = Mama Bear means that _______________
the interpretation I assigns the name a to the object Mama Bear.
61
Another word for interpretation is
referent
62
Can a monadic predicate categorize every object the same?
Yes Possible for all interpretations to be true, or for all interpretations to be false
63
A two-place predicate has _____ in its extension
Ordered pairs
64
A three-place predicate will have ______ in its extension
ordered triples
65
For any n-place predicate F and names α1...αn, F α1...αn is true in I iff <α1, ... αn> is ___________
in the extension of I(F ).
66
True or false: Lab |= ¬Lba?
False There are possible models that satisfy Lab and ¬¬Lba, so the QL argument form from Lab to ¬Lba is invalid.
67
A universal formula is true iff ________
each instance is true.
68
A QL model includes (3)
-the UD -an interpretation of names -the extensions of predicates.
69
An existentially quantified formula is true iff _______________
at least one of its instances is true.
70
What are the three instances of ∀x ∃y (¬Sy & Myx )
∃y (¬Sy & Mya) ∃y (¬Sy & Myb) ∃y (¬Sy & Myc)
71
What are the three instances of y (¬Sy & Myc)
(¬Sa & Mac) (¬Sb & Mbc) (¬Sc & Mcc)
72
A universal ∀x Φ is equivalent to the _________ of Φ’s x -instances
conjunction
73
An existential ∃x Φ is equivalent to the __________ of Φ’s x -instances.
disjunction
74
∀x (Px ⊃ Rxa) is equivalent to
(Pa ⊃ Raa) & (Pb ⊃ Rba) & (Pc ⊃ Rca)
75
∀x (Px ⊃ ∃y (¬Sy & Myx )) is equivalent to
(Pa ⊃ ∃y (¬Sy & Mya)) & (Pb ⊃ ∃y (¬Sy & Myb)) & (Pc ⊃ ∃y (¬Sy & Myc))
76
(Pa ⊃ ∃y (¬Sy & Mya)) & (Pb ⊃ ∃y (¬Sy & Myb)) & (Pc ⊃ ∃y (¬Sy & Myc)) Is equivalent to
(Pa ⊃ ((¬Sa & Maa) ∨ (¬Sb & Mba) ∨ (¬Sc & Mca)) & (Pb ⊃ ((¬Sa & Mab) ∨ (¬Sb & Mbb) ∨ (¬Sc & Mcb)) & (Pc ⊃ ((¬Sa & Mac) ∨ (¬Sb & Mbc) ∨ (¬Sc & Mcc)))
77
∀x (Bx ⊃ Sx ) Every instance is true; so every _______ is true.
conditional
78
Existentials almost never govern
Conditionals
79
X |= Ψ means
very interpretation satisfying X satisfies Ψ .
80
Tree rules for a 3-object domain (4)
▶ Existential: Branch into the three instances ▶ Universal: Linear development into the three instances ▶ Negated Existential: Linear development into the negations of the three instances ▶ Negated Universal: Branch into the negations of the three instances Dr. Jonathan Ichikawa PHIL 220: Symbolic Logic 3 / 2
81
The tree methods tells you whether the root is _________.
satisfiable
82
If all branches are closed, the root is __________.
unsatisfiable
83
If any open branch is complete, the root is ____________
satisfiable (and the branch tells you how).
84
To resolve a formula of the form ∃x Φ, extend any open branch containing that formula with an instance of _________
Φ that uses a new name.
85
To resolve a formula of the form ∀x Φ, extend any open branch containing that formula with ____________
whatever instance of Φ you like.
86
To resolve a formula of the form ¬∃x Φ, extend any open branch containing the negation of that formula with
whatever instance of Φ you like.
87
To resolve a formula of the form ¬∀x Φ, extend any open branch containing that formula with
an instance of ¬Φ that uses a new name.
88
A QL branch is complete iff (2)
▶ Every resolvable formula has been resolved, and ▶ Every name in the branch (and at least one name) has been substituted into every general formula in the branch.
89
What is a general formula in QL trees?
a sentence whose main connective is a universal or a negated existential
90
For particular rules (existential, negated universal), you _________
take just one instance, and it must be a new name
91
For general rules (universal, negated existential), you ________________
take as many instances as you like, and you must use every old name in the branch.
92
For general rules, only take a new name if
there are no names in the branch already
93
For QL trees, what do you start with?
Main connectives
94
Better to branch _____ when possible
later
95
Are infinite trees satisfiable?
Yes
96
If a branch will never close, then the _________ characterizes an interpretation that satisfies the root.
infinite branch