TSTP Solution File: GRP401-1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : GRP401-1 : TPTP v8.1.2. Released v2.5.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% 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 : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 00:18:50 EDT 2023

% Result   : Unsatisfiable 4.02s 4.09s
% Output   : CNFRefutation 4.02s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   31
%            Number of leaves      :   11
% Syntax   : Number of formulae    :  124 ( 100 unt;   5 typ;   0 def)
%            Number of atoms       :  138 ( 137 equ)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :   40 (  21   ~;  19   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    3 (   1 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    4 (   2   >;   2   *;   0   +;   0  <<)
%            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   :  307 (  23 sgn;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    multiply: ( $i * $i ) > $i ).

tff(decl_23,type,
    commutator: ( $i * $i ) > $i ).

tff(decl_24,type,
    a: $i ).

tff(decl_25,type,
    b: $i ).

tff(decl_26,type,
    c: $i ).

cnf(left_cancellation,axiom,
    ( X2 = X3
    | multiply(X1,X2) != multiply(X1,X3) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRP008-1.ax',left_cancellation) ).

cnf(commutator,axiom,
    multiply(X1,X2) = multiply(X2,multiply(X1,commutator(X1,X2))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutator) ).

cnf(associativity_of_multiply,axiom,
    multiply(multiply(X1,X2),X3) = multiply(X1,multiply(X2,X3)),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRP008-0.ax',associativity_of_multiply) ).

cnf(commutator_distributes_over_product,axiom,
    commutator(multiply(X1,X2),X3) = multiply(commutator(X1,X3),commutator(X2,X3)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutator_distributes_over_product) ).

cnf(right_cancellation,axiom,
    ( X1 = X3
    | multiply(X1,X2) != multiply(X3,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GRP008-1.ax',right_cancellation) ).

cnf(prove_nilpotency,negated_conjecture,
    multiply(commutator(a,b),c) != multiply(c,commutator(a,b)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_nilpotency) ).

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(multiply(X1,X2),X3) = multiply(commutator(X1,X3),commutator(X2,X3)),
    commutator_distributes_over_product ).

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

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

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

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

cnf(c_0_17,plain,
    ( X1 = commutator(X2,X2)
    | multiply(X1,X2) != X2 ),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

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

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

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

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

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

cnf(c_0_23,plain,
    commutator(commutator(X1,X1),commutator(X1,X1)) = commutator(X1,X1),
    inference(spm,[status(thm)],[c_0_19,c_0_20]) ).

cnf(c_0_24,plain,
    commutator(X1,X1) = commutator(X2,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_22]),c_0_21]),c_0_23]) ).

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

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

cnf(c_0_27,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_28,plain,
    commutator(multiply(X1,X2),X1) = commutator(X2,X1),
    inference(spm,[status(thm)],[c_0_12,c_0_25]) ).

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

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

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

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

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

cnf(c_0_34,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_35,plain,
    multiply(commutator(X1,X2),X2) = multiply(X2,commutator(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_30,c_0_28]),c_0_9]),c_0_7]),c_0_29]) ).

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

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

cnf(c_0_38,plain,
    commutator(multiply(X1,multiply(commutator(X2,X1),X3)),X2) = commutator(multiply(X1,X3),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_28]) ).

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

cnf(c_0_40,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_35]),c_0_9]) ).

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

cnf(c_0_42,plain,
    commutator(multiply(X1,commutator(commutator(X2,X1),X2)),X2) = commutator(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_38]),c_0_39]) ).

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

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

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

cnf(c_0_46,plain,
    ( X1 = commutator(X2,X2)
    | multiply(X3,multiply(X4,X1)) != multiply(X3,X4) ),
    inference(spm,[status(thm)],[c_0_27,c_0_26]) ).

cnf(c_0_47,plain,
    multiply(X1,multiply(X2,commutator(commutator(X2,X1),X2))) = 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(spm,[status(thm)],[c_0_7,c_0_42]),c_0_9]),c_0_12]),c_0_35]),c_0_39]),c_0_7]),c_0_9]),c_0_35]) ).

