src/HOL/Auth/OtwayRees.ML
changeset 5434 9b4bed3f394c
parent 5421 01fc8d6a40f2
child 5492 d9fc3457554e
--- a/src/HOL/Auth/OtwayRees.ML	Tue Sep 08 14:54:21 1998 +0200
+++ b/src/HOL/Auth/OtwayRees.ML	Tue Sep 08 15:17:11 1998 +0200
@@ -18,7 +18,7 @@
 
 
 (*A "possibility property": there are traces that reach the end*)
-Goal "[| A ~= B; A ~= Server; B ~= Server |]   \
+Goal "[| B ~= Server |]   \
 \     ==> EX K. EX NA. EX evs: otway.          \
 \            Says B A {|Nonce NA, Crypt (shrK A) {|Nonce NA, Key K|}|} \
 \              : set evs";
@@ -30,15 +30,6 @@
 
 (**** Inductive proofs about otway ****)
 
-(*Nobody sends themselves messages*)
-Goal "evs : otway ==> ALL X. Says A A X ~: set evs";
-by (etac otway.induct 1);
-by Auto_tac;
-qed_spec_mp "not_Says_to_self";
-Addsimps [not_Says_to_self];
-AddSEs   [not_Says_to_self RSN (2, rev_notE)];
-
-
 (** For reasoning about the encrypted portion of messages **)
 
 Goal "Says A' B {|N, Agent A, Agent B, X|} : set evs \