Consider: Statement-I: $(p\land\lnot q)\land(\lnot p\land q)$ is a fallacy. Statement-II: $(p\rightarrow q)\leftrightarrow(\lnot q\rightarrow\lnot p)$ is a tautology. Which of these statements is true? If both are true then is statement-II a correct explanation of statement-I?
My attempt:
Statement-I: $(pq')(p'q)=0$. So, true.
Statement-II: $(p'+q)(q+p')+(pq')(q'p)$ [using the rules $p\rightarrow q=p'+q$ and $p\leftrightarrow q=pq+p'q'$]
So, statement-II becomes $p'q+q+qp'+pq'=p'q+q+pq'=q+pq'$, which is not a tautology. But the answer key says it is a tautology.
What's my mistake here?