src/HOL/Auth/OtwayRees_AN.ML
changeset 5492 d9fc3457554e
parent 5434 9b4bed3f394c
child 5535 678999604ee9
--- a/src/HOL/Auth/OtwayRees_AN.ML	Tue Sep 15 15:06:29 1998 +0200
+++ b/src/HOL/Auth/OtwayRees_AN.ML	Tue Sep 15 15:10:38 1998 +0200
@@ -128,7 +128,7 @@
 
 (*The equality makes the induction hypothesis easier to apply*)
 Goal "evs : otway ==>                                 \
-\  ALL K KK. KK <= Compl (range shrK) -->                \
+\  ALL K KK. KK <= -(range shrK) -->                  \
 \         (Key K : analz (Key``KK Un (spies evs))) =  \
 \         (K : KK | Key K : analz (spies evs))";
 by (etac otway.induct 1);