Type | Rule of inference |
---|---|
Field | Propositional calculus |
Statement | If [math]\displaystyle{ P }[/math] implies [math]\displaystyle{ Q }[/math], then [math]\displaystyle{ P }[/math] implies [math]\displaystyle{ P }[/math] and [math]\displaystyle{ Q }[/math]. |
Transformation rules |
---|
Propositional calculus |
Rules of inference |
Rules of replacement |
Predicate logic |
Absorption is a valid argument form and rule of inference of propositional logic.[1][2] The rule states that if [math]\displaystyle{ P }[/math] implies [math]\displaystyle{ Q }[/math], then [math]\displaystyle{ P }[/math] implies [math]\displaystyle{ P }[/math] and [math]\displaystyle{ Q }[/math]. The rule makes it possible to introduce conjunctions to proofs. It is called the law of absorption because the term [math]\displaystyle{ Q }[/math] is "absorbed" by the term [math]\displaystyle{ P }[/math] in the consequent.[3] The rule can be stated:
where the rule is that wherever an instance of "[math]\displaystyle{ P \to Q }[/math]" appears on a line of a proof, "[math]\displaystyle{ P \to (P \land Q) }[/math]" can be placed on a subsequent line.
The absorption rule may be expressed as a sequent:
where [math]\displaystyle{ \vdash }[/math] is a metalogical symbol meaning that [math]\displaystyle{ P \to (P \land Q) }[/math] is a syntactic consequence of [math]\displaystyle{ (P \rightarrow Q) }[/math] in some logical system;
and expressed as a truth-functional tautology or theorem of propositional logic. The principle was stated as a theorem of propositional logic by Russell and Whitehead in Principia Mathematica as:
where [math]\displaystyle{ P }[/math], and [math]\displaystyle{ Q }[/math] are propositions expressed in some formal system.
If it will rain, then I will wear my coat.
Therefore, if it will rain then it will rain and I will wear my coat.
[math]\displaystyle{ P }[/math] | [math]\displaystyle{ Q }[/math] | [math]\displaystyle{ P\rightarrow Q }[/math] | [math]\displaystyle{ P\rightarrow (P\land Q) }[/math] |
---|---|---|---|
T | T | T | T |
T | F | F | F |
F | T | T | T |
F | F | T | T |
Proposition | Derivation |
---|---|
[math]\displaystyle{ P\rightarrow Q }[/math] | Given |
[math]\displaystyle{ \neg P\lor Q }[/math] | Material implication |
[math]\displaystyle{ \neg P\lor P }[/math] | Law of Excluded Middle |
[math]\displaystyle{ (\neg P\lor P)\land (\neg P\lor Q) }[/math] | Conjunction |
[math]\displaystyle{ \neg P\lor(P\land Q) }[/math] | Reverse Distribution |
[math]\displaystyle{ P\rightarrow (P\land Q) }[/math] | Material implication |
Original source: https://en.wikipedia.org/wiki/Absorption (logic).
Read more |