Skip to content

Commit

Permalink
Merge pull request #79 from SkySkimmer/replace-assum
Browse files Browse the repository at this point in the history
  • Loading branch information
SkySkimmer committed Sep 8, 2023
2 parents 38faaaa + f34bf04 commit b06cf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BigQ/QMake.v
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Module Make (NN:NType)(ZZ:ZType)(Import NZ:NType_ZType NN ZZ) <: QType.
rewrite strong_spec_check_int.
qsimpl.
generalize (Zgcd_div_pos (ZZ.to_Z p) (NN.to_Z q)). lia.
replace (NN.to_Z q) with 0%Z in * by assumption.
rewrite e in *.
rewrite Zdiv_0_l in *; auto with zarith.
apply Zgcd_div_swap0; lia.
(* Gt *)
Expand Down

0 comments on commit b06cf12

Please sign in to comment.