cnf(c_0_48,plain,
    commutator(X1,commutator(X1,X1)) = commutator(X1,X1),
    inference(spm,[status(thm)],[c_0_19,c_0_43]) ).

cnf(c_0_49,plain,
    commutator(commutator(X1,X2),X2) = commutator(X2,commutator(X1,X2)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_7]),c_0_35])]) ).

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

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

cnf(c_0_52,plain,
    commutator(X1,commutator(X2,X2)) = commutator(X2,X2),
    inference(spm,[status(thm)],[c_0_48,c_0_24]) ).

cnf(c_0_53,plain,
    commutator(X1,commutator(multiply(X2,X3),X1)) = commutator(X1,commutator(X3,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_33]),c_0_50]),c_0_49]) ).

cnf(c_0_54,plain,
    multiply(commutator(X1,X2),X1) = multiply(X1,commutator(X1,X2)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_7,c_0_51]),c_0_26]) ).

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

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

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

cnf(c_0_58,plain,
    commutator(X1,commutator(commutator(X2,X3),X2)) = commutator(commutator(X2,X3),X2),
    inference(spm,[status(thm)],[c_0_52,c_0_51]) ).

cnf(c_0_59,plain,
    commutator(X1,commutator(commutator(X2,X3),X1)) = commutator(X1,commutator(X3,X1)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_35]),c_0_53]) ).

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

cnf(c_0_61,plain,
    commutator(X1,X1) = commutator(X2,commutator(X2,X3)),
    inference(spm,[status(thm)],[c_0_36,c_0_54]) ).

cnf(c_0_62,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_31,c_0_9]) ).

cnf(c_0_63,plain,
    multiply(X1,multiply(X2,multiply(X2,commutator(X2,X1)))) = multiply(X2,multiply(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_55]),c_0_56]),c_0_57]),c_0_54]) ).

cnf(c_0_64,plain,
    commutator(commutator(X1,X2),X1) = commutator(X1,commutator(X2,X1)),
    inference(spm,[status(thm)],[c_0_58,c_0_59]) ).

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

cnf(c_0_66,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_61]),c_0_25]) ).

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

cnf(c_0_68,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_61]),c_0_26]) ).

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

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

cnf(c_0_71,plain,
    commutator(X1,commutator(X2,multiply(X2,X1))) = commutator(multiply(X1,X2),multiply(X2,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_28]),c_0_65]),c_0_66]) ).

cnf(c_0_72,plain,
    commutator(multiply(X1,X2),multiply(X2,X1)) = commutator(X2,commutator(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_67]),c_0_65]),c_0_68]) ).

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

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

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

cnf(c_0_76,plain,
    commutator(X1,commutator(X2,multiply(X2,X1))) = commutator(X2,commutator(X1,X2)),
    inference(rw,[status(thm)],[c_0_71,c_0_72]) ).

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

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

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

cnf(c_0_80,plain,
    ( commutator(X1,X2) = multiply(X1,X2)
    | commutator(X3,X3) != multiply(X2,X1) ),
    inference(spm,[status(thm)],[c_0_74,c_0_75]) ).

cnf(c_0_81,plain,
    commutator(commutator(X1,X2),commutator(X2,X1)) = commutator(X2,commutator(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_76,c_0_7]),c_0_67]),c_0_77]),c_0_78]) ).

cnf(c_0_82,plain,
    ( X1 = commutator(X2,multiply(X2,X3))
    | multiply(X1,commutator(X3,X2)) != commutator(X4,X4) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_79,c_0_24]),c_0_67]) ).

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

cnf(c_0_84,plain,
    multiply(commutator(X1,X2),commutator(X2,X1)) = commutator(X2,commutator(X1,X2)),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_80,c_0_75]),c_0_81]),c_0_24]) ).

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

