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/unwind/unwind2_prototerm_eq.ma".
16 include "delayed_updating/syntax/prototerm_constructors.ma".
18 (* UNWIND FOR PROTOTERM *****************************************************)
20 (* Constructions with constructors ******************************************)
22 lemma unwind2_term_iref_sn (f) (t) (n:pnat):
23 ā¼[fāš®āØnā©]t ā ā¼[f](šn.t).
24 #f #t #n #p * #q #Hq #H0 destruct
25 @(ex2_intro ā¦ (š±nāšŗāq))
26 /2 width=1 by in_comp_iref/
29 lemma unwind2_term_iref_dx (f) (t) (n:pnat):
30 ā¼[f](šn.t) ā ā¼[fāš®āØnā©]t.
31 #f #t #n #p * #q #Hq #H0 destruct
32 elim (in_comp_inv_iref ā¦ Hq) -Hq #p #Hp #Ht destruct
33 /2 width=1 by in_comp_unwind2_path_term/
36 lemma unwind2_term_iref (f) (t) (n:pnat):
37 ā¼[fāš®āØnā©]t ā ā¼[f](šn.t).
38 /3 width=2 by conj, unwind2_term_iref_sn, unwind2_term_iref_dx/