Theory of Inference for the Statement Calculus

To deduce new statements from the statements whose truth that we already know, Rules of Inference are used.

What are Rules of Inference for?

Mathematical logic is often used for logical proofs. Proofs are valid arguments that determine the truth values of mathematical statements.

An argument is a sequence of statements. The last statement is the conclusion and all its preceding statements are called premises (or hypothesis). The symbol “$\therefore$”, (read therefore) is placed before the conclusion. A valid argument is one where the conclusion follows from the truth values of the premises.

Rules of Inference provide the templates or guidelines for constructing valid arguments from the statements that we already have.

Important Definitions

Argument Structure

An argument structure is defined as using Premises and Conclusion.

Example

$$\begin P \Q \ \hline \therefore P \land Q \end$$

If $ p_1 \land p_2 \land p_3 \land ,\dots \land p_n \rightarrow q $ is a tautology then the argument is considered as valid otherwise it is termed as invalid.

Table of Rules of Inference

$$\beginP \lor Q \\lnot P \\hline\therefore Q\end$$
$$\beginP \rightarrow Q \Q \rightarrow R \\hline\therefore P \rightarrow R \end$$