]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/tests/TPTP/Veloci/COL004-3.p.ma
...
[helm.git] / helm / software / matita / tests / TPTP / Veloci / COL004-3.p.ma
index d88025c42652e460d627bdedfa6fc6ff7a8e89b9..e982e35131fb7d2d7be89e45868826215e97976c 100644 (file)
@@ -1,4 +1,4 @@
-set "baseuri" "cic:/matita/TPTP/COL004-3".
+
 include "logic/equality.ma".
 (* Inclusion of: COL004-3.p *)
 (* -------------------------------------------------------------------------- *)
@@ -36,7 +36,7 @@ theorem prove_u_combinator:
 \forall H1:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (apply (apply (apply s X) Y) Z) (apply (apply X Z) (apply Y Z)).eq Univ (apply (apply (apply (apply s (apply k (apply s (apply (apply s k) k)))) (apply (apply s (apply (apply s k) k)) (apply (apply s k) k))) x) y) (apply y (apply (apply x x) y))
 .
 intros.
-autobatch paramodulation timeout=100.
+autobatch paramodulation timeout=100;
 try assumption.
 print proofterm.
 qed.