]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/contribs/LOGIC/Insert/inv.ma
bug fix in Track definition
[helm.git] / matita / contribs / LOGIC / Insert / inv.ma
index 229b9cc336b6f7b950c4d0657433b5da80bba344..b612858a316477650866ec4a88c087de5629868e 100644 (file)
@@ -18,7 +18,7 @@ set "baseuri" "cic:/matita/LOGIC/Insert/inv".
 *)
 
 include "Insert/defs.ma".
-
+(*
 theorem insert_inv_zero: \forall S,P,Q. Insert S zero P Q \to Q = abst P S.
  intros; inversion H; clear H; intros; subst; autobatch.
 qed.
@@ -54,3 +54,4 @@ theorem insert_inv_abst_2: \forall P,i. \forall R,S:Sequent.
  | clear H1. lapply linear insert_inv_leaf_2 to H. decompose
  ].
 qed.
+*)