src/HOL/Transfer.thy
changeset 53944 50c8f7f21327
parent 53927 abe2b313f0e5
child 53952 b2781a3ce958
--- a/src/HOL/Transfer.thy	Fri Sep 27 08:59:22 2013 +0200
+++ b/src/HOL/Transfer.thy	Fri Sep 27 09:07:45 2013 +0200
@@ -201,6 +201,12 @@
   "bi_unique R \<longleftrightarrow> (R ===> R ===> op =) (op =) (op =)"
   unfolding bi_unique_def fun_rel_def by auto
 
+lemma bi_unique_conversep [simp]: "bi_unique R\<inverse>\<inverse> = bi_unique R"
+by(auto simp add: bi_unique_def)
+
+lemma bi_total_conversep [simp]: "bi_total R\<inverse>\<inverse> = bi_total R"
+by(auto simp add: bi_total_def)
+
 text {* Properties are preserved by relation composition. *}
 
 lemma OO_def: "R OO S = (\<lambda>x z. \<exists>y. R x y \<and> S y z)"