diff options
| -rw-r--r-- | theories/Zarith/auxiliary.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Zarith/auxiliary.v b/theories/Zarith/auxiliary.v index f1d156a703..de7ed41d3f 100644 --- a/theories/Zarith/auxiliary.v +++ b/theories/Zarith/auxiliary.v @@ -388,7 +388,7 @@ Save. Lemma add_x_x : (x:positive) (add x x) = (xO x). Intros p; Apply convert_intro; Simpl; Rewrite convert_add; -Simpl; Rewrite ZL6; Trivial with arith. +Rewrite ZL6; Trivial with arith. Save. Theorem Zcompare_Zmult_compatible : |
