src/HOL/Wellfounded.thy
changeset 32705 04ce6bb14d85
parent 32704 6f0a56d255f4
child 32960 69916a850301
--- a/src/HOL/Wellfounded.thy	Thu Sep 24 19:14:18 2009 +0200
+++ b/src/HOL/Wellfounded.thy	Fri Sep 25 09:50:31 2009 +0200
@@ -267,8 +267,8 @@
 
 lemma wfP_SUP:
   "\<forall>i. wfP (r i) \<Longrightarrow> \<forall>i j. r i \<noteq> r j \<longrightarrow> inf (DomainP (r i)) (RangeP (r j)) = bot \<Longrightarrow> wfP (SUPR UNIV r)"
-  by (rule wf_UN [where I=UNIV and r="\<lambda>i. {(x, y). r i x y}", to_pred SUP_UN_eq2 pred_equals_eq])
-    (simp_all add: bot_fun_eq bot_bool_eq)
+  by (rule wf_UN [where I=UNIV and r="\<lambda>i. {(x, y). r i x y}", to_pred SUP_UN_eq2])
+    (simp_all add: Collect_def)
 
 lemma wf_Union: 
  "[| ALL r:R. wf r;