]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Reals/Reals.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Reals / Reals.mma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 include "Coq.ma".
18
19 (*#***********************************************************************)
20
21 (*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
22
23 (* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
24
25 (*   \VV/  **************************************************************)
26
27 (*    //   *      This file is distributed under the terms of the       *)
28
29 (*         *       GNU Lesser General Public License Version 2.1        *)
30
31 (*#***********************************************************************)
32
33 (*i $Id: Reals.v,v 1.24.2.1 2004/07/16 19:31:12 herbelin Exp $ i*)
34
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
44
45   Tactics are:
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) *)
50
51 include "Reals/Rbase.ma".
52
53 include "Reals/Rfunctions.ma".
54
55 include "Reals/SeqSeries.ma".
56
57 include "Reals/Rtrigo.ma".
58
59 include "Reals/Ranalysis.ma".
60
61 include "Reals/Integration.ma".
62