Skip to content

Instantly share code, notes, and snippets.

@gdeest
Created November 29, 2012 08:49
Show Gist options
  • Save gdeest/4167662 to your computer and use it in GitHub Desktop.
Save gdeest/4167662 to your computer and use it in GitHub Desktop.
(* 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