X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fetc%2Flift_i%2Flift_eq.etc;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fetc%2Flift_i%2Flift_eq.etc;h=0000000000000000000000000000000000000000;hb=6c52017b15171aa20ddfd01c1bbf3cc22a86c81c;hp=f6759bd1e0fd1f7011adc2bd9116177771628903;hpb=4ac2becfaa45abb18acb2bdf3db5d2587cadb6d4;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/etc/lift_i/lift_eq.etc b/matita/matita/contribs/lambdadelta/delayed_updating/etc/lift_i/lift_eq.etc deleted file mode 100644 index f6759bd1e..000000000 --- a/matita/matita/contribs/lambdadelta/delayed_updating/etc/lift_i/lift_eq.etc +++ /dev/null @@ -1,164 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||M|| *) -(* ||A|| A project by Andrea Asperti *) -(* ||T|| *) -(* ||I|| Developers: *) -(* ||T|| The HELM team. *) -(* ||A|| http://helm.cs.unibo.it *) -(* \ / *) -(* \ / This file is distributed under the terms of the *) -(* v GNU General Public License Version 2 *) -(* *) -(**************************************************************************) - -include "delayed_updating/substitution/lift.ma". -include "ground/relocation/tr_pap_eq.ma". -include "ground/relocation/tr_pn_eq.ma". - -(* LIFT FOR PATH ************************************************************) - -definition lift_exteq (A): relation2 (lift_continuation A) (lift_continuation A) ≝ - λk1,k2. ∀f1,f2,p. f1 ≗ f2 → k1 f1 p = k2 f2 p. - -interpretation - "extensional equivalence (lift continuation)" - 'RingEq A k1 k2 = (lift_exteq A k1 k2). - -(* Constructions with lift_exteq ********************************************) - -lemma lift_eq_repl (A) (p) (k1) (k2): - k1 ≗{A} k2 → stream_eq_repl … (λf1,f2. ↑❨k1, f1, p❩ = ↑❨k2, f2, p❩). -#A #p elim p -p [| * [ #n ] #q #IH ] -#k1 #k2 #Hk #f1 #f2 #Hf -[ lift_lcons_alt // >lift_append_rcons_sn // -lift_lcons_alt nrplus_inj_dx -/2 width=1 by tr_tls_compose_uni_dx/ -qed. -*)