TSTP Solution File: GRP113-1 by E---3.1.00

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1.00
% Problem  : GRP113-1 : TPTP v8.1.2. Released v1.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n010.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Sat May  4 07:48:53 EDT 2024

% Result   : Unsatisfiable 35.75s 4.98s
% Output   : CNFRefutation 35.75s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   37
%            Number of leaves      :   16
% Syntax   : Number of clauses     :  148 (  41 unt;  93 nHn; 119 RR)
%            Number of literals    :  368 ( 367 equ;  59 neg)
%            Maximal clause size   :    7 (   2 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   4 con; 0-2 aty)
%            Number of variables   :   42 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(associativity,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',associativity) ).

cnf(left_inverse,axiom,
    multiply(inverse(X1),X1) = identity,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',left_inverse) ).

cnf(left_identity,axiom,
    multiply(identity,X1) = X1,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',left_identity) ).

cnf(right_inverse,axiom,
    multiply(X1,inverse(X1)) = identity,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',right_inverse) ).

cnf(right_identity,axiom,
    multiply(X1,identity) = X1,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',right_identity) ).

cnf(all_of_group1,hypothesis,
    ( X1 = a
    | X1 = b
    | X1 = c
    | X1 = identity ),
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',all_of_group1) ).

cnf(a_not_identity,hypothesis,
    a != identity,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',a_not_identity) ).

cnf(b_not_identity,hypothesis,
    b != identity,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',b_not_identity) ).

cnf(c_not_identity,hypothesis,
    c != identity,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',c_not_identity) ).

cnf(a_not_c,hypothesis,
    a != c,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',a_not_c) ).

cnf(b_not_c,hypothesis,
    b != c,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',b_not_c) ).

cnf(a_not_b,hypothesis,
    a != b,
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',a_not_b) ).

cnf(condition_b,negated_conjecture,
    ( multiply(b,b) != c
    | multiply(b,multiply(b,b)) != a
    | multiply(b,multiply(b,multiply(b,b))) != identity ),
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',condition_b) ).

cnf(square_identity,negated_conjecture,
    ( multiply(a,a) != identity
    | multiply(b,b) != identity
    | multiply(c,c) != identity ),
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',square_identity) ).

cnf(condition_c,negated_conjecture,
    ( multiply(c,c) != a
    | multiply(c,multiply(c,c)) != b
    | multiply(c,multiply(c,multiply(c,c))) != identity ),
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',condition_c) ).

cnf(condition_a,negated_conjecture,
    ( multiply(a,a) != b
    | multiply(a,multiply(a,a)) != c
    | multiply(a,multiply(a,multiply(a,a))) != identity ),
    file('/export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p',condition_a) ).

cnf(c_0_16,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    associativity ).

cnf(c_0_17,axiom,
    multiply(inverse(X1),X1) = identity,
    left_inverse ).

cnf(c_0_18,axiom,
    multiply(identity,X1) = X1,
    left_identity ).

cnf(c_0_19,axiom,
    multiply(X1,inverse(X1)) = identity,
    right_inverse ).

cnf(c_0_20,plain,
    multiply(inverse(X1),multiply(X1,X2)) = X2,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_16,c_0_17]),c_0_18]) ).

cnf(c_0_21,axiom,
    multiply(X1,identity) = X1,
    right_identity ).

cnf(c_0_22,plain,
    inverse(identity) = identity,
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_23,hypothesis,
    ( X1 = a
    | X1 = b
    | X1 = c
    | X1 = identity ),
    all_of_group1 ).

cnf(c_0_24,plain,
    inverse(inverse(X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_17]),c_0_21]) ).

cnf(c_0_25,hypothesis,
    ( inverse(X1) = X1
    | X1 = c
    | X1 = b
    | X1 = a ),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_26,hypothesis,
    ( inverse(X1) = a
    | inverse(X1) = b
    | inverse(X1) = c
    | inverse(X1) = X1 ),
    inference(spm,[status(thm)],[c_0_24,c_0_25]) ).

cnf(c_0_27,hypothesis,
    ( X1 = c
    | X1 = b
    | X1 = a
    | X2 = c
    | X2 = b
    | X2 = a
    | X2 = X1 ),
    inference(spm,[status(thm)],[c_0_23,c_0_23]) ).

cnf(c_0_28,hypothesis,
    a != identity,
    inference(fof_simplification,[status(thm)],[a_not_identity]) ).

cnf(c_0_29,hypothesis,
    b != identity,
    inference(fof_simplification,[status(thm)],[b_not_identity]) ).

cnf(c_0_30,hypothesis,
    c != identity,
    inference(fof_simplification,[status(thm)],[c_not_identity]) ).

cnf(c_0_31,hypothesis,
    ( inverse(a) = c
    | inverse(a) = b
    | inverse(a) = a ),
    inference(er,[status(thm)],[inference(ef,[status(thm)],[c_0_26])]) ).

cnf(c_0_32,hypothesis,
    ( multiply(c,X1) = identity
    | inverse(X1) = a
    | inverse(X1) = b
    | inverse(X1) = X2
    | X2 = a
    | X2 = b
    | X2 = c ),
    inference(spm,[status(thm)],[c_0_17,c_0_27]) ).

cnf(c_0_33,hypothesis,
    a != identity,
    c_0_28 ).

cnf(c_0_34,hypothesis,
    b != identity,
    c_0_29 ).

cnf(c_0_35,hypothesis,
    c != identity,
    c_0_30 ).

cnf(c_0_36,plain,
    multiply(X1,multiply(X2,inverse(multiply(X1,X2)))) = identity,
    inference(spm,[status(thm)],[c_0_19,c_0_16]) ).

cnf(c_0_37,hypothesis,
    ( multiply(a,c) = identity
    | inverse(a) = a
    | inverse(a) = b ),
    inference(spm,[status(thm)],[c_0_19,c_0_31]) ).

cnf(c_0_38,hypothesis,
    ( multiply(c,X1) = identity
    | inverse(X1) = b
    | inverse(X1) = a
    | inverse(X1) = identity ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_22,c_0_32]),c_0_22]),c_0_22]),c_0_22]),c_0_33]),c_0_34]),c_0_35]) ).

