Update
This commit is contained in:
parent
61c8077d6c
commit
c8ec0670f8
@ -314,18 +314,10 @@ Proof.
|
||||
= map snd (filter fst (combine (repeat false (length u)) u))).
|
||||
intro u. induction u. reflexivity. simpl. assumption. apply H0.
|
||||
exists (a::l). exists (nil). simpl. split; try rewrite app_nil_r; reflexivity.
|
||||
|
||||
(* deux cas : a = n ou non *)
|
||||
assert ({a=T} + {a<>T}). apply I. destruct H.
|
||||
rewrite e. rewrite subsequence2_cons_eq. rewrite <- IHl.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
destruct H. destruct H. destruct H.
|
||||
assert (x0 = nil). symmetry in H. apply length_zero_iff_nil in H.
|
||||
assumption. rewrite H1 in H0. simpl in H0.
|
||||
rewrite subsequence_cons_eq. split; intro; assumption.
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user