GATE Overflow
[P∧[¬P∨Q∨(P∧¬R)∨(P∧Q)]]→(R→Q)
how did this become this [(P∧¬R)∨(P∧Q)]→(R→Q) please explain me this step
As this part P∧[(¬P∨Q) is modus ponens and should reduce to Q but Q is not in the wff
this is my solution.