From 18512ba12400e30858ae19e5ef69b9590b96de06 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Wed, 27 Apr 2016 22:13:03 +0200 Subject: Revert "Temporary hack to compensate missing comma while re-printing tactic" This reverts commit 3a2753bedf43a8c7306b1b3fc9cb37aafb78ad7a. --- theories/Reals/PSeries_reg.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Reals') diff --git a/theories/Reals/PSeries_reg.v b/theories/Reals/PSeries_reg.v index 3d29a5bbf..03ac6582b 100644 --- a/theories/Reals/PSeries_reg.v +++ b/theories/Reals/PSeries_reg.v @@ -54,7 +54,7 @@ rewrite Rplus_comm; apply Rplus_lt_compat_l, Rmult_lt_compat_r. apply Rlt_trans with z; assumption. destruct (boule_of_interval _ _ cmp) as [c [r [P1 P2]]]. assert (0 < /2) by (apply Rinv_0_lt_compat, Rlt_0_2). -exists c; exists r; split. +exists c, r; split. destruct h; unfold Boule; simpl; apply Rabs_def1. apply Rplus_lt_reg_l with c; rewrite P2; replace (c + (z - c)) with (z * / 2 + z * / 2) by field. -- cgit v1.2.3