Valid and Invalid Inferences
An important feature of valid arguments is that any instance of the form of a valid argument will also be valid. For example, consider the valid argument
The form of this argument is . Its only premise is a conjunction and the conclusion is the left conjunct of the premise. Every instance of this abstract argument is valid. For example, the following instances are all valid:
Thus, when an argument is shown to be valid, then any argument with the same form is valid. With this in mind, here is another way to think about valid arguments in propositional logic. The form of a valid argument is a rule, called an inference rule, that specifies how to transform a sequence of statements into a statement. For instance, the abstract argument
is a rule, called right- elimination, that transforms any conjunction into its left conjunct. To apply an inference rule to a list of formulas, you need to make sure that the list of formulas has the appropriate form. For example, right- elimination can be applied to any of the following formulas since the main connective of each formula is a conjunction:
Applying right- elimination to the above formulas transforms each of these conjunctions into their left conjuncts:
- The right- elimination transforms into . In this case, we say " is inferred from using the right- elimination inference rule".
- The right- elimination transforms into . In this case, we say " is inferred from using the right- elimination inference rule".
- The right- elimination transforms into . In this case, we say " is inferred from using the right- elimination inference rule".
- The right- elimination transforms into . In this case, we say " is inferred from using the right- elimination inference rule".
Note that the following are not instances of right- elimination:
- Infer from , denoted .
- Infer from , denoted .
The first is an instance of a related, but different inference rule (left- elimination): . For item 2, note that right- elimination must be applied to the main connective of the premise. Since, the second occurrence of "" is the main connective in , the correct application of right- elimination gives follows from . Then, using right- elimination a second time we have that follows from . So, follows from using two applications of the right- elimination inference rule.
We use the notation introduced in the chapter on validity to classify the inference rule
as valid or invalid:
The above inference rule is valid, denoted , when there is no instance of the argument and truth value assignment that makes all the (instances of the) premises true and the (instance of the) conclusion false.
The above inference rule is invalid, denoted , when there is an instance of the argument and truth value assignment that makes all the (instances of the) premises true and the (instance of the) conclusion false.
Examples of some important valid inference rules include:
Name | Valid inference rule |
---|---|
Modus Ponens | |
Modus Tollens | |
Disjunctive Syllogism | |
Hypothetical Syllogism (Transitivity) |
The inference rules in the above table each transform a list of formulas. For example, the inference rule Modus Ponens can be applied to any list of formulas in which the first element is any formula and the second element is a conditional where the antecedent is the first formula in the list. The output of Modus Ponens is the consequent of the second formula in the input to the inference rule. For example, the following valid arguments are all instances of Modus Ponens:
Note that, the following is not an instance of Modus Ponens: . Modus Ponens does not apply since the first formula in the input to the rule is the consequent of the second formula rather than the antecedent. This invalid argument (i.e., ) is an instance of the following invalid inference rule (called Affirming the Consequent):
To explain why , we note that since the truth value function that makes false and true, makes both and true, but makes false. Other examples of invalid inference rules include:
Name | Invalid inference rule |
---|---|
Denying the Antecedent | |
Affirming the Consequent | |
Affirming a Disjunct |
We conclude with some general observations about valid inference rules.
It is sometimes convenient to replace a list of premises with a single formula that is a conjunction of all the premises. Note that a truth value assignment makes each of true if, and only if, the truth value assignment makes the following formula true:
This means that:
- If , then .
- If , then .
For all formulas and , if and are tautologically equivalent, then for all formulas ,
if and only if .
if and only if .
Since, for all formulas and , is tautologically equivalent to , using Observation 1 and Observation 2, we see that the order of the premises of an inference rule does not matter. For example, this means that: is an instance of Modus Ponens.
For all formulas and , means that is a contradiction, and means that there is a truth value assignment that makes true (so, the set of formulas consisting of and is satisfiable).
For all formulas , and , if , then .
Is monotonicity a good property? Can you think of an English argument where monotonicity seems to fail?
For all formulas and , if, and only if, is a tautology.
#
Practice QuestionsSuppose that and are formulas and that . Which of the following is not true?
Suppose that and are formulas and that . Which of the following is true?
Suppose that and are formulas and that . Which of the following is true?
Consider the argument . Which of the following is true?
Which of the following formulas can be substituted for to ensure that the following argument is valid?
Which of the following formulas can be substituted for to ensure that the following argument is valid?
Consider the inference rule: . Which of the following is true?