]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/GRP548-1.ma
c5c404e8c9deb6fdaf90f6d6ba11027028ff366c
[helm.git] / helm / software / matita / contribs / ng_TPTP / GRP548-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: GRP548-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : GRP548-1 : TPTP v3.2.0. Bugfixed v2.7.0. *)
8
9 (*  Domain   : Group Theory (Abelian) *)
10
11 (*  Problem  : Axiom for Abelian group theory, in division and identity, 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 v2.7.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    :    6 (   3 constant; 0-2 arity) *)
36
37 (*             Number of variables   :    7 (   0 singleton) *)
38
39 (*             Maximal term depth    :    4 (   2 average) *)
40
41 (*  Comments : A UEQ part of GRP094-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 ∀divide:∀_:Univ.∀_:Univ.Univ.
51 ∀identity:Univ.
52 ∀inverse:∀_:Univ.Univ.
53 ∀multiply:∀_:Univ.∀_:Univ.Univ.
54 ∀H0:∀A:Univ.eq Univ identity (divide A A).
55 ∀H1:∀A:Univ.eq Univ (inverse A) (divide identity A).
56 ∀H2:∀A:Univ.∀B:Univ.eq Univ (multiply A B) (divide A (divide identity B)).
57 ∀H3:∀A:Univ.∀B:Univ.∀C:Univ.eq Univ (divide (divide identity (divide A B)) (divide (divide B C) A)) C.eq Univ (multiply a b) (multiply b a)
58 .
59 #Univ.
60 #A.
61 #B.
62 #C.
63 #a.
64 #b.
65 #divide.
66 #identity.
67 #inverse.
68 #multiply.
69 #H0.
70 #H1.
71 #H2.
72 #H3.
73 nauto by H0,H1,H2,H3;
74 nqed.
75
76 (* -------------------------------------------------------------------------- *)