RepFun_eq_0_iff, RepFun_0: new
authorlcp
Fri, 23 Dec 1994 16:51:10 +0100
changeset 839 1aa6b351ca34
parent 838 120edb26ee93
child 840 5716e174b591
RepFun_eq_0_iff, RepFun_0: new
src/ZF/equalities.ML
--- a/src/ZF/equalities.ML	Fri Dec 23 16:50:22 1994 +0100
+++ b/src/ZF/equalities.ML	Fri Dec 23 16:51:10 1994 +0100
@@ -485,3 +485,12 @@
 by (fast_tac eq_cs 1);
 qed "INT_Pow_subset";
 
+(** RepFun **)
+
+goal ZF.thy "{f(x).x:A}=0 <-> A=0";
+by (fast_tac (eq_cs addSEs [equalityE]) 1);
+qed "RepFun_eq_0_iff";
+
+goal ZF.thy "{f(x).x:0} = 0";
+by (fast_tac eq_cs 1);
+qed "RepFun_0";