(**************************************************************************) (* ___ *) (* ||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_eq.ma". include "delayed_updating/syntax/path_update.ma". include "delayed_updating/syntax/path_depth.ma". include "ground/lib/stream_eq_eq.ma". (* LIFT FOR PATH ***********************************************************) (* Constructions with update ***********************************************) lemma lift_rmap_pap_le (f1) (f2) (p) (m:pnat) (l:nat): ninj (m+⧣p+l) = ❘p❘ → (↑[p]f1)@❨m❩ = (↑[p]f2)@❨m❩. #f1 #f2 #p @(list_ind_rcons … p) -p [ #m #l nsucc_inj #H0 IH -IH // | // | nsucc_inj // | // | // ] qed. lemma lift_rmap_tls_eq (f) (p): ⇂*[⧣p]f ≗ ⇂*[↑❘p❘]↑[p]⫯f. (* #f #p @(list_ind_rcons … p) -p // #p * [ #n ] #IH //