X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Fapply.ma;fp=helm%2Fmatita%2Ftests%2Fapply.ma;h=0fcf73cf32fc81cbf60dc44c4549116e69df5ec9;hb=9f7cb5462119ce44becf0bc9848d61690a048ac7;hp=e53d315f0339c8dd2053bf3203685cbd7ff06c25;hpb=f9ebeb4695e5598fe9ffa80d938bdd484ac99dab;p=helm.git diff --git a/helm/matita/tests/apply.ma b/helm/matita/tests/apply.ma index e53d315f0..0fcf73cf3 100644 --- a/helm/matita/tests/apply.ma +++ b/helm/matita/tests/apply.ma @@ -18,8 +18,8 @@ alias symbol "eq" (instance 0) = "leibnitz's equality". theorem a: \forall A:Set. - \forall x,y : A. - not (x=y) \to not (x=y). + \forall x: A. + not (x=x) \to not (x=x). intros. apply H. qed.