Solveeit Logo

Question

Question: The statement $[(p \rightarrow q) \land \sim q] \rightarrow r$ is a tautology, when is equivalent to...

The statement [(pq)q]r[(p \rightarrow q) \land \sim q] \rightarrow r is a tautology, when is equivalent to [2023]

A

pqp \land \sim q

B

qpq \lor p

C

pqp \land q

D

q\sim q

Answer

q\sim q

Explanation

Solution

  1. Rewrite the given implication:

    [(pq)q]ris equivalent to(pq)qr.[(p\to q) \land \sim q] \to r \quad \text{is equivalent to} \quad (\sim p \lor q) \land \sim q \to r.
  2. Simplify the antecedent:

    (pq)q=(pq)(qq).(\sim p \lor q) \land \sim q = (\sim p \land \sim q) \lor (q \land \sim q).

    Since qqq \land \sim q is always false,

    (pq)q=pq.(\sim p \lor q) \land \sim q = \sim p \land \sim q.
  3. The implication becomes:

    (pq)rwhich is equivalent to(pq)r.(\sim p\land \sim q) \to r \quad \text{which is equivalent to} \quad \sim (\sim p \land \sim q) \lor r.

    Using De Morgan's law:

    (pq)=pq.\sim (\sim p \land \sim q) = p \lor q.

    Thus, the statement is:

    (pq)r.(p \lor q) \lor r.
  4. For the entire statement to be a tautology, the only "critical" case is when the antecedent pq\sim p \land \sim q is true (i.e. when p=Fp = F and q=Fq = F). In that case, rr must be true. Notice though that for q=Fq = F, whether pp is true or false, rr is forced only when both pp and qq are false. This condition is captured exactly by the option:

    q.\sim q.

    Thus, choosing r=qr = \sim q will ensure that whenever qq is false (and hence when the antecedent might be true), rr will be true, making the implication a tautology.

Explanation (Minimal):

  • pqp \to q is equivalent to pq\sim p \lor q.
  • (pq)q(\sim p \lor q) \land \sim q simplifies to pq\sim p \land \sim q.
  • (pq)r(\sim p \land \sim q) \to r must be true in the case p=Fp=F and q=Fq=F, so rr must be true when qq is false.
  • Hence, rr must be equivalent to q\sim q.