]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / reduction / ifr.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "delayed_updating/syntax/path_depth.ma".
16 include "delayed_updating/syntax/path_structure.ma".
17 include "delayed_updating/syntax/path_balanced.ma".
18 include "delayed_updating/substitution/fsubst.ma".
19 include "delayed_updating/substitution/lift_prototerm.ma".
20 include "delayed_updating/notation/relations/black_rightarrow_f_4.ma".
21
22 (* IMMEDIATE FOCUSED REDUCTION ************************************************)
23
24 definition ifr (p) (q): relation2 prototerm prototerm ≝
25            λt1,t2. ∃b.
26            let r ≝ p●𝗔◗b●𝗟◗q in
27            ∧∧ ⊓(⊗b) & r◖𝗱(↑❘q❘) ϵ t1 &
28               t2 ⇔ t1[⋔r←↑[𝐮❨↑❘q❘❩]t1⋔(p◖𝗦)]
29 .
30
31 interpretation
32   "focused balanced reduction with immediate updating (prototerm)"
33   'BlackRightArrowF t1 p q t2 = (ifr p q t1 t2).