]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/static/lfdeq_fqup.ma
- lfpxs based on tc_lfxs
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / static / lfdeq_fqup.ma
index b6e2a18f68ef71da9e65ae5d6835603b0c32c034..b20b5a0bfeb11529d049a1052e1fda74260165c8 100644 (file)
@@ -19,5 +19,10 @@ include "basic_2/static/lfdeq.ma".
 
 (* Advanced properties ******************************************************)
 
+(* Basic_2A1: uses: lleq_refl *)
 lemma lfdeq_refl: ∀h,o,T. reflexive … (lfdeq h o T).
 /2 width=1 by lfxs_refl/ qed.
+
+lemma lfdeq_pair: ∀h,o,V1,V2. V1 ≡[h, o] V2 →
+                  ∀I,L. ∀T:term. L.ⓑ{I}V1 ≡[h, o, T] L.ⓑ{I}V2.
+/2 width=1 by lfxs_pair/ qed.