]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/computation/fpbs_fleq.ma
- advances in the theory of cofrees
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / fpbs_fleq.ma
index 3823dfbd081ad244ae8a6eb4915b18c007c70f32..9f0c8d41522f6c7fde6ff5cac3864eb3e6e805d6 100644 (file)
@@ -13,7 +13,6 @@
 (**************************************************************************)
 
 include "basic_2/substitution/fleq.ma".
-include "basic_2/computation/llpxs_lleq.ma".
 include "basic_2/computation/fpbs.ma".
 
 (* "BIG TREE" PARALLEL COMPUTATION FOR CLOSURES *****************************)
@@ -21,6 +20,6 @@ include "basic_2/computation/fpbs.ma".
 (* Properties on lazy equivalence on closures *******************************)
 
 lemma fleq_fpbs: ∀h,g,G1,G2,L1,L2,T1,T2.
-                 â¦\83G1, L1, T1â¦\84 â\8b\95[0] ⦃G2, L2, T2⦄ → ⦃G1, L1, T1⦄ ≥[h, g] ⦃G2, L2, T2⦄.
-#h #g #G1 #G2 #L1 #L2 #T1 #T2 * /3 width=1 by llpxs_fpbs, llpxs_lrefl/
+                 â¦\83G1, L1, T1â¦\84 â\89¡[0] ⦃G2, L2, T2⦄ → ⦃G1, L1, T1⦄ ≥[h, g] ⦃G2, L2, T2⦄.
+#h #g #G1 #G2 #L1 #L2 #T1 #T2 * /2 width=1 by lleq_fpbs/
 qed.