TSTP Solution File: GRP400-1 by E---3.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : E---3.1
% Problem  : GRP400-1 : TPTP v8.1.2. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_E %s %d THM

% Computer : n016.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 : 2400s
% WCLimit  : 300s
% DateTime : Tue Oct 10 17:40:00 EDT 2023

% Result   : Unsatisfiable 424.10s 53.92s
% Output   : CNFRefutation 424.10s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   36
%            Number of leaves      :    6
% Syntax   : Number of clauses     :  140 ( 116 unt;   0 nHn;  25 RR)
%            Number of literals    :  164 ( 163 equ;  26 neg)
%            Maximal clause size   :    2 (   1 avg)
%            Maximal term depth    :    7 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :  387 (  28 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(left_cancellation,axiom,
    ( X2 = X3
    | multiply(X1,X2) != multiply(X1,X3) ),
    file('/export/starexec/sandbox/tmp/tmp.5JAW1Hguij/E---3.1_30215.p',left_cancellation) ).

cnf(commutator,axiom,
    multiply(X1,X2) = multiply(X2,multiply(X1,commutator(X1,X2))),
    file('/export/starexec/sandbox/tmp/tmp.5JAW1Hguij/E---3.1_30215.p',commutator) ).

cnf(associativity_of_multiply,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.5JAW1Hguij/E---3.1_30215.p',associativity_of_multiply) ).

cnf(associativity_of_commutator,axiom,
    commutator(commutator(X1,X2),X3) = commutator(X1,commutator(X2,X3)),
    file('/export/starexec/sandbox/tmp/tmp.5JAW1Hguij/E---3.1_30215.p',associativity_of_commutator) ).

cnf(right_cancellation,axiom,
    ( X1 = X3
    | multiply(X1,X2) != multiply(X3,X2) ),
    file('/export/starexec/sandbox/tmp/tmp.5JAW1Hguij/E---3.1_30215.p',right_cancellation) ).

cnf(prove_commutator_distributes_over_product,negated_conjecture,
    commutator(multiply(a,b),c) != multiply(commutator(a,c),commutator(b,c)),
    file('/export/starexec/sandbox/tmp/tmp.5JAW1Hguij/E---3.1_30215.p',prove_commutator_distributes_over_product) ).

cnf(c_0_6,axiom,
    ( X2 = X3
    | multiply(X1,X2) != multiply(X1,X3) ),
    left_cancellation ).

cnf(c_0_7,axiom,
    multiply(X1,X2) = multiply(X2,multiply(X1,commutator(X1,X2))),
    commutator ).

cnf(c_0_8,plain,
    ( X1 = multiply(X2,commutator(X2,X3))
    | multiply(X3,X1) != multiply(X2,X3) ),
    inference(spm,[status(thm)],[c_0_6,c_0_7]) ).

cnf(c_0_9,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    associativity_of_multiply ).

cnf(c_0_10,plain,
    multiply(X1,commutator(X1,X1)) = X1,
    inference(er,[status(thm)],[c_0_8]) ).

cnf(c_0_11,plain,
    multiply(X1,multiply(commutator(X1,X1),X2)) = multiply(X1,X2),
    inference(spm,[status(thm)],[c_0_9,c_0_10]) ).

cnf(c_0_12,axiom,
    commutator(commutator(X1,X2),X3) = commutator(X1,commutator(X2,X3)),
    associativity_of_commutator ).

cnf(c_0_13,plain,
    ( X1 = commutator(X2,X2)
    | multiply(X2,X1) != X2 ),
    inference(spm,[status(thm)],[c_0_6,c_0_10]) ).

cnf(c_0_14,plain,
    multiply(X1,commutator(X1,commutator(X1,commutator(X1,X1)))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_11,c_0_10]),c_0_10]),c_0_12]) ).

cnf(c_0_15,plain,
    commutator(X1,commutator(X1,commutator(X1,X1))) = commutator(X1,X1),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_16,plain,
    multiply(X1,commutator(X1,commutator(X1,X1))) = multiply(commutator(X1,X1),X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_7,c_0_11]),c_0_12]) ).

cnf(c_0_17,plain,
    multiply(X1,multiply(X2,multiply(commutator(X2,X1),X3))) = multiply(X2,multiply(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_7]),c_0_9]),c_0_9]) ).

cnf(c_0_18,plain,
    multiply(commutator(X1,commutator(X1,X1)),X1) = multiply(commutator(X1,X1),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_7,c_0_15]),c_0_10]),c_0_16]) ).

cnf(c_0_19,plain,
    multiply(commutator(X1,X1),multiply(X1,X1)) = multiply(X1,X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_18]),c_0_11]),c_0_11]) ).

cnf(c_0_20,plain,
    multiply(commutator(X1,X1),multiply(X1,multiply(X1,X2))) = multiply(X1,multiply(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_19]),c_0_9]),c_0_9]) ).

