From: Ferruccio Guidi Date: Tue, 29 Aug 2006 11:00:22 +0000 (+0000) Subject: test file with some bugs X-Git-Tag: 0.4.95@7852~1105 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=71514bcf3ee362f9d10e2933ab17f2d4ede1ae32;p=helm.git test file with some bugs --- diff --git a/matita/contribs/prova.ma b/matita/contribs/prova.ma new file mode 100644 index 000000000..407db9b66 --- /dev/null +++ b/matita/contribs/prova.ma @@ -0,0 +1,27 @@ +(**************************************************************************) +(* ___ *) +(* ||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 *) +(* *) +(**************************************************************************) + +set "baseuri" "cic:/matita/test/". + +include "nat/nat.ma". + +theorem pippo: \forall (P,Q,R:nat \to Prop). + \forall x,y. x=y \to P x \to Q x \to R x. + intros. + try rewrite > P in Q. +(* +theorem pippo2: \forall (P,Q,R:nat \to Prop). + \forall x,y. x=y \to P x \to Q x \to R x. + intros. rewrite > H in y. +*)