Skip to main content

Subsection 3.2.3 Wrong Premises

Is it possible to use the logical reasoning engine that we’ve just described to derive a conclusion that is obviously false? Sure. All we have to do is to choose premises that don’t correspond to the world we’re trying to reason about.

Let’s return to the Wet Sidewalks example. We’ve given names to the following statements:

R: It’s raining.

W: The sidewalks are wet.

S: The sidewalks are slippery.

C: It is important to be careful.

Here are the premises that we’ve been using:

[1] \(R \rightarrow W\) If it’s raining then the sidewalks will be wet.

[2] \(W \rightarrow S\) If the sidewalks are wet, they will be slippery.

[3] \(S \rightarrow C \) If the sidewalks are slippery then it is important to be careful.

[4] \(R\) It’s raining.

We can easily use a truth table to prove any of the conclusions that we derived earlier using everyday logic (actually we used the logical rule modus ponens that we’ll soon define formally). Let’s prove that the sidewalks will be wet:

Success. The final column is all T’s.

But now let’s change our premises. In particular, let’s change the first one so that it asserts that, if it’s raining, the sidewalks will be dry. Let D stand for the assertion that the sidewalks are dry. Now we can easily prove that, if it’s raining the sidewalks will be dry:

Oops. We’ve just proved something that’s clearly nonsense. This is typically what happens if we don’t choose our premises wisely.

Big Idea

We must separate the validity of an argument from the reasonableness of its premises.

Exercises Exercises

Exercise Group.

Give names to the following statements:

B : Bananas grow here.

H : It is hot here.

M : Monkeys live here.

R : Reindeer live here.

S : There is snow here.

Assume the following premises:

[1] H It is hot here.

[2] ¬( RB ) There can’t be both reindeer and bananas.

[3] HR If it’s hot, there will be reindeer.

[4] BM If there are bananas, there will be monkeys.

[5] RS If there are reindeer, there will be snow.

Using these premises, it is straightforward to prove (try it yourself) that:

[6] HS It is hot and there is snow.

But [6] is nonsense. Assume that we are certain that it is hot.

1.

(Part 1) Which of the other premises is far from being true in the real world and has the property that, if we simply removed it, we’d no longer be able to generate nonsense such as [6]?

Answer.
Solution.
Explanation. From [1] and [3] we can derive R. From R and [5] we can derive S. But [3] is crazy. Reindeer live in cold places.
1.

(Part 2) Which of the following premises would be a good replacement for the wrong one above? (In other words, which would do a good job of describing the world in which we live?)

  1. ¬( RS )

  2. S → ¬ H

  3. HS

  4. SB

  5. BM

Answer.
Correct answer is B.
Solution.
Explanation: If there’s snow, it can’t be hot.