Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save yoshihiro503/0d614df5bcf6840e6541 to your computer and use it in GitHub Desktop.
Save yoshihiro503/0d614df5bcf6840e6541 to your computer and use it in GitHub Desktop.
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