]> matita.cs.unibo.it Git - helm.git/commitdiff
test file with some bugs
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 29 Aug 2006 11:00:22 +0000 (11:00 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 29 Aug 2006 11:00:22 +0000 (11:00 +0000)
helm/software/matita/contribs/prova.ma [new file with mode: 0644]

diff --git a/helm/software/matita/contribs/prova.ma b/helm/software/matita/contribs/prova.ma
new file mode 100644 (file)
index 0000000..407db9b
--- /dev/null
@@ -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.
+*)