When I state a lemma in Isabelle, I often type nitpick
, and if that doesn't give me a counterexample.
I then type sledgehammer
to try to find a proof automatically.
I wonder: is it possible to invoke Nitpick and Sledgehammer so that they run concurrently? Since Sledgehammer is already sending off my lemma to a bunch of automatic provers, couldn't one of those provers actually be a counterexample-finder such as Nitpick?