1 include "logic/equality.ma".
3 (* Inclusion of: GRP516-1.p *)
5 (* -------------------------------------------------------------------------- *)
7 (* File : GRP516-1 : TPTP v3.7.0. Bugfixed v2.7.0. *)
9 (* Domain : Group Theory (Abelian) *)
11 (* Problem : Axiom for Abelian group theory, in product and inverse, part 4 *)
13 (* Version : [McC93] (equality) axioms. *)
17 (* Refs : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *)
23 (* Status : Unsatisfiable *)
25 (* Rating : 0.11 v3.4.0, 0.12 v3.3.0, 0.00 v2.7.0 *)
27 (* Syntax : Number of clauses : 2 ( 0 non-Horn; 2 unit; 1 RR) *)
29 (* Number of atoms : 2 ( 2 equality) *)
31 (* Maximal clause size : 1 ( 1 average) *)
33 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
35 (* Number of functors : 4 ( 2 constant; 0-2 arity) *)
37 (* Number of variables : 3 ( 0 singleton) *)
39 (* Maximal term depth : 5 ( 2 average) *)
41 (* Comments : A UEQ part of GRP086-1 *)
43 (* Bugfixes : v2.7.0 - Grounded conjecture *)
45 (* -------------------------------------------------------------------------- *)
46 ntheorem prove_these_axioms_4:
47 (∀Univ:Type.∀A:Univ.∀B:Univ.∀C:Univ.
50 ∀inverse:∀_:Univ.Univ.
51 ∀multiply:∀_:Univ.∀_:Univ.Univ.
52 ∀H0:∀A:Univ.∀B:Univ.∀C:Univ.eq Univ (multiply A (multiply (multiply B C) (inverse (multiply A C)))) B.eq Univ (multiply a b) (multiply b a))
64 ntry (nassumption) ##;
67 (* -------------------------------------------------------------------------- *)