]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LAMBDA-TYPES/LambdaDelta-1/nf2/defs.ma
LambdaDelta-1 regenerated as a subdevel ov LAMBDA-TYPES
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / LambdaDelta-1 / nf2 / defs.ma
index 2819de53b92525dc188446e333934c862757a00d..1983d0926f08593ce9c68f599ef14b6e58a4eb2c 100644 (file)
@@ -14,9 +14,7 @@
 
 (* This file was automatically generated: do not edit *********************)
 
-set "baseuri" "cic:/matita/LAMBDA-TYPES/LambdaDelta-1/nf2/defs".
-
-include "pr2/defs.ma".
+include "LambdaDelta-1/pr2/defs.ma".
 
 definition nf2:
  C \to (T \to Prop)
@@ -24,3 +22,10 @@ definition nf2:
  \lambda (c: C).(\lambda (t1: T).(\forall (t2: T).((pr2 c t1 t2) \to (eq T t1 
 t2)))).
 
+definition nfs2:
+ C \to (TList \to Prop)
+\def
+ let rec nfs2 (c: C) (ts: TList) on ts: Prop \def (match ts with [TNil 
+\Rightarrow True | (TCons t ts0) \Rightarrow (land (nf2 c t) (nfs2 c ts0))]) 
+in nfs2.
+