]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Wellfounded/Disjoint_Union.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Wellfounded / Disjoint_Union.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: Disjoint_Union.v,v 1.9.2.1 2004/07/16 19:31:19 herbelin Exp $ i*)
34
35 (*#* Author: Cristina Cornes
36     From : Constructing Recursion Operators in Type Theory                 
37            L. Paulson  JSC (1986) 2, 325-355 *)
38
39 include "Relations/Relation_Operators.ma".
40
41 (* UNEXPORTED
42 Section Wf_Disjoint_Union
43 *)
44
45 (* UNEXPORTED
46 cic:/Coq/Wellfounded/Disjoint_Union/Wf_Disjoint_Union/A.var
47 *)
48
49 (* UNEXPORTED
50 cic:/Coq/Wellfounded/Disjoint_Union/Wf_Disjoint_Union/B.var
51 *)
52
53 (* UNEXPORTED
54 cic:/Coq/Wellfounded/Disjoint_Union/Wf_Disjoint_Union/leA.var
55 *)
56
57 (* UNEXPORTED
58 cic:/Coq/Wellfounded/Disjoint_Union/Wf_Disjoint_Union/leB.var
59 *)
60
61 (* NOTATION
62 Notation Le_AsB := (le_AsB A B leA leB).
63 *)
64
65 inline procedural "cic:/Coq/Wellfounded/Disjoint_Union/acc_A_sum.con" as lemma.
66
67 inline procedural "cic:/Coq/Wellfounded/Disjoint_Union/acc_B_sum.con" as lemma.
68
69 inline procedural "cic:/Coq/Wellfounded/Disjoint_Union/wf_disjoint_sum.con" as lemma.
70
71 (* UNEXPORTED
72 End Wf_Disjoint_Union
73 *)
74