]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Coq/Wellfounded/Union.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Wellfounded / Union.mma
diff --git a/helm/software/matita/contribs/procedural/Coq/Wellfounded/Union.mma b/helm/software/matita/contribs/procedural/Coq/Wellfounded/Union.mma
new file mode 100644 (file)
index 0000000..aa27b9c
--- /dev/null
@@ -0,0 +1,76 @@
+(**************************************************************************)
+(*       ___                                                              *)
+(*      ||M||                                                             *)
+(*      ||A||       A project by Andrea Asperti                           *)
+(*      ||T||                                                             *)
+(*      ||I||       Developers:                                           *)
+(*      ||T||         The HELM team.                                      *)
+(*      ||A||         http://helm.cs.unibo.it                             *)
+(*      \   /                                                             *)
+(*       \ /        This file is distributed under the terms of the       *)
+(*        v         GNU General Public License Version 2                  *)
+(*                                                                        *)
+(**************************************************************************)
+
+(* This file was automatically generated: do not edit *********************)
+
+include "Coq.ma".
+
+(*#**********************************************************************)
+
+(*  v      *   The Coq Proof Assistant  /  The Coq Development Team    *)
+
+(* <O___,, *        INRIA-Rocquencourt  &  LRI-CNRS-Orsay              *)
+
+(*   \VV/  *************************************************************)
+
+(*    //   *      This file is distributed under the terms of the      *)
+
+(*         *       GNU Lesser General Public License Version 2.1       *)
+
+(*#**********************************************************************)
+
+(*i $Id: Union.v,v 1.9 2003/12/15 19:48:23 barras Exp $ i*)
+
+(*#* Author: Bruno Barras *)
+
+include "Relations/Relation_Operators.ma".
+
+include "Relations/Relation_Definitions.ma".
+
+include "Wellfounded/Transitive_Closure.ma".
+
+(* UNEXPORTED
+Section WfUnion
+*)
+
+(* UNEXPORTED
+cic:/Coq/Wellfounded/Union/WfUnion/A.var
+*)
+
+(* UNEXPORTED
+cic:/Coq/Wellfounded/Union/WfUnion/R1.var
+*)
+
+(* UNEXPORTED
+cic:/Coq/Wellfounded/Union/WfUnion/R2.var
+*)
+
+(* NOTATION
+Notation Union := (union A R1 R2).
+*)
+
+(* UNEXPORTED
+Hint Resolve Acc_clos_trans wf_clos_trans.
+*)
+
+inline procedural "cic:/Coq/Wellfounded/Union/strip_commut.con" as remark.
+
+inline procedural "cic:/Coq/Wellfounded/Union/Acc_union.con" as lemma.
+
+inline procedural "cic:/Coq/Wellfounded/Union/wf_union.con" as theorem.
+
+(* UNEXPORTED
+End WfUnion
+*)
+