cnf(c_0_21,plain,
    multiply(commutator(X1,X1),multiply(commutator(X1,X1),X1)) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_7,c_0_16]),c_0_10]) ).

cnf(c_0_22,axiom,
    ( X1 = X3
    | multiply(X1,X2) != multiply(X3,X2) ),
    right_cancellation ).

cnf(c_0_23,plain,
    multiply(commutator(X1,X1),X1) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_20,c_0_21]),c_0_12]),c_0_15]),c_0_21]) ).

cnf(c_0_24,plain,
    ( X1 = commutator(X2,X2)
    | multiply(X1,X2) != X2 ),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_25,plain,
    multiply(commutator(X1,X1),multiply(X1,X2)) = multiply(X1,X2),
    inference(spm,[status(thm)],[c_0_9,c_0_23]) ).

cnf(c_0_26,plain,
    multiply(X1,commutator(X1,commutator(X1,X1))) = X1,
    inference(rw,[status(thm)],[c_0_16,c_0_23]) ).

cnf(c_0_27,plain,
    commutator(multiply(X1,X2),multiply(X1,X2)) = commutator(X1,X1),
    inference(spm,[status(thm)],[c_0_24,c_0_25]) ).

cnf(c_0_28,plain,
    multiply(commutator(X1,X1),multiply(X2,X1)) = multiply(X2,X1),
    inference(spm,[status(thm)],[c_0_25,c_0_7]) ).

cnf(c_0_29,plain,
    commutator(X1,commutator(X1,X1)) = commutator(X1,X1),
    inference(spm,[status(thm)],[c_0_13,c_0_26]) ).

cnf(c_0_30,plain,
    commutator(X1,X1) = commutator(X2,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_27,c_0_28]),c_0_27]),c_0_12]),c_0_29]),c_0_29]) ).

cnf(c_0_31,plain,
    ( X1 = X2
    | multiply(X3,multiply(X4,X1)) != multiply(X3,multiply(X4,X2)) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_6,c_0_9]),c_0_9]) ).

cnf(c_0_32,plain,
    multiply(commutator(X1,X1),X2) = X2,
    inference(spm,[status(thm)],[c_0_23,c_0_30]) ).

cnf(c_0_33,plain,
    ( X1 = commutator(X2,X2)
    | multiply(X3,multiply(X2,X1)) != multiply(X3,X2) ),
    inference(spm,[status(thm)],[c_0_31,c_0_10]) ).

cnf(c_0_34,plain,
    multiply(X1,commutator(X2,commutator(X2,X1))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_7,c_0_32]),c_0_12]),c_0_32]) ).

cnf(c_0_35,plain,
    commutator(X1,commutator(X1,X2)) = commutator(X2,X2),
    inference(spm,[status(thm)],[c_0_33,c_0_34]) ).

cnf(c_0_36,plain,
    multiply(X1,commutator(X2,X2)) = X1,
    inference(spm,[status(thm)],[c_0_10,c_0_30]) ).

cnf(c_0_37,plain,
    ( X1 = commutator(X2,X3)
    | multiply(X3,multiply(X2,X1)) != multiply(X2,X3) ),
    inference(spm,[status(thm)],[c_0_31,c_0_7]) ).

cnf(c_0_38,plain,
    multiply(commutator(X1,X2),X1) = multiply(X1,commutator(X1,X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_7,c_0_35]),c_0_36]) ).

cnf(c_0_39,plain,
    ( X1 = commutator(X2,multiply(X3,X4))
    | multiply(X3,multiply(X4,multiply(X2,X1))) != multiply(X2,multiply(X3,X4)) ),
    inference(spm,[status(thm)],[c_0_37,c_0_9]) ).

cnf(c_0_40,plain,
    multiply(X1,multiply(X2,multiply(X2,commutator(X2,X1)))) = multiply(X2,multiply(X1,X2)),
    inference(spm,[status(thm)],[c_0_17,c_0_38]) ).

cnf(c_0_41,plain,
    commutator(X1,multiply(X2,X1)) = commutator(X1,X2),
    inference(spm,[status(thm)],[c_0_39,c_0_40]) ).

cnf(c_0_42,plain,
    ( X1 = commutator(X2,X2)
    | multiply(X3,multiply(X4,X1)) != multiply(X3,X4) ),
    inference(spm,[status(thm)],[c_0_31,c_0_36]) ).

cnf(c_0_43,plain,
    multiply(X1,multiply(commutator(X2,X3),commutator(X2,commutator(X3,X1)))) = multiply(commutator(X2,X3),X1),
    inference(spm,[status(thm)],[c_0_7,c_0_12]) ).

cnf(c_0_44,plain,
    commutator(X1,commutator(X2,X2)) = commutator(X2,X2),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_45,plain,
    ( X1 = multiply(X2,multiply(X3,commutator(multiply(X2,X3),X4)))
    | multiply(X4,X1) != multiply(X2,multiply(X3,X4)) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_8,c_0_9]),c_0_9]) ).

