]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/TPTP/Veloci/COL045-1.p.ma
tagged 0.5.0-rc1
[helm.git] / matita / tests / TPTP / Veloci / COL045-1.p.ma
1
2 include "logic/equality.ma".
3 (* Inclusion of: COL045-1.p *)
4 (* -------------------------------------------------------------------------- *)
5 (*  File     : COL045-1 : TPTP v3.1.1. Released v1.0.0. *)
6 (*  Domain   : Combinatory Logic *)
7 (*  Problem  : Weak fixed point for B, M and S *)
8 (*  Version  : [WM88] (equality) axioms. *)
9 (*  English  : The weak fixed point property holds for the set P consisting  *)
10 (*             of the combinators B, M and S, where ((Sx)y)z = (xz)(yz),  *)
11 (*             ((Bx)y)z = x(yz), Mx = xx. *)
12 (*  Refs     : [Smu85] Smullyan (1978), To Mock a Mocking Bird and Other Logi *)
13 (*           : [MW87]  McCune & Wos (1987), A Case Study in Automated Theorem *)
14 (*           : [WM88]  Wos & McCune (1988), Challenge Problems Focusing on Eq *)
15 (*           : [Wos89] Wos (1989), A Challenge Problem and a Recent Workshop *)
16 (*  Source   : [Wos89] *)
17 (*  Names    : - [Wos89] *)
18 (*  Status   : Unsatisfiable *)
19 (*  Rating   : 0.00 v2.0.0 *)
20 (*  Syntax   : Number of clauses     :    4 (   0 non-Horn;   4 unit;   1 RR) *)
21 (*             Number of atoms       :    4 (   4 equality) *)
22 (*             Maximal clause size   :    1 (   1 average) *)
23 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
24 (*             Number of functors    :    5 (   4 constant; 0-2 arity) *)
25 (*             Number of variables   :    8 (   0 singleton) *)
26 (*             Maximal term depth    :    4 (   3 average) *)
27 (*  Comments :  *)
28 (* -------------------------------------------------------------------------- *)
29 theorem prove_fixed_point:
30  \forall Univ:Set.
31 \forall apply:\forall _:Univ.\forall _:Univ.Univ.
32 \forall b:Univ.
33 \forall combinator:Univ.
34 \forall m:Univ.
35 \forall s:Univ.
36 \forall H0:\forall X:Univ.eq Univ (apply m X) (apply X X).
37 \forall H1:\forall X:Univ.\forall Y:Univ.\forall Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).
38 \forall H2:\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)).\exist Y:Univ.eq Univ Y (apply combinator Y)
39 .
40 intros.
41 exists[
42 2:
43 autobatch paramodulation timeout=100;
44 try assumption.
45 |
46 skip]
47 print proofterm.
48 qed.
49 (* -------------------------------------------------------------------------- *)