]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/unwind/unwind2_prototerm_eq.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / unwind / unwind2_prototerm_eq.ma
index dbde59810ccd786bdc1903e98607560ead021745..24e3c7086c06703b7cf53cb5332de82238186920 100644 (file)
@@ -17,7 +17,7 @@ include "ground/lib/subset_ext_equivalence.ma".
 include "delayed_updating/unwind/unwind2_path_eq.ma".
 include "delayed_updating/unwind/unwind2_prototerm.ma".
 
-(* UNWIND FOR PROTOTERM *****************************************************)
+(* TAILED UNWIND FOR PROTOTERM **********************************************)
 
 (* Constructions with subset_equivalence ************************************)
 
@@ -30,12 +30,3 @@ lemma unwind2_term_eq_repl_dx (f) (t1) (t2):
       t1 ⇔ t2 → ▼[f]t1 ⇔ ▼[f]t2.
 /2 width=1 by subset_equivalence_ext_f1_bi/
 qed.
-
-lemma unwind2_term_after (f1) (f2) (t):
-      ▼[f2]▼[f1]t ⇔ ▼[f2∘f1]t.
-#f1 #f2 #t @subset_eq_trans
-[
-| @subset_inclusion_ext_f1_compose
-| @subset_equivalence_ext_f1_exteq /2 width=5/
-]
-qed.