]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/substitution/fsubst.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / substitution / fsubst.ma
index 53f18be3120d8f550ee58b5c70e97186f9926d8b..adbc16c04759389f808a9005c03dcb941de246c3 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "ground/xoa/ex_3_1.ma".
-include "delayed_updating/syntax/preterm.ma".
+include "delayed_updating/syntax/prototerm.ma".
 include "delayed_updating/notation/functions/pitchforkleftarrow_3.ma".
 
 (* FOCALIZED SUBSTITUTION ***************************************************)
 
-definition fsubst (p) (u): preterm → preterm ≝
+definition fsubst (p) (u): prototerm → prototerm ≝
            λt,q.
-           ∨∨ ∃∃r. r ϵ u & p ϵ ▵t & p●r = q
+           ∨∨ ∃∃r. r ϵ u & p●r = q
             | ∧∧ q ϵ t & (∀r. p●r = q → ⊥)
 .
 
 interpretation
-  "focalized substitution (preterm)"
+  "focalized substitution (prototerm)"
   'PitchforkLeftArrow t p u = (fsubst p u t).