1 include "logic/equality.ma".
3 (* Inclusion of: COL070-1.p *)
5 (* -------------------------------------------------------------------------- *)
7 (* File : COL070-1 : TPTP v3.7.0. Released v1.2.0. *)
9 (* Domain : Combinatory Logic *)
11 (* Problem : Weak fixed point for B and N1 *)
13 (* Version : [WM88] (equality) axioms. *)
15 (* English : The weak fixed point property holds for the set P consisting *)
17 (* of the combinators B and N1, where N1xyz = xyyz, ((Bx)y)z *)
21 (* Refs : [WM88] Wos & McCune (1988), Challenge Problems Focusing on Eq *)
23 (* : [Wos93] Wos (1993), The Kernel Strategy and Its Use for the St *)
25 (* : [Zha94] Zhang (1994), Solution to Another Open Question in Com *)
27 (* Source : [Wos93] *)
29 (* Names : Question 12 [Wos93] *)
31 (* Status : Unsatisfiable *)
33 (* Rating : 0.11 v3.4.0, 0.12 v3.3.0, 0.07 v3.1.0, 0.11 v2.7.0, 0.00 v2.0.0 *)
35 (* Syntax : Number of clauses : 3 ( 0 non-Horn; 3 unit; 1 RR) *)
37 (* Number of atoms : 3 ( 3 equality) *)
39 (* Maximal clause size : 1 ( 1 average) *)
41 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
43 (* Number of functors : 4 ( 3 constant; 0-2 arity) *)
45 (* Number of variables : 7 ( 0 singleton) *)
47 (* Maximal term depth : 4 ( 3 average) *)
51 (* -------------------------------------------------------------------------- *)
52 ntheorem prove_fixed_point:
53 (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
54 ∀apply:∀_:Univ.∀_:Univ.Univ.
58 ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).
59 ∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply n1 X) Y) Z) (apply (apply (apply X Y) Y) Z).∃Y:Univ.eq Univ Y (apply combinator Y))
71 napply (ex_intro ? ? ? ?) ##[
75 ntry (nassumption) ##;
78 (* -------------------------------------------------------------------------- *)