(**************************************************************************) (* ___ *) (* ||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_path.ma". include "delayed_updating/notation/functions/black_downtriangle_2.ma". (* EXTENDED UNWIND FOR PATH *************************************************) definition unwind2_path (f) (p) ≝ ▼↑[f]p. interpretation "extended unwind (path)" 'BlackDownTriangle f p = (unwind2_path f p). (* Basic constructions ******************************************************) lemma unwind2_path_unfold (f) (p): ▼↑[f]p = ▼[f]p. // qed. lemma unwind2_path_id (p): ▼p = ▼[𝐢]p. // qed. lemma unwind2_path_empty (f): (𝐞) = ▼[f]𝐞. // qed. lemma unwind2_path_d_empty (f) (n): (𝗱(f@❨n❩)◗𝐞) = ▼[f](𝗱n◗𝐞). // qed. lemma unwind2_path_d_lcons (f) (p) (l) (n:pnat): ▼[𝐮❨f@❨n❩❩](l◗p) = ▼[f](𝗱n◗l◗p). #f #p #l #n