HOL icon indicating copy to clipboard operation
HOL copied to clipboard

Make Unwind work with some

Open mn200 opened this issue 8 years ago • 1 comments

There's a theorem roughly like

(some x. (x = v) /\ P(x)) = if P(v) then SOME v else NONE

that should be used in the simplifier's unwind technology.

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

mn200 avatar May 02 '16 06:05 mn200

I believe the new simple quantifier heuristics, in particular SIMPLE_SOME_INSTANTIATE_CONV implement this.

thtuerk avatar Feb 07 '17 09:02 thtuerk