]> matita.cs.unibo.it Git - helm.git/blobdiff - matitaB/matita/contribs/LAMBDA-TYPES/Basic-1/csubc/defs.ma
refactoring of \lambda\delta version 1 in matita
[helm.git] / matitaB / matita / contribs / LAMBDA-TYPES / Basic-1 / csubc / defs.ma
diff --git a/matitaB/matita/contribs/LAMBDA-TYPES/Basic-1/csubc/defs.ma b/matitaB/matita/contribs/LAMBDA-TYPES/Basic-1/csubc/defs.ma
deleted file mode 100644 (file)
index 73a4c56..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-(**************************************************************************)
-(*       ___                                                              *)
-(*      ||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 "Basic-1/sc3/defs.ma".
-
-inductive csubc (g: G): C \to (C \to Prop) \def
-| csubc_sort: \forall (n: nat).(csubc g (CSort n) (CSort n))
-| csubc_head: \forall (c1: C).(\forall (c2: C).((csubc g c1 c2) \to (\forall 
-(k: K).(\forall (v: T).(csubc g (CHead c1 k v) (CHead c2 k v))))))
-| csubc_void: \forall (c1: C).(\forall (c2: C).((csubc g c1 c2) \to (\forall 
-(b: B).((not (eq B b Void)) \to (\forall (u1: T).(\forall (u2: T).(csubc g 
-(CHead c1 (Bind Void) u1) (CHead c2 (Bind b) u2))))))))
-| csubc_abst: \forall (c1: C).(\forall (c2: C).((csubc g c1 c2) \to (\forall 
-(v: T).(\forall (a: A).((sc3 g (asucc g a) c1 v) \to (\forall (w: T).((sc3 g 
-a c2 w) \to (csubc g (CHead c1 (Bind Abst) v) (CHead c2 (Bind Abbr) 
-w))))))))).
-