X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fifr.ma;h=2394523f5c26de3cd3af0685823e78f059fec30d;hb=775ab35f714568dfcd672f0dd53a00e1ba7382cd;hp=582f6ed5761ff450a54d34d6b113c5c07e9aaaa1;hpb=2cc4eb5d0210be58286e028278852122dcb68052;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr.ma b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr.ma index 582f6ed57..2394523f5 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr.ma @@ -12,20 +12,22 @@ (* *) (**************************************************************************) +include "delayed_updating/substitution/fsubst.ma". +include "delayed_updating/substitution/lift_prototerm.ma". include "delayed_updating/syntax/path_depth.ma". include "delayed_updating/syntax/path_structure.ma". include "delayed_updating/syntax/path_balanced.ma". -include "delayed_updating/substitution/fsubst.ma". -include "delayed_updating/substitution/lift_prototerm.ma". include "delayed_updating/notation/relations/black_rightarrow_f_4.ma". +include "ground/xoa/ex_1_2.ma". +include "ground/xoa/and_4.ma". (* IMMEDIATE FOCUSED REDUCTION ************************************************) definition ifr (p) (q): relation2 prototerm prototerm ≝ - λt1,t2. ∃b. + λt1,t2. ∃∃b,n. let r ≝ p●𝗔◗b●𝗟◗q in - ∧∧ ⊓(⊗b) & r◖𝗱(↑❘q❘) ϵ t1 & - t2 ⇔ t1[⋔r←↑[𝐮❨↑❘q❘❩]t1⋔(p◖𝗦)] + ∧∧ ⊗b ϵ 𝐁 & ❘q❘ = (↑[q]𝐢)@❨n❩ & r◖𝗱n ϵ t1 & + t1[⋔r←↑[𝐮❨n❩](t1⋔(p◖𝗦))] ⇔ t2 . interpretation