cnf(c_0_46,plain,
    commutator(X1,multiply(X2,multiply(X3,X1))) = commutator(X1,multiply(X2,X3)),
    inference(spm,[status(thm)],[c_0_41,c_0_9]) ).

cnf(c_0_47,plain,
    commutator(X1,commutator(multiply(X2,X1),X3)) = commutator(X1,commutator(X2,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_41]),c_0_12]) ).

cnf(c_0_48,plain,
    multiply(commutator(X1,commutator(X1,X2)),X3) = X3,
    inference(spm,[status(thm)],[c_0_32,c_0_35]) ).

cnf(c_0_49,plain,
    ( X1 = multiply(X2,X3)
    | multiply(X1,X4) != multiply(X2,multiply(X3,X4)) ),
    inference(spm,[status(thm)],[c_0_22,c_0_9]) ).

cnf(c_0_50,plain,
    ( multiply(commutator(X1,X2),X3) = commutator(X4,X4)
    | multiply(X1,multiply(X2,X3)) != multiply(X2,X1) ),
    inference(spm,[status(thm)],[c_0_42,c_0_17]) ).

cnf(c_0_51,plain,
    multiply(commutator(X1,X2),X2) = multiply(X2,commutator(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_30]),c_0_44]),c_0_36]) ).

cnf(c_0_52,plain,
    multiply(X1,multiply(X2,multiply(X3,commutator(X3,multiply(X1,X2))))) = multiply(X3,multiply(X1,X2)),
    inference(spm,[status(thm)],[c_0_9,c_0_7]) ).

cnf(c_0_53,plain,
    multiply(X1,multiply(X2,commutator(multiply(X1,X2),X1))) = multiply(X2,X1),
    inference(er,[status(thm)],[c_0_45]) ).

cnf(c_0_54,plain,
    commutator(X1,multiply(X2,multiply(X3,multiply(X4,X1)))) = commutator(X1,multiply(X2,multiply(X3,X4))),
    inference(spm,[status(thm)],[c_0_46,c_0_9]) ).

cnf(c_0_55,plain,
    commutator(X1,commutator(X2,multiply(X3,multiply(X2,X1)))) = commutator(X1,commutator(X2,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_41]),c_0_47]) ).

cnf(c_0_56,plain,
    multiply(commutator(X1,X2),multiply(X1,X3)) = multiply(X1,multiply(commutator(X1,X2),X3)),
    inference(spm,[status(thm)],[c_0_17,c_0_48]) ).

cnf(c_0_57,plain,
    ( X1 = multiply(X2,X3)
    | multiply(X1,commutator(X3,X2)) != multiply(X3,X2) ),
    inference(spm,[status(thm)],[c_0_49,c_0_7]) ).

cnf(c_0_58,plain,
    multiply(commutator(X1,X2),commutator(X2,X1)) = commutator(X3,X3),
    inference(spm,[status(thm)],[c_0_50,c_0_7]) ).

cnf(c_0_59,plain,
    ( X1 = commutator(multiply(X2,X3),X4)
    | multiply(X4,multiply(X2,multiply(X3,X1))) != multiply(X2,multiply(X3,X4)) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_9]),c_0_9]) ).

cnf(c_0_60,plain,
    multiply(X1,multiply(X2,multiply(X1,commutator(X2,X1)))) = multiply(X2,multiply(X1,X1)),
    inference(spm,[status(thm)],[c_0_17,c_0_51]) ).

cnf(c_0_61,plain,
    ( X1 = multiply(X2,multiply(X3,commutator(X3,multiply(X4,X2))))
    | multiply(X4,X1) != multiply(X3,multiply(X4,X2)) ),
    inference(spm,[status(thm)],[c_0_6,c_0_52]) ).

cnf(c_0_62,plain,
    commutator(multiply(X1,X2),X1) = commutator(X2,X1),
    inference(spm,[status(thm)],[c_0_37,c_0_53]) ).

cnf(c_0_63,plain,
    multiply(commutator(X1,X2),multiply(X2,X3)) = multiply(X2,multiply(commutator(X1,X2),X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_51]),c_0_9]) ).

cnf(c_0_64,plain,
    commutator(X1,commutator(X2,multiply(X3,X1))) = commutator(X1,commutator(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_54,c_0_7]),c_0_12]),c_0_46]),c_0_12]),c_0_55]) ).

cnf(c_0_65,plain,
    commutator(X1,multiply(X2,multiply(X1,commutator(X3,X1)))) = commutator(X1,multiply(X2,commutator(X3,X1))),
    inference(spm,[status(thm)],[c_0_46,c_0_51]) ).

cnf(c_0_66,plain,
    multiply(X1,multiply(commutator(X1,X2),multiply(X3,commutator(X3,X1)))) = multiply(commutator(X1,X2),multiply(X3,X1)),
    inference(spm,[status(thm)],[c_0_56,c_0_7]) ).

