]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_prototerm.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / substitution / lift_prototerm.ma
index 094cf676f32399a935d4d6e15cdd9d31f0aa4e1e..b8127eaaeac92c2cf5599756db47a4b439ec4335 100644 (file)
@@ -20,11 +20,11 @@ include "ground/lib/subset_ext.ma".
 
 interpretation
   "lift (prototerm)"
-  'UpArrow f t = (subset_ext_f1 ? ? (lift_path f) t).
+  'UpTriangleArrow f t = (subset_ext_f1 ? ? (lift_path f) t).
 
 (* Basic constructions ******************************************************)
 
 lemma in_comp_lift_path_term (f) (t) (p):
-      p ϵ t → ↑[f]p ϵ ↑[f]t.
+      p ϵ t → 🠡[f]p ϵ 🠡[f]t.
 /2 width=1 by subset_in_ext_f1_dx/
 qed.