I am in the process of proving a Lemma in Coq.
One of my hypotheses is: H0: ~p -> False
for some proposition p.
The only subgoal I have left is p
One would suppose there is a tactic that lets me prove p
using H0 in one step. However I can't seem to find it.
Does such a tactic exist, and if so, which one is it?