cnf(c_0_67,plain,
    ( X1 = multiply(X2,commutator(X2,X3))
    | multiply(X4,multiply(X3,X1)) != multiply(X4,multiply(X2,X3)) ),
    inference(spm,[status(thm)],[c_0_31,c_0_7]) ).

cnf(c_0_68,plain,
    multiply(X1,commutator(X2,commutator(X2,X3))) = X1,
    inference(spm,[status(thm)],[c_0_36,c_0_35]) ).

cnf(c_0_69,plain,
    multiply(X1,multiply(X2,commutator(X1,commutator(X2,X1)))) = multiply(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_7]),c_0_12]),c_0_38]),c_0_7]) ).

cnf(c_0_70,plain,
    ( commutator(X1,X2) = multiply(X1,X2)
    | commutator(X3,X3) != multiply(X2,X1) ),
    inference(spm,[status(thm)],[c_0_57,c_0_58]) ).

cnf(c_0_71,plain,
    commutator(X1,commutator(X2,commutator(X2,X3))) = commutator(X2,commutator(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_44]),c_0_12]),c_0_12]) ).

cnf(c_0_72,plain,
    commutator(multiply(X1,X2),X2) = commutator(X1,X2),
    inference(spm,[status(thm)],[c_0_59,c_0_60]) ).

cnf(c_0_73,plain,
    multiply(X1,multiply(X2,commutator(X2,multiply(X2,X1)))) = multiply(X2,X1),
    inference(er,[status(thm)],[c_0_61]) ).

cnf(c_0_74,plain,
    commutator(multiply(X1,X2),commutator(X1,X3)) = commutator(X2,commutator(X1,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_62]),c_0_12]) ).

cnf(c_0_75,plain,
    multiply(X1,multiply(commutator(X2,X1),multiply(X3,commutator(X3,X1)))) = multiply(commutator(X2,X1),multiply(X3,X1)),
    inference(spm,[status(thm)],[c_0_63,c_0_7]) ).

cnf(c_0_76,plain,
    commutator(X1,commutator(multiply(X1,X2),X3)) = commutator(X1,commutator(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_62]),c_0_64]),c_0_9]),c_0_62]) ).

cnf(c_0_77,plain,
    commutator(multiply(X1,X2),multiply(X3,commutator(X2,X1))) = commutator(multiply(X1,X2),multiply(X3,multiply(X2,X1))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_65,c_0_41]),c_0_9]),c_0_7]) ).

cnf(c_0_78,plain,
    commutator(multiply(commutator(X1,X2),X3),X1) = commutator(X3,X1),
    inference(spm,[status(thm)],[c_0_59,c_0_66]) ).

cnf(c_0_79,plain,
    multiply(commutator(X1,commutator(X2,X3)),X3) = multiply(X3,commutator(X1,commutator(X2,X3))),
    inference(spm,[status(thm)],[c_0_51,c_0_12]) ).

cnf(c_0_80,plain,
    ( X1 = X2
    | multiply(X3,multiply(commutator(X2,X3),X1)) != multiply(X2,X3) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_7]),c_0_68]) ).

cnf(c_0_81,plain,
    commutator(X1,commutator(X2,X1)) = commutator(X3,X3),
    inference(spm,[status(thm)],[c_0_42,c_0_69]) ).

cnf(c_0_82,plain,
    multiply(commutator(X1,X2),commutator(X2,X1)) = commutator(X2,commutator(X2,X1)),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_70,c_0_58]),c_0_12]),c_0_71]),c_0_30]) ).

cnf(c_0_83,plain,
    commutator(multiply(X1,multiply(X2,X3)),multiply(X1,X2)) = commutator(X3,multiply(X1,X2)),
    inference(spm,[status(thm)],[c_0_62,c_0_9]) ).

cnf(c_0_84,plain,
    commutator(multiply(X1,X2),commutator(X2,X3)) = commutator(X1,commutator(X2,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_72]),c_0_12]) ).

cnf(c_0_85,plain,
    commutator(X1,multiply(X1,X2)) = commutator(X1,X2),
    inference(spm,[status(thm)],[c_0_37,c_0_73]) ).

cnf(c_0_86,plain,
    commutator(multiply(X1,X2),commutator(X3,X1)) = commutator(X2,commutator(X3,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_74,c_0_72]),c_0_9]),c_0_74]) ).

cnf(c_0_87,plain,
    ( commutator(X1,multiply(X2,X3)) = commutator(X1,X3)
    | multiply(X2,multiply(X1,X3)) != multiply(X1,multiply(X2,X3)) ),
    inference(spm,[status(thm)],[c_0_39,c_0_7]) ).

cnf(c_0_88,plain,
    commutator(multiply(commutator(X1,X2),X3),X2) = commutator(X3,X2),
    inference(spm,[status(thm)],[c_0_59,c_0_75]) ).

cnf(c_0_89,plain,
    commutator(X1,commutator(X2,multiply(X3,commutator(X2,X1)))) = commutator(X1,commutator(X2,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_77]),c_0_76]),c_0_55]) ).

