]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/SYN080-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / SYN080-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: SYN080-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : SYN080-1 : TPTP v3.7.0. Released v1.0.0. *)
8
9 (*  Domain   : Syntactic *)
10
11 (*  Problem  : Pelletier Problem 58 *)
12
13 (*  Version  : Especial. *)
14
15 (*  English  :  *)
16
17 (*  Refs     : [Pel86] Pelletier (1986), Seventy-five Problems for Testing Au *)
18
19 (*  Source   : [Pel86] *)
20
21 (*  Names    : Pelletier 58 [Pel86] *)
22
23 (*  Status   : Unsatisfiable *)
24
25 (*  Rating   : 0.00 v3.4.0, 0.12 v3.3.0, 0.00 v2.0.0 *)
26
27 (*  Syntax   : Number of clauses     :    2 (   0 non-Horn;   2 unit;   1 RR) *)
28
29 (*             Number of atoms       :    2 (   2 equality) *)
30
31 (*             Maximal clause size   :    1 (   1 average) *)
32
33 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
34
35 (*             Number of functors    :    4 (   2 constant; 0-1 arity) *)
36
37 (*             Number of variables   :    2 (   2 singleton) *)
38
39 (*             Maximal term depth    :    3 (   2 average) *)
40
41 (*  Comments :  *)
42
43 (* -------------------------------------------------------------------------- *)
44 ntheorem prove_this:
45  (∀Univ:Type.∀X:Univ.∀Y:Univ.
46 ∀a:Univ.
47 ∀b:Univ.
48 ∀f:∀_:Univ.Univ.
49 ∀g:∀_:Univ.Univ.
50 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (f X) (g Y).eq Univ (f (f a)) (f (g b)))
51 .
52 #Univ ##.
53 #X ##.
54 #Y ##.
55 #a ##.
56 #b ##.
57 #f ##.
58 #g ##.
59 #H0 ##.
60 nauto by H0 ##;
61 ntry (nassumption) ##;
62 nqed.
63
64 (* -------------------------------------------------------------------------- *)