src/HOL/Tools/BNF/bnf_def.ML
changeset 67222 19809bc9d7ff
parent 66272 c6714a9562ae
child 69593 3dda49e08b9d
--- a/src/HOL/Tools/BNF/bnf_def.ML	Sat Dec 16 22:32:04 2017 +0100
+++ b/src/HOL/Tools/BNF/bnf_def.ML	Sun Dec 17 08:42:59 2017 +0100
@@ -1904,7 +1904,8 @@
             Goal.prove_sorry lthy vars [] goal
               (fn {context = ctxt, prems = _} =>
                 HEADGOAL (rtac ctxt (pred_set RSN (2, pred_set RSN (2, box_equals)))) THEN
-                unfold_thms_tac ctxt (@{thm Ball_image_comp} :: map Lazy.force set_map) THEN
+                unfold_thms_tac ctxt
+                  (@{thms Ball_image_comp ball_empty} @ map Lazy.force set_map) THEN
                 HEADGOAL (rtac ctxt refl))
             |> Thm.close_derivation
           end;