cnf(c_0_90,plain,
    commutator(multiply(X1,commutator(X2,commutator(X3,X1))),X2) = commutator(X1,X2),
    inference(spm,[status(thm)],[c_0_78,c_0_79]) ).

cnf(c_0_91,plain,
    commutator(X1,commutator(X2,multiply(X3,commutator(X1,X2)))) = commutator(X1,commutator(X2,X3)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_41]),c_0_12]) ).

cnf(c_0_92,plain,
    ( multiply(X1,X2) = X1
    | multiply(X1,multiply(X3,X2)) != multiply(X1,X3) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_80,c_0_56]),c_0_17]) ).

cnf(c_0_93,plain,
    multiply(X1,commutator(X2,commutator(X3,commutator(X2,X1)))) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_43,c_0_81]),c_0_12]),c_0_32]),c_0_32]) ).

cnf(c_0_94,plain,
    ( multiply(commutator(X1,X2),X3) = commutator(X1,multiply(X4,X2))
    | multiply(X4,multiply(X1,multiply(X2,X3))) != multiply(X1,multiply(X4,X2)) ),
    inference(spm,[status(thm)],[c_0_39,c_0_17]) ).

cnf(c_0_95,plain,
    multiply(commutator(X1,X2),multiply(X3,multiply(X2,commutator(X3,commutator(X1,X2))))) = multiply(X3,multiply(X2,commutator(X1,X2))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_79]),c_0_51]) ).

cnf(c_0_96,plain,
    multiply(commutator(X1,X2),multiply(commutator(X2,X1),X3)) = X3,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_82]),c_0_48]) ).

cnf(c_0_97,plain,
    commutator(X1,commutator(X2,X3)) = commutator(X3,commutator(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_83]),c_0_84]),c_0_64]),c_0_85]),c_0_86]) ).

cnf(c_0_98,plain,
    commutator(X1,multiply(commutator(X1,X2),X3)) = commutator(X1,X3),
    inference(spm,[status(thm)],[c_0_87,c_0_56]) ).

cnf(c_0_99,plain,
    commutator(multiply(X1,commutator(X1,commutator(X2,X3))),X3) = commutator(multiply(X1,commutator(X2,X3)),X3),
    inference(spm,[status(thm)],[c_0_88,c_0_7]) ).

cnf(c_0_100,plain,
    commutator(X1,commutator(X2,X3)) = commutator(X3,commutator(X2,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_83,c_0_82]),c_0_68]),c_0_85]),c_0_12]),c_0_89]) ).

cnf(c_0_101,plain,
    commutator(multiply(X1,commutator(X2,X3)),X2) = commutator(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_90,c_0_91]),c_0_9]),c_0_43]),c_0_78]) ).

cnf(c_0_102,plain,
    multiply(X1,commutator(X2,commutator(X3,commutator(X2,X4)))) = X1,
    inference(spm,[status(thm)],[c_0_92,c_0_93]) ).

cnf(c_0_103,plain,
    commutator(X1,commutator(X2,commutator(X3,X2))) = commutator(X2,commutator(X3,X2)),
    inference(spm,[status(thm)],[c_0_44,c_0_81]) ).

cnf(c_0_104,plain,
    multiply(commutator(X1,X2),commutator(X1,commutator(X3,X2))) = commutator(X1,multiply(X2,commutator(X3,X2))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_95]),c_0_51]),c_0_51])]) ).

cnf(c_0_105,plain,
    commutator(X1,commutator(X2,X3)) = commutator(X2,commutator(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_96]),c_0_72]),c_0_12]),c_0_97]),c_0_98]) ).

cnf(c_0_106,plain,
    multiply(X1,multiply(X2,multiply(X3,multiply(commutator(multiply(X2,X3),X1),X4)))) = multiply(X2,multiply(X3,multiply(X1,X4))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_9]),c_0_9]) ).

cnf(c_0_107,plain,
    multiply(X1,multiply(X2,multiply(X3,multiply(commutator(X3,commutator(X1,X2)),X4)))) = multiply(X2,multiply(X1,multiply(X3,multiply(commutator(X1,X2),X4)))),
    inference(spm,[status(thm)],[c_0_17,c_0_17]) ).

cnf(c_0_108,plain,
    multiply(X1,multiply(X2,multiply(X3,commutator(multiply(X2,X3),X1)))) = multiply(X2,multiply(X3,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_7,c_0_9]),c_0_9]) ).

cnf(c_0_109,plain,
    commutator(multiply(X1,commutator(X2,X3)),X3) = commutator(X1,X3),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_99,c_0_100]),c_0_101]) ).

cnf(c_0_110,plain,
    commutator(X1,multiply(X1,commutator(X1,X2))) = commutator(X1,commutator(X1,X2)),
    inference(spm,[status(thm)],[c_0_41,c_0_38]) ).

cnf(c_0_111,plain,
    commutator(X1,commutator(X2,commutator(X1,commutator(X3,X4)))) = commutator(X1,commutator(X2,commutator(X1,X3))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_38,c_0_102]),c_0_12]),c_0_12]),c_0_12]),c_0_12]),c_0_12]),c_0_12]),c_0_102]) ).

