]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/ng_TPTP/GRP482-1.ma
-ng implemented
[helm.git] / helm / software / matita / contribs / ng_TPTP / GRP482-1.ma
1 include "logic/equality.ma".
2
3 (* Inclusion of: GRP482-1.p *)
4
5 (* -------------------------------------------------------------------------- *)
6
7 (*  File     : GRP482-1 : TPTP v3.2.0. Released v2.6.0. *)
8
9 (*  Domain   : Group Theory *)
10
11 (*  Problem  : Axiom for group theory, in double division and identity, part 2 *)
12
13 (*  Version  : [McC93] (equality) axioms. *)
14
15 (*  English  :  *)
16
17 (*  Refs     : [Neu86] Neumann (1986), Yet Another Single Law for Groups *)
18
19 (*           : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *)
20
21 (*  Source   : [TPTP] *)
22
23 (*  Names    :  *)
24
25 (*  Status   : Unsatisfiable *)
26
27 (*  Rating   : 0.00 v2.6.0 *)
28
29 (*  Syntax   : Number of clauses     :    5 (   0 non-Horn;   5 unit;   1 RR) *)
30
31 (*             Number of atoms       :    5 (   5 equality) *)
32
33 (*             Maximal clause size   :    1 (   1 average) *)
34
35 (*             Number of predicates  :    1 (   0 propositional; 2-2 arity) *)
36
37 (*             Number of functors    :    5 (   2 constant; 0-2 arity) *)
38
39 (*             Number of variables   :    8 (   0 singleton) *)
40
41 (*             Maximal term depth    :    7 (   2 average) *)
42
43 (*  Comments : A UEQ part of GRP075-1 *)
44
45 (* -------------------------------------------------------------------------- *)
46 ntheorem prove_these_axioms_2:
47  ∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.
48 ∀a2:Univ.
49 ∀double_divide:∀_:Univ.∀_:Univ.Univ.
50 ∀identity:Univ.
51 ∀inverse:∀_:Univ.Univ.
52 ∀multiply:∀_:Univ.∀_:Univ.Univ.
53 ∀H0:∀A:Univ.eq Univ identity (double_divide A (inverse A)).
54 ∀H1:∀A:Univ.eq Univ (inverse A) (double_divide A identity).
55 ∀H2:∀A:Univ.∀B:Univ.eq Univ (multiply A B) (double_divide (double_divide B A) identity).
56 ∀H3:∀A:Univ.∀B:Univ.∀C:Univ.∀D:Univ.eq Univ (double_divide (double_divide (double_divide A (double_divide B identity)) (double_divide (double_divide C (double_divide D (double_divide D identity))) (double_divide A identity))) B) C.eq Univ (multiply identity a2) a2
57 .
58 #Univ.
59 #A.
60 #B.
61 #C.
62 #D.
63 #a2.
64 #double_divide.
65 #identity.
66 #inverse.
67 #multiply.
68 #H0.
69 #H1.
70 #H2.
71 #H3.
72 nauto by H0,H1,H2,H3;
73 nqed.
74
75 (* -------------------------------------------------------------------------- *)