]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/LAMBDA-TYPES/LambdaDelta-1/csuba/defs.ma
1b8612a2f81d1ae19cc2429fb9a1712957b7d847
[helm.git] / matita / contribs / LAMBDA-TYPES / LambdaDelta-1 / csuba / defs.ma
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 set "baseuri" "cic:/matita/LAMBDA-TYPES/LambdaDelta-1/csuba/defs".
18
19 include "arity/defs.ma".
20
21 inductive csuba (g: G): C \to (C \to Prop) \def
22 | csuba_sort: \forall (n: nat).(csuba g (CSort n) (CSort n))
23 | csuba_head: \forall (c1: C).(\forall (c2: C).((csuba g c1 c2) \to (\forall 
24 (k: K).(\forall (u: T).(csuba g (CHead c1 k u) (CHead c2 k u))))))
25 | csuba_abst: \forall (c1: C).(\forall (c2: C).((csuba g c1 c2) \to (\forall 
26 (t: T).(\forall (a: A).((arity g c1 t (asucc g a)) \to (\forall (u: 
27 T).((arity g c2 u a) \to (csuba g (CHead c1 (Bind Abst) t) (CHead c2 (Bind 
28 Abbr) u))))))))).
29