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: Feb 01 2025 at 20:19 UTC