cnf(c_0_39,plain,
    multiply(X1,inverse(multiply(X2,X1))) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_36]),c_0_21]) ).

cnf(c_0_40,hypothesis,
    ( multiply(X1,X2) = c
    | multiply(X1,X2) = b
    | multiply(X1,X2) = a
    | inverse(X1) = X2 ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_23]),c_0_21]) ).

cnf(c_0_41,hypothesis,
    a != c,
    inference(fof_simplification,[status(thm)],[a_not_c]) ).

cnf(c_0_42,hypothesis,
    b != c,
    inference(fof_simplification,[status(thm)],[b_not_c]) ).

cnf(c_0_43,hypothesis,
    ( inverse(b) = c
    | inverse(b) = b
    | inverse(b) = a ),
    inference(er,[status(thm)],[inference(ef,[status(thm)],[c_0_26])]) ).

cnf(c_0_44,hypothesis,
    ( multiply(a,c) = identity
    | multiply(b,a) = identity
    | inverse(a) = a ),
    inference(spm,[status(thm)],[c_0_17,c_0_37]) ).

cnf(c_0_45,hypothesis,
    ( multiply(c,inverse(X1)) = identity
    | X1 = a
    | X1 = b
    | identity = X1 ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_38]),c_0_24]),c_0_24]) ).

cnf(c_0_46,hypothesis,
    ( multiply(X1,inverse(c)) = inverse(X2)
    | multiply(X2,X1) = a
    | multiply(X2,X1) = b
    | inverse(X2) = X1 ),
    inference(spm,[status(thm)],[c_0_39,c_0_40]) ).

cnf(c_0_47,hypothesis,
    a != c,
    c_0_41 ).

cnf(c_0_48,hypothesis,
    b != c,
    c_0_42 ).

cnf(c_0_49,hypothesis,
    ( multiply(c,a) = identity
    | inverse(a) = a
    | inverse(a) = b ),
    inference(spm,[status(thm)],[c_0_17,c_0_31]) ).

cnf(c_0_50,hypothesis,
    ( multiply(b,c) = identity
    | inverse(b) = a
    | inverse(b) = b ),
    inference(spm,[status(thm)],[c_0_19,c_0_43]) ).

cnf(c_0_51,hypothesis,
    ( multiply(b,a) = identity
    | multiply(a,c) = identity
    | multiply(a,a) = identity ),
    inference(spm,[status(thm)],[c_0_19,c_0_44]) ).

cnf(c_0_52,hypothesis,
    ( multiply(X1,c) = b
    | multiply(X1,c) = a
    | inverse(X1) = c
    | inverse(X1) = identity ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_47]),c_0_48]),c_0_35]) ).

