Skip to content

Instantly share code, notes, and snippets.

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