]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/computation/lprs_lprs.ma
universary milestone in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / lprs_lprs.ma
index 7ef78d271af4828146be047b76e28d0f410cd095..1bb611012d73bb5e926592527ed06d64ea60a21e 100644 (file)
@@ -19,13 +19,13 @@ include "basic_2/computation/lprs.ma".
 
 (* Advanced properties ******************************************************)
 
-lemma lprs_strip: confluent2 … lprs lpr.
+lemma lprs_strip: ∀G. confluent2 … (lprs G) (lpr G).
 /3 width=3 by TC_strip1, lpr_conf/ qed-.
 
 (* Main properties **********************************************************)
 
-theorem lprs_conf: confluent2 … lprs lprs.
+theorem lprs_conf: ∀G. confluent2 … (lprs G) (lprs G).
 /3 width=3 by TC_confluent2, lpr_conf/ qed-.
 
-theorem lfprs_trans: Transitive … lprs.
-/2 width=3/ qed-.
+theorem lprs_trans: ∀G. Transitive … (lprs G).
+/2 width=3 by trans_TC/ qed-.