isatool unsymbolize;
authorwenzelm
Mon, 23 Oct 2000 11:15:52 +0200
changeset 10291 a88d347db404
parent 10290 8018d1743beb
child 10292 19753287b9df
isatool unsymbolize;
src/HOL/subset.thy
--- a/src/HOL/subset.thy	Mon Oct 23 11:14:43 2000 +0200
+++ b/src/HOL/subset.thy	Mon Oct 23 11:15:52 2000 +0200
@@ -28,9 +28,9 @@
   -- {* This will be stated as an axiom for each typedef! *}
 
 lemma type_definitionI [intro]:
-  "(\<And>x. Rep x \<in> A) \<Longrightarrow>
-    (\<And>x. Abs (Rep x) = x) \<Longrightarrow>
-    (\<And>y. y \<in> A \<Longrightarrow> Rep (Abs y) = y) \<Longrightarrow>
+  "(!!x. Rep x \<in> A) ==>
+    (!!x. Abs (Rep x) = x) ==>
+    (!!y. y \<in> A ==> Rep (Abs y) = y) ==>
     type_definition Rep Abs A"
   by (unfold type_definition_def) blast