src/HOL/Auth/All_Symmetric.thy
author paulson
Mon, 11 Jan 2016 22:14:15 +0000
changeset 62131 1baed43f453e
parent 61830 4f5ab843cf5b
child 62145 5b946c81dfbf
permissions -rw-r--r--
nonneg_Reals, nonpos_Reals, Cauchy integral formula, etc.

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