STATEMENT LOGIC: TRUTH TABLES

advertisement
STATEMENT LOGIC: TRUTH TABLES
(Charles Sanders Peirce, 1839-1914)
Statement logic is the logic of statements. In statement logic, statements—as opposed to
predicates, subject terms, and quantifiers—are the basic unit on which to do logic.
SYMBOLIZING ENGLISH ARGUMENTS
Symbolizing an argument helps us to see its logic and to determine its validity. To symbolize an
argument we need to symbolize the statements that compose it. Toward that end, let’s distinguish
two kinds of statements: atomic and compound.
Atomic statement: a statement that does not have any other statement as a component
For example…



Peter likes to play soccer.
William adores his mother.
Frances’s favorite city is Siena.
We symbolize an atomic statement with a capital letter; use a different letter for each different
atomic statement.



A
B
C
Compound statement: a statement that has at least one atomic statement as a component
For example…





Peter likes to play soccer and William adores his mother.
Either Peter likes to play soccer or William adores his mother.
If Frances’s favorite city is Siena, then Frances’s favorite city is in Italy.
Frances’s favorite city is Siena if and only Frances’s favorite city is in Italy.
It’s false that William is a lousy chess player.
We symbolize a compound statement by assigning a different capital letter to each different
atomic statement that is a component.





A and B.
Either A or B.
If C, then D.
C if and only if D.
It’s false that E.
1
Logical operators (key logical words):
OPERATOR
~
●
v
→
↔
NAME
tilde
dot
vee
arrow
double arrow
A and B.
Either A or C.
If A, then B.
A if and only if B.
It’s false that D.
TRANSLATES
not
and
or
if…, then…
if and only if
TYPE OF COMPOUND
negation
conjunction
disjunction
conditional
biconditional
A●B
AvC
A→B
A↔B
~D
Some Comments on Types of Compounds
Negations

Stylistic variations:
It is not the case that Peter has a broken thumbnail.
It is false that Peter has a broken thumbnail.
It is not true that Peter has a broken thumbnail.
Peter fails to have a broken thumbnail.
Peter does not have a broken thumbnail.
All of these are symbolized the same way: ~P

Negations can involve other logical operators:
~P
~(P ● B)
~(P v B)
~(P → B)
~(P ↔ B)
In each of these cases, the main operator is the tilde.
2
Conjunctions

Stylistic variations:
Peter has a broken thumbnail, but he’s brave about it.
Peter has a broken thumbnail; however, he’s brave about it.
While Peter has a broken thumbnail, he’s brave about it.
Although Peter has a broken thumbnail, he’s brave about it.
Peter has a broken thumbnail, yet he’s brave about it.
Peter has a broken thumbnail; nevertheless, he’s brave about it.
Peter has a broken thumbnail though he’s brave about it.
All of these are symbolized the same way: P ● B

Not every use of “and” is properly translated with the dot.
For example…
I climbed Mt. Baker and looked inside the sulfur cone.
I got in my truck and turned the key.
The point: The word “and” sometimes means “and then”, indicating temporal order; the dot does
not indicate temporal order.
Another example…
Peter and William are brothers.
Ryan and Christine are married.
The point: The word “and” sometimes indicates a relationship; the dot does not indicate any
relationship.

Parentheses
Oftentimes, you need to use parentheses in order to make it clear what is being said.
For example…
It’s false that both Obama and McCain are president.
A = Obama is president
B = McCain is president
Incorrect translation: ~A ● B
Correct translation: ~(A ● B)
3

Conjunctions can involve other logical operators
A ● (B → C)
A ● (B v C)
(~A ↔ B) ● C
In each of these cases, the main operator is the dot.
Disjunctions

Stylistic variations
Either Peter broke the window or William did.
Peter broke the window or William did.
Peter broke the window and/or William did.
Peter broke the window or William did (or both).
All of these are symbolized in the same way: A v B

Inclusive vs. exclusive disjunction
Two rules to remember:
Rule #1.
Assume inclusive disjunction unless explicitly stated otherwise
For example:
Either he loves Mary or he loves Shelly, but not both.
Either he scored 21 points or he scored 22 points, but not both.
Rule #2.
To express exclusive disjunction, use this symbolization:
(A v B) ● ~(A ● B)