cnf(c_0_53,hypothesis,
    ( inverse(c) = c
    | inverse(c) = b
    | inverse(c) = a ),
    inference(er,[status(thm)],[inference(ef,[status(thm)],[c_0_26])]) ).

cnf(c_0_54,hypothesis,
    ( multiply(c,a) = identity
    | multiply(b,a) = identity
    | inverse(a) = a ),
    inference(spm,[status(thm)],[c_0_17,c_0_49]) ).

cnf(c_0_55,hypothesis,
    ( multiply(b,c) = identity
    | multiply(b,b) = identity
    | inverse(b) = a ),
    inference(spm,[status(thm)],[c_0_19,c_0_50]) ).

cnf(c_0_56,hypothesis,
    ( multiply(a,a) = identity
    | multiply(a,c) = identity
    | inverse(b) = a ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_51]),c_0_21]) ).

cnf(c_0_57,hypothesis,
    ( multiply(b,c) = a
    | multiply(b,c) = b
    | inverse(b) = c ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_52]),c_0_35]),c_0_34]),c_0_33]) ).

cnf(c_0_58,hypothesis,
    ( multiply(c,c) = identity
    | inverse(c) = a
    | inverse(c) = b ),
    inference(spm,[status(thm)],[c_0_19,c_0_53]) ).

cnf(c_0_59,hypothesis,
    ( multiply(b,a) = identity
    | multiply(c,a) = identity
    | multiply(a,a) = identity ),
    inference(spm,[status(thm)],[c_0_19,c_0_54]) ).

cnf(c_0_60,plain,
    multiply(inverse(multiply(X1,X2)),X1) = inverse(X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_39]),c_0_24]) ).

cnf(c_0_61,hypothesis,
    ( multiply(b,b) = identity
    | multiply(b,c) = identity
    | multiply(b,a) = identity ),
    inference(spm,[status(thm)],[c_0_19,c_0_55]) ).

cnf(c_0_62,hypothesis,
    a != b,
    inference(fof_simplification,[status(thm)],[a_not_b]) ).

cnf(c_0_63,hypothesis,
    ( multiply(b,c) = b
    | multiply(b,c) = a
    | multiply(a,c) = identity
    | multiply(a,a) = identity ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_57]),c_0_47]) ).

cnf(c_0_64,hypothesis,
    ( multiply(c,c) = identity
    | inverse(c) = a
    | inverse(b) = c ),
    inference(spm,[status(thm)],[c_0_24,c_0_58]) ).

cnf(c_0_65,hypothesis,
    ( multiply(a,a) = identity
    | multiply(b,a) = identity
    | inverse(c) = a ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_59]),c_0_21]) ).

cnf(c_0_66,hypothesis,
    ( multiply(b,a) = identity
    | multiply(b,b) = identity
    | inverse(c) = b ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_61]),c_0_22]),c_0_18]) ).

cnf(c_0_67,hypothesis,
    a != b,
    c_0_62 ).

cnf(c_0_68,hypothesis,
    ( multiply(a,a) = identity
    | multiply(a,c) = identity
    | multiply(b,c) = a ),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_63]),c_0_17]),c_0_35]) ).

cnf(c_0_69,hypothesis,
    ( multiply(c,c) = identity
    | multiply(a,c) = identity
    | inverse(b) = c ),
    inference(spm,[status(thm)],[c_0_17,c_0_64]) ).

cnf(c_0_70,hypothesis,
    ( multiply(b,b) = identity
    | multiply(b,a) = identity
    | multiply(a,a) = identity ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_66]),c_0_67]) ).

cnf(c_0_71,hypothesis,
    ( inverse(a) = a
    | inverse(a) = b
    | inverse(c) = a ),
    inference(spm,[status(thm)],[c_0_24,c_0_31]) ).

cnf(c_0_72,hypothesis,
    ( inverse(b) = a
    | inverse(b) = b
    | inverse(c) = b ),
    inference(spm,[status(thm)],[c_0_24,c_0_43]) ).

cnf(c_0_73,hypothesis,
    ( multiply(inverse(b),a) = c
    | multiply(a,c) = identity
    | multiply(a,a) = identity ),
    inference(spm,[status(thm)],[c_0_20,c_0_68]) ).

cnf(c_0_74,hypothesis,
    ( multiply(a,a) = identity
    | multiply(a,c) = identity
    | multiply(c,c) = identity ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_56]),c_0_47]) ).

