]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/lfpr_fqup.ma
- some proposition name clashes removed
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / lfpr_fqup.ma
index 8de2443e0a8fa5f2039a4852de426e1fa95ed634..cc74f1cef39e5cd02098a9b7b4f0e76a3351e338 100644 (file)
@@ -25,9 +25,9 @@ lemma lfpr_refl: ∀h,G,T. reflexive … (lfpr h G T).
 /2 width=1 by lfxs_refl/ qed.
 
 (* Basic_2A1: uses: lpr_pair *)
-lemma lfpr_pair: ∀h,G,L,V1,V2. ⦃G, L⦄ ⊢ V1 ➡[h] V2 →
-                 ∀I,T. ⦃G, L.ⓑ{I}V1⦄ ⊢ ➡[h, T] L.ⓑ{I}V2.
-/2 width=1 by lfxs_pair/ qed.
+lemma lfpr_pair_refl: ∀h,G,L,V1,V2. ⦃G, L⦄ ⊢ V1 ➡[h] V2 →
+                      ∀I,T. ⦃G, L.ⓑ{I}V1⦄ ⊢ ➡[h, T] L.ⓑ{I}V2.
+/2 width=1 by lfxs_pair_refl/ qed.
 
 (* Advanced inversion lemmas ************************************************)