commented out duplicate proof
authorpaulson
Mon, 14 Sep 1998 10:18:07 +0200
changeset 5487 ff11f8b364ef
parent 5486 d98a55f581c5
child 5488 9df083aed63d
commented out duplicate proof
src/HOL/UNITY/NSP_Bad.ML
--- a/src/HOL/UNITY/NSP_Bad.ML	Mon Sep 14 10:17:44 1998 +0200
+++ b/src/HOL/UNITY/NSP_Bad.ML	Mon Sep 14 10:18:07 1998 +0200
@@ -65,15 +65,13 @@
     sends messages containing X! **)
 
 (*Spy never sees another agent's private key! (unless it's bad at start)*)
-Goal "Invariant Nprg {s. (Key (priK A) : parts (spies s)) = (A : bad)}";
-by (rtac InvariantI 1);
-by (Force_tac 1);
-by (constrains_tac 1);
-by Auto_tac;
-qed "Spy_see_priK";
-
-(** HOW TO USE??
-Addsimps [Spy_see_priK];
+(*
+    Goal "Invariant Nprg {s. (Key (priK A) : parts (spies s)) = (A : bad)}";
+    by (rtac InvariantI 1);
+    by (Force_tac 1);
+    by (constrains_tac 1);
+    by Auto_tac;
+    qed "Spy_see_priK";
 *)
 
 Goal "s : reachable Nprg ==> (Key (priK A) : parts (spies s)) = (A : bad)";