]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/gr_tls_nexts_eq.ma
update in ground and static_2
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / gr_tls_nexts_eq.ma
index 7934c2e3ad0d6f0ebc29c84e935bc672cae35e36..a0d4e3910c2cf7ea066c38662234f2fff83ec5e1 100644 (file)
@@ -22,7 +22,7 @@ include "ground/relocation/gr_tls_eq.ma".
 (*** eq_inv_nexts_sn *)
 lemma gr_eq_inv_nexts_sn (n):
       ∀f1,g2. ↑*[n] f1 ≡ g2 →
-      â\88§â\88§ f1 â\89¡ â«±*[n]g2 & â\86\91*[n]⫱*[n]g2 = g2.
+      â\88§â\88§ f1 â\89¡ â«°*[n]g2 & â\86\91*[n]â«°*[n]g2 = g2.
 #n @(nat_ind_succ … n) -n /2 width=1 by conj/
 #n #IH #f1 #g2 #H
 elim (gr_eq_inv_next_sn … H) -H [|*: // ] #Hf10 *
@@ -33,7 +33,7 @@ qed-.
 (*** eq_inv_nexts_dx *)
 lemma gr_eq_inv_nexts_dx (n):
       ∀f2,g1. g1 ≡ ↑*[n] f2 →
-      â\88§â\88§ â«±*[n]g1 â\89¡ f2 & â\86\91*[n]⫱*[n]g1 = g1.
+      â\88§â\88§ â«°*[n]g1 â\89¡ f2 & â\86\91*[n]â«°*[n]g1 = g1.
 #n @(nat_ind_succ … n) -n /2 width=1 by conj/
 #n #IH #f2 #g1 #H
 elim (gr_eq_inv_next_dx … H) -H [|*: // ] #Hf02 *