MCQMediumJEE 2023Sets & Operations

JEE Mathematics 2023 Question with Solution

Negation of ((pq)(qp))((p \to q) \to (q \to p)) is:

  • A

    ((q)p)((\sim q) \land p)

  • B

    (p(q))(p \lor (\sim q))

  • C

    ((p)q)((\sim p) \lor q)

  • D

    (q(p))(q \land (\sim p))

Answer

Correct answer:D

Step-by-step solution

Standard Method

Given: The logical expression is ((pq)(qp))((p \to q) \to (q \to p)).

Find: Its negation.

Use the implication identity AB(A)BA \to B \equiv (\sim A) \lor B and the negation identity (AB)A(B)\sim(A \to B) \equiv A \land (\sim B).

From the solution:

(pq)(qp)(pq)(qp)(p \to q) \to (q \to p) \equiv \sim(p \to q) \lor (q \to p)

Also,

pq(p)q,qp(q)pp \to q \equiv (\sim p) \lor q, \qquad q \to p \equiv (\sim q) \lor p

Step-by-step simplification

Now negate the implication directly:

((pq)(qp))(pq)(qp)\sim\big((p \to q) \to (q \to p)\big) \equiv (p \to q) \land \sim(q \to p)

Substitute the equivalent forms:

(pq)(qp)=((p)q)((q)p)(p \to q) \land \sim(q \to p) = \big((\sim p) \lor q\big) \land \sim\big((\sim q) \lor p\big)

Apply De Morgan's law:

((q)p)=q(p)\sim\big((\sim q) \lor p\big) = q \land (\sim p)

So,

((p)q)(q(p))\big((\sim p) \lor q\big) \land \big(q \land (\sim p)\big)

Using absorption, this simplifies to:

q(p)q \land (\sim p)

Therefore, the correct option is D.

Shortcut using implication negation

Write

((pq)(qp))=(pq)(qp)\sim\big((p \to q) \to (q \to p)\big) = (p \to q) \land \sim(q \to p)

Now,

(qp)=q(p)\sim(q \to p) = q \land (\sim p)

Since q(p)q \land (\sim p) already makes pqp \to q true, the whole expression reduces immediately to:

q(p)q \land (\sim p)

Hence the correct option is D.

Common mistakes

  • Using (AB)\sim(A \to B) as (A)(B) (\sim A) \to (\sim B). This is incorrect because implication does not negate termwise. Use (AB)A(B)\sim(A \to B) \equiv A \land (\sim B) instead.

  • Neglecting brackets in ((pq)(qp))((p \to q) \to (q \to p)). This changes the logical structure of the statement. Always identify the outer implication before applying negation.

  • Stopping at an intermediate form such as ((p)q)(q(p))((\sim p) \lor q) \land (q \land (\sim p)) without simplifying. This expression further reduces by absorption to q(p)q \land (\sim p).

Practice more Sets & Operations questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions