]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/LOGIC/NTrack/order.ma
bug fix in Track definition
[helm.git] / matita / contribs / LOGIC / NTrack / order.ma
index 2b41ad83e72a7eb43fdc639f962fee587de6edcf..11868b6ef65f29863125f95f6fbae27f9d90f09a 100644 (file)
@@ -18,7 +18,7 @@ include "Track/order.ma".
 include "NTrack/props.ma".
 
 (* Order properties *********************************************************)
-
+(*
 theorem ntrack_refl: \forall P. \forall c:Formula. \exists r. 
                      NTrack P r (pair c c).
  intros; elim c; clear c;
@@ -36,3 +36,4 @@ theorem ntrack_trans: \forall p,q,A,B. \forall c:Formula.
  lapply linear ntrack_track to H1 as H;
  lapply linear track_trans to H0, H as H1; decompose;
 *)
+*)