src/HOL/Auth/All_Symmetric.thy
author haftmann
Sat, 19 Dec 2015 17:03:17 +0100
changeset 61891 76189756ff65
parent 61830 4f5ab843cf5b
child 62145 5b946c81dfbf
permissions -rw-r--r--
documentation on last state of the art concerning interpretation

theory All_Symmetric
imports Message
begin

text \<open>All keys are symmetric\<close>

defs all_symmetric_def: "all_symmetric \<equiv> True"

lemma isSym_keys: "K \<in> symKeys"
  by (simp add: symKeys_def all_symmetric_def invKey_symmetric) 

end