Added {x.x=a} = a to !simpset.
authornipkow
Fri, 01 Aug 1997 09:39:28 +0200
changeset 3582 b87c86b6c291
parent 3581 0727ebd62b48
child 3583 5a47b869d16a
Added {x.x=a} = a to !simpset.
src/HOL/Set.ML
--- a/src/HOL/Set.ML	Fri Jul 25 14:31:48 1997 +0200
+++ b/src/HOL/Set.ML	Fri Aug 01 09:39:28 1997 +0200
@@ -415,6 +415,10 @@
     
 AddSDs [singleton_inject];
 
+goal Set.thy "{x.x=a} = {a}";
+by(Blast_tac 1);
+qed "singleton_conv";
+Addsimps [singleton_conv];
 
 section "The universal set -- UNIV";