]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/TPTP/Veloci/COL012-1.p.ma
tagged 0.5.0-rc1
[helm.git] / matita / tests / TPTP / Veloci / COL012-1.p.ma
1
2 include "logic/equality.ma".
3 (* Inclusion of: COL012-1.p *)
4 (* -------------------------------------------------------------------------- *)
5 (*  File     : COL012-1 : TPTP v3.1.1. Released v1.0.0. *)
6 (*  Domain   : Combinatory Logic *)
7 (*  Problem  : Weak fixed point for U *)
8 (*  Version  : [WM88] (equality) axioms. *)
9 (*  English  : The weak fixed point property holds for the set P consisting  *)
10 (*             of the combinator U, where (Ux)y = y((xx)y). *)
11 (*  Refs     : [Smu85] Smullyan (1978), To Mock a Mocking Bird and Other Logi *)
12 (*           : [MW87]  McCune & Wos (1987), A Case Study in Automated Theorem *)
13 (*           : [WM88]  Wos & McCune (1988), Challenge Problems Focusing on Eq *)
14 (*           : [MW88]  McCune & Wos (1988), Some Fixed Point Problems in Comb *)
15 (*  Source   : [MW88] *)
16 (*  Names    : - [MW88] *)
17 (*  Status   : Unsatisfiable *)
18 (*  Rating   : 0.00 v2.0.0 *)
19 (*  Syntax   : Number of clauses     :    2 (   0 non-Horn;   2 unit;   1 RR) *)
20 (*             Number of atoms       :    2 (   2 equality) *)
21 (*             Maximal clause size   :    1 (   1 average) *)
22 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
23 (*             Number of functors    :    3 (   2 constant; 0-2 arity) *)
24 (*             Number of variables   :    3 (   0 singleton) *)
25 (*             Maximal term depth    :    4 (   2 average) *)
26 (*  Comments :  *)
27 (* -------------------------------------------------------------------------- *)
28 theorem prove_fixed_point:
29  \forall Univ:Set.
30 \forall apply:\forall _:Univ.\forall _:Univ.Univ.
31 \forall combinator:Univ.
32 \forall u:Univ.
33 \forall H0:\forall X:Univ.\forall Y:Univ.eq Univ (apply (apply u X) Y) (apply Y (apply (apply X X) Y)).\exist Y:Univ.eq Univ Y (apply combinator Y)
34 .
35 intros.
36 exists[
37 2:
38 autobatch paramodulation timeout=100;
39 try assumption.
40 |
41 skip]
42 print proofterm.
43 qed.
44 (* -------------------------------------------------------------------------- *)