eliminated legacy 'axioms';
authorwenzelm
Thu, 28 Feb 2013 14:24:21 +0100
changeset 51310 d2aeb3dffb8f
parent 51309 473303ef6e34
child 51311 337cfc42c9c8
eliminated legacy 'axioms';
src/Doc/Tutorial/Protocol/Public.thy
--- a/src/Doc/Tutorial/Protocol/Public.thy	Thu Feb 28 14:22:14 2013 +0100
+++ b/src/Doc/Tutorial/Protocol/Public.thy	Thu Feb 28 14:24:21 2013 +0100
@@ -47,8 +47,8 @@
 any public key.
 *}
 
-axioms
-  inj_pubK:        "inj pubK"
+axiomatization where
+  inj_pubK:        "inj pubK" and
   priK_neq_pubK:   "priK A \<noteq> pubK B"
 (*<*)
 lemmas [iff] = inj_pubK [THEN inj_eq]