X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matitaB%2Fmatita%2Fcontribs%2FLAMBDA-TYPES%2FBasic-1%2Farity%2Fdefs.ma;fp=matitaB%2Fmatita%2Fcontribs%2FLAMBDA-TYPES%2FBasic-1%2Farity%2Fdefs.ma;h=0000000000000000000000000000000000000000;hb=88a68a9c334646bc17314d5327cd3b790202acd6;hp=99324dcbcc76555a201eb0fe938b669baaab197a;hpb=4904accd80118cb8126e308ae098d87f8651c9f4;p=helm.git diff --git a/matitaB/matita/contribs/LAMBDA-TYPES/Basic-1/arity/defs.ma b/matitaB/matita/contribs/LAMBDA-TYPES/Basic-1/arity/defs.ma deleted file mode 100644 index 99324dcbc..000000000 --- a/matitaB/matita/contribs/LAMBDA-TYPES/Basic-1/arity/defs.ma +++ /dev/null @@ -1,45 +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/leq/defs.ma". - -include "Basic-1/getl/defs.ma". - -inductive arity (g: G): C \to (T \to (A \to Prop)) \def -| arity_sort: \forall (c: C).(\forall (n: nat).(arity g c (TSort n) (ASort O -n))) -| arity_abbr: \forall (c: C).(\forall (d: C).(\forall (u: T).(\forall (i: -nat).((getl i c (CHead d (Bind Abbr) u)) \to (\forall (a: A).((arity g d u a) -\to (arity g c (TLRef i) a))))))) -| arity_abst: \forall (c: C).(\forall (d: C).(\forall (u: T).(\forall (i: -nat).((getl i c (CHead d (Bind Abst) u)) \to (\forall (a: A).((arity g d u -(asucc g a)) \to (arity g c (TLRef i) a))))))) -| arity_bind: \forall (b: B).((not (eq B b Abst)) \to (\forall (c: -C).(\forall (u: T).(\forall (a1: A).((arity g c u a1) \to (\forall (t: -T).(\forall (a2: A).((arity g (CHead c (Bind b) u) t a2) \to (arity g c -(THead (Bind b) u t) a2))))))))) -| arity_head: \forall (c: C).(\forall (u: T).(\forall (a1: A).((arity g c u -(asucc g a1)) \to (\forall (t: T).(\forall (a2: A).((arity g (CHead c (Bind -Abst) u) t a2) \to (arity g c (THead (Bind Abst) u t) (AHead a1 a2)))))))) -| arity_appl: \forall (c: C).(\forall (u: T).(\forall (a1: A).((arity g c u -a1) \to (\forall (t: T).(\forall (a2: A).((arity g c t (AHead a1 a2)) \to -(arity g c (THead (Flat Appl) u t) a2))))))) -| arity_cast: \forall (c: C).(\forall (u: T).(\forall (a: A).((arity g c u -(asucc g a)) \to (\forall (t: T).((arity g c t a) \to (arity g c (THead (Flat -Cast) u t) a)))))) -| arity_repl: \forall (c: C).(\forall (t: T).(\forall (a1: A).((arity g c t -a1) \to (\forall (a2: A).((leq g a1 a2) \to (arity g c t a2)))))). -