Absorption (logic)

From The Right Wiki
Jump to navigationJump to search
Absorption
TypeRule of inference
FieldPropositional calculus
StatementIf P implies Q, then P implies P and Q.
Symbolic statementPQP(PQ)

Absorption is a valid argument form and rule of inference of propositional logic.[1][2] The rule states that if P implies Q, then P implies P and Q. The rule makes it possible to introduce conjunctions to proofs. It is called the law of absorption because the term Q is "absorbed" by the term P in the consequent.[3] The rule can be stated:

PQP(PQ)

where the rule is that wherever an instance of "PQ" appears on a line of a proof, "P(PQ)" can be placed on a subsequent line.

Formal notation

The absorption rule may be expressed as a sequent:

PQP(PQ)

where is a metalogical symbol meaning that P(PQ) is a syntactic consequence of (PQ) 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:

(PQ)(P(PQ))

where P, and Q are propositions expressed in some formal system.

Examples

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.

Proof by truth table

P Q PQ P(PQ)
T T T T
T F F F
F T T T
F F T T

Formal proof

Proposition Derivation
PQ Given
¬PQ Material implication
¬PP Law of Excluded Middle
(¬PP)(¬PQ) Conjunction
¬P(PQ) Reverse Distribution
P(PQ) Material implication

See also

References

  1. Copi, Irving M.; Cohen, Carl (2005). Introduction to Logic. Prentice Hall. p. 362.
  2. "Rules of Inference".
  3. Russell and Whitehead, Principia Mathematica