cnf(c_0_75,hypothesis,
    ( multiply(a,a) = identity
    | multiply(b,a) = identity
    | inverse(b) = b ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_70]),c_0_21]) ).

cnf(c_0_76,hypothesis,
    ( inverse(b) = b
    | inverse(b) = a
    | inverse(a) = b
    | inverse(a) = a ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_71,c_0_72]),c_0_67]) ).

cnf(c_0_77,hypothesis,
    ( multiply(a,inverse(c)) = b
    | multiply(a,a) = identity
    | multiply(a,c) = identity ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_73]),c_0_24]) ).

cnf(c_0_78,hypothesis,
    ( multiply(a,c) = identity
    | multiply(a,a) = identity
    | inverse(c) = c ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_74]),c_0_21]) ).

cnf(c_0_79,hypothesis,
    ( multiply(b,c) = b
    | multiply(b,c) = a
    | multiply(b,a) = identity
    | multiply(a,a) = identity ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_75,c_0_57]),c_0_48]) ).

cnf(c_0_80,hypothesis,
    ( multiply(b,b) = identity
    | inverse(a) = a
    | inverse(a) = b
    | inverse(b) = a ),
    inference(spm,[status(thm)],[c_0_19,c_0_76]) ).

cnf(c_0_81,hypothesis,
    ( multiply(a,c) = identity
    | multiply(a,a) = identity
    | multiply(a,c) = b ),
    inference(spm,[status(thm)],[c_0_77,c_0_78]) ).

cnf(c_0_82,hypothesis,
    ( multiply(a,a) = identity
    | multiply(b,a) = identity
    | multiply(b,c) = a ),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_79]),c_0_17]),c_0_35]) ).

cnf(c_0_83,hypothesis,
    ( multiply(b,b) = identity
    | inverse(a) = a
    | inverse(a) = b ),
    inference(spm,[status(thm)],[c_0_24,c_0_80]) ).

cnf(c_0_84,hypothesis,
    ( multiply(a,c) = b
    | multiply(a,a) = identity
    | inverse(a) = c ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_81]),c_0_21]) ).

cnf(c_0_85,hypothesis,
    ( multiply(inverse(b),a) = c
    | multiply(b,a) = identity
    | multiply(a,a) = identity ),
    inference(spm,[status(thm)],[c_0_20,c_0_82]) ).

cnf(c_0_86,hypothesis,
    ( multiply(a,a) = identity
    | multiply(a,c) = b
    | multiply(b,b) = identity ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_83,c_0_84]),c_0_47]),c_0_48]) ).

cnf(c_0_87,hypothesis,
    ( multiply(a,a) = identity
    | multiply(b,a) = identity
    | multiply(b,a) = c ),
    inference(spm,[status(thm)],[c_0_85,c_0_75]) ).

cnf(c_0_88,hypothesis,
    ( multiply(a,c) = b
    | multiply(a,a) = identity
    | inverse(b) = b ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_86]),c_0_21]) ).

cnf(c_0_89,hypothesis,
    ( multiply(b,a) = c
    | multiply(a,a) = identity
    | inverse(b) = a ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_87]),c_0_21]) ).

cnf(c_0_90,hypothesis,
    ( multiply(a,inverse(c)) = b
    | multiply(a,a) = identity
    | multiply(b,a) = identity ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_85]),c_0_24]) ).

cnf(c_0_91,hypothesis,
    ( multiply(b,a) = c
    | multiply(a,a) = identity
    | multiply(a,c) = b ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_88,c_0_89]),c_0_67]) ).

cnf(c_0_92,hypothesis,
    ( multiply(b,a) = identity
    | multiply(a,a) = identity
    | multiply(a,a) = b ),
    inference(spm,[status(thm)],[c_0_90,c_0_65]) ).

cnf(c_0_93,hypothesis,
    ( multiply(a,a) = b
    | multiply(a,c) = b
    | multiply(a,a) = identity ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_91,c_0_92]),c_0_35]) ).

cnf(c_0_94,negated_conjecture,
    ( multiply(b,b) != c
    | multiply(b,multiply(b,b)) != a
    | multiply(b,multiply(b,multiply(b,b))) != identity ),
    inference(fof_simplification,[status(thm)],[condition_b]) ).

cnf(c_0_95,hypothesis,
    ( multiply(inverse(a),b) = c
    | multiply(a,a) = identity
    | multiply(a,a) = b ),
    inference(spm,[status(thm)],[c_0_20,c_0_93]) ).

