1 include "logic/equality.ma".
3 (* Inclusion of: COL047-1.p *)
5 (* -------------------------------------------------------------------------- *)
7 (* File : COL047-1 : TPTP v3.7.0. Released v1.0.0. *)
9 (* Domain : Combinatory Logic *)
11 (* Problem : Find a model for L and Q but not a strong fixed point *)
13 (* Version : [WM88] (equality) axioms. *)
15 (* English : The model one is seeking must satisfy L and Q and fail *)
17 (* to satisfy the strong fixed point property, where (Lx)y *)
19 (* = x(yy), ((Qx)y)z = y(xz). *)
21 (* Refs : [Zha92] Zhang (1992), Solution to an Open Question in Combinat *)
23 (* : [Wos93] Wos (1993), The Kernel Strategy and Its Use for the St *)
25 (* : [Pel98] Peltier (1998), A New Method for Automated Finite Mode *)
27 (* Source : [Zhang, 1992] *)
29 (* Names : Question 7 [Wos93] *)
31 (* : Question 17 [Wos93] *)
33 (* : 4.2.5 (CL2) [Pel98] *)
35 (* Status : Satisfiable *)
37 (* Rating : 0.33 v3.2.0, 0.67 v3.1.0, 0.33 v2.4.0, 0.67 v2.2.1, 0.75 v2.2.0, 0.67 v2.1.0, 1.00 v2.0.0 *)
39 (* Syntax : Number of clauses : 3 ( 0 non-Horn; 3 unit; 1 RR) *)
41 (* Number of atoms : 3 ( 3 equality) *)
43 (* Maximal clause size : 1 ( 1 average) *)
45 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
47 (* Number of functors : 4 ( 2 constant; 0-2 arity) *)
49 (* Number of variables : 6 ( 0 singleton) *)
51 (* Maximal term depth : 4 ( 3 average) *)
55 (* -------------------------------------------------------------------------- *)
57 (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
58 ∀apply:∀_:Univ.∀_:Univ.Univ.
62 ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply q X) Y) Z) (apply Y (apply X Z)).
63 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (apply (apply l X) Y) (apply X (apply Y Y)).∃Y:Univ.eq Univ (apply Y (f Y)) (apply (f Y) (apply Y (f Y))))
75 napply (ex_intro ? ? ? ?) ##[
79 ntry (nassumption) ##;
82 (* -------------------------------------------------------------------------- *)