]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/substitution/fsubst.ma
update in delayed_updating and ground
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / substitution / fsubst.ma
index 0ff05222bc6e2bb82958d0dac77077b1f76b48ff..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
-            | ∧∧ q ϵ t & (∀r. p;;r = q → ⊥) 
+           ∨∨ ∃∃r. r ϵ u & pr = q
+            | ∧∧ q ϵ t & (∀r. p●r = q → ⊥)
 .
 
 interpretation
-  "focalized substitution (preterm)"
+  "focalized substitution (prototerm)"
   'PitchforkLeftArrow t p u = (fsubst p u t).