1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* This file was automatically generated: do not edit *********************)
19 (*#***********************************************************************)
21 (* v * The Coq Proof Assistant / The Coq Development Team *)
23 (* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
25 (* \VV/ **************************************************************)
27 (* // * This file is distributed under the terms of the *)
29 (* * GNU Lesser General Public License Version 2.1 *)
31 (*#***********************************************************************)
33 (*i $Id: Reals.v,v 1.24.2.1 2004/07/16 19:31:12 herbelin Exp $ i*)
35 (* The library REALS is divided in 6 parts :
36 - Rbase: basic lemmas on R
37 equalities and inequalities
38 Ring and Field are instantiated on R
39 - Rfunctions: some useful functions (Rabsolu, Rmin, Rmax, fact...)
40 - SeqSeries: theory of sequences and series
41 - Rtrigo: theory of trigonometric functions
42 - Ranalysis: some topology and general results of real analysis (mean value theorem, intermediate value theorem,...)
43 - Integration: Newton and Riemann' integrals
46 - DiscrR: for goals like ``?1<>0``
47 - Sup: for goals like ``?1<?2``
48 - RCompute: for equalities with constants like ``10*10==100``
49 - Reg: for goals like (continuity_pt ?1 ?2) or (derivable_pt ?1 ?2) *)
51 include "Reals/Rbase.ma".
53 include "Reals/Rfunctions.ma".
55 include "Reals/SeqSeries.ma".
57 include "Reals/Rtrigo.ma".
59 include "Reals/Ranalysis.ma".
61 include "Reals/Integration.ma".