I have the standard rule for negation introduction, namely:
$$\frac{P\Rightarrow Q\quad P\Rightarrow\neg Q}{\neg P}\quad\text{[Proof by negation]}$$
Now I need a slightly different rule (I'm not sure whether you'd say it's stronger or weaker):
$$\frac{P\Rightarrow Q\quad\neg Q}{\neg P}\quad\text{[Modus tollens]}$$
Can I derive the former from the latter? I'm guessing you can do it if you assume something like the law of the excluded middle. If you can get $P\Rightarrow\neg Q$ of course then you'd be done.