]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_1A/csubc/defs.ma
update in lambdadelta
[helm.git] / matita / matita / contribs / lambdadelta / basic_1A / csubc / 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 include "basic_1A/sc3/defs.ma".
18
19 inductive csubc (g: G): C \to (C \to Prop) \def
20 | csubc_sort: \forall (n: nat).(csubc g (CSort n) (CSort n))
21 | csubc_head: \forall (c1: C).(\forall (c2: C).((csubc g c1 c2) \to (\forall 
22 (k: K).(\forall (v: T).(csubc g (CHead c1 k v) (CHead c2 k v))))))
23 | csubc_void: \forall (c1: C).(\forall (c2: C).((csubc g c1 c2) \to (\forall 
24 (b: B).((not (eq B b Void)) \to (\forall (u1: T).(\forall (u2: T).(csubc g 
25 (CHead c1 (Bind Void) u1) (CHead c2 (Bind b) u2))))))))
26 | csubc_abst: \forall (c1: C).(\forall (c2: C).((csubc g c1 c2) \to (\forall 
27 (v: T).(\forall (a: A).((sc3 g (asucc g a) c1 v) \to (\forall (w: T).((sc3 g 
28 a c2 w) \to (csubc g (CHead c1 (Bind Abst) v) (CHead c2 (Bind Abbr) 
29 w))))))))).
30