X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fetc%2Freduction%2Fifr.etc;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fetc%2Freduction%2Fifr.etc;h=0000000000000000000000000000000000000000;hb=d06053844638d88936d711b66fddbcca2a9add1c;hp=8d0cfc52dc46aca4d628c8e85381e1a8249543e6;hpb=9e31ac1f3f868349154b0ce2e550e2476aaf6a30;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/etc/reduction/ifr.etc b/matita/matita/contribs/lambdadelta/delayed_updating/etc/reduction/ifr.etc deleted file mode 100644 index 8d0cfc52d..000000000 --- a/matita/matita/contribs/lambdadelta/delayed_updating/etc/reduction/ifr.etc +++ /dev/null @@ -1,37 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||M|| *) -(* ||A|| A project by Andrea Asperti *) -(* ||T|| *) -(* ||I|| Developers: *) -(* ||T|| The HELM team. *) -(* ||A|| http://helm.cs.unibo.it *) -(* \ / *) -(* \ / This file is distributed under the terms of the *) -(* v GNU General Public License Version 2 *) -(* *) -(**************************************************************************) - -include "delayed_updating/unwind1/unwind_prototerm.ma". -include "delayed_updating/substitution/fsubst.ma". -include "delayed_updating/substitution/lift_prototerm.ma". -include "delayed_updating/syntax/prototerm_equivalence.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/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,n. - let r ≝ p●𝗔◗b●𝗟◗q in - ∧∧ (⊗b ϵ 𝐁 ∧ 𝟎 = ❘b❘) & ↑❘q❘ = (▼[r]𝐢)@❨n❩ & r◖𝗱n ϵ t1 & - t1[⋔r←↑[𝐮❨❘b●𝗟◗q❘❩](t1⋔(p◖𝗦))] ⇔ t2 -. - -interpretation - "focused balanced reduction with immediate updating (prototerm)" - 'BlackRightArrowF t1 p q t2 = (ifr p q t1 t2).