new thm and simprule inv_id
authorpaulson
Thu, 10 Feb 2000 11:08:42 +0100
changeset 8226 07284f7ad262
parent 8225 fc5db20d7f6f
child 8227 d67db92897df
new thm and simprule inv_id
src/HOL/Fun.ML
--- a/src/HOL/Fun.ML	Thu Feb 10 11:03:54 2000 +0100
+++ b/src/HOL/Fun.ML	Thu Feb 10 11:08:42 2000 +0100
@@ -38,6 +38,11 @@
 qed "id_apply";
 Addsimps [id_apply];
 
+Goal "inv id = id";
+by (simp_tac (simpset() addsimps [inv_def,id_def]) 1);
+qed "inv_id";
+Addsimps [inv_id];
+
 
 section "o";