Axiomschemata
Axiomschemata, or axiom schemes, are templates for axioms in formal logic. They specify formal patterns containing schematic variables (for example P, Q, φ). By substituting concrete formulas for these variables, one obtains concrete axioms. Collectively, the instances of a schema form an (often infinite) axiom set that can be described compactly by a finite list of schemata. This approach lets a proof system have a finite description while still expressing many valid instances.
In Hilbert-style systems, a small finite collection of axiom schemata together with a rule of inference, typically
2) (P → (Q → R)) → ((P → Q) → (P → R))
Any substitution of formulas for P, Q, R yields a concrete axiom; repeated applications of MP generate
In first-order logic, axiom schemata also cover quantifiers. Examples include universal instantiation: ∀x φ(x) → φ(t), where
Overall, axiom schemata provide a finite, structured way to axiomatize logics that would otherwise require infinitely