Introduction to Logic
Tools
for
Thought
 

Lesson 4 - Direct Proofs


4.2 Axiom Schemas

An axiom schema (or schema) is an expression satisfying the grammatical rules of our language except for the occurrence of metavariables (written here as Greek letters) in place of various subparts of the expression. For example, the following expression is a schema with metavariables φ and ψ.

φ ⇒ (ψ ⇒ φ)

An instance of an axiom schema is the sentence obtained by consistently substituting sentences for the metavariables in the rule. For example, the following are all instances of the schema above.

p ⇒ (qp)
p ⇒ (pp)
¬p ⇒ (q ⇒ ¬p)
(pq) ⇒ ((qr) ⇒ (pq))

An axiom schema is valid if and only if every instance of the schema is valid. The schema above is valid, as are the schemas shown below.

Reflexivityφ ⇒ φ
Negation Elimination¬¬φ ⇒ φ
Negation Introductionφ ⇒ ¬¬φ
Tautologyφ ∨ ¬φ

In what follows, we use both non-valid and valid axiom schemas. Non-valid schemas play a role in defining rules of inference, and valid schemas are used as components of deductive proof systems.




Use the arrow keys to navigate.
Press the escape key to toggle all / one.