1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* This file was automatically generated: do not edit *********************)
17 include "basic_1/C/defs.ma".
19 include "basic_1/lift/defs.ma".
21 include "basic_1/r/defs.ma".
23 inductive drop: nat \to (nat \to (C \to (C \to Prop))) \def
24 | drop_refl: \forall (c: C).(drop O O c c)
25 | drop_drop: \forall (k: K).(\forall (h: nat).(\forall (c: C).(\forall (e:
26 C).((drop (r k h) O c e) \to (\forall (u: T).(drop (S h) O (CHead c k u)
28 | drop_skip: \forall (k: K).(\forall (h: nat).(\forall (d: nat).(\forall (c:
29 C).(\forall (e: C).((drop h (r k d) c e) \to (\forall (u: T).(drop h (S d)
30 (CHead c k (lift h (r k d) u)) (CHead e k u)))))))).