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: Nov 13 2025 at 04:27 UTC