1 include "logic/equality.ma".
3 (* Inclusion of: COL007-1.p *)
5 (* -------------------------------------------------------------------------- *)
7 (* File : COL007-1 : TPTP v3.7.0. Released v1.0.0. *)
9 (* Domain : Combinatory Logic *)
11 (* Problem : Weak fixed point for L *)
13 (* Version : [WM88] (equality) axioms. *)
15 (* English : The weak fixed point property holds for the set P consisting *)
17 (* of the combinator L, where (Lx)y = x(yy). *)
19 (* Refs : [Smu85] Smullyan (1978), To Mock a Mocking Bird and Other Logi *)
21 (* : [MW87] McCune & Wos (1987), A Case Study in Automated Theorem *)
23 (* : [WM88] Wos & McCune (1988), Challenge Problems Focusing on Eq *)
25 (* : [MW88] McCune & Wos (1988), Some Fixed Point Problems in Comb *)
29 (* Names : - [MW88] *)
31 (* Status : Unsatisfiable *)
33 (* Rating : 0.00 v2.0.0 *)
35 (* Syntax : Number of clauses : 2 ( 0 non-Horn; 2 unit; 1 RR) *)
37 (* Number of atoms : 2 ( 2 equality) *)
39 (* Maximal clause size : 1 ( 1 average) *)
41 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
43 (* Number of functors : 3 ( 2 constant; 0-2 arity) *)
45 (* Number of variables : 3 ( 0 singleton) *)
47 (* Maximal term depth : 3 ( 2 average) *)
51 (* -------------------------------------------------------------------------- *)
52 ntheorem prove_fixed_point:
53 (∀Univ:Type.∀X:Univ.∀Y:Univ.
54 ∀apply:∀_:Univ.∀_:Univ.Univ.
57 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (apply (apply l X) Y) (apply X (apply Y Y)).∃Y:Univ.eq Univ Y (apply combinator Y))
66 napply (ex_intro ? ? ? ?) ##[
70 ntry (nassumption) ##;
73 (* -------------------------------------------------------------------------- *)