author | paulson |
Tue, 04 Oct 2005 09:58:17 +0200 | |
changeset 17744 | 3007c82f17ca |
parent 17743 | f546af04142a |
child 17745 | 38b4d8bf2627 |
--- a/src/HOL/Auth/Shared.thy Tue Oct 04 09:19:17 2005 +0200 +++ b/src/HOL/Auth/Shared.thy Tue Oct 04 09:58:17 2005 +0200 @@ -103,7 +103,8 @@ lemma shrK_neq [simp]: "Key K \<notin> used evs ==> shrK B \<noteq> K" by blast -declare shrK_neq [THEN not_sym, simp] +lemmas shrK_sym_neq = shrK_neq [THEN not_sym] +declare shrK_sym_neq [simp] subsection{*Fresh nonces*}