]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/GRP444-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / GRP444-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: GRP444-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : GRP444-1 : TPTP v3.7.0. Released v2.6.0. *)
8
9 (*  Domain   : Group Theory *)
10
11 (*  Problem  : Axiom for group theory, in product & inverse, part 3 *)
12
13 (*  Version  : [McC93] (equality) axioms. *)
14
15 (*  English  :  *)
16
17 (*  Refs     : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *)
18
19 (*  Source   : [TPTP] *)
20
21 (*  Names    :  *)
22
23 (*  Status   : Unsatisfiable *)
24
25 (*  Rating   : 0.22 v3.4.0, 0.25 v3.3.0, 0.21 v3.1.0, 0.22 v2.7.0, 0.27 v2.6.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    :    5 (   3 constant; 0-2 arity) *)
36
37 (*             Number of variables   :    4 (   0 singleton) *)
38
39 (*             Maximal term depth    :    8 (   4 average) *)
40
41 (*  Comments : A UEQ part of GRP062-1 *)
42
43 (* -------------------------------------------------------------------------- *)
44 ntheorem prove_these_axioms_3:
45  (∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.
46 ∀a3:Univ.
47 ∀b3:Univ.
48 ∀c3:Univ.
49 ∀inverse:∀_:Univ.Univ.
50 ∀multiply:∀_:Univ.∀_:Univ.Univ.
51 ∀H0:∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.eq Univ (inverse (multiply A (multiply B (multiply (multiply C (inverse C)) (inverse (multiply D (multiply A B))))))) D.eq Univ (multiply (multiply a3 b3) c3) (multiply a3 (multiply b3 c3)))
52 .
53 #Univ ##.
54 #A ##.
55 #B ##.
56 #C ##.
57 #D ##.
58 #a3 ##.
59 #b3 ##.
60 #c3 ##.
61 #inverse ##.
62 #multiply ##.
63 #H0 ##.
64 nauto by H0 ##;
65 ntry (nassumption) ##;
66 nqed.
67
68 (* -------------------------------------------------------------------------- *)