diff options
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Reals/Exp_prop.v | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/theories/Reals/Exp_prop.v b/theories/Reals/Exp_prop.v index 175883ba88..a180c4a5b9 100644 --- a/theories/Reals/Exp_prop.v +++ b/theories/Reals/Exp_prop.v @@ -17,7 +17,10 @@ Require PSeries_reg. Require Div2. Require Even. Require Max. -V7only [Import R_scope.]. Open Local Scope R_scope. +V7only [Import R_scope.]. +Open Local Scope nat_scope. +V7only [Import nat_scope.]. +Open Local Scope R_scope. Definition E1 [x:R] : nat->R := [N:nat](sum_f_R0 [k:nat]``/(INR (fact k))*(pow x k)`` N). |
