(**************************************************************************) (* ___ *) (* ||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/substitution/lift.ma". include "delayed_updating/syntax/path_depth.ma". include "ground/relocation/tr_id_compose.ma". include "ground/relocation/tr_compose_compose.ma". include "ground/relocation/tr_compose_pn.ma". include "ground/relocation/tr_compose_eq.ma". include "ground/relocation/tr_pn_eq.ma". include "ground/lib/stream_eq_eq.ma". (* LIFT FOR PATH ***********************************************************) (* Constructions with depth ************************************************) lemma lift_rmap_decompose (p) (f): ↑[p]f ≗ (⫯*[❘p❘]f)∘(↑[p]𝐢). #p @(list_ind_rcons … p) -p [ #f (tr_pap_eq_repl … (↑[p]f) … (lift_rmap_decompose …))