Created
November 29, 2012 08:49
-
-
Save gdeest/4167662 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(* case_eq v0. case_eq v1. *) | |
(* intros. *) | |
(* rewrite H2 in H1. rewrite H3 in H0. *) | |
(* rewrite H0 in H. rewrite H1 in H. discriminate. *) | |
(* intros. rewrite H2 in H1. rewrite H3 in H0. *) | |
(* rewrite H0 in H. rewrite H1 in H. *) | |
(* injection H. intro. rewrite <- H4. *) | |
(* eapply IHe1 *) | |
Admitted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment