]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_tls.ma
milestone update in ground_2 and basic_2A
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / relocation / rtmap_tls.ma
index dc277016d988cc390f35a700322d37d2dfd8f4c3..44a3aba2eb5e8346a77c301e10d4bc1c97d0d1d6 100644 (file)
@@ -28,22 +28,22 @@ interpretation "tls (rtmap)" 'DropPreds n f = (tls f n).
 lemma tls_O: ∀f. f = ⫱*[0] f.
 // qed.
 
-lemma tls_S: â\88\80f,n. â«± â«±*[n] f = â«±*[⫯n] f.
+lemma tls_S: â\88\80f,n. â«± â«±*[n] f = â«±*[â\86\91n] f.
 // qed.
 
-lemma tls_eq_repl: â\88\80n. eq_repl (λf1,f2. â«±*[n] f1 â\89\97 ⫱*[n] f2).
+lemma tls_eq_repl: â\88\80n. eq_repl (λf1,f2. â«±*[n] f1 â\89¡ ⫱*[n] f2).
 #n elim n -n /3 width=1 by tl_eq_repl/
 qed.
 
 (* Advanced properties ******************************************************)
 
-lemma tls_xn: â\88\80n,f. â«±*[n] â«±f = â«±*[⫯n] f.
+lemma tls_xn: â\88\80n,f. â«±*[n] â«±f = â«±*[â\86\91n] f.
 #n elim n -n //
 qed.
 
 (* Properties with pushs ****************************************************)
 
-lemma tls_pushs: â\88\80n,f. f = â«±*[n] â\86\91*[n] f.
+lemma tls_pushs: â\88\80n,f. f = â«±*[n] â«¯*[n] f.
 #n elim n -n //
 #n #IH #f <tls_xn //
 qed.