We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea55d04 commit 80141faCopy full SHA for 80141fa
src/Arithmetic/BarrettReduction.v
@@ -101,7 +101,7 @@ Section Generic.
101
rewrite xt_correct, q1_correct, q3_correct by auto with lia.
102
assert (exists cond : bool, ((mu * (x / b^(k-1))) / b^(k+1)) = x / M + (if cond then -1 else 0)) as Hq3.
103
{ destruct q_nice_strong with (b:=b) (k:=k) (m:=mu) (offset:=1) (a:=x) (n:=M) as [cond Hcond];
104
- eauto using Z.lt_gt with zarith. }
+ eauto 2 using Z.lt_gt with zarith. }
105
eauto using r_correct with lia.
106
Qed.
107
End Generic.
0 commit comments