Sign In
For two statements p and q, the following compound statement is always true.
[ (p⇒ q) ∧ p ] ⇒ q
This can also be written as follows.
The Law of Detachment is used in deductive reasoning. Therefore, it can be applied to reach conclusions in mathematical proofs.
broken downinto simpler statements until the simplest statements p and q are obtained.
The columns are formed by ordering each unique step of simplification from the simplest to the most complex. The last column of a truth table is always the original statement.
| p | q | p⇒ q | (p⇒ q) ∧ p | [ (p⇒ q) ∧ p ] ⇒ q |
|---|---|---|---|---|
In this case, the truth table has six columns.
| p | q | p⇒ q | (p⇒ q) ∧ p | [ (p⇒ q) ∧ p ] ⇒ q |
|---|---|---|---|---|
| T | T | |||
| T | F | |||
| F | T | |||
| F | F |
| p | q | p⇒ q | (p⇒ q) ∧ p | [ (p⇒ q) ∧ p ] ⇒ q |
|---|---|---|---|---|
| T | T | T | ||
| T | F | F | ||
| F | T | T | ||
| F | F | T |
The next column is the conjunction (p⇒ q) ∧ p. A conjunction is false unless both statements are true.
| p | q | p⇒ q | (p⇒ q) ∧ p | [ (p⇒ q) ∧ p ] ⇒ q |
|---|---|---|---|---|
| T | T | T | T | |
| T | F | F | F | |
| F | T | T | F | |
| F | F | T | F |
Similarly to the third column, the last column is a conditional statement.
| p | q | p⇒ q | (p⇒ q) ∧ p | [ (p⇒ q) ∧ p ] ⇒ q |
|---|---|---|---|---|
| T | T | T | T | T |
| T | F | F | F | T |
| F | T | T | F | T |
| F | F | T | F | T |
As the truth table describes, the compound statement is always true. Therefore, the law is proven.
According to the Law of Detachment, it can be concluded that Diego lives on the West Coast.