cnf(c_0_112,plain,
    commutator(X1,commutator(X2,commutator(X3,commutator(X2,X4)))) = commutator(X2,commutator(X3,commutator(X2,X4))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_103]),c_0_12]),c_0_12]),c_0_12]),c_0_12]) ).

cnf(c_0_113,plain,
    multiply(X1,multiply(X2,multiply(commutator(X2,X3),commutator(X2,multiply(X1,commutator(X2,X3)))))) = multiply(X2,multiply(X1,commutator(X2,X3))),
    inference(spm,[status(thm)],[c_0_52,c_0_56]) ).

cnf(c_0_114,plain,
    multiply(commutator(X1,X2),commutator(X3,commutator(X1,X2))) = commutator(X1,multiply(X2,commutator(X3,X2))),
    inference(spm,[status(thm)],[c_0_104,c_0_105]) ).

cnf(c_0_115,plain,
    commutator(X1,commutator(X2,multiply(X3,commutator(X1,X4)))) = commutator(X2,commutator(X3,X1)),
    inference(spm,[status(thm)],[c_0_97,c_0_101]) ).

cnf(c_0_116,plain,
    multiply(X1,multiply(X2,multiply(X3,multiply(commutator(X3,X1),X4)))) = multiply(X2,multiply(commutator(X1,X2),multiply(X3,multiply(X1,X4)))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_106]),c_0_78]) ).

cnf(c_0_117,plain,
    multiply(X1,multiply(X2,multiply(X3,multiply(commutator(X2,X1),commutator(X3,X1))))) = multiply(X2,multiply(X3,multiply(X1,commutator(X3,commutator(X2,X1))))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_107,c_0_108]),c_0_79]),c_0_99]),c_0_109]) ).

cnf(c_0_118,plain,
    commutator(X1,commutator(X2,commutator(X1,X3))) = commutator(X1,X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_110,c_0_111]),c_0_102]),c_0_112]) ).

cnf(c_0_119,plain,
    multiply(X1,commutator(X2,multiply(X3,commutator(X1,X3)))) = multiply(commutator(X2,X3),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_113,c_0_114]),c_0_115]),c_0_17]),c_0_43]) ).

cnf(c_0_120,plain,
    multiply(X1,multiply(commutator(X2,X1),multiply(X3,multiply(commutator(X3,X1),X4)))) = multiply(commutator(X2,X1),multiply(X3,multiply(X1,X4))),
    inference(spm,[status(thm)],[c_0_63,c_0_17]) ).

cnf(c_0_121,plain,
    multiply(commutator(X1,X2),multiply(X3,multiply(X2,X1))) = multiply(X3,multiply(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_116,c_0_117]),c_0_12]),c_0_118]),c_0_36]),c_0_17]),c_0_12]),c_0_104]),c_0_119]),c_0_120]) ).

cnf(c_0_122,plain,
    commutator(X1,commutator(X2,multiply(X3,multiply(X4,X1)))) = commutator(X1,commutator(X2,multiply(X3,X4))),
    inference(spm,[status(thm)],[c_0_64,c_0_9]) ).

cnf(c_0_123,plain,
    commutator(X1,commutator(X2,X3)) = commutator(X2,X2),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_87,c_0_121]),c_0_12]),c_0_122]),c_0_41]),c_0_12]),c_0_64]),c_0_44]),c_0_63]),c_0_38]),c_0_7])]) ).

cnf(c_0_124,plain,
    multiply(X1,commutator(X2,commutator(X3,X4))) = X1,
    inference(spm,[status(thm)],[c_0_36,c_0_123]) ).

cnf(c_0_125,plain,
    multiply(X1,multiply(commutator(X2,X3),multiply(commutator(X2,commutator(X3,X1)),X4))) = multiply(commutator(X2,X3),multiply(X1,X4)),
    inference(spm,[status(thm)],[c_0_17,c_0_12]) ).

cnf(c_0_126,plain,
    multiply(X1,multiply(X2,multiply(X3,commutator(X3,commutator(X1,X2))))) = multiply(X2,multiply(X1,multiply(X3,commutator(X1,X2)))),
    inference(spm,[status(thm)],[c_0_17,c_0_7]) ).

cnf(c_0_127,plain,
    multiply(commutator(X1,commutator(X2,X3)),multiply(commutator(X1,X2),X4)) = multiply(commutator(X1,X2),multiply(commutator(X1,commutator(X2,X3)),X4)),
    inference(spm,[status(thm)],[c_0_56,c_0_12]) ).

cnf(c_0_128,plain,
    multiply(commutator(X1,commutator(X2,X3)),X4) = X4,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_123]),c_0_32]) ).

cnf(c_0_129,plain,
    multiply(X1,multiply(X2,multiply(X3,commutator(X2,X1)))) = multiply(X2,multiply(X1,X3)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_53]),c_0_62]),c_0_124]) ).

