Type: | Rule of inference | |||
Field: | Propositional calculus | |||
Statement: | If P Q P P Q | |||
Symbolic Statement: |
|
Absorption is a valid argument form and rule of inference of propositional logic.[1] [2] The rule states that if
P
Q
P
P
Q
Q
P
P\toQ | |
\thereforeP\to(P\landQ) |
where the rule is that wherever an instance of "
P\toQ
P\to(P\landQ)
The absorption rule may be expressed as a sequent:
P\toQ\vdashP\to(P\landQ)
where
\vdash
P\to(P\landQ)
(P → Q)
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:
(P\toQ)\leftrightarrow(P\to(P\landQ))
where
P
Q
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.
P | Q | P → Q | P → (P\landQ) | |
---|---|---|---|---|
T | T | T | T | |
T | F | F | F | |
F | T | T | T | |
F | F | T | T |
Proposition | Derivation | |
---|---|---|
P → Q | Given | |
\negP\lorQ | Material implication | |
\negP\lorP | Law of Excluded Middle | |
(\negP\lorP)\land(\negP\lorQ) | Conjunction | |
\negP\lor(P\landQ) | ||
P → (P\landQ) | Material implication |