]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/LAMBDA-TYPES/LambdaDelta-1/csubc/arity.ma
d697f125707b5826f84049b6d902f1dcdcedb6c1
[helm.git] / matita / contribs / LAMBDA-TYPES / LambdaDelta-1 / csubc / arity.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/csubc/arity".
18
19 include "csubc/csuba.ma".
20
21 include "arity/defs.ma".
22
23 theorem csubc_arity_conf:
24  \forall (g: G).(\forall (c1: C).(\forall (c2: C).((csubc g c1 c2) \to 
25 (\forall (t: T).(\forall (a: A).((arity g c1 t a) \to (arity g c2 t a)))))))
26 \def
27  \lambda (g: G).(\lambda (c1: C).(\lambda (c2: C).(\lambda (H: (csubc g c1 
28 c2)).(\lambda (t: T).(\lambda (a: A).(\lambda (H0: (arity g c1 t 
29 a)).(csuba_arity g c1 t a H0 c2 (csubc_csuba g c1 c2 H)))))))).
30
31 theorem csubc_arity_trans:
32  \forall (g: G).(\forall (c1: C).(\forall (c2: C).((csubc g c1 c2) \to 
33 (\forall (t: T).(\forall (a: A).((arity g c2 t a) \to (arity g c1 t a)))))))
34 \def
35  \lambda (g: G).(\lambda (c1: C).(\lambda (c2: C).(\lambda (H: (csubc g c1 
36 c2)).(\lambda (t: T).(\lambda (a: A).(\lambda (H0: (arity g c2 t 
37 a)).(csuba_arity_rev g c2 t a H0 c1 (csubc_csuba g c1 c2 H)))))))).
38