Updated a comment
authorpaulson
Thu, 05 Dec 1996 18:57:49 +0100
changeset 2321 083912bc5775
parent 2320 41289907faed
child 2322 fbe6dd4abddc
Updated a comment
src/HOL/Auth/WooLam.ML
--- a/src/HOL/Auth/WooLam.ML	Thu Dec 05 18:57:29 1996 +0100
+++ b/src/HOL/Auth/WooLam.ML	Thu Dec 05 18:57:49 1996 +0100
@@ -17,7 +17,7 @@
 Pretty.setdepth 20;
 
 
-(*Weak liveness: there are traces that reach the end*)
+(*A "possibility property": there are traces that reach the end*)
 goal thy 
  "!!A B. [| A ~= B; A ~= Server; B ~= Server |]   \
 \        ==> EX NB. EX evs: woolam.               \
@@ -137,7 +137,7 @@
 by (fast_tac (!claset addSIs [NB_Crypt_imp_Alice_msg]
                       addSEs [MPair_parts]
                       addDs  [Says_imp_sees_Spy RS parts.Inj]) 1);
-qed "Server_trust_WL4";
+qed "Server_trusts_WL4";
 
 
 (*** WL5 ***)
@@ -179,9 +179,9 @@
  "!!evs. [| Says S B (Crypt (shrK B) {|Agent A, Nonce NB|}): set_of_list evs; \
 \           A ~: lost;  B ~: lost;  evs : woolam  |] \
 \        ==> EX B. Says A B (Crypt (shrK A) (Nonce NB)) : set_of_list evs";
-by (fast_tac (!claset addIs  [Server_trust_WL4]
+by (fast_tac (!claset addIs  [Server_trusts_WL4]
                       addSDs [B_got_WL5 RS Server_sent_WL5]) 1);
-qed "B_trust_WL5";
+qed "B_trusts_WL5";
 
 
 (*B only issues challenges in response to WL1.  Useful??*)