(**************************************************************************) (* ___ *) (* ||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_eq.ma". include "delayed_updating/syntax/path_height.ma". include "delayed_updating/syntax/path_depth.ma". include "ground/lib/stream_eq_eq.ma". (* UNWIND FOR PATH *********************************************************) (* COMMMENT (* Constructions with update ***********************************************) lemma unwind_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 unwind_rmap_tls_eq (f) (p): ⇂*[⧣p]f ≗ ⇂*[▼❘p❘]▼[p]⫯f. (* #f #p @(list_ind_rcons … p) -p // #p * [ #n ] #IH //