File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -1280,19 +1280,15 @@ Proof.
1280
1280
simpl in H0.
1281
1281
replace (opp (natmul (opp r) n)) with (natmul r n) in H0 by ring.
1282
1282
generalize (lerD H H0); intros.
1283
- generalize (Rabs_triang
1283
+ generalize (ler_normD
1284
1284
((nearest_round r)%:~R *+ n + - r *+ n)%R
1285
1285
((nearest_round (- r *+ n))%:~R + r *+ n)%R); intros.
1286
- move /RleP in H1.
1287
- generalize (Rle_trans _ _ _ H2 H1); intros.
1288
- rewrite Rplus_add in H3.
1286
+ generalize (Order.POrderTheory.le_trans H2 H1); intros.
1289
1287
rewrite -addrA (addrC (-r *+ n) _) -addrA in H3.
1290
1288
replace (r *+ n + (-r) *+n) with (0 : R) in H3 by ring.
1291
1289
rewrite addr0 -mulrSr in H3.
1292
1290
rewrite -rmorphMn -rmorphD /= in H3.
1293
- move /RleP in H3.
1294
- apply Rabs_absz_half in H3.
1295
- apply H3.
1291
+ by apply Rabs_absz_half in H3.
1296
1292
Qed .
1297
1293
1298
1294
Lemma nearest_round_mul_abs_nat_opp_not_half1 (r : R) (n : nat) :
@@ -1311,8 +1307,7 @@ Proof.
1311
1307
generalize (Order.POrderTheory.le_lt_trans H3 H2); intros.
1312
1308
rewrite -addrA (addrC _(r *+ n.+1)) (addrA (r*-n.+1) _ _) addNr add0r in H4.
1313
1309
rewrite -mulrSr -rmorphMn -rmorphD /= in H4.
1314
- apply Rabs_absz_half_lt in H4.
1315
- lia.
1310
+ by apply Rabs_absz_half_lt in H4.
1316
1311
Qed .
1317
1312
1318
1313
Lemma nearest_round_mul_abs_nat_opp_not_half2 (r : R) (n : nat) :
You can’t perform that action at this time.
0 commit comments