Swaped two conditions in the completeness statement.
authornipkow
Fri, 23 Aug 1996 13:12:51 +0200
changeset 1940 9bd1c8826f5c
parent 1939 ad5bb12605fb
child 1941 f97a6e5b6375
Swaped two conditions in the completeness statement.
src/HOL/IMP/VC.ML
--- a/src/HOL/IMP/VC.ML	Fri Aug 23 13:03:02 1996 +0200
+++ b/src/HOL/IMP/VC.ML	Fri Aug 23 13:12:51 1996 +0200
@@ -56,7 +56,7 @@
 
 goal VC.thy
   "!!P c Q. |- {P}c{Q} ==> \
-\          (? ac. astrip ac = c & (!s. P s --> wp ac Q s) & (!s. vc ac Q s))";
+\          (? ac. astrip ac = c & (!s. vc ac Q s) & (!s. P s --> wp ac Q s))";
 by (etac hoare.induct 1);
      by(res_inst_tac [("x","Askip")] exI 1);
      by(Simp_tac 1);