]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/TPTP/HEQ/COL043-2.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / TPTP / HEQ / COL043-2.ma
1 set "baseuri" "cic:/matita/TPTP/COL043-2".
2 include "logic/equality.ma".
3
4 (* Inclusion of: COL043-2.p *)
5
6 (* -------------------------------------------------------------------------- *)
7
8 (*  File     : COL043-2 : TPTP v3.2.0. Bugfixed v2.3.0. *)
9
10 (*  Domain   : Combinatory Logic *)
11
12 (*  Problem  : Strong fixed point for B and H *)
13
14 (*  Version  : [WM88] (equality) axioms : Augmented > Especial. *)
15
16 (*             Theorem formulation : The fixed point is provided and checked. *)
17
18 (*  English  : The strong fixed point property holds for the set  *)
19
20 (*             P consisting of the combinators B and H, where ((Bx)y)z  *)
21
22 (*             = x(yz), ((Hx)y)z = ((xy)z)y. *)
23
24 (*  Refs     : [WM88]  Wos & McCune (1988), Challenge Problems Focusing on Eq *)
25
26 (*           : [Wos93] Wos (1993), The Kernel Strategy and Its Use for the St *)
27
28 (*  Source   : [TPTP] *)
29
30 (*  Names    : - [Wos93] *)
31
32 (*  Status   : Unsatisfiable *)
33
34 (*  Rating   : 0.57 v3.2.0, 0.43 v3.1.0, 0.56 v2.7.0, 0.33 v2.6.0, 0.43 v2.5.0, 0.40 v2.4.0, 1.00 v2.3.0 *)
35
36 (*  Syntax   : Number of clauses     :    4 (   0 non-Horn;   3 unit;   2 RR) *)
37
38 (*             Number of atoms       :    5 (   3 equality) *)
39
40 (*             Maximal clause size   :    2 (   1 average) *)
41
42 (*             Number of predicates  :    2 (   0 propositional; 1-2 arity) *)
43
44 (*             Number of functors    :    4 (   3 constant; 0-2 arity) *)
45
46 (*             Number of variables   :    7 (   0 singleton) *)
47
48 (*             Maximal term depth    :   11 (   4 average) *)
49
50 (*  Comments :  *)
51
52 (*  Bugfixes : v2.3.0 - Clause prove_strong_fixed_point fixed. *)
53
54 (* -------------------------------------------------------------------------- *)
55 theorem prove_strong_fixed_point:
56  ∀Univ:Set.∀Strong_fixed_point:Univ.∀X:Univ.∀Y:Univ.∀Z:Univ.∀apply:∀_:Univ.∀_:Univ.Univ.∀b:Univ.∀fixed_point:∀_:Univ.Prop.∀fixed_pt:Univ.∀h:Univ.∀H0:∀Strong_fixed_point:Univ.∀_:eq Univ (apply Strong_fixed_point fixed_pt) (apply fixed_pt (apply Strong_fixed_point fixed_pt)).fixed_point Strong_fixed_point.∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply h X) Y) Z) (apply (apply (apply X Y) Z) Y).∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).fixed_point (apply (apply b (apply (apply b (apply (apply h (apply (apply b (apply (apply b h) (apply b b))) (apply h (apply (apply b h) (apply b b))))) h)) b)) b)
57 .
58 intros.
59 autobatch depth=5 width=5 size=20 timeout=10;
60 try assumption.
61 print proofterm.
62 qed.
63
64 (* -------------------------------------------------------------------------- *)