]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Relations/Rstar.mma
074063e58ff937937d7391cc0c6fb6918aa56f2c
[helm.git] / helm / software / matita / contribs / procedural / Coq / Relations / Rstar.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: Rstar.v,v 1.8.2.1 2004/07/16 19:31:16 herbelin Exp $ i*)
34
35 (*#* Properties of a binary relation [R] on type [A] *)
36
37 (* UNEXPORTED
38 Section Rstar
39 *)
40
41 (* UNEXPORTED
42 cic:/Coq/Relations/Rstar/Rstar/A.var
43 *)
44
45 (* UNEXPORTED
46 cic:/Coq/Relations/Rstar/Rstar/R.var
47 *)
48
49 (*#* Definition of the reflexive-transitive closure [R*] of [R] *)
50
51 (*#* Smallest reflexive [P] containing [R o P] *)
52
53 inline procedural "cic:/Coq/Relations/Rstar/Rstar.con" as definition.
54
55 inline procedural "cic:/Coq/Relations/Rstar/Rstar_reflexive.con" as theorem.
56
57 inline procedural "cic:/Coq/Relations/Rstar/Rstar_R.con" as theorem.
58
59 (*#* We conclude with transitivity of [Rstar] : *)
60
61 inline procedural "cic:/Coq/Relations/Rstar/Rstar_transitive.con" as theorem.
62
63 (*#* Another characterization of [R*] *)
64
65 (*#* Smallest reflexive [P] containing [R o R*] *)
66
67 inline procedural "cic:/Coq/Relations/Rstar/Rstar'.con" as definition.
68
69 inline procedural "cic:/Coq/Relations/Rstar/Rstar'_reflexive.con" as theorem.
70
71 inline procedural "cic:/Coq/Relations/Rstar/Rstar'_R.con" as theorem.
72
73 (*#* Equivalence of the two definitions: *)
74
75 inline procedural "cic:/Coq/Relations/Rstar/Rstar'_Rstar.con" as theorem.
76
77 inline procedural "cic:/Coq/Relations/Rstar/Rstar_Rstar'.con" as theorem.
78
79 (*#* Property of Commutativity of two relations *)
80
81 inline procedural "cic:/Coq/Relations/Rstar/commut.con" as definition.
82
83 (* UNEXPORTED
84 End Rstar
85 *)
86