I have the following proposition:
$$p\to\neg q, q\vdash \neg p$$
Using the following formulas on propositions is easy enough:
$$\frac{\psi \qquad \psi\to\varphi}{\varphi}\quad \to_e$$
$$\frac{\psi\to\varphi \qquad \neg\varphi}{\neg\psi}\quad \to_{\rm MT}$$
However the statement $p\to\neg q$ above has a negation on $q$, so I'm not sure how to apply these formulas. Can someone help me out?
1) $p → ¬q$ --- premise
2) $q$ --- premise
3) $p$ --- assumed [a]
4) $\lnot q$ --- from 1) and 2) by $\rightarrow$-elimination
5) $\bot$ --- from 3) and 4) by $\rightarrow$-introduction
Thus, from 1), 2) and 8) we have :
If you have the MT rule available, you have simply to apply it :
1) $p \rightarrow \lnot q$ --- premise
2) $q$ --- premise
3) $\lnot \lnot q$ --- from 2) by Double Negation
4) $\lnot p$ --- from 1) and 3) by MT.