Created
July 26, 2014 06:02
-
-
Save yoshihiro503/0d614df5bcf6840e6541 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_right : forall m d, edivn_spec_right m d (edivn m d). | |
Proof. | |
Check edivnP. | |
move=> m d. | |
case: (edivnP m d) => q r eq_m_dqr impl_0d_rd. | |
by apply: EdivnSpec_right. | |
Qed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment