]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_cpce.ma
update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / dynamic / cnv_cpce.ma
index 5f1bf31a85728a981da35f341c5a87d7c9913922..b9b6560fb9515f36f6e7891e9d9fdea2a2cd5611 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/rt_computation/cpue_csx.ma".
+include "basic_2/rt_computation/cpmuwe_cpmuwe.ma".
 include "basic_2/rt_conversion/cpce_drops.ma".
-include "basic_2/dynamic/cnv_cpue.ma".
+include "basic_2/dynamic/cnv_cpmuwe.ma".
 
 (* CONTEXT-SENSITIVE NATIVE VALIDITY FOR TERMS ******************************)
 
 (* Properties with context-sensitive parallel eta-conversion for terms ******)
 
-lemma cpce_total_cnv (a) (h) (G) (L):
-      ∀T1. ⦃G,L⦄ ⊢ T1 ![a,h] → ∃T2. ⦃G,L⦄ ⊢ T1 ⬌η[h] T2.
-#a #h #G #L #T1 #HT1
+axiom cpce_total_cnv (h) (a) (G) (L):
+      ∀T1. ⦃G,L⦄ ⊢ T1 ![h,a] → ∃T2. ⦃G,L⦄ ⊢ T1 ⬌η[h] T2.
+(*
+#h #a #G #L #T1 #HT1
 lapply (cnv_fwd_csx … HT1) #H
 generalize in match HT1; -HT1
 @(csx_ind_fpbg … H) -G -L -T1
@@ -32,9 +33,10 @@ generalize in match HT1; -HT1
   elim (drops_ldec_dec L i) [ * #K #W #HLK | -H1i -IH #HnX ]
   [ lapply (cnv_inv_lref_pair … H2i … HLK) -H2i #H2W
     lapply (csx_inv_lref_pair_drops … HLK H1i) -H1i #H1W
-    elim (cpue_total_csx … H1W) -H1W #X
+    elim (cpmuwe_total_csx … H1W) -H1W #X #n #HWX
     elim (abst_dec X) [ * | -IH ]
-    [ #p #V1 #U #H destruct * #n #HWU #_
+    [ #p #V1 #U #H destruct
+      lapply (cpmuwe_fwd_cpms … HWX) -HWX #HWX
       elim (IH G K V1) -IH
       [ #V2 #HV12
         elim (lifts_total V2 (𝐔❴↑i❵)) #W2 #HVW2
@@ -42,13 +44,13 @@ generalize in match HT1; -HT1
       | /3 width=6 by  cnv_cpms_trans, cnv_fwd_pair_sn/
       | /4 width=6 by fqup_cpms_fwd_fpbg, fpbg_fqu_trans, fqup_lref/
       ]
-    | #HnX #HWX
+    | #HnX
       @(ex_intro … (#i))
       @cpce_zero_drops #n0 #p #K0 #W0 #V0 #U0 #HLK0 #HWU0
       lapply (drops_mono … HLK0 … HLK) -i -L #H destruct
-      elim (cnv_cpue_cpms_conf … H2W … HWU0 … HWX) -n0 -W #X0 * #n0 #HUX0 #_ #HX0
-      elim (cpms_inv_abst_sn … HUX0) -HUX0 #V1 #U1 #_ #_ #H destruct -n0 -K -V0 -U0
-      elim (tueq_inv_bind2 … HX0) -HX0 #U0 #_ #H destruct -U1
+      lapply (cpmuwe_abst … HWU0) -HWU0 #HWU0
+      elim (cnv_cpmuwe_mono … H2W … HWU0 … HWX) #_ #H -a -n -n0 -W
+      elim (tweq_inv_abst_sn … H) -V0 -U0 #V0 #U0 #H destruct
       /2 width=4 by/
     ]
   | /5 width=3 by cpce_zero_drops, ex1_2_intro, ex_intro/
@@ -66,3 +68,4 @@ generalize in match HT1; -HT1
   /3 width=2 by cpce_flat, ex_intro/
 ]
 qed-.
+*)