Skip to content

Commit

Permalink
Update ChineseRem.v
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
thery committed Sep 29, 2022
1 parent 12898d2 commit e23d989
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Coqprime/N/ChineseRem.v
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ Proof.
destruct H3 as [p [H3 H4]]. pose proof (H _ H3).
exfalso. destruct H4. destruct H5.
* apply H5. destruct H0. exists (x0 * Z.to_nat x1). nia.
* apply H5. destruct H1. exists (x0 * Z.to_nat x1). mia.
* apply H5. destruct H1. exists (x0 * Z.to_nat x1). nia.
Qed.

Lemma div_plus_r :
Expand Down

0 comments on commit e23d989

Please sign in to comment.