]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/pull/pull_4.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / pull / pull_4.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 include "basics/pts.ma".
16
17 (* GENERATED LIBRARY ********************************************************)
18
19 lemma pull_4 (A1:Type[0])
20              (A2:A1→Type[0])
21              (A3:∀x1.A2 x1→Type[0])
22              (A4:Type[0])
23              (A:∀x1:A1.∀x2:A2 x1.A3 x1 x2 → A4 → Type[0]):
24              (∀x4,x1,x2,x3. A x1 x2 x3 x4) →
25              (∀x1,x2,x3,x4. A x1 x2 x3 x4).
26 /2 width=1 by/ qed-.