]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/nat/plus.ma
ported to new syntactic requirement about terms being surrounded by parens
[helm.git] / helm / matita / library / nat / plus.ma
index 79640b1362f86e9a654cc55a568d766daa8e0120..8043d9a526663efc3b2b526fb35466cf49fe20be 100644 (file)
@@ -62,9 +62,9 @@ theorem inj_plus_r: \forall p,n,m:nat. p+n = p+m \to n=m
 
 theorem injective_plus_l: \forall m:nat.injective nat nat (\lambda n.n+m).
 intro.simplify.intros.
-apply injective_plus_r m.
+apply (injective_plus_r m).
 rewrite < sym_plus.
-rewrite < sym_plus y.
+rewrite < (sym_plus y).
 assumption.
 qed.