Hi. How can I prevent safe
from splitting a subgoal with assumption P --> Q
into two subgoals with assumption not(P)
and Q
, respectively?
apply(safe del: impCE)
I found the offending rule by searching through the set of known classical rules that print_claset
spits out.
Awesome, thank you!
Last updated: Dec 21 2024 at 16:20 UTC