“neither…nor….”
Neither you nor I know for sure exactly when we are going to die. (Y = You know for sure
exactly when you are going to die; I = I know for sure exactly when I am going to die.)
Permissible symbolizations:
~Y ● ~I
~(Y v I)
4

Disjunctions can involve other logical operators
A v (B → C)
A v (B ● C)
~B v (C ↔ D)
In each of these cases, the main operator is the vee.
Conditionals

Stylistic variations (page 286)

Sufficient condition
For example
(1)
If Pat is a bachelor, then Pat is single.
If A, then B.
(2)
Pat’s being a bachelor is a sufficient condition for Pat’s being single.
A is a sufficient condition for B.
Symbolized the same way: A  B

Necessary condition
For example…
(1)
If there’s a fire in the building, then there is air in the building.
If A, then B.
(2)
There being air in the building is a necessary condition for there being a fire in the
building.
B is a necessary condition for A.
Symbolized the same way: A  B

…unless…
There are two ways to translate statements with “unless”:
Use the conditional
Use disjunction
I like the conditional, but it’s easier to memorize the disjunction.
5
Illustration
(1) We will lose on Saturday unless Dykstra has a super game. (L: We will lose on
Saturday; D: Dykstra has a super game)
L unless D
Note: (1) means the same thing as
(2) Dykstra’s having a super game is a necessary condition for our not losing on Saturday
D is a necessary condition for ~L
Symbolize:
~L  D
However, it might be easier to simply remember to replace “unless” with a vee:
LvD

Conditionals can involve other logical operators
(A v B)  C
D  (E ● ~F)
G  (H ↔ L)
In each case, the main operator is the arrow.
Biconditionals

Stylistic variants
A if and only if B
A just in case B
A is a necessary and sufficient condition for B

Conjunction of A → B and B → A.
For example
It will rain if and only if the atmospheric conditions are just right for rain.
R↔A
(R → A) ● (A → R)
6
Another example
There’s fire if and only if there’s air, combustion, and fuel.
F ↔ (A ● (C ● U))
(F → (A ● (C ● U))) ● (((A ● C) ● U) → F)

Biconditionals can involve other logical operators. Learn when it’s the main one.
7
STATEMENT LOGIC
Our Symbolic Language
Vocabulary: (1) parentheses, (2) logical operators (3) statement capital letters
An expression in statement logic is any string using this vocabulary.
A well-formed formula (WFF) is a grammatically correct expression.
What counts as a WFF? Let lowercase letters, e.g. p, q, r, etc., stand for statement variables,
which can stand for any statement.
1.
2.
3.
4.
5.
6.
Capital letters (which stand for atomic statements) are WFFs.
If p is a WFF, then so is ~p;
If p and q are WFFs, then so is (p ● q).
If p and q are WFFs, then so is (p v q).
If p and q are WFFs, then so is (p  q).
If p and q are WFFs, then so is (p ↔ q).
Nothing is a WFF unless it can be demonstrated to be one by 1-6.
Is it a WFF, strictly speaking?
(~B)
(M  ~~N)
((Q  S)  T)
~(~W v ~Z)
~(m ● h)
(~E ● ~F ● ~~G)
(~U  (W))
((~H ● ~~F)  ~(~K ↔ ~N))
(A  B  C)
(E  (~F  G)
((L v M)  ~S)
(~P v Q v ~R)
8
Permissible departures from strict grammar in our symbolic language
 Dropping parentheses (without creating ambiguity)
 Using brackets
Is it a permissible
departure?
~G ● ~H
(A v B) ↔ (C v D)
[~Z ● ~W v ~~Y]
~J ↔ ~K
(~Q v ~R v ~~S)
~A  (~C  F)
Indicating an argument in our symbolic language
 Comma ( , ) used to separate premises
 Triple-dot ( :. ) used to indicate conclusion
So, for example,…
Name of Form
A, A  B :. B
K  L, L  N :. K  N
E v F, ~E :. F
C  D, ~D :. ~C
O  P, ~O :. ~P
G v H, G  I, H  J :. I v J
O  P, P :. O
9
Download