(**************************************************************************) (* ___ *) (* ||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 "ground/lib/subset_equivalence.ma". include "delayed_updating/syntax/path_structure_inner.ma". include "delayed_updating/syntax/preterm.ma". include "delayed_updating/unwind3/unwind_structure.ma". include "delayed_updating/unwind3/unwind_prototerm.ma". (* UNWIND FOR PRETERM *******************************************************) (* Constructions with subset_equivalence ************************************) lemma unwind_grafted_sn (f) (t) (p): p ϵ 𝐈 → ▼[▼[p]f](t⋔p) ⊆ (▼[f]t)⋔(⊗p). #f #t #p #Hp #q * #r #Hr #H0 destruct @(ex2_intro … Hr) -Hr unwind_rmap_S_dx >structure_S_dx @unwind_grafted_sn // | /2 width=1 by unwind_grafted_S_dx/ ] qed.