new theorem image_image_eq_UN
authorpaulson
Fri, 10 Sep 1999 18:37:04 +0200
changeset 7536 5c094aec523d
parent 7535 599d3414b51d
child 7537 875754b599df
new theorem image_image_eq_UN
src/HOL/Fun.ML
--- a/src/HOL/Fun.ML	Fri Sep 10 17:28:51 1999 +0200
+++ b/src/HOL/Fun.ML	Fri Sep 10 18:37:04 1999 +0200
@@ -67,6 +67,10 @@
 by (Blast_tac 1);
 qed "image_compose";
 
+Goal "f``g``A = (UN x:A. {f (g x)})";
+by (Blast_tac 1);
+qed "image_image_eq_UN";
+
 Goalw [o_def] "UNION A (g o f) = UNION (f``A) g";
 by (Blast_tac 1);
 qed "UN_o";