cnf(c_0_96,hypothesis,
    ( multiply(a,a) = b
    | multiply(a,a) = identity
    | inverse(a) = b ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_92]),c_0_22]),c_0_18]) ).

cnf(c_0_97,negated_conjecture,
    ( multiply(b,b) != c
    | multiply(b,multiply(b,b)) != a
    | multiply(b,multiply(b,multiply(b,b))) != identity ),
    c_0_94 ).

cnf(c_0_98,hypothesis,
    ( multiply(a,a) = b
    | multiply(a,a) = identity
    | multiply(b,b) = c ),
    inference(spm,[status(thm)],[c_0_95,c_0_96]) ).

cnf(c_0_99,negated_conjecture,
    ( multiply(a,a) = identity
    | multiply(a,a) = b
    | multiply(b,multiply(b,c)) != identity
    | multiply(b,c) != a ),
    inference(spm,[status(thm)],[c_0_97,c_0_98]) ).

cnf(c_0_100,hypothesis,
    ( multiply(a,c) = identity
    | multiply(a,a) = b
    | multiply(a,a) = identity ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_99,c_0_68]),c_0_92]) ).

cnf(c_0_101,hypothesis,
    ( multiply(a,a) = identity
    | multiply(a,a) = b ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_93,c_0_100]),c_0_34]) ).

cnf(c_0_102,hypothesis,
    ( multiply(a,a) = b
    | inverse(a) = a ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_101]),c_0_21]) ).

cnf(c_0_103,hypothesis,
    ( multiply(c,b) = identity
    | inverse(b) = a
    | inverse(b) = b ),
    inference(spm,[status(thm)],[c_0_17,c_0_43]) ).

cnf(c_0_104,hypothesis,
    ( multiply(a,multiply(a,X1)) = X1
    | multiply(a,a) = b ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_16,c_0_101]),c_0_18]) ).

cnf(c_0_105,hypothesis,
    ( multiply(a,a) = b
    | multiply(a,c) = a
    | multiply(a,c) = b ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_52,c_0_102]),c_0_47]),c_0_33]) ).

cnf(c_0_106,plain,
    multiply(X1,multiply(inverse(X1),X2)) = X2,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_16,c_0_19]),c_0_18]) ).

cnf(c_0_107,hypothesis,
    ( multiply(c,c) = identity
    | multiply(c,b) = identity
    | inverse(c) = a ),
    inference(spm,[status(thm)],[c_0_19,c_0_58]) ).

cnf(c_0_108,hypothesis,
    ( multiply(c,b) = identity
    | multiply(b,b) = identity
    | inverse(b) = a ),
    inference(spm,[status(thm)],[c_0_19,c_0_103]) ).

cnf(c_0_109,hypothesis,
    ( multiply(a,a) = identity
    | multiply(a,c) = identity
    | multiply(a,a) = c ),
    inference(spm,[status(thm)],[c_0_73,c_0_56]) ).

cnf(c_0_110,hypothesis,
    ( multiply(a,c) = a
    | multiply(a,a) = b
    | multiply(a,b) = c ),
    inference(spm,[status(thm)],[c_0_104,c_0_105]) ).

cnf(c_0_111,negated_conjecture,
    ( multiply(a,a) != identity
    | multiply(b,b) != identity
    | multiply(c,c) != identity ),
    inference(fof_simplification,[status(thm)],[square_identity]) ).

cnf(c_0_112,hypothesis,
    ( multiply(c,multiply(a,X1)) = X1
    | multiply(c,b) = identity
    | multiply(c,c) = identity ),
    inference(spm,[status(thm)],[c_0_106,c_0_107]) ).

cnf(c_0_113,hypothesis,
    ( multiply(b,b) = identity
    | multiply(c,b) = identity
    | inverse(a) = b ),
    inference(spm,[status(thm)],[c_0_24,c_0_108]) ).

cnf(c_0_114,hypothesis,
    ( multiply(a,a) = c
    | multiply(a,a) = identity
    | inverse(a) = c ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_109]),c_0_21]) ).

cnf(c_0_115,hypothesis,
    ( multiply(a,b) = c
    | multiply(a,a) = b ),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_110]),c_0_17]),c_0_35]) ).

cnf(c_0_116,negated_conjecture,
    ( multiply(a,a) != identity
    | multiply(b,b) != identity
    | multiply(c,c) != identity ),
    c_0_111 ).

cnf(c_0_117,hypothesis,
    ( multiply(a,a) = b
    | multiply(c,c) = identity
    | multiply(c,b) = identity ),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_112,c_0_101]),c_0_21]),c_0_47]) ).

