]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/COL042-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / COL042-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: COL042-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : COL042-1 : TPTP v3.7.0. Released v1.0.0. *)
8
9 (*  Domain   : Combinatory Logic *)
10
11 (*  Problem  : Strong fixed point for B and W1 *)
12
13 (*  Version  : [WM88] (equality) axioms. *)
14
15 (*  English  : The strong fixed point property holds for the set  *)
16
17 (*             P consisting of the combinators B and W1, where ((Bx)y)z  *)
18
19 (*             = x(yz), (W1x)y = (yx)x. *)
20
21 (*  Refs     : [Smu85] Smullyan (1978), To Mock a Mocking Bird and Other Logi *)
22
23 (*           : [MW87]  McCune & Wos (1987), A Case Study in Automated Theorem *)
24
25 (*           : [WM88]  Wos & McCune (1988), Challenge Problems Focusing on Eq *)
26
27 (*           : [MW88]  McCune & Wos (1988), Some Fixed Point Problems in Comb *)
28
29 (*           : [Wos93] Wos (1993), The Kernel Strategy and Its Use for the St *)
30
31 (*  Source   : [MW88] *)
32
33 (*  Names    : - [MW88] *)
34
35 (*           : Question 5 [Wos93] *)
36
37 (*  Status   : Unsatisfiable *)
38
39 (*  Rating   : 0.67 v3.4.0, 0.75 v3.3.0, 0.86 v3.1.0, 0.89 v2.7.0, 0.91 v2.6.0, 0.83 v2.5.0, 0.75 v2.4.0, 0.33 v2.2.1, 0.89 v2.2.0, 1.00 v2.0.0 *)
40
41 (*  Syntax   : Number of clauses     :    3 (   0 non-Horn;   3 unit;   1 RR) *)
42
43 (*             Number of atoms       :    3 (   3 equality) *)
44
45 (*             Maximal clause size   :    1 (   1 average) *)
46
47 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
48
49 (*             Number of functors    :    4 (   2 constant; 0-2 arity) *)
50
51 (*             Number of variables   :    6 (   0 singleton) *)
52
53 (*             Maximal term depth    :    4 (   3 average) *)
54
55 (*  Comments :  *)
56
57 (* -------------------------------------------------------------------------- *)
58 ntheorem prove_fixed_point:
59  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
60 ∀apply:∀_:Univ.∀_:Univ.Univ.
61 ∀b:Univ.
62 ∀f:∀_:Univ.Univ.
63 ∀w1:Univ.
64 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (apply (apply w1 X) Y) (apply (apply Y X) X).
65 ∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).∃Y:Univ.eq Univ (apply Y (f Y)) (apply (f Y) (apply Y (f Y))))
66 .
67 #Univ ##.
68 #X ##.
69 #Y ##.
70 #Z ##.
71 #apply ##.
72 #b ##.
73 #f ##.
74 #w1 ##.
75 #H0 ##.
76 #H1 ##.
77 napply (ex_intro ? ? ? ?) ##[
78 ##2:
79 nauto by H0,H1 ##;
80 ##| ##skip ##]
81 ntry (nassumption) ##;
82 nqed.
83
84 (* -------------------------------------------------------------------------- *)