“Vote for me, and your taxes will go down.” “If \(x^2\) is divisible by 4, then \(x\) is even.” “If you sneeze with your eyes open, your eye will burst.” These statements are all logical arguments. In this section we’ll discuss how to determine if such a statement is valid or invalid.
Subsection
Definition2.4.1.Logical Arguments.
An argument is a sequence of statements (premises) that ends with a conclusion.
A valid argument is one where the conclusion follows from the truth of the premises.
For the sequence of premises \(p_1, p_2, \dots, p_n\) and conclusion \(q\text{,}\) an argument is valid if:
A fallacy is a form of incorrect reasoning that leads to an invalid argument.
Example2.4.2.
Consider the following argument:
If you give a mouse a cookie, then he’ll ask for a glass of milk.
You gave a mouse a cookie.
Therefore he asked for a glass of milk.
This argument is of the form:
\(p \to q\)
\(p\)
\(\therefore q\)
and is valid since \(((p \to q) \wedge p) \to q\) is a tautology.
Below is a table of common argument forms, also known as rules of inference. Observe that we’re using \(\Rightarrow\) to show “if, then”. This symbolic choice is to highlight the difference between the hypotheses and conclusion of the argument, and carries no additional meaning for the purposes of this course.
List2.4.3.Basic argument forms - rule of inference
Let \(p, q \and r\) be logical propositions. The following are tautologies:
It would be good practice to verify that each of the arguments in table List 2.4.3 is a tautology using either truth tables or logical equivalences.
Example2.4.4.
What rules of inference are being used here?
Kangaroos live in Australia and are marsupials. Therefore, kangaroos are marsupials.
If I go swimming, then I will stay in the sun too long. If I stay in the sun too long, then I will sunburn. Therefore, if I go swimming, then I will sunburn.
I read a horror story. When I read horror stories, I have weird dreams. Therefore I had weird dreams.
where \(a\) is a particular element in the domain.
Example2.4.6.
Show that the premises, “A student in this class has not read the book,” and “Everyone in this class passed the first exam” imply the conclusion “Someone who passed the first exam has not read the book.” Let \(C(x)\) be “\(x\) is in this class,” \(B(x)\) “x has read the book”, and \(P(x)\) “\(x\) passed the first exam.”
The statement, “someone who passed the first exam has not read the book” means there is someone in class did those things. \(\exists x (P(x) \wedge \neg B(x))\)
Table2.4.7.Argument step-by-step
Step
Reason
1. \(\exists x(C(x) \wedge \neg B(x))\)
Premise
2. \(C(a) \wedge \neg B(a) \)
Existential instantiation
3. \(C(a)\)
Simplification of 2
4. \(\forall x (C(x) \to P(x))\)
Premise
5. \(C(a) \to P(a)\)
Universal instantiation
6. \(P(a)\)
Modus ponens of 3 and 5
7. \(\neg B(a)\)
simplification of 2 a different way
8. \(P(a) \wedge \neg B(a)\)
Conjunction of 6 and 7
9 . \(\exists x (P(x) \wedge \neg B(x))\)
Existential generalization from 8.
Example2.4.8.
For the following argument, explain the rules of inference for each step leading the the conclusion:
Linda, a student in this class owns a red convertible. Everyone who owns a red convertible has gotten at least one speeding ticket. Therefore, someone in this class has gotten at least one speeding ticket.
The deduction rule is valid. To see this, make a truth table which contains \(p \vee q\) and \(\neg p\) (and \(p\) and \(q\) of course). Look at the truth value of \(q\) in each of the rows that have \(p \vee q\) and \(\neg p\) true.
2.
Determine if the following is a valid deduction rule:
It isn’t; make a truth table and see \((((p \land q) \to r) \land (\neg p \lor \neg q)) \to \neg r\) isn’t a tautology.
4.
Show that the following is a valid deduction rule by building a truth table.
\(p \to q\)
\(q \to r\)
\(\therefore (p \to r)\)
5.
Come up with all valid conclusions for this set of premises: “If you get out the leash, the dog wants to go for a walk,” “the dog wants to go for a walk if you put on shoes,” “the dog wanting to go for a walk is sufficient for me to want a cat.” “The dog doesn’t want to go for a walk.” Explain your answer noting each step of the argument.
6.
Consider the statement “Superman saves the day or Lois Lane dies. Superman saved the day, therefore Lois didn’t die.” Is the argument valid? Explain your answer.
Let the universe of discourse be all creatures, \(L(x)\) be the statement “\(x\) is a lion,” \(C(x)\) be “\(x\) drinks coffee,” and \(F(x)\) is “\(x\) is fierce.”
8.
Show that the following argument is invalid.
If wages increase, then there will be inflation. The cost of living will not increase if there is no inflation. Wages will increase. Therefore, the cost of living will increase.