]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/lfpx_fqup.ma
- lfpxs based on tc_lfxs
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / lfpx_fqup.ma
index f7d15c1d29a7d5c95cfca21332674aee853402ab..2967a62bb2bfc2b9cd240b9221321d5e91d61998 100644 (file)
@@ -19,9 +19,11 @@ include "basic_2/rt_transition/lfpx.ma".
 
 (* Advanced properties ******************************************************)
 
+(* Basic_2A1: uses: lpx_refl lpx_pair *)
 lemma lfpx_refl: ∀h,G,T. reflexive … (lfpx h G T).
 /2 width=1 by lfxs_refl/ qed.
 
+(* Basic_2A1: uses: lpx_refl lpx_pair *)
 lemma lfpx_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.