]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_path_proper.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / substitution / lift_path_proper.ma
index c87020d2fc9a1683408587718b8b9d918692c2c0..69ea8796df54729eb3c1542667dc0577be017fd5 100644 (file)
@@ -20,7 +20,7 @@ include "delayed_updating/syntax/path_proper.ma".
 (* Constructions with proper condition for path *****************************)
 
 lemma lift_path_proper (f) (p):
-      p ϵ 𝐏 → [f]p ϵ 𝐏.
+      p ϵ 𝐏 → 🠡[f]p ϵ 𝐏.
 #f *
 [ #H0 elim (ppc_inv_empty … H0)
 | * [ #k ] #p #_
@@ -37,7 +37,7 @@ qed.
 (* Inversions with proper condition for path ********************************)
 
 lemma lift_path_inv_proper (f) (p):
-      [f]p ϵ 𝐏 → p ϵ 𝐏.
+      🠡[f]p ϵ 𝐏 → p ϵ 𝐏.
 #f * //
 #H0 elim (ppc_inv_empty … H0)
 qed-.