1+ (* see below (after doc) for copyright notice *)
2+ From Coq Require Import ZArith Rdefinitions Raxioms RIneq Rbasic_fun Zwf.
3+ From Coq Require Import Epsilon FunctionalExtensionality Ranalysis1 Rsqrt_def.
4+ From Coq Require Import Rtrigo1 Reals.
5+ From HB Require Import structures.
6+ From mathcomp Require Import all_ssreflect ssralg poly ssrnum archimedean.
7+
8+
9+ (**md************************************************************************* *)
10+ (* # Compatibility with the real numbers of Coq *)
11+ (* *)
12+ (* This essentially builds an instance of realType for the R type from the *)
13+ (* Stdlib library. This enable to specialize all proofs on realType (that is *)
14+ (* many thing in the Analysis library to the real numbers of Stdlib). To this *)
15+ (* end, one can use tactics like `apply: RleP` or `rewrite !(RplusE, RmultE`) *)
16+ (* (see below for more compatibility lemmas). *)
17+ (***************************************************************************** *)
18+
119(* This file is a modification of an eponymous file from the CoqApprox *)
220(* library. The header of the original file is reproduced below. Changes are *)
321(* part of the analysis library and enjoy the same licence as this library. *)
@@ -21,16 +39,6 @@ the economic rights, and the successive licensors have only limited
2139liability. See the COPYING file for more details.
2240 *)
2341
24- (**md************************************************************************* *)
25- (* # Compatibility with the real numbers of Coq *)
26- (***************************************************************************** *)
27-
28- From Coq Require Import ZArith Rdefinitions Raxioms RIneq Rbasic_fun Zwf.
29- From Coq Require Import Epsilon FunctionalExtensionality Ranalysis1 Rsqrt_def.
30- From Coq Require Import Rtrigo1 Reals.
31- From HB Require Import structures.
32- From mathcomp Require Import all_ssreflect ssralg poly ssrnum archimedean.
33-
3442Set Implicit Arguments .
3543Unset Strict Implicit .
3644Unset Printing Implicit Defensive.
0 commit comments