What is the difference between a deduction rule and a truth table? In what sense are they axioms?
The notes I am studying give the following deduction rules
$1. P\implies(Q\implies P) \\ 2. [P\implies(Q\implies R)]\implies [(P\implies Q) \implies (P\implies R)] \\ 3.\neg\neg P\implies P $
It also gives the 'modus ponens' deduction rule, that from P and $P\implies Q$ we can deduce Q.
Take the first axiom as an example. If P is a tautology on a set of elementary propositions, then $Q\implies P$ is a tautology. Drawing my truth table, that's because we never have $Q \land \neg P$ being true, as P is always true! Or for $\neg \neg P \implies P$ I again draw my truth table and find that P is a tautology if $\neg \neg P$ is a tautology.
Or perhaps I am already using these axioms when drawing up my truth tables, but haven't realised it?
Thank you!
A deduction rule is not the same as a truth-table.
In general, deduction rules are used for proofs, which are sequences of statements, starting with some givens (premises, assumptions, definitions, axioms), and conclude with some conclusion (theorem). A deduction rule says that "If you already have one or more statements of the form [such-and-so], then you can write down a new statement of the form [this-and-that]"
Axioms can be seen as a special kind of deduction rule. They basically say: "At any point in the proof, you can write down a statement of the form [bla bla]"
Now, technically a deduction rule can be anything. That is, I could define a deduction rule that says:
\begin{array}{c} \cfrac{}{\varphi} \end{array}
I call this the 'Hokus Ponens' rule: it says that at any point, I am allowded to write down any statement I want!
But, obviously, this is not a valid (sound) inference rule! So, actual proof systems will ensure that their deduction rules are in fact valid. And, how do we know they are valid? Well, for that we can use a truth-table, as a truth-table is a tool that allows us to investigate the truth-conditions of the statements involved.
Indeed, this is basically what you yourself did: when you put the axioms on a truth-table, and found them all to be tautologies, you effectively verified that these axioms (as special inference rules) are in fact valid.