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/arity/defs.ma".
19 inductive csuba (g: G): C \to (C \to Prop) \def
20 | csuba_sort: \forall (n: nat).(csuba g (CSort n) (CSort n))
21 | csuba_head: \forall (c1: C).(\forall (c2: C).((csuba g c1 c2) \to (\forall
22 (k: K).(\forall (u: T).(csuba g (CHead c1 k u) (CHead c2 k u))))))
23 | csuba_void: \forall (c1: C).(\forall (c2: C).((csuba g c1 c2) \to (\forall
24 (b: B).((not (eq B b Void)) \to (\forall (u1: T).(\forall (u2: T).(csuba g
25 (CHead c1 (Bind Void) u1) (CHead c2 (Bind b) u2))))))))
26 | csuba_abst: \forall (c1: C).(\forall (c2: C).((csuba g c1 c2) \to (\forall
27 (t: T).(\forall (a: A).((arity g c1 t (asucc g a)) \to (\forall (u:
28 T).((arity g c2 u a) \to (csuba g (CHead c1 (Bind Abst) t) (CHead c2 (Bind