X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmatita%2Ftests%2Fapply.ma;h=35a788ac68171c75a56b2fe4e95947e5f9f0c3ee;hb=e6b28085c97ae7b9bd3f3262b105f6b84f42b047;hp=757d34769584e28945569dcefb79ea384956cfb1;hpb=6c78b5575caa3257463c0a2654db3fb826de11ee;p=helm.git diff --git a/helm/matita/tests/apply.ma b/helm/matita/tests/apply.ma index 757d34769..35a788ac6 100644 --- a/helm/matita/tests/apply.ma +++ b/helm/matita/tests/apply.ma @@ -1,4 +1,20 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + (* test _with_ the WHD on the apply argument *) +set "baseuri" "cic:/matita/tests/apply/". +include "coq.ma". alias id "not" = "cic:/Coq/Init/Logic/not.con". alias id "False" = "cic:/Coq/Init/Logic/False.ind#xpointer(1/1)". @@ -13,12 +29,12 @@ qed. (* test _without_ the WHD on the apply argument *) -alias symbol "eq" (instance 0) = "leibnitz's equality". +alias symbol "eq" (instance 0) = "Coq's 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.