]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/COL025-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / COL025-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: COL025-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : COL025-1 : TPTP v3.7.0. Released v1.0.0. *)
8
9 (*  Domain   : Combinatory Logic *)
10
11 (*  Problem  : Weak fixed point for B and W *)
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 B and W, where ((Bx)y)z = x(yz), (Wx)y  *)
18
19 (*             = (xy)y. *)
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    : stage1.in & stage2.in [OTTER] *)
32
33 (*           : - [MW88] *)
34
35 (*  Status   : Unsatisfiable *)
36
37 (*  Rating   : 0.00 v2.0.0 *)
38
39 (*  Syntax   : Number of clauses     :    3 (   0 non-Horn;   3 unit;   1 RR) *)
40
41 (*             Number of atoms       :    3 (   3 equality) *)
42
43 (*             Maximal clause size   :    1 (   1 average) *)
44
45 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
46
47 (*             Number of functors    :    4 (   3 constant; 0-2 arity) *)
48
49 (*             Number of variables   :    6 (   0 singleton) *)
50
51 (*             Maximal term depth    :    4 (   3 average) *)
52
53 (*  Comments :  *)
54
55 (* -------------------------------------------------------------------------- *)
56 ntheorem prove_fixed_point:
57  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
58 ∀apply:∀_:Univ.∀_:Univ.Univ.
59 ∀b:Univ.
60 ∀combinator:Univ.
61 ∀w:Univ.
62 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (apply (apply w X) Y) (apply (apply X Y) Y).
63 ∀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 Y (apply combinator Y))
64 .
65 #Univ ##.
66 #X ##.
67 #Y ##.
68 #Z ##.
69 #apply ##.
70 #b ##.
71 #combinator ##.
72 #w ##.
73 #H0 ##.
74 #H1 ##.
75 napply (ex_intro ? ? ? ?) ##[
76 ##2:
77 nauto by H0,H1 ##;
78 ##| ##skip ##]
79 ntry (nassumption) ##;
80 nqed.
81
82 (* -------------------------------------------------------------------------- *)