cnf(c_0_86,plain,
    commutator(X1,multiply(X1,X2)) = commutator(X1,X2),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_75]),c_0_24]) ).

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

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

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

cnf(c_0_90,plain,
    commutator(commutator(X1,X2),multiply(X3,commutator(X2,X1))) = commutator(X3,commutator(X2,X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_84]),c_0_85]),c_0_86]) ).

cnf(c_0_91,plain,
    commutator(commutator(X1,X1),X1) = commutator(X1,X1),
    inference(spm,[status(thm)],[c_0_19,c_0_87]) ).

cnf(c_0_92,plain,
    commutator(commutator(X1,multiply(X2,multiply(X1,X3))),X3) = commutator(commutator(X1,X2),X3),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_88,c_0_67]),c_0_88]) ).

cnf(c_0_93,plain,
    commutator(X1,commutator(X2,X3)) = commutator(commutator(X3,X2),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_89,c_0_84]),c_0_85]),c_0_90]) ).

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

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

cnf(c_0_96,plain,
    commutator(commutator(X1,X1),X2) = commutator(X1,X1),
    inference(spm,[status(thm)],[c_0_91,c_0_24]) ).

cnf(c_0_97,plain,
    commutator(X1,commutator(multiply(X2,X1),X3)) = commutator(commutator(X3,X2),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_92,c_0_93]),c_0_33]) ).

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

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

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

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

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

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

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

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

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

cnf(c_0_107,plain,
    commutator(commutator(commutator(X1,X2),X2),X3) = commutator(commutator(X1,X2),X2),
    inference(spm,[status(thm)],[c_0_96,c_0_41]) ).

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

cnf(c_0_109,plain,
    commutator(commutator(X1,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_97,c_0_60]),c_0_68]),c_0_28]),c_0_98]),c_0_99]) ).

cnf(c_0_110,plain,
    multiply(commutator(X1,X2),commutator(X2,commutator(X3,X4))) = commutator(multiply(X1,commutator(X4,X3)),X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_100,c_0_101]),c_0_102]),c_0_103]) ).

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

cnf(c_0_112,plain,
    commutator(commutator(X1,X2),commutator(X3,X2)) = commutator(X2,commutator(X1,X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_105,c_0_106]),c_0_107]),c_0_49]) ).

cnf(c_0_113,plain,
    multiply(commutator(multiply(X1,X2),X3),X2) = multiply(X2,commutator(multiply(X2,X1),X3)),
    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_108,c_0_104]),c_0_109]),c_0_110]),c_0_9]),c_0_7]),c_0_111]) ).

cnf(c_0_114,plain,
    commutator(multiply(X1,X2),X3) = commutator(multiply(X2,X1),X3),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_7,c_0_104]),c_0_12]),c_0_112]),c_0_85]) ).

cnf(c_0_115,plain,
    commutator(X1,X1) = commutator(X2,commutator(X3,X4)),
    inference(sr,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_113]),c_0_88]),c_0_109]),c_0_114]) ).

cnf(c_0_116,negated_conjecture,
    multiply(commutator(a,b),c) != multiply(c,commutator(a,b)),
    prove_nilpotency ).

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

cnf(c_0_118,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_116,c_0_117])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem    : GRP401-1 : TPTP v8.1.2. Released v2.5.0.
% 0.11/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n016.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Tue Aug 29 03:01:30 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.57  start to proof: theBenchmark
% 4.02/4.09  % Version  : CSE_E---1.5
% 4.02/4.09  % Problem  : theBenchmark.p
% 4.02/4.09  % Proof found
% 4.02/4.09  % SZS status Theorem for theBenchmark.p
% 4.02/4.09  % SZS output start Proof
% See solution above
% 4.02/4.10  % Total time : 3.512000 s
% 4.02/4.10  % SZS output end Proof
% 4.02/4.10  % Total time : 3.515000 s
%------------------------------------------------------------------------------