renamed image_Union_eq -> image_Union
authorpaulson
Mon, 31 Jan 2000 16:19:51 +0100
changeset 8176 db112d36a426
parent 8175 7d08b047b76e
child 8177 e59e93ad85eb
renamed image_Union_eq -> image_Union
src/HOL/equalities.ML
--- a/src/HOL/equalities.ML	Mon Jan 31 16:19:14 2000 +0100
+++ b/src/HOL/equalities.ML	Mon Jan 31 16:19:51 2000 +0100
@@ -551,7 +551,7 @@
 
 Goal "f `` Union S = (UN x:S. f `` x)";
 by (Blast_tac 1);
-qed "image_Union_eq";
+qed "image_Union";
 
 Goal "Inter(B``A) = (INT x:A. B(x))";
 by (Blast_tac 1);