]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr.ma
update in delayed updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / reduction / dfr.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/prototerm_constructors.ma".
16 include "delayed_updating/syntax/prototerm_equivalence.ma".
17 include "delayed_updating/substitution/fsubst.ma".
18 include "delayed_updating/substitution/lift.ma".
19 include "delayed_updating/syntax/path_structure.ma".
20 include "delayed_updating/syntax/path_balanced.ma".
21 include "delayed_updating/syntax/path_depth.ma".
22 include "delayed_updating/notation/relations/black_rightarrow_df_4.ma".
23 include "ground/arith/nat_rplus.ma".
24 include "ground/xoa/ex_1_2.ma".
25 include "ground/xoa/and_4.ma".
26
27 (* DELAYED FOCUSED REDUCTION ************************************************)
28
29 definition dfr (p) (q): relation2 prototerm prototerm ≝
30            λt1,t2. ∃∃b,n.
31            let r ≝ p●𝗔◗b●𝗟◗q in
32            ∧∧ ⊗b ϵ 𝐁 & ∀f. ↑❘q❘ = (↑[q]⫯f)@❨n❩ & r◖𝗱n ϵ t1 &
33               t1[⋔r←𝛗(n+❘b❘).(t1⋔(p◖𝗦))] ⇔ t2
34 .
35
36 interpretation
37   "focused balanced reduction with delayed updating (prototerm)"
38   'BlackRightArrowDF t1 p q t2 = (dfr p q t1 t2).