Theorem·T47
Propositional axioms are valid
Every instance of every propositional axiom schema is satisfied by every structure under every assignment.
For a language
, L-structure
, assignment
, and
a propositional axiom:
In words
Every formula that is a propositional axiom is satisfied by every structure under every assignment - the seven schemas were chosen exactly to match satisfaction's own truth clauses.
Never needed: F05 · F09 · F10 · F11 · F12 · F13 · F14 · A01 · A02 · A03 · A04 · A05 · A06 · A07 · A08 · A09 (computed from the citation graph, not asserted).
Proof
- 1Throughout, excluded middle licenses splitting on whether (or , ) holds, for whichever formulas is built from; each split is closed by unfolding the matching clause of D091.
- 2A1: . If fails, the implies clause gives vacuously (a false antecedent). If it holds, then whatever 's own antecedent does, its consequent holds, so holds too, and again the outer implies clause is satisfied.
- 3A2: . Suppose the antecedent holds and, for the consequent, suppose further and ; then (from the second supposition) and (from and the antecedent), so . Each implies clause is satisfied by this chain, so the whole formula holds; if any supposition along the way fails, the corresponding implies clause holds vacuously instead.
- 4A3: . Suppose the antecedent holds and, for the consequent, suppose . If failed, the neg clause would give , so the antecedent would force , contradicting the supposition via the neg clause again. So holds, and the whole formula holds (vacuously if either supposition fails).
- 5A4: . By the and clause, iff and . By the implies and neg clauses, holds iff it is not the case that implies , which is exactly and not , i.e. and - the same condition, so the iff clause holds.
- 6A5: . By the or clause, iff or . By the implies and neg clauses, iff not implies , which (by F08, case on whether ) is exactly " or " - the same condition.
- 7A6: . By the iff clause, iff . By the implies and neg clauses, the right side holds iff it is not the case that implies , which is exactly and , i.e. implies , and implies - by F08 on both, exactly , the same condition.
- 8A7: . By the exists clause, iff there is with . By the forall and neg clauses, holds iff it is not the case that, for every , , i.e. not that, for every , not - which by F08 applied pointwise to each is exactly: there is some with - the same condition.
∎
Remarks
A finite case check, one per schema, each essentially unfolding D091's clauses and applying classical propositional reasoning at the meta level (F08, modus ponens in the ambient logic). This is the propositional third of soundness's case analysis over logical axioms; the other two are quantifier axioms and equality axioms.