diff options
| author | Vincent Semeria | 2019-07-17 08:32:20 +0200 |
|---|---|---|
| committer | Vincent Semeria | 2019-07-17 08:32:20 +0200 |
| commit | d92c1fd7e17237652fd84e353a68cf776dc09563 (patch) | |
| tree | 6e29b6aee5dfc2a12f159e9cd3a42682fe57f010 /theories | |
| parent | eebc676ce4978b7e408c427889bae356d8b0efdc (diff) | |
Rename ConstructiveRIneq and ConstructiveRcomplete
Diffstat (limited to 'theories')
| -rw-r--r-- | theories/Reals/ConstructiveRIneq.v (renamed from theories/Reals/RIneq_constr.v) | 0 | ||||
| -rw-r--r-- | theories/Reals/ConstructiveRcomplete.v (renamed from theories/Reals/Rcomplete_constr.v) | 2 | ||||
| -rw-r--r-- | theories/Reals/RIneq.v | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/theories/Reals/RIneq_constr.v b/theories/Reals/ConstructiveRIneq.v index adffa9b719..adffa9b719 100644 --- a/theories/Reals/RIneq_constr.v +++ b/theories/Reals/ConstructiveRIneq.v diff --git a/theories/Reals/Rcomplete_constr.v b/theories/Reals/ConstructiveRcomplete.v index 5db6dcd49d..9fb98a528b 100644 --- a/theories/Reals/Rcomplete_constr.v +++ b/theories/Reals/ConstructiveRcomplete.v @@ -12,7 +12,7 @@ Require Import QArith_base. Require Import Qabs. Require Import ConstructiveCauchyReals. -Require Import RIneq_constr. +Require Import ConstructiveRIneq. Local Open Scope R_scope_constr. diff --git a/theories/Reals/RIneq.v b/theories/Reals/RIneq.v index a479d7c1a3..72475b79d7 100644 --- a/theories/Reals/RIneq.v +++ b/theories/Reals/RIneq.v @@ -13,7 +13,7 @@ (** * Basic lemmas for the classical real numbers *) (*********************************************************) -Require Import RIneq_constr. +Require Import ConstructiveRIneq. Require Export Raxioms. Require Import Rpow_def. Require Import Zpower. |
