aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Ranalysis3.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-09 10:55:08 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-04-09 10:55:08 +0000
commit2f2b225969cf4b06ff60d4a5862cf8404bb11268 (patch)
tree1c6147b63470765134ff8913879c12a0d9e936de /theories/Reals/Ranalysis3.v
parentde54cb8efa08a8bf0cb132d498cbeefad126ab7a (diff)
Suppression de l'étage "Import nat/Z/R_scope". "Open Scope" remplace "Import".
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3877 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Reals/Ranalysis3.v')
-rw-r--r--theories/Reals/Ranalysis3.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/Ranalysis3.v b/theories/Reals/Ranalysis3.v
index 0ccda909d..35f28aa64 100644
--- a/theories/Reals/Ranalysis3.v
+++ b/theories/Reals/Ranalysis3.v
@@ -12,7 +12,7 @@ Require Rbase.
Require Rfunctions.
Require Ranalysis1.
Require Ranalysis2.
-Import R_scope.
+V7only [Import R_scope.].
(* Division *)
Theorem derivable_pt_lim_div : (f1,f2:R->R;x,l1,l2:R) (derivable_pt_lim f1 x l1) -> (derivable_pt_lim f2 x l2) -> ~``(f2 x)==0``-> (derivable_pt_lim (div_fct f1 f2) x ``(l1*(f2 x)-l2*(f1 x))/(Rsqr (f2 x))``).