]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/TPTP/Veloci/COL086-1.p.ma
matita 0.5.1 tagged
[helm.git] / matita / tests / TPTP / Veloci / COL086-1.p.ma
1
2 include "logic/equality.ma".
3 (* Inclusion of: COL086-1.p *)
4 (* -------------------------------------------------------------------------- *)
5 (*  File     : COL086-1 : TPTP v3.1.1. Released v2.6.0. *)
6 (*  Domain   : Combinatory Logic *)
7 (*  Problem  : Happy Birds, part 2 *)
8 (*  Version  : Especial. *)
9 (*  English  :  *)
10 (*  Refs     : [Smu85] Smullyan (1978), To Mock a Mocking Bird and Other Logi *)
11 (*  Source   : [TPTP] *)
12 (*  Names    :  *)
13 (*  Status   : Unsatisfiable *)
14 (*  Rating   : 0.00 v2.6.0 *)
15 (*  Syntax   : Number of clauses     :    2 (   0 non-Horn;   2 unit;   2 RR) *)
16 (*             Number of atoms       :    2 (   2 equality) *)
17 (*             Maximal clause size   :    1 (   1 average) *)
18 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
19 (*             Number of functors    :    3 (   2 constant; 0-2 arity) *)
20 (*             Number of variables   :    2 (   2 singleton) *)
21 (*             Maximal term depth    :    2 (   2 average) *)
22 (*  Comments : A UEQ part of COL055-1 *)
23 (* -------------------------------------------------------------------------- *)
24 theorem prove_happiness_2:
25  \forall Univ:Set.
26 \forall a:Univ.
27 \forall b:Univ.
28 \forall response:\forall _:Univ.\forall _:Univ.Univ.
29 \forall H0:eq Univ (response a b) b.\exist A:Univ.\exist B:Univ.eq Univ (response a B) A
30 .
31 intros.
32 exists[
33 2:
34 exists[
35 2:
36 autobatch paramodulation timeout=100;
37 try assumption.
38 |
39 skip]
40 |
41 skip]
42 print proofterm.
43 qed.
44 (* -------------------------------------------------------------------------- *)