]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/LOGIC/Insert/fun.ma
bug fix in Track definition
[helm.git] / matita / contribs / LOGIC / Insert / fun.ma
index 5661c0a27bad50f4bab6de352413df12d6ca458d..f0cc5e514e7951e1d9f0e1af4f17e2ed69511672 100644 (file)
@@ -18,7 +18,7 @@ include "CLE/defs.ma".
 include "Insert/inv.ma".
 
 (* Functional properties ****************************************************)
-
+(*
 theorem insert_total: \forall S,i,P. i <= P \to \exists Q. Insert S i P Q.
  intros 4; elim H; clear H i P;
  decompose; autobatch.
@@ -31,3 +31,4 @@ theorem insert_inj: \forall S1,i,P, Q. Insert S1 i P Q \to
  | lapply linear insert_inv_succ to H3; decompose; subst; autobatch
  ].
 qed.
+*)