1 include "logic/equality.ma".
3 (* Inclusion of: GRP406-1.p *)
5 (* -------------------------------------------------------------------------- *)
7 (* File : GRP406-1 : TPTP v3.2.0. Released v2.6.0. *)
9 (* Domain : Group Theory *)
11 (* Problem : Axiom for group theory, in product & inverse, part 1 *)
13 (* Version : [McC93] (equality) axioms. *)
17 (* Refs : [Kun92] Kunen (1992), Single Axioms for Groups *)
19 (* : [McC93] McCune (1993), Single Axioms for Groups and Abelian Gr *)
25 (* Status : Unsatisfiable *)
27 (* Rating : 0.00 v2.6.0 *)
29 (* Syntax : Number of clauses : 2 ( 0 non-Horn; 2 unit; 1 RR) *)
31 (* Number of atoms : 2 ( 2 equality) *)
33 (* Maximal clause size : 1 ( 1 average) *)
35 (* Number of predicates : 1 ( 0 propositional; 2-2 arity) *)
37 (* Number of functors : 4 ( 2 constant; 0-2 arity) *)
39 (* Number of variables : 3 ( 0 singleton) *)
41 (* Maximal term depth : 8 ( 4 average) *)
43 (* Comments : A UEQ part of GRP050-1 *)
45 (* -------------------------------------------------------------------------- *)
46 ntheorem prove_these_axioms_1:
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 (inverse (multiply (inverse (multiply (inverse (multiply A B)) C)) (multiply (inverse B) (multiply (inverse B) B))))) C.eq Univ (multiply (inverse a1) a1) (multiply (inverse b1) b1)
66 (* -------------------------------------------------------------------------- *)