cnf(c_0_118,hypothesis,
    ( multiply(a,a) = b
    | multiply(c,b) = identity
    | multiply(b,b) = identity ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_113,c_0_102]),c_0_67]) ).

cnf(c_0_119,hypothesis,
    ( multiply(a,a) = identity
    | multiply(a,a) = c
    | multiply(b,b) = identity ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_83,c_0_114]),c_0_47]),c_0_48]) ).

cnf(c_0_120,hypothesis,
    ( multiply(a,a) = b
    | multiply(a,c) = b ),
    inference(spm,[status(thm)],[c_0_104,c_0_115]) ).

cnf(c_0_121,negated_conjecture,
    ( multiply(c,b) = identity
    | multiply(a,a) = b ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_116,c_0_117]),c_0_118]),c_0_101]) ).

cnf(c_0_122,hypothesis,
    ( multiply(a,a) = c
    | multiply(a,a) = identity
    | inverse(b) = b ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_119]),c_0_21]) ).

cnf(c_0_123,hypothesis,
    ( multiply(inverse(a),c) = b
    | multiply(a,a) = b ),
    inference(spm,[status(thm)],[c_0_20,c_0_115]) ).

cnf(c_0_124,hypothesis,
    ( multiply(inverse(b),a) = inverse(c)
    | multiply(a,a) = b ),
    inference(spm,[status(thm)],[c_0_60,c_0_120]) ).

cnf(c_0_125,negated_conjecture,
    ( multiply(a,a) = b
    | inverse(b) = c ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_121]),c_0_22]),c_0_18]) ).

cnf(c_0_126,hypothesis,
    ( multiply(b,a) = c
    | multiply(a,a) = identity
    | multiply(a,a) = c ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_122,c_0_89]),c_0_67]) ).

cnf(c_0_127,negated_conjecture,
    ( multiply(c,c) != a
    | multiply(c,multiply(c,c)) != b
    | multiply(c,multiply(c,multiply(c,c))) != identity ),
    inference(fof_simplification,[status(thm)],[condition_c]) ).

cnf(c_0_128,hypothesis,
    ( multiply(c,inverse(b)) = a
    | multiply(a,a) = b ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_123]),c_0_24]) ).

cnf(c_0_129,negated_conjecture,
    ( multiply(a,a) = b
    | inverse(c) = b ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_121]),c_0_21]) ).

cnf(c_0_130,hypothesis,
    ( inverse(c) = multiply(c,a)
    | multiply(a,a) = b ),
    inference(spm,[status(thm)],[c_0_124,c_0_125]) ).

cnf(c_0_131,hypothesis,
    ( multiply(inverse(b),c) = a
    | multiply(a,a) = c
    | multiply(a,a) = identity ),
    inference(spm,[status(thm)],[c_0_20,c_0_126]) ).

cnf(c_0_132,negated_conjecture,
    ( multiply(c,c) != a
    | multiply(c,multiply(c,c)) != b
    | multiply(c,multiply(c,multiply(c,c))) != identity ),
    c_0_127 ).

cnf(c_0_133,hypothesis,
    ( multiply(a,a) = b
    | multiply(c,c) = a ),
    inference(spm,[status(thm)],[c_0_128,c_0_125]) ).

cnf(c_0_134,negated_conjecture,
    ( multiply(c,a) = b
    | multiply(a,a) = b ),
    inference(spm,[status(thm)],[c_0_129,c_0_130]) ).

cnf(c_0_135,hypothesis,
    ( multiply(c,inverse(a)) = b
    | multiply(a,a) = identity
    | multiply(a,a) = c ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_131]),c_0_24]) ).

cnf(c_0_136,negated_conjecture,
    ( multiply(a,a) = b
    | multiply(c,multiply(c,a)) != identity ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_132,c_0_133]),c_0_134]) ).

cnf(c_0_137,negated_conjecture,
    ( multiply(a,a) != b
    | multiply(a,multiply(a,a)) != c
    | multiply(a,multiply(a,multiply(a,a))) != identity ),
    inference(fof_simplification,[status(thm)],[condition_a]) ).

cnf(c_0_138,hypothesis,
    ( multiply(a,a) = c
    | multiply(a,a) = identity
    | multiply(c,c) = b ),
    inference(spm,[status(thm)],[c_0_135,c_0_114]) ).