cnf(c_0_130,plain,
    multiply(X1,multiply(commutator(X2,X3),X4)) = multiply(commutator(X2,X3),multiply(X1,X4)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_125,c_0_126]),c_0_12]),c_0_12]),c_0_118]),c_0_44]),c_0_36]),c_0_127]),c_0_128]),c_0_118]),c_0_44]),c_0_44]),c_0_36]) ).

cnf(c_0_131,plain,
    multiply(commutator(X1,X2),commutator(X2,X1)) = commutator(X2,X2),
    inference(rw,[status(thm)],[c_0_82,c_0_123]) ).

cnf(c_0_132,plain,
    multiply(commutator(X1,X2),commutator(X1,X3)) = commutator(X1,multiply(X3,X2)),
    inference(spm,[status(thm)],[c_0_94,c_0_129]) ).

cnf(c_0_133,plain,
    multiply(commutator(X1,X2),multiply(X3,commutator(X2,X1))) = X3,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_130,c_0_131]),c_0_36]) ).

cnf(c_0_134,plain,
    multiply(commutator(X1,X2),commutator(X2,multiply(X3,X1))) = commutator(X2,X3),
    inference(spm,[status(thm)],[c_0_96,c_0_132]) ).

cnf(c_0_135,plain,
    multiply(commutator(X1,X2),X3) = multiply(X3,commutator(X1,X2)),
    inference(spm,[status(thm)],[c_0_53,c_0_124]) ).

cnf(c_0_136,plain,
    multiply(commutator(X1,X2),commutator(multiply(X2,X3),X1)) = commutator(X3,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_133,c_0_134]),c_0_135]) ).

cnf(c_0_137,negated_conjecture,
    commutator(multiply(a,b),c) != multiply(commutator(a,c),commutator(b,c)),
    prove_commutator_distributes_over_product ).

cnf(c_0_138,plain,
    multiply(commutator(X1,X2),commutator(X3,X2)) = commutator(multiply(X1,X3),X2),
    inference(spm,[status(thm)],[c_0_96,c_0_136]) ).

