]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/delayed_updating/substitution/prelift_label.ma
e4a9c0596c7ba79d887f94a20ce4c1731003b100
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / substitution / prelift_label.ma
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/notation/functions/uparrow_2.ma".
16 include "delayed_updating/syntax/label.ma".
17 include "ground/relocation/tr_pap.ma".
18
19 (* PRELIFT FOR LABEL ********************************************************)
20
21 definition prelift_label (f) (l): label ā‰
22 match l with
23 [ label_d n ā‡’ š—±(fļ¼ ā§£āØnā©)
24 | label_m   ā‡’ š—ŗ
25 | label_L   ā‡’ š—Ÿ
26 | label_A   ā‡’ š—”
27 | label_S   ā‡’ š—¦
28 ].
29
30 interpretation
31   "prelift (label)"
32   'UpArrow f l = (prelift_label f l).
33
34 (* Basic constructions ******************************************************)
35
36 lemma prelift_label_d (f) (n):
37       (š—±(fļ¼ ā§£āØnā©)) = ā†‘[f]š—±n.
38 // qed.
39
40 lemma prelift_label_m (f):
41       (š—ŗ) = ā†‘[f]š—ŗ.
42 // qed.
43
44 lemma prelift_label_L (f):
45       (š—Ÿ) = ā†‘[f]š—Ÿ.
46 // qed.
47
48 lemma prelift_label_A (f):
49       (š—”) = ā†‘[f]š—”.
50 // qed.
51
52 lemma prelift_label_S (f):
53       (š—¦) = ā†‘[f]š—¦.
54 // qed.