1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "delayed_updating/syntax/path.ma".
16 include "delayed_updating/notation/functions/class_i_0.ma".
17 include "ground/lib/subset.ma".
19 (* INNER CONDITION FOR PATH *************************************************)
21 definition pic: predicate path ā
22 Ī»p. āq,k. qāš±k = p ā ā„
26 "inner condition (path)"
29 (* Basic constructions ******************************************************)
56 (* Basic inversions ********************************************************)
58 lemma pic_inv_d_dx (p) (k):
59 pāš±k ϵ š ā ā„.
63 (* Constructions with path_lcons ********************************************)
66 p ϵ š ā šŗāp ϵ š.
67 * [| * [ #k ] #p #Hp <list_cons_shift ] //
68 [ #_ <list_cons_comm //
69 | elim (pic_inv_d_dx ⦠Hp)
74 p ϵ š ā šāp ϵ š.
75 * [| * [ #k ] #p #Hp <list_cons_shift ] //
76 [ #_ <list_cons_comm //
77 | elim (pic_inv_d_dx ⦠Hp)
82 p ϵ š ā šāp ϵ š.
83 * [| * [ #k ] #p #Hp <list_cons_shift ] //
84 [ #_ <list_cons_comm //
85 | elim (pic_inv_d_dx ⦠Hp)
90 p ϵ š ā š¦āp ϵ š.
91 * [| * [ #k ] #p #Hp <list_cons_shift ] //
92 [ #_ <list_cons_comm //
93 | elim (pic_inv_d_dx ⦠Hp)