cnf(c_0_139,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_137,c_0_138])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : GRP400-1 : TPTP v8.1.2. Released v2.5.0.
% 0.03/0.14  % Command    : run_E %s %d THM
% 0.13/0.35  % Computer : n016.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   : 2400
% 0.13/0.35  % WCLimit    : 300
% 0.13/0.35  % DateTime   : Tue Oct  3 02:42:37 EDT 2023
% 0.13/0.35  % CPUTime    : 
% 0.21/0.48  Running first-order theorem proving
% 0.21/0.48  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.5JAW1Hguij/E---3.1_30215.p
% 424.10/53.92  # Version: 3.1pre001
% 424.10/53.92  # Preprocessing class: FSSSSMSSSSSNFFN.
% 424.10/53.92  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 424.10/53.92  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 424.10/53.92  # Starting new_bool_3 with 300s (1) cores
% 424.10/53.92  # Starting new_bool_1 with 300s (1) cores
% 424.10/53.92  # Starting sh5l with 300s (1) cores
% 424.10/53.92  # sh5l with pid 30336 completed with status 0
% 424.10/53.92  # Result found by sh5l
% 424.10/53.92  # Preprocessing class: FSSSSMSSSSSNFFN.
% 424.10/53.92  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 424.10/53.92  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 424.10/53.92  # Starting new_bool_3 with 300s (1) cores
% 424.10/53.92  # Starting new_bool_1 with 300s (1) cores
% 424.10/53.92  # Starting sh5l with 300s (1) cores
% 424.10/53.92  # SinE strategy is gf500_gu_R04_F100_L20000
% 424.10/53.92  # Search class: FHUPS-FFSF22-MFFFFFNN
% 424.10/53.92  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 424.10/53.92  # Starting H----_102_C18_F1_PI_AE_Q4_CS_SP_PS_S5PRR_S2S with 160s (1) cores
% 424.10/53.92  # H----_102_C18_F1_PI_AE_Q4_CS_SP_PS_S5PRR_S2S with pid 30344 completed with status 0
% 424.10/53.92  # Result found by H----_102_C18_F1_PI_AE_Q4_CS_SP_PS_S5PRR_S2S
% 424.10/53.92  # Preprocessing class: FSSSSMSSSSSNFFN.
% 424.10/53.92  # Scheduled 4 strats onto 8 cores with 300 seconds (2400 total)
% 424.10/53.92  # Starting G-E--_302_C18_F1_URBAN_RG_S04BN with 1500s (5) cores
% 424.10/53.92  # Starting new_bool_3 with 300s (1) cores
% 424.10/53.92  # Starting new_bool_1 with 300s (1) cores
% 424.10/53.92  # Starting sh5l with 300s (1) cores
% 424.10/53.92  # SinE strategy is gf500_gu_R04_F100_L20000
% 424.10/53.92  # Search class: FHUPS-FFSF22-MFFFFFNN
% 424.10/53.92  # Scheduled 6 strats onto 1 cores with 300 seconds (300 total)
% 424.10/53.92  # Starting H----_102_C18_F1_PI_AE_Q4_CS_SP_PS_S5PRR_S2S with 160s (1) cores
% 424.10/53.92  # Preprocessing time       : 0.001 s
% 424.10/53.92  # Presaturation interreduction done
% 424.10/53.92  
% 424.10/53.92  # Proof found!
% 424.10/53.92  # SZS status Unsatisfiable
% 424.10/53.92  # SZS output start CNFRefutation
% See solution above
% 424.10/53.92  # Parsed axioms                        : 6
% 424.10/53.92  # Removed by relevancy pruning/SinE    : 0
% 424.10/53.92  # Initial clauses                      : 6
% 424.10/53.92  # Removed in clause preprocessing      : 0
% 424.10/53.92  # Initial clauses in saturation        : 6
% 424.10/53.92  # Processed clauses                    : 42097
% 424.10/53.92  # ...of these trivial                  : 1241
% 424.10/53.92  # ...subsumed                          : 38478
% 424.10/53.92  # ...remaining for further processing  : 2378
% 424.10/53.92  # Other redundant clauses eliminated   : 95
% 424.10/53.92  # Clauses deleted for lack of memory   : 1077412
% 424.10/53.92  # Backward-subsumed                    : 137
% 424.10/53.92  # Backward-rewritten                   : 1072
% 424.10/53.92  # Generated clauses                    : 1792582
% 424.10/53.92  # ...of the previous two non-redundant : 1673249
% 424.10/53.92  # ...aggressively subsumed             : 0
% 424.10/53.92  # Contextual simplify-reflections      : 0
% 424.10/53.92  # Paramodulations                      : 1792168
% 424.10/53.92  # Factorizations                       : 0
% 424.10/53.92  # NegExts                              : 0
% 424.10/53.92  # Equation resolutions                 : 414
% 424.10/53.92  # Total rewrite steps                  : 5190805
% 424.10/53.92  # Propositional unsat checks           : 0
% 424.10/53.92  #    Propositional check models        : 0
% 424.10/53.92  #    Propositional check unsatisfiable : 0
% 424.10/53.92  #    Propositional clauses             : 0
% 424.10/53.92  #    Propositional clauses after purity: 0
% 424.10/53.92  #    Propositional unsat core size     : 0
% 424.10/53.92  #    Propositional preprocessing time  : 0.000
% 424.10/53.92  #    Propositional encoding time       : 0.000
% 424.10/53.92  #    Propositional solver time         : 0.000
% 424.10/53.92  #    Success case prop preproc time    : 0.000
% 424.10/53.92  #    Success case prop encoding time   : 0.000
% 424.10/53.92  #    Success case prop solver time     : 0.000
% 424.10/53.92  # Current number of processed clauses  : 1163
% 424.10/53.92  #    Positive orientable unit clauses  : 191
% 424.10/53.92  #    Positive unorientable unit clauses: 22
% 424.10/53.92  #    Negative unit clauses             : 0
% 424.10/53.92  #    Non-unit-clauses                  : 950
% 424.10/53.92  # Current number of unprocessed clauses: 538224
% 424.10/53.92  # ...number of literals in the above   : 987549
% 424.10/53.92  # Current number of archived formulas  : 0
% 424.10/53.92  # Current number of archived clauses   : 1215
% 424.10/53.92  # Clause-clause subsumption calls (NU) : 454726
% 424.10/53.92  # Rec. Clause-clause subsumption calls : 454726
% 424.10/53.92  # Non-unit clause-clause subsumptions  : 20584
% 424.10/53.92  # Unit Clause-clause subsumption calls : 16799
% 424.10/53.92  # Rewrite failures with RHS unbound    : 9793
% 424.10/53.92  # BW rewrite match attempts            : 90813
% 424.10/53.92  # BW rewrite match successes           : 4545
% 424.10/53.92  # Condensation attempts                : 0
% 424.10/53.92  # Condensation successes               : 0
% 424.10/53.92  # Termbank termtop insertions          : 41082419
% 424.10/53.92  
% 424.10/53.92  # -------------------------------------------------
% 424.10/53.92  # User time                : 51.106 s
% 424.10/53.92  # System time              : 1.610 s
% 424.10/53.92  # Total time               : 52.715 s
% 424.10/53.92  # Maximum resident set size: 1664 pages
% 424.10/53.92  
% 424.10/53.92  # -------------------------------------------------
% 424.10/53.92  # User time                : 51.106 s
% 424.10/53.92  # System time              : 1.615 s
% 424.10/53.92  # Total time               : 52.721 s
% 424.10/53.92  # Maximum resident set size: 1668 pages
% 424.10/53.92  % E---3.1 exiting
% 424.10/53.92  % E---3.1 exiting
%------------------------------------------------------------------------------