@@ -443,11 +443,11 @@ apply trans_eq with (negb (Z.even (Fnum ff))).
443443rewrite K3; easy.
444444apply sym_eq.
445445generalize (DN_UP_parity_generic beta fexp).
446- unfold DN_UP_parity_prop; intros T; apply (T x); clear T; try assumption...
447- rewrite <- K1; apply Rnd_DN_pt_unique with (generic_format beta fexp) x; try easy...
448- now apply round_DN_pt...
449- rewrite <- L1; apply Rnd_UP_pt_unique with (generic_format beta fexp) x; try easy...
450- now apply round_UP_pt...
446+ unfold DN_UP_parity_prop; intros T; apply (T x); clear T; try assumption.
447+ rewrite <- K1; apply Rnd_DN_pt_unique with (generic_format beta fexp) x; try easy.
448+ now apply round_DN_pt.
449+ rewrite <- L1; apply Rnd_UP_pt_unique with (generic_format beta fexp) x; try easy.
450+ now apply round_UP_pt.
451451(* *)
452452destruct H1' as (ff,(K1,(K2,K3))).
453453destruct H2' as (gg,(L1,(L2,L3))).
@@ -457,11 +457,11 @@ apply trans_eq with (negb (Z.even (Fnum gg))).
457457rewrite L3; easy.
458458apply sym_eq.
459459generalize (DN_UP_parity_generic beta fexp).
460- unfold DN_UP_parity_prop; intros T; apply (T x); clear T; try assumption...
461- rewrite <- L1; apply Rnd_DN_pt_unique with (generic_format beta fexp) x; try easy...
462- now apply round_DN_pt...
463- rewrite <- K1; apply Rnd_UP_pt_unique with (generic_format beta fexp) x; try easy...
464- now apply round_UP_pt...
460+ unfold DN_UP_parity_prop; intros T; apply (T x); clear T; try assumption.
461+ rewrite <- L1; apply Rnd_DN_pt_unique with (generic_format beta fexp) x; try easy.
462+ now apply round_DN_pt.
463+ rewrite <- K1; apply Rnd_UP_pt_unique with (generic_format beta fexp) x; try easy.
464+ now apply round_UP_pt.
465465apply Rnd_UP_pt_unique with format x; assumption.
466466Qed .
467467
0 commit comments