]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/etc/prototerm_inner.etc
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / etc / prototerm_inner.etc
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "delayed_updating/syntax/prototerm.ma".
16 include "delayed_updating/syntax/path_inner.ma".
17 include "ground/lib/subset_ext_equivalence.ma".
18
19 (* INNER CONDITION FOR PROTOTERM ********************************************)
20
21 interpretation
22   "inner condition (prototerm)"
23   'ClassI = (subset_ext_p1 path pic).
24
25 (* Basic destructions *******************************************************)
26
27 lemma in_comp_tic_trans (t) (p):
28       p Ļµ t ā†’ t Ļµ šˆ ā†’ p Ļµ šˆ.
29 #t #p #Hp #Ht
30 @(Ht ā€¦ Hp)
31 qed-.
32
33 (* Basic inversions *********************************************************)
34
35 lemma tic_inv_d_dx (t) (p) (n):
36       pā—–š—±n Ļµ t ā†’ t Ļµ šˆ ā†’ āŠ„.
37 /2 width=7 by in_comp_tic_trans/ qed-.