src/HOL/Auth/All_Symmetric.thy
author haftmann
Fri, 20 May 2011 08:16:56 +0200
changeset 42869 43b0f61f56d0
parent 32631 2489e3c3562b
child 61830 4f5ab843cf5b
permissions -rw-r--r--
use point-free characterization for locale fun_left_comm_idem

theory All_Symmetric
imports Message
begin

text {* All keys are symmetric *}

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