src/HOLCF/Pcpo.ML
changeset 2445 51993fea433f
parent 2416 8ba800a46e14
child 2640 ee4dfce170a0
equal deleted inserted replaced
2444:150644698367 2445:51993fea433f
   185 
   185 
   186 qed_goal "not_less2not_eq" Pcpo.thy "~x<<y ==> ~x=y"
   186 qed_goal "not_less2not_eq" Pcpo.thy "~x<<y ==> ~x=y"
   187  (fn prems =>
   187  (fn prems =>
   188         [
   188         [
   189         (cut_facts_tac prems 1),
   189         (cut_facts_tac prems 1),
   190         (rtac classical3 1),
   190         (rtac classical2 1),
   191         (atac 1),
   191         (atac 1),
   192         (hyp_subst_tac 1),
   192         (hyp_subst_tac 1),
   193         (rtac refl_less 1)
   193         (rtac refl_less 1)
   194         ]);
   194         ]);
   195 
   195