aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/PartSum.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-12 19:58:27 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-12 19:58:27 +0000
commitef82712e5b4b55e5da12cb369ccb980d0fd41db2 (patch)
tree2c895af192a920812767cafa5d22f3f03912eafb /theories/Reals/PartSum.v
parent140432ecdfce056c8e2b4271081a13af5dd603a9 (diff)
Open Scope en Local
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3917 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/PartSum.v')
-rw-r--r--theories/Reals/PartSum.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/PartSum.v b/theories/Reals/PartSum.v
index 7f6bd9177..9db2ebc66 100644
--- a/theories/Reals/PartSum.v
+++ b/theories/Reals/PartSum.v
@@ -13,7 +13,7 @@ Require Rfunctions.
Require Rseries.
Require Rcomplete.
Require Max.
-V7only [Import R_scope.]. Open Scope R_scope.
+V7only [Import R_scope.]. Open Local Scope R_scope.
Lemma tech1 : (An:nat->R;N:nat) ((n:nat)``(le n N)``->``0<(An n)``) -> ``0 < (sum_f_R0 An N)``.
Intros; Induction N.