]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/lib/pts_dummy_new/sn.ma
- pts_dummy/pts_dummy_new: non compiling parts commented out
[helm.git] / matita / matita / lib / pts_dummy_new / sn.ma
index a9fbff3700afc50ae67e78db40b3e966bf60ebfd..193a04e942f0702059754d6fb60a8e08b6ade8d7 100644 (file)
@@ -12,8 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "lambda/ext_lambda.ma".
-
+include "pts_dummy/ext_lambda.ma".
+(*
 (* STRONGLY NORMALIZING TERMS *************************************************)
 
 (* SN(t) holds when t is strongly normalizing *)
@@ -68,3 +68,4 @@ axiom sn_lambda: ∀N,M. SN N → SN M → SN (Lambda N M).
 axiom sn_prod: ∀N,M. SN N → SN M → SN (Prod N M).
 
 axiom sn_inv_app_1: ∀M,N. SN (App M N) → SN M.
+*)