We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2029472 commit 5c0d0b5Copy full SHA for 5c0d0b5
theories/FillInTheBlanks.v
@@ -349,7 +349,7 @@ Proof.
349
lia. }
350
assert (H1 : (2 * length withBlanks) / 2 = length withBlanks).
351
{ rewrite Nat.mul_comm. apply Nat.div_mul. easy. }
352
- rewrite H. rewrite <- (Nat.divide_div_mul_exact _ _ _).
+ rewrite H. rewrite <- (Lcm0.divide_div_mul_exact _ _ _).
353
* rewrite H1. rewrite subtractToCountNone. reflexivity.
354
* easy.
355
* unfold possibleToFillBool in h.
0 commit comments