]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/LOGIC/Track/order.ma
bug fix in Track definition
[helm.git] / matita / contribs / LOGIC / Track / order.ma
index 6487433dd9b8a5972001adb02600425e6350a423..2c90f33037b2dbb2f3ef1e95854f2bd3ad1395b7 100644 (file)
@@ -18,7 +18,7 @@ include "Insert/fun.ma".
 include "Track/defs.ma".
 
 (* Order properties *********************************************************)
-
+(*
 theorem track_refl: \forall P. \forall c:Formula. \exists r. 
                     Track P r (pair c c).
  intros; elim c; clear c;
@@ -33,3 +33,4 @@ theorem track_trans: \forall P,p,q,A,B. \forall c:Formula.
                      \exists r. Track P r (pair A B).
  intros; autobatch.
 qed.
+*)