Created
July 26, 2014 06:07
-
-
Save yoshihiro503/d1d2a58c6a6eed517344 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
Lemma edivnP_left : forall m d, edivn_spec_left m d (edivn m d). | |
Proof. | |
move=> m d. | |
case: (edivnP m d) => q r eq impl. | |
by apply EdivnSpec_left. | |
Qed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment