X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fcontribs%2FLAMBDA-TYPES%2FLambdaDelta-1%2Fsty0%2Fdefs.ma;fp=matita%2Fcontribs%2FLAMBDA-TYPES%2FLambdaDelta-1%2Fsty0%2Fdefs.ma;h=c6e9499a39fb8a277fb8e652a05996f02818b33b;hp=0000000000000000000000000000000000000000;hb=f61af501fb4608cc4fb062a0864c774e677f0d76;hpb=58ae1809c352e71e7b5530dc41e2bfc834e1aef1 diff --git a/matita/contribs/LAMBDA-TYPES/LambdaDelta-1/sty0/defs.ma b/matita/contribs/LAMBDA-TYPES/LambdaDelta-1/sty0/defs.ma new file mode 100644 index 000000000..c6e9499a3 --- /dev/null +++ b/matita/contribs/LAMBDA-TYPES/LambdaDelta-1/sty0/defs.ma @@ -0,0 +1,39 @@ +(**************************************************************************) +(* ___ *) +(* ||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 "LambdaDelta-1/G/defs.ma". + +include "LambdaDelta-1/getl/defs.ma". + +inductive sty0 (g: G): C \to (T \to (T \to Prop)) \def +| sty0_sort: \forall (c: C).(\forall (n: nat).(sty0 g c (TSort n) (TSort +(next g n)))) +| sty0_abbr: \forall (c: C).(\forall (d: C).(\forall (v: T).(\forall (i: +nat).((getl i c (CHead d (Bind Abbr) v)) \to (\forall (w: T).((sty0 g d v w) +\to (sty0 g c (TLRef i) (lift (S i) O w)))))))) +| sty0_abst: \forall (c: C).(\forall (d: C).(\forall (v: T).(\forall (i: +nat).((getl i c (CHead d (Bind Abst) v)) \to (\forall (w: T).((sty0 g d v w) +\to (sty0 g c (TLRef i) (lift (S i) O v)))))))) +| sty0_bind: \forall (b: B).(\forall (c: C).(\forall (v: T).(\forall (t1: +T).(\forall (t2: T).((sty0 g (CHead c (Bind b) v) t1 t2) \to (sty0 g c (THead +(Bind b) v t1) (THead (Bind b) v t2))))))) +| sty0_appl: \forall (c: C).(\forall (v: T).(\forall (t1: T).(\forall (t2: +T).((sty0 g c t1 t2) \to (sty0 g c (THead (Flat Appl) v t1) (THead (Flat +Appl) v t2)))))) +| sty0_cast: \forall (c: C).(\forall (v1: T).(\forall (v2: T).((sty0 g c v1 +v2) \to (\forall (t1: T).(\forall (t2: T).((sty0 g c t1 t2) \to (sty0 g c +(THead (Flat Cast) v1 t1) (THead (Flat Cast) v2 t2)))))))). +