]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/static/lfxs_lex.ma
11b3ca47610480dad176fb050b9d1dc7f18f6a9c
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / static / lfxs_lex.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 "basic_2/relocation/lex.ma".
16 include "basic_2/static/lfxs_fqup.ma".
17
18 (* GENERIC EXTENSION ON REFERRED ENTRIES OF A CONTEXT-SENSITIVE REALTION ****)
19
20 (* Properties with generic extension of a context-sensitive relation ********)
21
22 lemma lfxs_lex: ∀R,L1,L2. L1 ⪤[R] L2 → ∀T. L1 ⪤*[R, T] L2.
23 #R #L1 #L2 * #f #Hf #HL12 #T
24 elim (frees_total L1 T) #g #Hg
25 /4 width=5 by lexs_sdj, sdj_isid_sn, ex2_intro/
26 qed.