]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/GRP520-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / GRP520-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: GRP520-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : GRP520-1 : TPTP v3.7.0. Bugfixed v2.7.0. *)
8
9 (*  Domain   : Group Theory (Abelian) *)
10
11 (*  Problem  : Axiom for Abelian group theory, in product and inverse, part 4 *)
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.00 v3.4.0, 0.12 v3.3.0, 0.00 v2.7.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-2 arity) *)
36
37 (*             Number of variables   :    3 (   0 singleton) *)
38
39 (*             Maximal term depth    :    6 (   3 average) *)
40
41 (*  Comments : A UEQ part of GRP087-1 *)
42
43 (*  Bugfixes : v2.7.0 - Grounded conjecture *)
44
45 (* -------------------------------------------------------------------------- *)
46 ntheorem prove_these_axioms_4:
47  (∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.
48 ∀a:Univ.
49 ∀b:Univ.
50 ∀inverse:∀_:Univ.Univ.
51 ∀multiply:∀_:Univ.∀_:Univ.Univ.
52 ∀H0:∀A:Univ.∀B:Univ.∀C:Univ.eq Univ (multiply A (multiply (multiply (inverse (multiply A B)) C) B)) C.eq Univ (multiply a b) (multiply b a))
53 .
54 #Univ ##.
55 #A ##.
56 #B ##.
57 #C ##.
58 #a ##.
59 #b ##.
60 #inverse ##.
61 #multiply ##.
62 #H0 ##.
63 nauto by H0 ##;
64 ntry (nassumption) ##;
65 nqed.
66
67 (* -------------------------------------------------------------------------- *)