X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Ffpbg_cpxs.ma;h=570c4490faa8a35cb009c3c4d3452685a044fafc;hp=335243516c00f64ee75497c00c05cfc9e0520fba;hb=b118146b97959e6a6dde18fdd014b8e1e676a2d1;hpb=613d8642b1154dde0c026cbdcd96568910198251 diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma index 335243516..570c4490f 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -include "basic_2/rt_computation/cpxs_teqx.ma". +include "basic_2/rt_computation/cpxs_teqg.ma". include "basic_2/rt_computation/fpbs_cpxs.ma". include "basic_2/rt_computation/fpbg_fpbs.ma". @@ -23,9 +23,9 @@ include "basic_2/rt_computation/fpbg_fpbs.ma". (* Basic_2A1: was: cpxs_fpbg *) lemma cpxs_tneqx_fpbg: ∀G,L,T1,T2. ❪G,L❫ ⊢ T1 ⬈* T2 → - (T1 ≛ T2 → ⊥) → ❪G,L,T1❫ > ❪G,L,T2❫. + (T1 ≅ T2 → ⊥) → ❪G,L,T1❫ > ❪G,L,T2❫. #G #L #T1 #T2 #H #H0 -elim (cpxs_tneqx_fwd_step_sn … H … H0) -H -H0 +elim (cpxs_tneqg_fwd_step_sn … H … H0) -H -H0 /4 width=5 by cpxs_teqx_fpbs, fpb_cpx, ex2_3_intro/ qed.