X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Ftests%2Frewrite.ma;h=3941ab0cb4d1e1d53cbc0be4b6fc64a921864714;hb=ebc063e65d908c9f35619c92454dbbe76bdabd40;hp=67da01e89c1cab029a85b18392fed4fdcfdb30cd;hpb=d9394782ed9580f3565eb9b4682d8348aae6349e;p=helm.git diff --git a/helm/matita/tests/rewrite.ma b/helm/matita/tests/rewrite.ma index 67da01e89..3941ab0cb 100644 --- a/helm/matita/tests/rewrite.ma +++ b/helm/matita/tests/rewrite.ma @@ -1,4 +1,4 @@ -set "baseuri" "cic:/matita/tests/". +set "baseuri" "cic:/matita/tests/rewrite/". alias id "nat" = "cic:/Coq/Init/Datatypes/nat.ind#xpointer(1/1)". alias num (instance 0) = "natural number". @@ -10,13 +10,13 @@ theorem a: \forall a,b:nat. a = b \to b + a + b + a= (\lambda j.((\lambda w.((\lambda x.x + b + w + j) a)) b)) a. intros. -rewrite right H in \vdash (? ? ? ((\lambda j.((\lambda w.%) ?)) ?)). +rewrite < H in \vdash (? ? ? ((\lambda j.((\lambda w.%) ?)) ?)). -rewrite right H in \vdash (? ? % ?). +rewrite < H in \vdash (? ? % ?). -simplify in \vdash (? ? ? ((\lambda x.((\lambda y.%) ?)) ?)). +simplify in \vdash (? ? ? ((\lambda _.((\lambda _.%) ?)) ?)). -rewrite right H in \vdash (? ? ? (% ?)). +rewrite < H in \vdash (? ? ? (% ?)). simplify. reflexivity. qed.