]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/LambdaDelta-1/csubt/defs.ma
equivalence_relations made uniform w.r.t. universe level
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / LambdaDelta-1 / csubt / defs.ma
index 6627d5eff3be136bc6eaebc697c946132c7facb4..8b92e30f27d65ef2d62fb4f56c1ba2a702194b6d 100644 (file)
@@ -14,7 +14,7 @@
 
 (* This file was automatically generated: do not edit *********************)
 
-include "ty3/defs.ma".
+include "LambdaDelta-1/ty3/defs.ma".
 
 inductive csubt (g: G): C \to (C \to Prop) \def
 | csubt_sort: \forall (n: nat).(csubt g (CSort n) (CSort n))
@@ -24,6 +24,6 @@ inductive csubt (g: G): C \to (C \to Prop) \def
 (b: B).((not (eq B b Void)) \to (\forall (u1: T).(\forall (u2: T).(csubt g 
 (CHead c1 (Bind Void) u1) (CHead c2 (Bind b) u2))))))))
 | csubt_abst: \forall (c1: C).(\forall (c2: C).((csubt g c1 c2) \to (\forall 
-(u: T).(\forall (t: T).((ty3 g c2 u t) \to (csubt g (CHead c1 (Bind Abst) t) 
-(CHead c2 (Bind Abbr) u))))))).
+(u: T).(\forall (t: T).((ty3 g c1 u t) \to ((ty3 g c2 u t) \to (csubt g 
+(CHead c1 (Bind Abst) t) (CHead c2 (Bind Abbr) u)))))))).