aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Cos_plus.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/Cos_plus.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/Cos_plus.v')
-rw-r--r--theories/Reals/Cos_plus.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories/Reals/Cos_plus.v b/theories/Reals/Cos_plus.v
index c89787feb..41815fc20 100644
--- a/theories/Reals/Cos_plus.v
+++ b/theories/Reals/Cos_plus.v
@@ -14,8 +14,8 @@ Require SeqSeries.
Require Rtrigo_def.
Require Cos_rel.
Require Max.
-V7only [Import nat_scope.]. Open Scope nat_scope.
-V7only [Import R_scope.]. Open Scope R_scope.
+V7only [Import nat_scope.]. Open Local Scope nat_scope.
+V7only [Import R_scope.]. Open Local Scope R_scope.
Definition Majxy [x,y:R] : nat->R := [n:nat](Rdiv (pow (Rmax R1 (Rmax (Rabsolu x) (Rabsolu y))) (mult (4) (S n))) (INR (fact n))).