]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/reduction/cpr_llpx_sn.ma
- theory of llor now includes (long awaited) non-recursive alternative definition
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / cpr_llpx_sn.ma
index 4db8587981ad613c06bad4f9096025a5f6242a72..ec085821ea0028b390100270f3def2aae0f82f85 100644 (file)
@@ -19,9 +19,7 @@ include "basic_2/reduction/cpr.ma".
 
 (* Properties on lazy sn pointwise extensions *******************************)
 
-lemma cpr_llpx_sn_conf: ∀R. (∀I,L.reflexive … (R I L)) →
-                            (∀I.l_liftable (R I)) →
-                            (∀I.l_deliftable_sn (R I)) →
+lemma cpr_llpx_sn_conf: ∀R. (∀L. reflexive … (R L)) → l_liftable R → l_deliftable_sn R →
                         ∀G. s_r_confluent1 … (cpr G) (llpx_sn R 0).
 #R #H1R #H2R #H3R #G #Ls #T1 #T2 #H elim H -G -Ls -T1 -T2
 [ //