Skip to content

Commit e3de89d

Browse files
committed
ci
1 parent b522ecf commit e3de89d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classical/unstable.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Proof.
6565
apply: canRL (mulfK _) _ => //; rewrite ?pnatr_eq0//.
6666
case: lerP => _; (* TODO: ring *) rewrite [2%:R]mulr2n mulrDr mulr1.
6767
by rewrite addrCA addrK.
68-
by rewrite addrC subrKA.
68+
by rewrite (addrC (x + y)) subrKA.
6969
Qed.
7070

7171
Lemma minr_absE (x y : R) : Num.min x y = (x + y - `|x - y|) / 2%:R.

0 commit comments

Comments
 (0)