]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/LOGIC/NTrack/order.ma
freescale porting
[helm.git] / helm / software / matita / contribs / LOGIC / NTrack / order.ma
index 2b41ad83e72a7eb43fdc639f962fee587de6edcf..d136c47ba48f6da1827f017f1ae0769c417ea733 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-set "baseuri" "cic:/matita/LOGIC/NTrack/order".
+
 
 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;
 *)
+*)