]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/COL011-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / COL011-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: COL011-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : COL011-1 : TPTP v3.7.0. Released v1.0.0. *)
8
9 (*  Domain   : Combinatory Logic *)
10
11 (*  Problem  : Weak fixed point for O and Q1 *)
12
13 (*  Version  : [WM88] (equality) axioms. *)
14
15 (*  English  : The weak fixed point property holds for the set P consisting  *)
16
17 (*             of the combinators O and Q1, where (Ox)y = y(xy), ((Q1x)y)z  *)
18
19 (*             = x(zy). *)
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 (*  Source   : [MW88] *)
30
31 (*  Names    : - [MW88] *)
32
33 (*  Status   : Unsatisfiable *)
34
35 (*  Rating   : 0.22 v3.4.0, 0.25 v3.3.0, 0.36 v3.1.0, 0.67 v2.7.0, 0.36 v2.6.0, 0.33 v2.5.0, 0.25 v2.4.0, 0.00 v2.2.1, 0.33 v2.2.0, 0.14 v2.1.0, 0.62 v2.0.0 *)
36
37 (*  Syntax   : Number of clauses     :    3 (   0 non-Horn;   3 unit;   1 RR) *)
38
39 (*             Number of atoms       :    3 (   3 equality) *)
40
41 (*             Maximal clause size   :    1 (   1 average) *)
42
43 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
44
45 (*             Number of functors    :    4 (   3 constant; 0-2 arity) *)
46
47 (*             Number of variables   :    6 (   0 singleton) *)
48
49 (*             Maximal term depth    :    4 (   3 average) *)
50
51 (*  Comments :  *)
52
53 (* -------------------------------------------------------------------------- *)
54 ntheorem prove_fixed_point:
55  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
56 ∀apply:∀_:Univ.∀_:Univ.Univ.
57 ∀combinator:Univ.
58 ∀o:Univ.
59 ∀q1:Univ.
60 ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply q1 X) Y) Z) (apply X (apply Z Y)).
61 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (apply (apply o X) Y) (apply Y (apply X Y)).∃Y:Univ.eq Univ Y (apply combinator Y))
62 .
63 #Univ ##.
64 #X ##.
65 #Y ##.
66 #Z ##.
67 #apply ##.
68 #combinator ##.
69 #o ##.
70 #q1 ##.
71 #H0 ##.
72 #H1 ##.
73 napply (ex_intro ? ? ? ?) ##[
74 ##2:
75 nauto by H0,H1 ##;
76 ##| ##skip ##]
77 ntry (nassumption) ##;
78 nqed.
79
80 (* -------------------------------------------------------------------------- *)