]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/GRP002-3.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / GRP002-3.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: GRP002-3.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : GRP002-3 : TPTP v3.7.0. Released v1.0.0. *)
8
9 (*  Domain   : Group Theory *)
10
11 (*  Problem  : Commutator equals identity in groups of order 3 *)
12
13 (*  Version  : [Ove90] (equality) axioms. *)
14
15 (*  English  : In a group, if (for all x) the cube of x is the identity  *)
16
17 (*             (i.e. a group of order 3), then the equation [[x,y],y]=  *)
18
19 (*             identity holds, where [x,y] is the product of x, y, the  *)
20
21 (*             inverse of x and the inverse of y (i.e. the commutator  *)
22
23 (*             of x and y). *)
24
25 (*  Refs     : [Ove93] Overbeek (1993), The CADE-11 Competitions: A Personal  *)
26
27 (*           : [LM93]  Lusk & McCune (1993), Uniform Strategies: The CADE-11  *)
28
29 (*           : [Zha93] Zhang (1993), Automated Proofs of Equality Problems in *)
30
31 (*           : [Ove90] Overbeek (1990), ATP competition announced at CADE-10 *)
32
33 (*           : [MOW76] McCharen et al. (1976), Problems and Experiments for a *)
34
35 (*  Source   : [Ove90] *)
36
37 (*  Names    : CADE-11 Competition Eq-1 [Ove90] *)
38
39 (*           : THEOREM EQ-1 [LM93] *)
40
41 (*           : PROBLEM 1 [Zha93] *)
42
43 (*           : comm.in [OTTER] *)
44
45 (*  Status   : Unsatisfiable *)
46
47 (*  Rating   : 0.11 v3.4.0, 0.12 v3.3.0, 0.00 v3.1.0, 0.11 v2.7.0, 0.00 v2.2.1, 0.33 v2.2.0, 0.43 v2.1.0, 0.25 v2.0.0 *)
48
49 (*  Syntax   : Number of clauses     :    6 (   0 non-Horn;   6 unit;   1 RR) *)
50
51 (*             Number of atoms       :    6 (   6 equality) *)
52
53 (*             Maximal clause size   :    1 (   1 average) *)
54
55 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
56
57 (*             Number of functors    :    6 (   3 constant; 0-2 arity) *)
58
59 (*             Number of variables   :    8 (   0 singleton) *)
60
61 (*             Maximal term depth    :    5 (   2 average) *)
62
63 (*  Comments : Uses an explicit formulation of the commutator. *)
64
65 (*           : Same axioms as [MOW76] (equality) axioms. *)
66
67 (* -------------------------------------------------------------------------- *)
68
69 (* ----Include group theory axioms *)
70
71 (* Inclusion of: Axioms/GRP004-0.ax *)
72
73 (* -------------------------------------------------------------------------- *)
74
75 (*  File     : GRP004-0 : TPTP v3.7.0. Released v1.0.0. *)
76
77 (*  Domain   : Group Theory *)
78
79 (*  Axioms   : Group theory (equality) axioms *)
80
81 (*  Version  : [MOW76] (equality) axioms :  *)
82
83 (*             Reduced > Complete. *)
84
85 (*  English  :  *)
86
87 (*  Refs     : [MOW76] McCharen et al. (1976), Problems and Experiments for a *)
88
89 (*           : [Wos88] Wos (1988), Automated Reasoning - 33 Basic Research Pr *)
90
91 (*  Source   : [ANL] *)
92
93 (*  Names    :  *)
94
95 (*  Status   :  *)
96
97 (*  Syntax   : Number of clauses    :    3 (   0 non-Horn;   3 unit;   0 RR) *)
98
99 (*             Number of atoms      :    3 (   3 equality) *)
100
101 (*             Maximal clause size  :    1 (   1 average) *)
102
103 (*             Number of predicates :    1 (   0 propositional; 2-2 arity) *)
104
105 (*             Number of functors   :    3 (   1 constant; 0-2 arity) *)
106
107 (*             Number of variables  :    5 (   0 singleton) *)
108
109 (*             Maximal term depth   :    3 (   2 average) *)
110
111 (*  Comments : [MOW76] also contains redundant right_identity and *)
112
113 (*             right_inverse axioms. *)
114
115 (*           : These axioms are also used in [Wos88] p.186, also with *)
116
117 (*             right_identity and right_inverse. *)
118
119 (* -------------------------------------------------------------------------- *)
120
121 (* ----For any x and y in the group x*y is also in the group. No clause  *)
122
123 (* ----is needed here since this is an instance of reflexivity  *)
124
125 (* ----There exists an identity element  *)
126
127 (* ----For any x in the group, there exists an element y such that x*y = y*x  *)
128
129 (* ----= identity. *)
130
131 (* ----The operation '*' is associative  *)
132
133 (* -------------------------------------------------------------------------- *)
134
135 (* -------------------------------------------------------------------------- *)
136
137 (* ----Definition of the commutator  *)
138 ntheorem prove_commutator:
139  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
140 ∀a:Univ.
141 ∀b:Univ.
142 ∀commutator:∀_:Univ.∀_:Univ.Univ.
143 ∀identity:Univ.
144 ∀inverse:∀_:Univ.Univ.
145 ∀multiply:∀_:Univ.∀_:Univ.Univ.
146 ∀H0:∀X:Univ.eq Univ (multiply X (multiply X X)) identity.
147 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (commutator X Y) (multiply X (multiply Y (multiply (inverse X) (inverse Y)))).
148 ∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (multiply (multiply X Y) Z) (multiply X (multiply Y Z)).
149 ∀H3:∀X:Univ.eq Univ (multiply (inverse X) X) identity.
150 ∀H4:∀X:Univ.eq Univ (multiply identity X) X.eq Univ (commutator (commutator a b) b) identity)
151 .
152 #Univ ##.
153 #X ##.
154 #Y ##.
155 #Z ##.
156 #a ##.
157 #b ##.
158 #commutator ##.
159 #identity ##.
160 #inverse ##.
161 #multiply ##.
162 #H0 ##.
163 #H1 ##.
164 #H2 ##.
165 #H3 ##.
166 #H4 ##.
167 nauto by H0,H1,H2,H3,H4 ##;
168 ntry (nassumption) ##;
169 nqed.
170
171 (* -------------------------------------------------------------------------- *)