]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_eq.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / relocation / tr_pap_eq.ma
index 42d83888241c60b92640f3b6558c85939aa4b026..543231681807de21fc17868dd28a9ffc12ab91c4 100644 (file)
@@ -24,7 +24,7 @@ theorem tr_pap_eq_repl (i):
         stream_eq_repl … (λf1,f2. f1@⧣❨i❩ = f2@⧣❨i❩).
 #i elim i -i [2: #i #IH ] * #p1 #f1 * #p2 #f2 #H
 elim (stream_eq_inv_cons_bi … H) -H [1,8: |*: // ] #Hp #Hf //
-<tr_pap_succ <tr_pap_succ /3 width=1 by eq_f2/
+<tr_cons_pap_succ <tr_cons_pap_succ /3 width=1 by eq_f2/
 qed.
 
 (* Main inversions with stream_eq *******************************************)
@@ -34,8 +34,8 @@ corec theorem nstream_eq_inv_ext:
 * #p1 #f1 * #p2 #f2 #Hf @stream_eq_cons
 [ @(Hf (𝟏))
 | @nstream_eq_inv_ext -nstream_eq_inv_ext #i
-  lapply (Hf (𝟏)) <tr_pap_unit <tr_pap_unit #H destruct
-  lapply (Hf (↑i)) <tr_pap_succ <tr_pap_succ #H
+  lapply (Hf (𝟏)) <tr_cons_pap_unit <tr_cons_pap_unit #H destruct
+  lapply (Hf (↑i)) <tr_cons_pap_succ <tr_cons_pap_succ #H
   /3 width=2 by eq_inv_pplus_bi_dx, eq_inv_psucc_bi/
 ]
 qed-.