]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Reals/SplitAbsolu.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Reals / SplitAbsolu.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: SplitAbsolu.v,v 1.6.2.1 2004/07/16 19:31:15 herbelin Exp $       i*)
34
35 include "Reals/Rbasic_fun.ma".
36
37 (* UNEXPORTED
38 Ltac split_case_Rabs :=
39   match goal with
40   |  |- context [(Rcase_abs ?X1)] =>
41       case (Rcase_abs X1); try split_case_Rabs
42   end.
43 *)
44
45 (* UNEXPORTED
46 Ltac split_Rabs :=
47   match goal with
48   | id:context [(Rabs _)] |- _ => generalize id; clear id; try split_Rabs
49   |  |- context [(Rabs ?X1)] =>
50       unfold Rabs in |- *; try split_case_Rabs; intros
51   end.
52 *)
53