]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/GRP578-1.ma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / ng_TPTP / GRP578-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: GRP578-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : GRP578-1 : TPTP v3.7.0. Released v2.6.0. *)
8
9 (*  Domain   : Group Theory (Abelian) *)
10
11 (*  Problem  : Axiom for Abelian group theory, in double div and id, part 2 *)
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 v2.6.0 *)
26
27 (*  Syntax   : Number of clauses     :    5 (   0 non-Horn;   5 unit;   1 RR) *)
28
29 (*             Number of atoms       :    5 (   5 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 (   2 constant; 0-2 arity) *)
36
37 (*             Number of variables   :    7 (   0 singleton) *)
38
39 (*             Maximal term depth    :    6 (   2 average) *)
40
41 (*  Comments : A UEQ part of GRP102-1 *)
42
43 (* -------------------------------------------------------------------------- *)
44 ntheorem prove_these_axioms_2:
45  (∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.
46 ∀a2:Univ.
47 ∀double_divide:∀_:Univ.∀_:Univ.Univ.
48 ∀identity:Univ.
49 ∀inverse:∀_:Univ.Univ.
50 ∀multiply:∀_:Univ.∀_:Univ.Univ.
51 ∀H0:∀A:Univ.eq Univ identity (double_divide A (inverse A)).
52 ∀H1:∀A:Univ.eq Univ (inverse A) (double_divide A identity).
53 ∀H2:∀A:Univ.∀B:Univ.eq Univ (multiply A B) (double_divide (double_divide B A) identity).
54 ∀H3:∀A:Univ.∀B:Univ.∀C:Univ.eq Univ (double_divide (double_divide A (double_divide (double_divide (double_divide B A) C) (double_divide B identity))) (double_divide identity identity)) C.eq Univ (multiply identity a2) a2)
55 .
56 #Univ ##.
57 #A ##.
58 #B ##.
59 #C ##.
60 #a2 ##.
61 #double_divide ##.
62 #identity ##.
63 #inverse ##.
64 #multiply ##.
65 #H0 ##.
66 #H1 ##.
67 #H2 ##.
68 #H3 ##.
69 nauto by H0,H1,H2,H3 ##;
70 ntry (nassumption) ##;
71 nqed.
72
73 (* -------------------------------------------------------------------------- *)