retagged by
286 views
0 votes
0 votes
Show that: (r → ~ q, r ∪ S, S → ~ q, p → q) ↔ ~ p

are inconsistent.
retagged by

1 Answer

0 votes
0 votes

To show that the set of statements (r → ~ q, r ∪ S, S → ~ q, p → q) ↔ ~ p is inconsistent, we need to find a way to derive a contradiction from the statements.

One way to do this is to use the first three statements to derive the conclusion that q is always false, and then use the fourth statement to derive the conclusion that q is true. This creates a contradiction, as q cannot be both true and false at the same time.

Here is one possible proof of the inconsistency:

  1. r → ~ q (given)
  2. r ∪ S (given)
  3. S → ~ q (given)
  4. r ∪ S = r (by definition of union)
  5. ~q (by 1, 4 modus ponens)
  6. p → q (given)
  7. ~p (by 5, 6 contrapositive)
  8. ~p and q (by 5, 7)

Step 1-3 show that q is always false. Step 6-8 show that q is true, which is contradictory. Therefore, the set of statements (r → ~ q, r ∪ S, S → ~ q, p → q) ↔ ~ p is inconsistent.

Related questions

2 votes
2 votes
1 answer
3
GO Classes asked Dec 5, 2022
140 views
Which of the following expressions is false?$p \rightarrow q \equiv q \rightarrow p$$\neg(p \vee q) \equiv \neg p \wedge \neg q$$p \rightarrow q \equiv \neg q \rightarrow...
2 votes
2 votes
0 answers
4