]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_1A/csubv/defs.ma
update in lambdadelta
[helm.git] / matita / matita / contribs / lambdadelta / basic_1A / csubv / 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/C/defs.ma".
18
19 inductive csubv: C \to (C \to Prop) \def
20 | csubv_sort: \forall (n: nat).(csubv (CSort n) (CSort n))
21 | csubv_void: \forall (c1: C).(\forall (c2: C).((csubv c1 c2) \to (\forall 
22 (v1: T).(\forall (v2: T).(csubv (CHead c1 (Bind Void) v1) (CHead c2 (Bind 
23 Void) v2))))))
24 | csubv_bind: \forall (c1: C).(\forall (c2: C).((csubv c1 c2) \to (\forall 
25 (b1: B).((not (eq B b1 Void)) \to (\forall (b2: B).(\forall (v1: T).(\forall 
26 (v2: T).(csubv (CHead c1 (Bind b1) v1) (CHead c2 (Bind b2) v2)))))))))
27 | csubv_flat: \forall (c1: C).(\forall (c2: C).((csubv c1 c2) \to (\forall 
28 (f1: F).(\forall (f2: F).(\forall (v1: T).(\forall (v2: T).(csubv (CHead c1 
29 (Flat f1) v1) (CHead c2 (Flat f2) v2)))))))).
30