Introduction to Logic

by
Stefan Waner and Steven R. Costenoble

5. Rules of Inference

In the last section, we wrote out all our tautologies in what we called "argument form." For instance, Modus Ponens [(pq)p]q was represented as

We think of the statements above the line, the premises, as statements given to us as true, and the statement below the line, the conclusion, as a statement that must then also be true.

Our convention has been that small letters like p stand for atomic statements. But, there is no reason to restrict Modus Ponens to such statements. For example, we would like to be able to make the following argument:

In symbols, this is

So, we really should write Modus Ponens in the following more general and hence usable form:

where, as our convention has it, A and B can be any statements, atomic or compound.

In this form, Modus Ponens is our first rule of inference. We shall use rules of inference to assemble lists of true statements, called proofs. A proof is a way of showing how a conclusion follows from a collection of premises. Modus Ponens, in particular, allows us to say that, if AB and A both appear as statements in a proof, then we are justified in adding B as another statement in the proof. (We shall say more about proofs in Section 6.)


Example 1 Applying Modus Ponens

Solution

Before we go on...


Example 1P Practice with Applying Modus Ponens


Caution

Modus Ponens tells us that, if AB appears on the list, and if A also appears on the list, then we can add B to the list of true statements. If AB appears on the list, but if A does not appear on the list, then we cannot add B to the list. Put another way, if A implies B is true, then we cannot conclude that B is true until we know that A is true.

In general, a rule of inference is just an instruction for obtaining additional true statements from a list of true statements. If you were studying logic as a mathematics or philosophy major, this might be the only rule of inference you would be given to work with. You would then have to justify the use of the other rules of inference from these. We are not going to be quite so demanding. We'll give you lots of rules of inference to work with from the beginning. Think of them as tools for constructing new statements from old ones; the more tools you have at your disposal, the easier your task becomes. In fact, we are going to allow you to use any of the tautologies listed at the end of Section 4 as rules of inference. (That is why we listed the "argument form" for all of them.)

Rule of Inference T1

Any tautology that appears on the list at the end of the last section can be used as a rule of inference.

Example 2 Using T1

Solution

Before We Go On ...

We used AC to represent the statement (pq)p, although we could just as well have represented it by D. Since we're not using this statement at all, it doesn't matter how we represent it. On the other hand, in order to be able to use Modus Tollens on lines (1) and (2), it was imperative that we represented line (1) by AB, and not by the single letter A. If you look at the argument form of Modus Tollens, you will see that it requires a statement of the form AB (as well as ~B, of course). Part of learning to apply the rules of inference is learning how to analyze the structure of statements at the right level of detail.


Example 2P Practice with T1

Before we go on...


So far, all the rules of inference that we have been permitted to use come from our list of tautologies. These are not the only kinds of rules of inference we shall allow. Here are two more kinds:

Rule of Inference T2

We can add any tautology that appears in the list of tautologies at the end of the last section as a new line in our list of true statements.


Example 3 Using T2

Solution

Before we go on...


Example 3P Practice with T2


Rules T1 and T2 are the two we shall use most often. The next two are used less often, but are sometimes necessary.

Rule of Inference S (Substitution)

We can replace any part of a compound statement with a tautologically equivalent statement.

For instance, we can replace the statement p[~(qr)] with p[(~q)(~r)] by using De Morgan's law, since ~(qr)(~q)(~r).

As with T2, we rely on our list at the end of the preceding section to decide what statements are tautologically equivalent. Notice that this is the same as the mathematical rule of substitution: in any equation, if part of an expression is equal to something else, then we can replace it by that something else.

Example 4 Using Substitution

Solution


Rule of Inference C (Conjunction)

If A and B are any two lines in a proof, then we can add the line AB to the proof.

This is just the obvious fact that, if we already know A and B to be true, then we know that AB is true.

Q Are we done yet?
A Not quite. What we are doing is giving rules for what lines can be written in the proof of a given argument. We have already been using one rule without saying so, and we should write it down:

Rule of Inference P (Premise)

We can write down a premise as a line in a proof.

Of course, this does not entitle us to make up premises as we go along; we will always be told what the premises are before we start, and Rule P applies only to those. It is traditional, but not necessary, to write down all of the premises as the first lines of a proof. On the other hand, some people like to write them down only as they are needed.

To summarize, Here are all the rules of inference we shall be using.

Rules of Inference

T1 Any tautology that appears on the list at the end of the last section can be used as a rule of inference.

T2 We can add any tautology that appears in the list of tautologies at the end of the last section as a new line in our list of true statements.

S (Substitution) We can replace any part of a compound statement with a tautologically equivalent statement.

C (Conjunction) If A and B are any two lines in a proof, then we can add the line AB to the proof.

P (Premise) We can write down a premise as a line in a proof.

In the following rather tricky proof, we start with two premises, and shall manage to use every single rule of inference except for T2:

Example 5 Using the Rules of Inference

Solution

Last Updated: October, 2001
Copyright © 1996 StefanWaner and Steven R. Costenoble

Top of Page