diff options
Diffstat (limited to 'theories/Reals')
-rw-r--r-- | theories/Reals/RiemannInt.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/RiemannInt.v b/theories/Reals/RiemannInt.v index ae2c3d77f..9fd6e0088 100644 --- a/theories/Reals/RiemannInt.v +++ b/theories/Reals/RiemannInt.v @@ -2242,7 +2242,7 @@ Proof. unfold RiemannInt_SF in |- *; case (Rle_dec a b); intro. eapply StepFun_P17. apply StepFun_P1. - simpl in |- *; apply StepFun_P1. + simpl in |- *; apply StepFun_P1. apply Ropp_eq_compat; eapply StepFun_P17. apply StepFun_P1. simpl in |- *; apply StepFun_P1. |