]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpx_feqg.ma
update in static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpx_feqg.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 "static_2/static/feqg.ma".
16 include "basic_2/rt_transition/cpx_reqg.ma".
17 include "basic_2/rt_transition/rpx_reqg.ma".
18
19 (* EXTENDED CONTEXT-SENSITIVE PARALLEL RT-TRANSITION FOR TERMS **************)
20
21 (* Properties with generic equivalence for closures *************************)
22
23 (**) (* to update *)
24 lemma feqg_cpx_trans (S):
25       reflexive … S → symmetric … S →
26       ∀G1,G2,L1,L2,T1,T. ❪G1,L1,T1❫ ≛[S] ❪G2,L2,T❫ →
27       ∀T2. ❪G2,L2❫ ⊢ T ⬈ T2 →
28       ∃∃T0. ❪G1,L1❫ ⊢ T1 ⬈ T0 & ❪G1,L1,T0❫ ≛[S] ❪G2,L2,T2❫.
29 #S #H1S #H2S #G1 #G2 #L1 #L2 #T1 #T #H #T2 #HT2
30 elim (feqg_inv_gen_dx … H) -H // #H #HL12 #HT1 destruct
31 lapply (reqg_cpx_trans … HL12 … HT2) // #H
32 lapply (cpx_reqg_conf_dx … HT2 … HL12) -HT2 -HL12 // #HL12
33 lapply (teqg_cpx_trans … HT1 … H) -T // #HT12
34 /4 width=4 by feqg_intro_sn, teqg_refl, ex2_intro/
35 qed-.