Deduction
The definition of a deduction tries to capture the essence of proof.
Deduction. Informal definition.
A deduction is a sequence of statements that justifies another mathematical statement. Each statement of the sequence is justified either by definition, or by the previous statements in the sequence. It must be possible for a machine to execute an algorithm to determine the validity of a deduction in finite steps.
The above informal definition does not explain how justification works. The following definition is more concrete.
Deduction. Definition.
A deduction in a first-order language
is an axiom (logical or non-logical). is the second component of some inference rule , where is a subset of the preceding terms of the sequence ( ).
If
*We care most about how the non-logical axioms enable a deduction (the logical axioms and the inference rules are normally the same standard ones).
The back side includes a recap of axioms and rules of inference.
Axioms. Logical and non-logical.
An axiom is an
We generally classify axioms into two categories:
- Logical axioms
- A very minimal collection of axioms covering equality, and the
quantifier
and . Don't change depending on circumstances (any others? are they really the same for modal theory for all first-order languages?) - Non-logical axioms
- Axioms that change based on circumstances. For example, axioms for integer summation or axioms for integer summation and multiplication.
For first-order languages, an algorithm is specified that can check if an
Rule of inference
A rule of inference is a pair
Similar to the case for logical axioms, there is an algorithm for
checking if a given (
- convert all
-formula to propositional forms - check for a tautology
Another card discusses axioms and inference rules in more detail.