logic_lecture
logic_lecture
1 Introduction
We introduce the connectives of statement logic.
We introduce predicates. And a very simple semantics for them.
We introduce important semantic relations among sentences: entail-
ment, contraries, contradictories. We introduce related properties of single
sentences: logical truth (tautology), contradiction.
2 Truth-Functional Connectives
2.1 And
Consider our extension rule for ’and’
[[A and B ]] = True if and only if [[A ]] = True and [[B ]] = True.
A B A and B
(a) T T T
(b) T F F
(c) F T F
(d) F F F
This says the same as the rule for & in the text book:
p q p&q
(a) T T T
(b) T F F
(c) F T F
(d) F F F
1
b. John picked up the apple and he ate it.
c. ? John ate the apple and he picked it up. [temporal order, prag-
matics?]
d. You take one more step and I’ll shoot. [= If you take one more
step, I’ll shoot]
2.2 Or
p q p∨q
(a) T T T
(b) T F T
(c) F T T
(d) F F F
Exclusive or
p q p∨q
(a) T T F
(b) T F T
(c) F T T
(d) F F F
Predictions of exclusive-or analysis:
2
p q p→q
(a) T T T
(b) T F F
(c) F T T
(d) F F T
Claim A
In those circumstances where the first sentence (the antecedent)
is true, the second sentence (the consequent) is true.
So the first two lines of the truth table make perfect sense. Claim A is safe
when both sentences are true, and it is clearly false when the antecedent is
true and the consequent is false.
But what about when the first sentence is false? Here’s what we’re going
to argue: if Alice doesn’t win a fellowship, claim A is safe whether she finishes
her thesis or not. Claim A only requires that IF she wins the fellowship,
thesis-finishing follows. So if she didn’t, the claim is still compatible with
the facts (“true”), according to the truth table.
One case to consider: Suppose she doesn’t win a fellowship. Does as-
serting (4a) commit us to the claim that she doesn’t finish her thesis? [No.
Suppose a millionaire donor gives her enough money to stop working and
finish that thesis. (4a) doesn’t rule that out. It just says that a fellowship
would give her enough money to finish. It doesn’t pteclude otehr routes.]
Question: How well does this truth table accord with our intutuions about
conditional sentences in English in general (if ... then ...) ? Answer: Not
very.
3
Ant. Cons. Conditional Truth Value
If 1960 was divisible by 5,
(a) T T then 1960 was a leap year. T
If Al Gore won the election
(5)
of 2000, George Bush won
(b) F T the election of 2004. T
If George Bush won the elec-
tion of 2004, Al Gore won
(c) T F the election of 2000. F
(a) just seems false. (b) is weird not clear what kind of communicative
act is being performed. (c) can be true as an instance of the “If X, I’ll eat
my hat” construction.
3.2 Contradictories
Two sentences are contradictories if they are contraries and can’t both be
false.
4
b. John is not a fool.
What about?
3.3 Entailment
1. A sentence A entails a sentence B if whenever A is true, B has to be
true.
5
c. Kim was kissed by Lee.
Kim was kissed.
Lee touched Kim with her lips.
Also consider this: Does Lee mouthing a kiss at Kim from 15 feet away count
as kissing him?
(21) a. Every second-year student who knows Latin will get credit for it.
b. If Juan is a second-year student and knows Latin, he will get credit
for it.
6
c. Some violinist is Italian.
7
4 Ambiguity
(36) a. You should have seen that bull we got from the pope.
b. Competent women and men hold all the good jobs in the firm.
c. Mary claims that John saw her duck.
d. John and Mary are married.
(37) a. A is Adj.
b. B is Adj.
c. A and B are Adj.
d. happy, tall, incompetent, married, annoying,...
Unambiguous
Question: Why is (b) unambiguous? How does similar to differ from married
to?
Revised view?