Now I understand that strictly speaking the contrapositive of this statement would be $\neg r \implies \neg p\lor\neg q$, but what I would like to do instead is prove that $\neg r\land q \implies \neg p$.
What I'm asking is, can I still call this a contrapositive? Or does it have some other name I could use? Also since I'm doing this for an assignment would it be an acceptable proof of the statement? Or should I take the easy way out and simply assume all three statements and do a contradiction?
The exact wording of the question is "Given that $p$, and that $q$, show that $r$". I can give the actual statements if it helps but I imagine that would be superfluous information.
\lor
produces $\lor$ and\land
produces $\land$ (and\lnot
produces $\lnot$), as far implications, I always felt that\to
or\rightarrow
, both of which produce $\to$, were better for propositional formulas compared to\implies
. – Asaf Karagila Jan 12 '19 at 08:13