cnf(c_0_139,negated_conjecture,
    multiply(a,a) = b,
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_136,c_0_134]),c_0_121]) ).

cnf(c_0_140,hypothesis,
    ( multiply(a,a) = c
    | multiply(a,a) = identity
    | inverse(c) = a ),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_109]),c_0_22]),c_0_18]) ).

cnf(c_0_141,negated_conjecture,
    ( multiply(a,a) != b
    | multiply(a,multiply(a,a)) != c
    | multiply(a,multiply(a,multiply(a,a))) != identity ),
    c_0_137 ).

cnf(c_0_142,hypothesis,
    multiply(c,c) = b,
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_138,c_0_139]),c_0_139]),c_0_48]),c_0_34]) ).

cnf(c_0_143,hypothesis,
    inverse(c) = a,
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_140,c_0_139]),c_0_139]),c_0_48]),c_0_34]) ).

cnf(c_0_144,negated_conjecture,
    ( multiply(a,multiply(a,b)) != identity
    | multiply(a,b) != c ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_141,c_0_139]),c_0_139]),c_0_139])]) ).

cnf(c_0_145,hypothesis,
    multiply(a,b) = c,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_142]),c_0_143]) ).

cnf(c_0_146,hypothesis,
    multiply(a,c) = identity,
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_109,c_0_139]),c_0_139]),c_0_34]),c_0_48]) ).

