]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/RNG027-8.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / RNG027-8.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: RNG027-8.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : RNG027-8 : TPTP v3.7.0. Released v1.0.0. *)
8
9 (*  Domain   : Ring Theory (Alternative) *)
10
11 (*  Problem  : Right Moufang identity *)
12
13 (*  Version  : [Ste87] (equality) axioms. *)
14
15 (*             Theorem formulation : Associators. *)
16
17 (*  English  :  *)
18
19 (*  Refs     : [Ste87] Stevens (1987), Some Experiments in Nonassociative Rin *)
20
21 (*           : [Ste88] Stevens (1988), Challenge Problems from Nonassociative *)
22
23 (*  Source   : [Ste87] *)
24
25 (*  Names    : m1' [Ste87] *)
26
27 (*  Status   : Unsatisfiable *)
28
29 (*  Rating   : 0.78 v3.4.0, 0.75 v3.3.0, 0.86 v3.1.0, 0.89 v2.7.0, 0.91 v2.6.0, 0.83 v2.5.0, 0.75 v2.4.0, 0.67 v2.2.1, 1.00 v2.0.0 *)
30
31 (*  Syntax   : Number of clauses     :   16 (   0 non-Horn;  16 unit;   1 RR) *)
32
33 (*             Number of atoms       :   16 (  16 equality) *)
34
35 (*             Maximal clause size   :    1 (   1 average) *)
36
37 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
38
39 (*             Number of functors    :    9 (   4 constant; 0-3 arity) *)
40
41 (*             Number of variables   :   27 (   2 singleton) *)
42
43 (*             Maximal term depth    :    5 (   2 average) *)
44
45 (*  Comments : [Ste88] presents a slightly different set of axioms for proving *)
46
47 (*             this ntheorem. The axioms are so similar to those in RNG004.ax *)
48
49 (*             that a separate problems has not been created. *)
50
51 (* -------------------------------------------------------------------------- *)
52
53 (* ----Include nonassociative ring axioms  *)
54
55 (* Inclusion of: Axioms/RNG003-0.ax *)
56
57 (* -------------------------------------------------------------------------- *)
58
59 (*  File     : RNG003-0 : TPTP v3.7.0. Released v1.0.0. *)
60
61 (*  Domain   : Ring Theory (Alternative) *)
62
63 (*  Axioms   : Alternative ring theory (equality) axioms *)
64
65 (*  Version  : [Ste87] (equality) axioms. *)
66
67 (*  English  :  *)
68
69 (*  Refs     : [Ste87] Stevens (1987), Some Experiments in Nonassociative Rin *)
70
71 (*  Source   : [Ste87] *)
72
73 (*  Names    :  *)
74
75 (*  Status   :  *)
76
77 (*  Syntax   : Number of clauses    :   15 (   0 non-Horn;  15 unit;   0 RR) *)
78
79 (*             Number of atoms      :   15 (  15 equality) *)
80
81 (*             Maximal clause size  :    1 (   1 average) *)
82
83 (*             Number of predicates :    1 (   0 propositional; 2-2 arity) *)
84
85 (*             Number of functors   :    6 (   1 constant; 0-3 arity) *)
86
87 (*             Number of variables  :   27 (   2 singleton) *)
88
89 (*             Maximal term depth   :    5 (   2 average) *)
90
91 (*  Comments :  *)
92
93 (* -------------------------------------------------------------------------- *)
94
95 (* ----There exists an additive identity element  *)
96
97 (* ----Multiplicative zero  *)
98
99 (* ----Existence of left additive additive_inverse  *)
100
101 (* ----Inverse of additive_inverse of X is X  *)
102
103 (* ----Distributive property of product over sum  *)
104
105 (* ----Commutativity for addition  *)
106
107 (* ----Associativity for addition  *)
108
109 (* ----Right alternative law  *)
110
111 (* ----Left alternative law  *)
112
113 (* ----Associator  *)
114
115 (* ----Commutator  *)
116
117 (* -------------------------------------------------------------------------- *)
118
119 (* -------------------------------------------------------------------------- *)
120 ntheorem prove_right_moufang:
121  (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
122 ∀add:∀_:Univ.∀_:Univ.Univ.
123 ∀additive_identity:Univ.
124 ∀additive_inverse:∀_:Univ.Univ.
125 ∀associator:∀_:Univ.∀_:Univ.∀_:Univ.Univ.
126 ∀commutator:∀_:Univ.∀_:Univ.Univ.
127 ∀multiply:∀_:Univ.∀_:Univ.Univ.
128 ∀x:Univ.
129 ∀y:Univ.
130 ∀z:Univ.
131 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (commutator X Y) (add (multiply Y X) (additive_inverse (multiply X Y))).
132 ∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (associator X Y Z) (add (multiply (multiply X Y) Z) (additive_inverse (multiply X (multiply Y Z)))).
133 ∀H2:∀X:Univ.∀Y:Univ.eq Univ (multiply (multiply X X) Y) (multiply X (multiply X Y)).
134 ∀H3:∀X:Univ.∀Y:Univ.eq Univ (multiply (multiply X Y) Y) (multiply X (multiply Y Y)).
135 ∀H4:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (add X (add Y Z)) (add (add X Y) Z).
136 ∀H5:∀X:Univ.∀Y:Univ.eq Univ (add X Y) (add Y X).
137 ∀H6:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (multiply (add X Y) Z) (add (multiply X Z) (multiply Y Z)).
138 ∀H7:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (multiply X (add Y Z)) (add (multiply X Y) (multiply X Z)).
139 ∀H8:∀X:Univ.eq Univ (additive_inverse (additive_inverse X)) X.
140 ∀H9:∀X:Univ.eq Univ (add X (additive_inverse X)) additive_identity.
141 ∀H10:∀X:Univ.eq Univ (add (additive_inverse X) X) additive_identity.
142 ∀H11:∀X:Univ.eq Univ (multiply X additive_identity) additive_identity.
143 ∀H12:∀X:Univ.eq Univ (multiply additive_identity X) additive_identity.
144 ∀H13:∀X:Univ.eq Univ (add X additive_identity) X.
145 ∀H14:∀X:Univ.eq Univ (add additive_identity X) X.eq Univ (associator x (multiply x y) z) (multiply (associator x y z) x))
146 .
147 #Univ ##.
148 #X ##.
149 #Y ##.
150 #Z ##.
151 #add ##.
152 #additive_identity ##.
153 #additive_inverse ##.
154 #associator ##.
155 #commutator ##.
156 #multiply ##.
157 #x ##.
158 #y ##.
159 #z ##.
160 #H0 ##.
161 #H1 ##.
162 #H2 ##.
163 #H3 ##.
164 #H4 ##.
165 #H5 ##.
166 #H6 ##.
167 #H7 ##.
168 #H8 ##.
169 #H9 ##.
170 #H10 ##.
171 #H11 ##.
172 #H12 ##.
173 #H13 ##.
174 #H14 ##.
175 nauto by H0,H1,H2,H3,H4,H5,H6,H7,H8,H9,H10,H11,H12,H13,H14 ##;
176 ntry (nassumption) ##;
177 nqed.
178
179 (* -------------------------------------------------------------------------- *)