forked from OpenLogicProject/forallx-cam
-
Notifications
You must be signed in to change notification settings - Fork 31
/
forallx-yyc-what.tex
616 lines (497 loc) · 40.6 KB
/
forallx-yyc-what.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
%!TEX root = forallxyyc.tex
\part{Key notions of logic}
\label{ch.intro}
\addtocontents{toc}{\protect\mbox{}\protect\hrulefill\par}
\chapter{Arguments}
\label{s:Arguments}
Logic has \emph{many} uses, as mention in the~\hyperref[preface]{preface}. What we will be focussing on here is its use in evaluating arguments; sorting the good from the bad.
In everyday language, we sometimes use the word `argument' to talk about belligerent shouting matches. If you and a friend have an argument in this sense, things are not going well between the two of you. Logic is not concerned with such teeth-gnashing and hair-pulling. They are not arguments, in our sense; they are just disagreements.
An argument, as we will understand it, is something more like this:
\begin{earg}\label{argButlerGardner}
\item Either the butler or the gardener did it.
\item The butler didn't do it.
\item[\texttherefore] The gardener did it.
\end{earg}
We have here a series of sentences. The three dots on the third line of the argument are read `therefore.' They indicate that the final sentence expresses the \emph{conclusion} of the argument. The two sentences before that are the \emph{premises} of the argument. If you believe the premises, and you think the conclusion follows from the premises---that the argument, as we will say, is valid---then this (perhaps) provides you with a reason to believe the conclusion.
This is the sort of thing that logicians are interested in. We will say that an argument is any collection of premises, together with a conclusion.
This Part discusses some basic logical notions that apply to arguments in a natural language like English. It is important to begin with a clear understanding of what arguments are and of what it means for an argument to be valid. Later we will represent English-language arguments in a formal language. %We want formal validity, as defined in the formal language, to have at least some of the important features of natural-language validity.
In the example just given, we used individual sentences to express both of the argument's premises, and we used a third sentence to express the argument's conclusion. Many arguments are expressed in this way, but a single sentence can contain a complete argument. Consider:
\begin{quote}
The butler has an alibi; so they cannot have done it.
\end{quote}
This argument has one premise followed by a conclusion.
Many arguments start with premises, and end with a conclusion, but not all of them. The argument with which this section began might equally have been presented with the conclusion at the beginning, like so:
\begin{quote}
The gardener did it. After all, it was either the butler or the
gardener. And the butler didn't do it.
\end{quote}
Equally, it might have been presented with the conclusion in the middle:
\begin{quote}
The butler didn't do it. Accordingly, it was the gardener,
given that it was either the gardener or the butler.
\end{quote}
When approaching an argument, we want to know whether or not the conclusion follows from the premises. So the first thing to do is to separate out the conclusion from the premises. As a guide, these words are often used to indicate an argument's conclusion:
\begin{center}
so, therefore, hence, thus, accordingly, consequently
\end{center}
For this reason, they are sometimes called \define{conclusion
indicator words}.
By contrast, these expressions are \define{premise indicator words},
as they often indicate that we are dealing with a premise, rather than a
conclusion:
\begin{center}
since, because, given that
\end{center}
But in analysing an argument, there is no substitute for a good nose.
\newglossaryentry{premise indicator word}
{
name=premise indicator,
description={A word or phrase such as ``because'' used to indicate that what follows is the premise of an argument}
}
\newglossaryentry{conclusion indicator word}
{
name=conclusion indicator,
description={A word or phrase such as ``therefore'' used to indicate that what follows is the conclusion of an argument}
}
\newglossaryentry{argument}
{
name=argument,
description={A connected series of sentences, divided into \gls{premise}s and \gls{conclusion}}
}
\newglossaryentry{premise}
{
name=premise,
description={A sentence in an \gls{argument} other than the \gls{conclusion}}
}
\newglossaryentry{conclusion}
{
name=conclusion,
description={The last sentence in an \gls{argument}}
}
\section{Sentences}
\label{intro.sentences}
To be perfectly general, we can define an \define{argument} as a series of sentences. The sentences at the beginning of the series are premises. The final sentence in the series is the conclusion. If the premises are true and the argument is a good one, then you have a reason to accept the conclusion.
In logic, we are only interested in sentences that can figure as a premise or conclusion of an argument, i.e., sentences that can be true or false. So we will restrict ourselves to sentences of this sort, and define a \define{sentence} as a sentence that can be true or false.
You should not confuse the idea of a sentence that can be true or false with the difference between fact and opinion. Often, sentences in logic will express things that would count as facts--- such as `Rudolf Carnap was born in Ronsdorf' or `Simone de Beauvoir liked taking walks'. They can also express things that you might think of as matters of opinion---such as, `Rhubarb is tasty'. In other words, a sentence is not disqualified from being part of an argument because we don't know if it is true or false, or because its truth or falsity is a matter of opinion. If it is the kind of sentence that could be true or false it can play the role of premise or conclusion.
Also, there are things that would count as `sentences' in a linguistics or grammar course that we will not count as sentences in logic.
\paragraph{Questions} In a grammar class, `Are you sleepy yet?' would count as an interrogative sentence. Although you might be sleepy or you might be alert, the question itself is neither true nor false. For this reason, questions will not count as sentences in logic. Suppose you answer the question: `I am not sleepy.' This is either true or false, and so it is a sentence in the logical sense. Generally, \emph{questions} will not count as sentences, but \emph{answers} will.
`What is this course about?' is not a sentence (in our sense). `No one knows what this course is about' is a sentence.
\paragraph{Imperatives} Commands are often phrased as imperatives like `Wake up!', `Sit up straight', and so on. In a grammar class, these would count as imperative sentences. Although it might be good for you to sit up straight or it might not, the command is neither true nor false. Note, however, that commands are not always phrased as imperatives. `You will respect my authority' \emph{is} either true or false---either you will or you will not---and so it counts as a sentence in the logical sense.
\paragraph{Exclamations} `Ouch!' is sometimes called an exclamatory sentence, but it is neither true nor false. We will treat `Ouch, I hurt my toe!' as meaning the same thing as `I hurt my toe.' The `ouch' does not add anything that could be true or false.
\practiceproblems
At the end of some chapters, there are exercises that review and explore the material covered in the chapter. There is no substitute for actually working through some problems, because learning logic is more about developing a way of thinking than it is about memorizing facts.
\medskip
So here's the first exercise. Highlight the phrase which expresses the conclusion of each of these arguments:
\begin{compactlist}
\item It is sunny. So I should take my sunglasses.
\item It must have been sunny. I did wear my sunglasses, after all.
\item No one but you has had their hands in the cookie-jar. And the scene of the crime is littered with cookie-crumbs. You're the culprit!
\item Miss Scarlett and Professor Plum were in the study at the
time of the murder. Reverend Green had the candlestick in the
ballroom, and we know that there is no blood on his hands. Hence
Colonel Mustard did it in the kitchen with the lead pipe.
Recall, after all, that the gun had not been fired.
\end{compactlist}
\chapter{The scope of logic}
\label{s:Valid}
\section{Consequence and validity}
In \cref{s:Arguments}, we talked about arguments, i.e., collections of sentences (the premises), followed by a single sentence (the conclusion). We said that some words, such as `therefore', indicate which sentence is supposed to be the conclusion. `Therefore', of course, suggests that there is a connection between the premises and the conclusion, namely that the conclusion \emph{follows from}, or \emph{is a consequence of}, the premises.
This notion of consequence is one of the primary things logic is concerned with. One might even say that logic is the science of what follows from what. Logic develops theories and tools that tell us when a sentence follows from some others.
What about the main argument discussed in \cref{s:Arguments}?
\begin{earg}
\item[] Either the butler or the gardener did it.
\item[] The butler didn't do it.
\item[\texttherefore] The gardener did it.
\end{earg}
We don't have any context for what the sentences in this argument refer to. Perhaps you suspect that ``did it'' here means ``was the perpetrator'' of some unspecified crime. You might imagine that the argument occurs in a mystery novel or TV show, perhaps spoken by a detective working through the evidence. But even without having any of this information, you probably agree that the argument is a good one in the sense that whatever the premises refer to, if they are both true, the conclusion cannot but be true as well. If the first premise is true, i.e., it's true that ``the butler did it or the gardener did it'', then at least one of them ``did it'', whatever that means. And if the second premise is true, then the butler did not ``do it.'' That leaves only one option: ``the gardener did it'' must be true. Here, the conclusion follows from the premises. We call arguments that have this property \define{valid}.
By way of contrast, consider the following argument:
\begin{earg}\label{argMaidDriver}
\item[] If the driver did it, the maid didn't do it.
\item[] The maid didn't do it.
\item[\texttherefore] The driver did it.
\end{earg}
We still have no idea what is being talked about here. But, again, you probably agree that this argument is different from the previous one in an important respect. If the premises are true, it is \emph{not} guaranteed that the conclusion is also true. The premises of this argument do not rule out, by themselves, that someone other than the maid or the driver ``did it.'' So there is a case where both premises are true, and yet the driver didn't do it, i.e., the conclusion is not true. In this second argument, the conclusion does not follow from the premises. If, like in this argument, the conclusion does not follow from the premises, we say it is \define{invalid}.
\section{Cases and types of validity}
How did we determine that the second argument is invalid? We pointed to a case in which the premises are true and in which the conclusion is not. This was the scenario where neither the driver nor the maid did it, but some third person did. Let's call such a case a \define{counterexample} to the argument. If there is a counterexample to an argument, the conclusion cannot be a consequence of the premises. For the conclusion to be a consequence of the premises, the truth of the premises must guarantee the truth of the conclusion. If there is a counterexample, the truth of the premises does not guarantee the truth of the conclusion.
As logicians, we want to be able to determine when the conclusion of an argument follows from the premises. And the conclusion is a consequence of the premises if there is no counterexample---no case where the premises are all true but the conclusion is not. This motivates a definition:
\factoidbox{
A sentence $A$ is a \define{consequence} of sentences $B_1$, \dots, $B_n$ if and only if there is no case where $B_1$, \dots, $B_n$ are all true and $A$ is not true. (We then also say that $A$ \define{follows from} $B_1$, \dots, $B_n$ or that $B_1$, \dots, $B_n$ \define{entail}~$A$.)
}
This ``definition'' is incomplete: it does not tell us what a ``case'' is or what it means to be ``true in a case.'' So far we've only seen an example: a hypothetical scenario involving three people. Of the three people in the scenario---a driver, a maid, and some third person---the driver and maid didn't do it, but the third person did. In this scenario, as described, the driver didn't do it, and so it is a case in which the sentence ``the driver did it'' is not true. The premises of our second argument are true, but the conclusion is not true: the scenario is a counterexample.
We said that arguments where the conclusion is a consequence of the premises are called valid, and those where the conclusion isn't a consequence of the premises are invalid. Since we now have at least a first stab at a definition of ``consequence'', we'll record this:
\factoidbox{
\begin{factoiditems}
\item An argument is \define{valid} if and only if the
conclusion is a consequence of the premises.
\item An argument is \define{invalid} if and only if it is not
valid, i.e., it has a counterexample.
\end{factoiditems}}
\newglossaryentry{valid}
{
name=valid,
description={A property of arguments where there conclusion is a consequence of the premises}
}
\newglossaryentry{invalid}
{
name=invalid,
description={A property of arguments that holds when the conclusion is not a consequence of the premises; the opposite of \gls{valid}}
}
Logicians are in the business of making the notion of ``case'' more precise, and investigating which arguments are valid when ``case'' is made precise in one way or another. If we take ``case'' to mean ``hypothetical scenario'' like the counterexample to the second argument, it's clear that the first argument counts as valid. If we imagine a scenario in which either the butler or the gardener did it, and also the butler didn't do it, we are automatically imagining a scenario in which the gardener did it. So any hypothetical scenario in which the premises of our first argument are true automatically makes the conclusion of our first argument true. This makes the first argument valid.
Making ``case'' more specific by interpreting it as ``hypothetical scenario'' is an advance. But it is not the end of the story. The first problem is that we don't know what to count as a hypothetical scenario. Are they limited by the laws of physics? By what is conceivable, in a very general sense? What answers we give to these questions determine which arguments we count as valid.
Suppose the answer to the first question is ``yes.'' Consider the following argument:
\begin{earg}
\item[] The spaceship \textit{Rocinante} took six hours to reach Jupiter from Tycho space station.
\item[\texttherefore] The distance between Tycho space station and Jupiter is less than 14~billion kilometers.
\end{earg}
A counterexample to this argument would be a scenario in which the \textit{Rocinante} makes a trip of over 14 billion kilometers in 6 hours, exceeding the speed of light. Since such a scenario is incompatible with the laws of physics, there is no such scenario if hypothetical scenarios have to conform to the laws of physics. If hypothetical scenarios are not limited by the laws of physics, however, there is a counterexample: a scenario where the \textit{Rocinante} travels faster than the speed of light.
Suppose the answer to the second question is ``yes'', and consider another argument:
\begin{earg}
\item[] Priya is an ophthalmologist.
\item[\texttherefore] Priya is an eye doctor.
\end{earg}
If we're allowing only conceivable scenarios, this is also a valid argument. If you imagine Priya being an ophthalmologist, you thereby imagine Priya being an eye doctor. That's just what ``ophthalmologist'' and ``eye doctor'' mean. A scenario where Priya is an ophthalmologist but not an eye doctor is ruled out by the conceptual connection between these words.
Depending on what kinds of cases we consider as potential counterexamples, then, we arrive at different notions of consequence and validity. We might call an argument \define{nomologically valid} if there are no counterexamples that don't violate the laws of nature, and an argument \define{conceptually valid} if there are no counterexamples that don't violate conceptual connections between words.
For both of these notions of validity, aspects of the world (e.g., what the laws of nature are) and aspects of the meaning of the sentences in the argument (e.g., that ``ophthalmologist'' just means a kind of eye doctor) figure into whether an argument is valid.
\section{Formal validity}\label{s:FormalValidity}
One distinguishing feature of \emph{logical} consequence, however, is that it should not depend on the content of the premises and conclusion, but only on their logical form. In other words, as logicians we want to develop a theory that can make finer-grained distinctions still. For instance, both
\begin{earg}
\item[] Priya is either an ophthalmologist or a dentist.
\item[] Priya isn't a dentist.
\item[\texttherefore] Priya is an eye doctor.
\end{earg}
and
\begin{earg}
\item[] Priya is either an ophthalmologist or a dentist.
\item[] Priya isn't a dentist.
\item[\texttherefore] Priya is an ophthalmologist.
\end{earg}
are valid arguments. But while the validity of the first depends on the content (i.e., the meaning of ``ophthalmologist'' and ``eye doctor''), the second does not. The second argument is \define{formally valid}. We can describe the ``form'' of this argument as a pattern, something like this:
\begin{earg}
\item[] $A$ is either an $X$ or a $Y$.
\item[] $A$ isn't a $Y$.
\item[\texttherefore] $A$ is an $X$.
\end{earg}
Here, $A$, $X$, and $Y$ are placeholders for appropriate expressions that, when substituted for $A$, $X$, and $Y$, turn the pattern into an argument consisting of sentences. For instance,
\begin{earg}
\item[] Mei is either a mathematician or a botanist.
\item[] Mei isn't a botanist.
\item[\texttherefore] Mei is a mathematician.
\end{earg}
is an argument of the same form, but the first argument above is not: we would have to replace $Y$ by different expressions (once by ``ophthalmologist'' and once by ``eye doctor'') to obtain it from the pattern.
Moreover, the first argument is not formally valid. \emph{Its} form is this:
\begin{earg}
\item[] $A$ is either an $X$ or a $Y$.
\item[] $A$ isn't a $Y$.
\item[\texttherefore] $A$ is a $Z$.
\end{earg}
In this pattern we can replace $X$ by ``ophthalmologist'' and $Z$ by ``eye doctor'' to obtain the original argument. But here is another argument of the same form:
\begin{earg}
\item[] Mei is either a mathematician or a botanist.
\item[] Mei isn't a botanist.
\item[\texttherefore] Mei is an acrobat.
\end{earg}
This argument is clearly not valid, since we can imagine a mathematician named Mei who is not an acrobat.
Our strategy as logicians will be to come up with a notion of ``case''
on which an argument turns out to be valid only if it is formally
valid. Clearly such a notion of ``case'' will have to violate not just
some laws of nature but some laws of English. Since the first argument
is invalid in this sense, we must allow as counterexample a case where
Priya is an ophthalmologist but not an eye doctor. That case is not a
conceivable situation: it is ruled out by the meanings of
``ophthalmologist'' and ``eye doctor.''
When we consider cases of various kinds in order to evaluate the validity of an argument, we will make a few assumptions. The first assumption is that every case makes every sentence true or not true---at least, every sentence in the argument under consideration. That means first of all that any imagined scenario which leaves it undetermined if a sentence in our argument is true will not be considered as a potential counterexample. For instance, a scenario where Priya is a dentist but not an ophthalmologist will count as a case to be considered in the first few arguments in this section, but not as a case to be considered in the last two: it doesn't tell us if Mei is a mathematician, a botanist, or an acrobat. If a case doesn't make a sentence true, we say it makes it \define{false}. We'll thus assume that cases make sentences true or false but never both.\footnote{Even if these assumptions seem common-sensical to you, they are controversial among philosophers of logic. First of all, there are logicians who want to consider cases where sentences are neither true nor false, but have some kind of intermediate level of truth. More controversially, some philosophers think we should allow for the possibility of sentences to be both true and false at the same time. There are systems of logic in which sentences can be neither true nor false, or both, but we will not discuss them in this book.}
\section{Sound arguments}
Before we go on and execute this strategy, a few clarifications. Arguments in our sense, as conclusions which (supposedly) follow from premises, are of course used all the time in everyday and scientific discourse. When they are, arguments are given to support or even prove their conclusions. Now, if an argument is valid, it will support its conclusion, but \emph{only if} its premises are all true. Validity rules out the possibility that the premises are true and the conclusion is not true at the same time. It does not, by itself, rule out the possibility that the conclusion is not true, period. In other words, it is perfectly possibly for a valid argument to have a conclusion that isn't true!
Consider this example:
\begin{earg}
\item[] Oranges are either fruit or musical instruments.
\item[] Oranges are not fruit.
\item[\texttherefore] Oranges are musical instruments.
\end{earg}
The conclusion of this argument is ridiculous. Nevertheless, it follows from the premises. \emph{If} both premises are true, \emph{then} the conclusion just has to be true. So the argument is valid.
Conversely, having true premises and a true conclusion is not enough to make an argument valid. Consider this example:
\begin{earg}
\item[] London is in England.
\item[] Beijing is in China.
\item[\texttherefore] Paris is in France.
\end{earg}
The premises and conclusion of this argument are, as a matter of fact, all true, but the argument is invalid. If Paris were to declare independence from the rest of France, then the conclusion would no longer be true, even though both of the premises would remain true. Thus, there is a case where the premises of this argument are true without the conclusion being true. So the argument is invalid.
The important thing to remember is that validity is not about the actual truth or falsity of the sentences in the argument. It is about whether it is \emph{possible} for all the premises to be true and the conclusion to be not true at the same time (in some hypothetical case). What is in fact the case has no special role to play; and what the facts are does not determine whether an argument is valid or not.\footnote{Well, there is one case where it does: if the premises are in fact true and the conclusion is in fact not true, then we live in a counterexample; so the argument is invalid.} Nothing about the way things are can by itself determine if an argument is valid. It is often said that logic doesn't care about feelings. Actually, it doesn't care about facts, either.
When we use an argument to prove that its conclusion \emph{is true}, then, we need two things. First, we need the argument to be valid; i.e., we need the conclusion to follow from the premises. But we also need the premises to be true. We will say that an argument is \define{sound} if and only if it is both valid and all of its premises are true.
\newglossaryentry{sound}
{
name=sound,
description={A property of arguments that holds if the argument is valid and has all true premises}
}
The flip side of this is that when you want to rebut an argument, you have two options: you can show that (one or more of) the premises are not true, or you can show that the argument is not valid. Logic, however, will only help you with the latter!
\section{Inductive arguments}
Many good arguments are invalid. Consider this one:
\begin{earg}
\item[] Every winter so far, it has snowed in Calgary.
\item[\texttherefore] It will snow in Calgary this coming winter.
\end{earg}
This argument generalises from observations about many (past) cases to a conclusion about all (future) cases. Such arguments are called \define{inductive} arguments. Nevertheless, the argument is invalid. Even if it has snowed in Calgary every winter thus far, it remains \emph{possible} that Calgary will stay dry all through the coming winter. In fact, even if it will henceforth snow every winter in Calgary, we could still \emph{imagine} a case in which this year is the first year it doesn't snow all winter. And that hypothetical scenario is a case where the premises of the argument are true but the conclusion is not, making the argument invalid.
The point of all this is that inductive arguments---even good inductive arguments---are not (deductively) valid. They are not \emph{watertight}. Unlikely though it might be, it is \emph{possible} for their conclusion to be false, even when all of their premises are true. In this book, we will set aside (entirely) the question of what makes for a good inductive argument. Our interest is simply in sorting the (deductively) valid arguments from the invalid ones.
So: we are interested in whether or not a conclusion \emph{follows from} some premises. Don't, though, say that the premises \emph{infer} the conclusion. Entailment is a relation between premises and conclusions; inference is something we do. So if you want to mention inference when the conclusion follows from the premises, you could say that \emph{one may infer} the conclusion from the premises.
\practiceproblems
\problempart
Which of the following arguments are valid? Which are invalid?
\begin{compactlist}
\item
\begin{earg}
\item Socrates is a man.
\item All men are carrots.
\item[\texttherefore] Socrates is a carrot.
\end{earg}
\item
\begin{earg}
\item Either Abe Lincoln was born in Illinois or he was once president.
\item Abe Lincoln was never president.
\item[\texttherefore] Abe Lincoln was born in Illinois.
\end{earg}
\item
\begin{earg}
\item If I pull the trigger, Abe Lincoln will die.
\item I do not pull the trigger.
\item[\texttherefore] Abe Lincoln will not die.
\end{earg}
\item
\begin{earg}
\item Abe Lincoln was either from France or from Luxembourg.
\item Abe Lincoln was not from Luxembourg.
\item[\texttherefore] Abe Lincoln was from France.
\end{earg}
\item
\begin{earg}
\item If the world ends today, then I will not need to get up tomorrow morning.
\item I will need to get up tomorrow morning.
\item[\texttherefore] The world will not end today.
\end{earg}
\item
\begin{earg}
\item Joe is now 19 years old.
\item Joe is now 87 years old.
\item[\texttherefore] Bob is now 20 years old.
\end{earg}
\end{compactlist}
\problempart
\label{pr.EnglishCombinations}
Could there be:
\begin{compactlist}
\item A valid argument that has one false premise and one true premise?
\item A valid argument that has only false premises?
\item A valid argument with only false premises and a false conclusion?
\item An invalid argument that can be made valid by the addition of a new premise?
\item A valid argument that can be made invalid by the addition of a new premise?
\end{compactlist}
In each case: if so, give an example; if not, explain why not.
\chapter{Other logical notions}\label{s:BasicNotions}
In \cref{s:Valid}, we introduced the ideas of consequence and of valid argument. This is one of the most important ideas in logic. In this section, we will introduce some similarly important ideas. They all rely, as did validity, on the idea that sentences are true (or not) in cases. For the rest of this section, we'll take cases in the sense of conceivable scenario, i.e., in the sense in which we used them to define conceptual validity. The points we made about different kinds of validity can be made about our new notions along similar lines: if we use a different idea of what counts as a ``case'' we will get different notions. And as logicians we will, eventually, consider a more permissive definition of case than we do here.
%\section{Truth values}
%As we said in \cref{s:Arguments}, arguments consist of premises and a conclusion. Note that many kinds of English sentence cannot be used to express premises or conclusions of arguments. For example:
% \begin{itemize}
% \item \textbf{Questions}, e.g.\ `are you feeling sleepy?'
% \item \textbf{Imperatives}, e.g.\ `Wake up!'
% \item \textbf{Exclamations}, e.g.\ `Ouch!'
% \end{itemize}
%The common feature of these three kinds of sentence is that they are not \emph{assertoric}: they cannot be true or false. It does not even make sense to ask whether a \emph{question} is true (it only makes sense to ask whether the \emph{answer} to a question is true).
%The general point is that, the premises and conclusion of an argument must be capable of having a \define{truth value}. The two truth values that concern us are just True and False.
\section{Joint possibility}
Consider these two sentences:
\begin{compactlist}
\item[B1.] Jane's only brother is shorter than her.
\item[B2.] Jane's only brother is taller than her.
\end{compactlist}
Logic alone cannot tell us which, if either, of these sentences is true. Yet we can say that \emph{if} the first sentence (B1) is true, \emph{then} the second sentence (B2) must be false. Similarly, if B2 is true, then B1 must be false. There is no possible scenario where both sentences are true together. These sentences are incompatible with each other, they cannot all be true at the same time. This motivates the following definition:
\factoidbox{
Sentences are \define{jointly possible} if and only if there is a case where they are all true together.
}
B1 and B2 are \emph{jointly impossible}, while, say, the following two sentences are jointly possible:
\begin{compactlist}
\item[B1.] Jane's only brother is shorter than her.
\item[B2.] Jane's only brother is younger than her.
\end{compactlist}
\newglossaryentry{possibility}
{
name=joint possibility,
text={jointly possible},
description={A property possessed by some sentences when they are all true in a single case}
}
We can ask about the joint possibility of any number of sentences. For example, consider the following four sentences:
\begin{compactlist}
\item[G1.] \label{MartianGiraffes} There are at least four giraffes at the wild animal park.
\item[G2.] There are exactly seven gorillas at the wild animal park.
\item[G3.] There are not more than two Martians at the wild animal park.
\item[G4.] Every giraffe at the wild animal park is a Martian.
\end{compactlist}
G1 and G4 together entail that there are at least four Martian
giraffes at the park. This conflicts with G3, which implies that there
are no more than two Martian giraffes there. So the sentences G1--G4
are jointly impossible. They cannot all be true together. (Note that
the sentences G1, G3 and G4 are jointly impossible. But if sentences
are already jointly impossible, adding an extra sentence to the mix
cannot make them jointly possible!)
There is one thing worth pointing out: You might think that an
argument only ``makes sense'' if its premises are jointly possible.
But neither our definition of what an argument is, nor of when it is
valid, requires this. In fact, according to our definition, any
argument with jointly impossible premises is automatically valid!
(Exercise: convince yourself that this is true.)
\ifHTMLtarget
\section{Necessary truths, necessary falsehoods, and contingency}
\else
\section[Necessary truths and falsehoods]{Necessary truths, necessary falsehoods, and contingency}
\fi
In assessing arguments for validity, we care about what would be true \emph{if} the premises were true, but some sentences just \emph{must} be true. Consider these sentences:
\begin{enumerate}
\item\label{Acontingent} It is raining.
\item\label{Atautology} Either it is raining here, or it is not.
\item\label{Acontradiction} It is both raining here and not raining here.
\end{enumerate}
In order to know if \cref*{Acontingent} is true, you would need to look outside or check the weather channel. It might be true; it might be false. A sentence which is capable of being true and capable of being false (in different circumstances, of course) is called \define{contingent}.
\newglossaryentry{contingent sentence}
{
name=contingent sentence,
description={A sentence that is neither a \gls{necessary truth} nor a \gls{necessary falsehood}; a sentence that in some case is true and in some other case, false}
}
\Cref*{Atautology} is different. You do not need to look outside to know that it is true. Regardless of what the weather is like, it is either raining or it is not. That is a \define{necessary truth}.
\newglossaryentry{necessary truth}
{
name={necessary truth},
description={A sentence that is true in every case}
}
Equally, you do not need to check the weather to determine whether or not \cref*{Acontradiction} is true. It must be false, simply as a matter of logic. It might be raining here and not raining across town; it might be raining now but stop raining even as you finish this sentence; but it is impossible for it to be both raining and not raining in the same place and at the same time. So, whatever the world is like, it is not both raining here and not raining here. It is a \define{necessary falsehood}.
\newglossaryentry{necessary falsehood}
{
name={necessary falsehood},
description={A sentence that is false in every case}
}
Something might \emph{always} be true and still be contingent. For instance, if there never were a time when the universe contained fewer than seven things, then the sentence `At least seven things exist' would always be true. Yet the sentence is contingent: the world could have been much, much smaller than it is, and then the sentence would have been false.
\section{Necessary equivalence}
We can also ask about the logical relations \emph{between} two sentences. For example:
\begin{compactlist}
\item[] John went to the store after he washed the dishes.
\item[] John washed the dishes before he went to the store.
\end{compactlist}
These two sentences are both contingent, since John might not have gone to the store or washed dishes at all. Yet they must have the same truth-value. If either of the sentences is true, then they both are; if either of the sentences is false, then they both are. When two sentences have the same truth value in every case, we say that they are \define{necessarily equivalent}.
\newglossaryentry{necessary equivalence}
{
name={necessary equivalence},
text={necessarily equivalent},
description={A property held by a pair of sentences that, in every case, are either both true or both false}
}
\section*{Summary of logical notions}
\factoidbox{
\begin{factoiditems}
\item An argument is \define{valid} if there is no case where the premises are all true and the conclusion is not; it is \define{invalid} otherwise.
\item A \define{necessary truth} is a sentence that is true in every case.
\item A \define{necessary falsehood} is a sentence that is false in every case.
\item A \define{contingent sentence} is neither a necessary truth nor a necessary falsehood; a sentence that is true in some case and false in some other case.
\item Two sentences are \define{necessarily equivalent} if, in every case, they are both true or both false.
\item A collection of sentences is \define{jointly possible} if there is a case where they are all true together; it is \define{jointly impossible} otherwise.
\end{factoiditems}
}
\practiceproblems
\problempart
\label{pr.EnglishTautology2}
For each of the following: Is it a necessary truth, a necessary falsehood, or contingent?
\begin{compactlist}
\item Caesar crossed the Rubicon.
\item Someone once crossed the Rubicon.
\item No one has ever crossed the Rubicon.
\item If Caesar crossed the Rubicon, then someone has.
\item Even though Caesar crossed the Rubicon, no one has ever crossed the Rubicon.
\item If anyone has ever crossed the Rubicon, it was Caesar.
\end{compactlist}
\problempart
For each of the following: Is it a necessary truth, a necessary falsehood, or contingent?
\begin{compactlist}
\item Elephants dissolve in water.
\item Wood is a light, durable substance useful for building things.
\item If wood were a good building material, it would be useful for building things.
\item I live in a three-story building that is two stories tall.
\item If gerbils were mammals, they would nurse their young.
\end{compactlist}
\problempart Which of the following pairs of sentences are necessarily equivalent?
\begin{compactlist}
\item Elephants dissolve in water. \\
If you put an elephant in water, it will disintegrate.
\item All mammals dissolve in water.\\
If you put an elephant in water, it will disintegrate.
\item George Bush was the 43rd president. \\
Barack Obama is the 44th president.
\item Barack Obama is the 44th president. \\
Barack Obama was president immediately after the 43rd president.
\item Elephants dissolve in water. \\
All mammals dissolve in water.
\end{compactlist}
\problempart Which of the following pairs of sentences are necessarily equivalent?
\begin{compactlist}
\item Thelonious Monk played piano. \\
John Coltrane played tenor sax.
\item Thelonious Monk played gigs with John Coltrane. \\
John Coltrane played gigs with Thelonious Monk.
\item All professional piano players have big hands. \\
Piano player Bud Powell had big hands.
\item Bud Powell suffered from severe mental illness. \\
All piano players suffer from severe mental illness.
\item John Coltrane was deeply religious. \\
John Coltrane viewed music as an expression of spirituality.
\end{compactlist}
\noindent \problempart Consider the following sentences:
\begin{compactlist}%[label=(\alph*)]
\item[G1.] \label{itm:at_least_four}There are at least four giraffes at the wild animal park.
\item[G2.] \label{itm:exactly_seven} There are exactly seven gorillas at the wild animal park.
\item[G3.] \label{itm:not_more_than_two} There are not more than two Martians at the wild animal park.
\item[G4.] \label{itm:martians} Every giraffe at the wild animal park is a Martian.
\end{compactlist}
Now consider each of the following collections of sentences. Which are jointly possible? Which are jointly impossible?
\begin{compactlist}
\item Sentences G2, G3, and G4
\item Sentences G1, G3, and G4
\item Sentences G1, G2, and G4
\item Sentences G1, G2, and G3
\end{compactlist}
\problempart Consider the following sentences.
\begin{compactlist}%[label=(\alph*)]
\item[M1.] \label{itm:allmortal} All people are mortal.
\item[M2.] \label{itm:socperson} Socrates is a person.
\item[M3.] \label{itm:socnotdie} Socrates will never die.
\item[M4.] \label{itm:socmortal} Socrates is mortal.
\end{compactlist}
Which combinations of sentences are jointly possible? Mark each ``possible'' or ``impossible.''
\begin{compactlist}
\item Sentences M1, M2, and M3
\item Sentences M2, M3, and M4
\item Sentences M2 and M3
\item Sentences M1 and M4
\item Sentences M1, M2, M3, and M4
\end{compactlist}
\problempart
\label{pr.EnglishCombinations2}
Which of the following are possible? For each, if it is possible, give an example. If it is not possible, explain why.
\begin{compactlist}
\item A valid argument that has one false premise and one true premise
\item A valid argument that has a false conclusion
\item A valid argument, the conclusion of which is a necessary falsehood
\item An invalid argument, the conclusion of which is a necessary truth
\item A necessary truth that is contingent
\item Two necessarily equivalent sentences, both of which are necessary truths
\item Two necessarily equivalent sentences, one of which is a necessary truth and one of which is contingent
\item Two necessarily equivalent sentences that together are jointly impossible
\item A jointly possible collection of sentences that contains a necessary falsehood
\item A jointly impossible set of sentences that contains a necessary truth
\end{compactlist}
\problempart
Which of the following are possible? For each, if it is possible, give an example. If it is not possible, explain why.
\begin{compactlist}
\item A valid argument, whose premises are all necessary truths, and whose conclusion is contingent
\item A valid argument with true premises and a false conclusion
\item A jointly possible collection of sentences that contains two sentences that are not necessarily equivalent
\item A jointly possible collection of sentences, all of which are contingent
\item A false necessary truth
\item A valid argument with false premises
\item A necessarily equivalent pair of sentences that are not jointly possible
\item A necessary truth that is also a necessary falsehood
\item A jointly possible collection of sentences that are all necessary falsehoods
\end{compactlist}