]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/computation/lprs_lprs.ma
partial commit: "computation" component ...
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / lprs_lprs.ma
index 7056fae47cf9bf61849b5a1efd6b7fb1aba38ad8..1da198d4e01edce561204b83f4d166b9a1347c1e 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 lprs_trans: Transitive … lprs.
+theorem lprs_trans: ∀G. Transitive … (lprs G).
 /2 width=3/ qed-.