(**************************************************************************) (* ___ *) (* ||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/unwind0/unwind1_rmap.ma". include "delayed_updating/notation/functions/black_righttriangle_2.ma". (* EXTENDED UNWIND FOR RELOCATION MAP ***************************************) definition unwind2_rmap (f) (p): tr_map ≝ (▶↑[f]p)∘(↑[p]f). interpretation "extended unwind (relocation map)" 'BlackRightTriangle f p = (unwind2_rmap f p). (* Basic constructions ******************************************************) lemma unwind2_rmap_unfold (f) (p): (▶↑[f]p)∘(↑[p]f) = ▶[f]p. // qed. lemma unwind2_rmap_m_sn (f) (p): ▶[f]p = ▶[f](𝗺◗p). #f #p