]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpr_drops.ma
notational update in ground_2 and basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpr_drops.ma
index 30d274be3ae4504008353bc1a62a0f29b84fe8f9..ba96c07fbbe290cc2f8fd312d87e3e18d91b6009 100644 (file)
@@ -22,7 +22,7 @@ include "basic_2/rt_transition/cpm_drops.ma".
 lemma cpr_inv_atom1_drops: ∀h,I,G,L,T2. ⦃G, L⦄ ⊢ ⓪{I} ➡[h] T2 →
                            ∨∨ T2 = ⓪{I}
                             | ∃∃K,V,V2,i. ⬇*[i] L ≘ K.ⓓV & ⦃G, K⦄ ⊢ V ➡[h] V2 &
-                                          â¬\86*[⫯i] V2 ≘ T2 & I = LRef i.
+                                          â¬\86*[â\86\91i] V2 ≘ T2 & I = LRef i.
 #h #I #G #L #T2 #H elim (cpm_inv_atom1_drops … H) -H *
 [ /2 width=1 by or_introl/
 | #s #_ #_ #H destruct
@@ -36,7 +36,7 @@ qed-.
 lemma cpr_inv_lref1_drops: ∀h,G,L,T2,i. ⦃G, L⦄ ⊢ #i ➡[h] T2 →
                            ∨∨ T2 = #i
                             | ∃∃K,V,V2. ⬇*[i] L ≘ K. ⓓV & ⦃G, K⦄ ⊢ V ➡[h] V2 &
-                                        â¬\86*[⫯i] V2 ≘ T2.
+                                        â¬\86*[â\86\91i] V2 ≘ T2.
 #h #G #L #T2 #i #H elim (cpm_inv_lref1_drops … H) -H *
 [ /2 width=1 by or_introl/
 | /3 width=6 by ex3_3_intro, or_intror/