From e1e0f4f7f3c549fd3d5677b67c6b13ed687e6f12 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 3 Jun 2014 17:15:40 +0200 Subject: Make standard library independent of the names generated by induction/elim over a dependent elimination principle for Prop arguments. --- theories/FSets/FSetEqProperties.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/FSets') diff --git a/theories/FSets/FSetEqProperties.v b/theories/FSets/FSetEqProperties.v index ac495c040..f2f4cc2cc 100644 --- a/theories/FSets/FSetEqProperties.v +++ b/theories/FSets/FSetEqProperties.v @@ -822,7 +822,7 @@ Proof. intros. rewrite for_all_exists in H; auto. rewrite negb_true_iff in H. -elim (for_all_mem_4 (fun x =>negb (f x)) Comp' s);intros;auto. +destruct (for_all_mem_4 (fun x =>negb (f x)) Comp' s) as (x,p); auto. elim p;intros. exists x;split;auto. rewrite <-negb_false_iff; auto. -- cgit v1.2.3