deduction-theorem
Deduction theorem
https://en.wikipedia.org/wiki/Deduction_theorem
Deduction Theorem
https://en.wikipedia.org/wiki/Deduction_theorem
The deduction theorem states that a sentence of the form
π½ -> πΏ
is provable from a set of axiomsπ
iff the sentenceπ½
is provable from the system whose axioms consist ofπΏ
and all the axioms ofπ
.
The deduction theorem (DT) is a metatheorem of propositional and FOL
DT is a formalization of the proof technique in which an implication
p -> q
is proved by assumingp
and then derivingq
from this assumption, conjoined with other, previously established, theorems.DT explains why proofs of conditional sentences in math are logically correct
Though it seemed "obvious" for centuries that proving
q
fromp
conjoined with a set of theorems is tantamount to proving the implicationp -> q
based on those theorems alone, it was left to Herbrand and Tarski to show (independently) this was logically correct in the general case.
The deduction theorem states that if a formula B
is deducible from a set of assumptions π β {A}
, where A
is a closed formula, then the implication A -> B
is deducible from π
.
π, {A} |- B
impliesπ |- A -> B
In case π
is empty, DT shows that {A} |- B
implies |- A -> B
.
Last updated
Was this helpful?