Conjunction elimination | |||||||
Type: | Rule of inference | ||||||
Field: | Propositional calculus | ||||||
Statement: | If the conjunction A B A B | ||||||
Symbolic Statement: |
,
(P\landQ)\vdashP,(P\landQ)\vdashQ (P\landQ)\toP,(P\landQ)\toQ |
In propositional logic, conjunction elimination (also called and elimination, ∧ elimination,[1] or simplification)[2] [3] [4] is a valid immediate inference, argument form and rule of inference which makes the inference that, if the conjunction A and B is true, then A is true, and B is true. The rule makes it possible to shorten longer proofs by deriving one of the conjuncts of a conjunction on a line by itself.
An example in English:
It's raining and it's pouring.
Therefore it's raining.
The rule consists of two separate sub-rules, which can be expressed in formal language as:
P\landQ | |
\thereforeP |
and
P\landQ | |
\thereforeQ |
The two sub-rules together mean that, whenever an instance of "
P\landQ
P
Q
The conjunction elimination sub-rules may be written in sequent notation:
(P\landQ)\vdashP
(P\landQ)\vdashQ
where
\vdash
P
P\landQ
Q
P\landQ
and expressed as truth-functional tautologies or theorems of propositional logic:
(P\landQ)\toP
(P\landQ)\toQ
where
P
Q