aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-09-17 15:28:46 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2014-09-17 16:14:03 +0200
commit00d4c83968f17bb302af61d6fa9160c944e68b29 (patch)
tree77f174ece908a3fae8c69934ab090504a3740358 /theories/Reals
parent24f3c342457119ed2a7936fdaacce30221f07aef (diff)
Change an axiom into a definition.
Diffstat (limited to 'theories/Reals')
-rw-r--r--theories/Reals/Ranalysis_reg.v5
1 files changed, 4 insertions, 1 deletions
diff --git a/theories/Reals/Ranalysis_reg.v b/theories/Reals/Ranalysis_reg.v
index a4b18288a..96865b3ff 100644
--- a/theories/Reals/Ranalysis_reg.v
+++ b/theories/Reals/Ranalysis_reg.v
@@ -28,7 +28,10 @@ Require Export Ranalysis4.
Require Export Rpower.
Local Open Scope R_scope.
-Axiom AppVar : R.
+Definition AppVar : R.
+Proof.
+exact R0.
+Qed.
(**********)
Ltac intro_hyp_glob trm :=