cnf(c_0_147,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_144,c_0_145]),c_0_146]),c_0_145])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : GRP113-1 : TPTP v8.1.2. Released v1.1.0.
% 0.07/0.14  % Command    : run_E %s %d THM
% 0.13/0.35  % Computer : n010.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit   : 300
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Fri May  3 15:50:38 EDT 2024
% 0.13/0.35  % CPUTime    : 
% 0.20/0.49  Running first-order theorem proving
% 0.20/0.49  Running: /export/starexec/sandbox/solver/bin/eprover --delete-bad-limit=2000000000 --definitional-cnf=24 -s --print-statistics -R --print-version --proof-object --auto-schedule=8 --cpu-limit=300 /export/starexec/sandbox/tmp/tmp.Jpurc6ZSPc/E---3.1_17185.p
% 35.75/4.98  # Version: 3.1.0
% 35.75/4.98  # Preprocessing class: FSMSSMSSSSSNFFN.
% 35.75/4.98  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 35.75/4.98  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 35.75/4.98  # Starting new_bool_3 with 300s (1) cores
% 35.75/4.98  # Starting new_bool_1 with 300s (1) cores
% 35.75/4.98  # Starting sh5l with 300s (1) cores
% 35.75/4.98  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 17295 completed with status 0
% 35.75/4.98  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 35.75/4.98  # Preprocessing class: FSMSSMSSSSSNFFN.
% 35.75/4.98  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 35.75/4.98  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 35.75/4.98  # No SInE strategy applied
% 35.75/4.98  # Search class: FGHPM-FFSF21-MFFFFFNN
% 35.75/4.98  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 35.75/4.98  # Starting SAT001_MinMin_p005000_rr_RG with 811s (1) cores
% 35.75/4.98  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 35.75/4.98  # Starting new_bool_3 with 136s (1) cores
% 35.75/4.98  # Starting new_bool_1 with 136s (1) cores
% 35.75/4.98  # Starting sh5l with 136s (1) cores
% 35.75/4.98  # G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with pid 17300 completed with status 0
% 35.75/4.98  # Result found by G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN
% 35.75/4.98  # Preprocessing class: FSMSSMSSSSSNFFN.
% 35.75/4.98  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 35.75/4.98  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 1500s (5) cores
% 35.75/4.98  # No SInE strategy applied
% 35.75/4.98  # Search class: FGHPM-FFSF21-MFFFFFNN
% 35.75/4.98  # Scheduled 6 strats onto 5 cores with 1500 seconds (1500 total)
% 35.75/4.98  # Starting SAT001_MinMin_p005000_rr_RG with 811s (1) cores
% 35.75/4.98  # Starting G-E--_208_C18_F1_SE_CS_SOS_SP_PS_S5PRR_RG_S04AN with 151s (1) cores
% 35.75/4.98  # Preprocessing time       : 0.001 s
% 35.75/4.98  # Presaturation interreduction done
% 35.75/4.98  
% 35.75/4.98  # Proof found!
% 35.75/4.98  # SZS status Unsatisfiable
% 35.75/4.98  # SZS output start CNFRefutation
% See solution above
% 35.75/4.98  # Parsed axioms                        : 16
% 35.75/4.98  # Removed by relevancy pruning/SinE    : 0
% 35.75/4.98  # Initial clauses                      : 16
% 35.75/4.98  # Removed in clause preprocessing      : 0
% 35.75/4.98  # Initial clauses in saturation        : 16
% 35.75/4.98  # Processed clauses                    : 5441
% 35.75/4.98  # ...of these trivial                  : 117
% 35.75/4.98  # ...subsumed                          : 4672
% 35.75/4.98  # ...remaining for further processing  : 652
% 35.75/4.98  # Other redundant clauses eliminated   : 3876
% 35.75/4.98  # Clauses deleted for lack of memory   : 0
% 35.75/4.98  # Backward-subsumed                    : 133
% 35.75/4.98  # Backward-rewritten                   : 265
% 35.75/4.98  # Generated clauses                    : 193530
% 35.75/4.98  # ...of the previous two non-redundant : 184225
% 35.75/4.98  # ...aggressively subsumed             : 0
% 35.75/4.98  # Contextual simplify-reflections      : 8
% 35.75/4.98  # Paramodulations                      : 188158
% 35.75/4.98  # Factorizations                       : 1496
% 35.75/4.98  # NegExts                              : 0
% 35.75/4.98  # Equation resolutions                 : 3876
% 35.75/4.98  # Disequality decompositions           : 0
% 35.75/4.98  # Total rewrite steps                  : 123748
% 35.75/4.98  # ...of those cached                   : 120858
% 35.75/4.98  # Propositional unsat checks           : 0
% 35.75/4.98  #    Propositional check models        : 0
% 35.75/4.98  #    Propositional check unsatisfiable : 0
% 35.75/4.98  #    Propositional clauses             : 0
% 35.75/4.98  #    Propositional clauses after purity: 0
% 35.75/4.98  #    Propositional unsat core size     : 0
% 35.75/4.98  #    Propositional preprocessing time  : 0.000
% 35.75/4.98  #    Propositional encoding time       : 0.000
% 35.75/4.98  #    Propositional solver time         : 0.000
% 35.75/4.98  #    Success case prop preproc time    : 0.000
% 35.75/4.98  #    Success case prop encoding time   : 0.000
% 35.75/4.98  #    Success case prop solver time     : 0.000
% 35.75/4.98  # Current number of processed clauses  : 238
% 35.75/4.98  #    Positive orientable unit clauses  : 32
% 35.75/4.98  #    Positive unorientable unit clauses: 0
% 35.75/4.98  #    Negative unit clauses             : 6
% 35.75/4.98  #    Non-unit-clauses                  : 200
% 35.75/4.98  # Current number of unprocessed clauses: 178500
% 35.75/4.98  # ...number of literals in the above   : 1847579
% 35.75/4.98  # Current number of archived formulas  : 0
% 35.75/4.98  # Current number of archived clauses   : 414
% 35.75/4.98  # Clause-clause subsumption calls (NU) : 81092
% 35.75/4.98  # Rec. Clause-clause subsumption calls : 14783
% 35.75/4.98  # Non-unit clause-clause subsumptions  : 4499
% 35.75/4.98  # Unit Clause-clause subsumption calls : 1563
% 35.75/4.98  # Rewrite failures with RHS unbound    : 0
% 35.75/4.98  # BW rewrite match attempts            : 25
% 35.75/4.98  # BW rewrite match successes           : 15
% 35.75/4.98  # Condensation attempts                : 0
% 35.75/4.98  # Condensation successes               : 0
% 35.75/4.98  # Termbank termtop insertions          : 3391322
% 35.75/4.98  # Search garbage collected termcells   : 44
% 35.75/4.98  
% 35.75/4.98  # -------------------------------------------------
% 35.75/4.98  # User time                : 4.312 s
% 35.75/4.98  # System time              : 0.141 s
% 35.75/4.98  # Total time               : 4.453 s
% 35.75/4.98  # Maximum resident set size: 1668 pages
% 35.75/4.98  
% 35.75/4.98  # -------------------------------------------------
% 35.75/4.98  # User time                : 21.959 s
% 35.75/4.98  # System time              : 0.274 s
% 35.75/4.98  # Total time               : 22.233 s
% 35.75/4.98  # Maximum resident set size: 1692 pages
% 35.75/4.98  % E---3.1 exiting
% 35.75/4.98  % E exiting
%------------------------------------------------------------------------------