TSTP Solution File: KLE104-10 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : KLE104-10 : TPTP v8.1.2. Released v7.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n001.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 05:26:08 EDT 2023

% Result   : Unsatisfiable 8.83s 9.01s
% Output   : CNFRefutation 8.83s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   49
% Syntax   : Number of formulae    :  124 ( 103 unt;  21 typ;   0 def)
%            Number of atoms       :  103 ( 102 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    5 (   5   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    2 (   1 avg)
%            Maximal term depth    :   15 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :   29 (  15   >;  14   *;   0   +;   0  <<)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :   21 (  21 usr;   6 con; 0-4 aty)
%            Number of variables   :  140 (  12 sgn;   0   !;   0   ?;   0   :)

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

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

tff(decl_24,type,
    addition: ( $i * $i ) > $i ).

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

tff(decl_26,type,
    multiplication: ( $i * $i ) > $i ).

tff(decl_27,type,
    one: $i ).

tff(decl_28,type,
    leq: ( $i * $i ) > $i ).

tff(decl_29,type,
    true: $i ).

tff(decl_30,type,
    antidomain: $i > $i ).

tff(decl_31,type,
    domain: $i > $i ).

tff(decl_32,type,
    coantidomain: $i > $i ).

tff(decl_33,type,
    codomain: $i > $i ).

tff(decl_34,type,
    c: $i > $i ).

tff(decl_35,type,
    domain_difference: ( $i * $i ) > $i ).

tff(decl_36,type,
    forward_diamond: ( $i * $i ) > $i ).

tff(decl_37,type,
    backward_diamond: ( $i * $i ) > $i ).

tff(decl_38,type,
    forward_box: ( $i * $i ) > $i ).

tff(decl_39,type,
    backward_box: ( $i * $i ) > $i ).

tff(decl_40,type,
    sK2_goals_X1: $i ).

tff(decl_41,type,
    sK3_goals_X0: $i ).

tff(decl_42,type,
    sK1_goals_X2: $i ).

cnf(additive_identity,axiom,
    addition(X1,zero) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_identity) ).

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

cnf(complement,axiom,
    c(X1) = antidomain(domain(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',complement) ).

cnf(domain4,axiom,
    domain(X1) = antidomain(antidomain(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain4) ).

cnf(left_distributivity,axiom,
    multiplication(addition(X1,X2),X3) = addition(multiplication(X1,X3),multiplication(X2,X3)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_distributivity) ).

cnf(domain1,axiom,
    multiplication(antidomain(X1),X1) = zero,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain1) ).

cnf(domain3,axiom,
    addition(antidomain(antidomain(X1)),antidomain(X1)) = one,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain3) ).

cnf(backward_box,axiom,
    backward_box(X1,X2) = c(backward_diamond(X1,c(X2))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',backward_box) ).

cnf(backward_diamond,axiom,
    backward_diamond(X1,X2) = codomain(multiplication(codomain(X2),X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',backward_diamond) ).

cnf(codomain4,axiom,
    codomain(X1) = coantidomain(coantidomain(X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',codomain4) ).

cnf(right_distributivity,axiom,
    multiplication(X1,addition(X2,X3)) = addition(multiplication(X1,X2),multiplication(X1,X3)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_distributivity) ).

cnf(multiplicative_left_identity,axiom,
    multiplication(one,X1) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_left_identity) ).

cnf(goals,negated_conjecture,
    addition(domain(sK2_goals_X1),backward_box(sK3_goals_X0,domain(sK1_goals_X2))) = one,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

cnf(multiplicative_right_identity,axiom,
    multiplication(X1,one) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_right_identity) ).

cnf(additive_associativity,axiom,
    addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_associativity) ).

cnf(additive_idempotence,axiom,
    addition(X1,X1) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_idempotence) ).

cnf(codomain3,axiom,
    addition(coantidomain(coantidomain(X1)),coantidomain(X1)) = one,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',codomain3) ).

cnf(codomain1,axiom,
    multiplication(X1,coantidomain(X1)) = zero,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',codomain1) ).

cnf(multiplicative_associativity,axiom,
    multiplication(X1,multiplication(X2,X3)) = multiplication(multiplication(X1,X2),X3),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_associativity) ).

cnf(right_annihilation,axiom,
    multiplication(X1,zero) = zero,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_annihilation) ).

cnf(order_1,axiom,
    ifeq(leq(X1,X2),true,addition(X1,X2),X2) = X2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',order_1) ).

cnf(domain2,axiom,
    addition(antidomain(multiplication(X1,X2)),antidomain(multiplication(X1,antidomain(antidomain(X2))))) = antidomain(multiplication(X1,antidomain(antidomain(X2)))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain2) ).

cnf(forward_diamond,axiom,
    forward_diamond(X1,X2) = domain(multiplication(X1,domain(X2))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',forward_diamond) ).

cnf(order,axiom,
    ifeq2(addition(X1,X2),X2,leq(X1,X2),true) = true,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',order) ).

cnf(ifeq_axiom,axiom,
    ifeq2(X1,X1,X2,X3) = X2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ifeq_axiom) ).

cnf(forward_box,axiom,
    forward_box(X1,X2) = c(forward_diamond(X1,c(X2))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',forward_box) ).

cnf(ifeq_axiom_001,axiom,
    ifeq(X1,X1,X2,X3) = X2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ifeq_axiom_001) ).

cnf(goals_1,negated_conjecture,
    addition(forward_box(sK3_goals_X0,domain(sK2_goals_X1)),domain(sK1_goals_X2)) != one,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals_1) ).

cnf(c_0_28,axiom,
    addition(X1,zero) = X1,
    additive_identity ).

cnf(c_0_29,axiom,
    addition(X1,X2) = addition(X2,X1),
    additive_commutativity ).

cnf(c_0_30,axiom,
    c(X1) = antidomain(domain(X1)),
    complement ).

cnf(c_0_31,axiom,
    domain(X1) = antidomain(antidomain(X1)),
    domain4 ).

cnf(c_0_32,axiom,
    multiplication(addition(X1,X2),X3) = addition(multiplication(X1,X3),multiplication(X2,X3)),
    left_distributivity ).

cnf(c_0_33,axiom,
    multiplication(antidomain(X1),X1) = zero,
    domain1 ).

cnf(c_0_34,plain,
    addition(zero,X1) = X1,
    inference(spm,[status(thm)],[c_0_28,c_0_29]) ).

cnf(c_0_35,axiom,
    addition(antidomain(antidomain(X1)),antidomain(X1)) = one,
    domain3 ).

cnf(c_0_36,axiom,
    backward_box(X1,X2) = c(backward_diamond(X1,c(X2))),
    backward_box ).

cnf(c_0_37,plain,
    c(X1) = antidomain(antidomain(antidomain(X1))),
    inference(rw,[status(thm)],[c_0_30,c_0_31]) ).

cnf(c_0_38,axiom,
    backward_diamond(X1,X2) = codomain(multiplication(codomain(X2),X1)),
    backward_diamond ).

cnf(c_0_39,axiom,
    codomain(X1) = coantidomain(coantidomain(X1)),
    codomain4 ).

cnf(c_0_40,axiom,
    multiplication(X1,addition(X2,X3)) = addition(multiplication(X1,X2),multiplication(X1,X3)),
    right_distributivity ).

cnf(c_0_41,plain,
    multiplication(addition(antidomain(X1),X2),X1) = multiplication(X2,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_33]),c_0_34]) ).

cnf(c_0_42,plain,
    addition(antidomain(X1),antidomain(antidomain(X1))) = one,
    inference(rw,[status(thm)],[c_0_35,c_0_29]) ).

cnf(c_0_43,axiom,
    multiplication(one,X1) = X1,
    multiplicative_left_identity ).

cnf(c_0_44,negated_conjecture,
    addition(domain(sK2_goals_X1),backward_box(sK3_goals_X0,domain(sK1_goals_X2))) = one,
    goals ).

cnf(c_0_45,plain,
    backward_box(X1,X2) = antidomain(antidomain(antidomain(backward_diamond(X1,antidomain(antidomain(antidomain(X2))))))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_36,c_0_37]),c_0_37]) ).

cnf(c_0_46,plain,
    backward_diamond(X1,X2) = coantidomain(coantidomain(multiplication(coantidomain(coantidomain(X2)),X1))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_38,c_0_39]),c_0_39]) ).

cnf(c_0_47,plain,
    multiplication(antidomain(X1),addition(X2,X1)) = multiplication(antidomain(X1),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_33]),c_0_28]) ).

cnf(c_0_48,axiom,
    multiplication(X1,one) = X1,
    multiplicative_right_identity ).

cnf(c_0_49,plain,
    multiplication(antidomain(antidomain(X1)),X1) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_43]) ).

cnf(c_0_50,negated_conjecture,
    addition(antidomain(antidomain(sK2_goals_X1)),antidomain(antidomain(antidomain(coantidomain(coantidomain(multiplication(coantidomain(coantidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK1_goals_X2))))))),sK3_goals_X0))))))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_44,c_0_31]),c_0_31]),c_0_45]),c_0_46]) ).

cnf(c_0_51,plain,
    antidomain(antidomain(antidomain(X1))) = antidomain(X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_42]),c_0_48]),c_0_49]) ).

cnf(c_0_52,axiom,
    addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    additive_associativity ).

cnf(c_0_53,axiom,
    addition(X1,X1) = X1,
    additive_idempotence ).

cnf(c_0_54,axiom,
    addition(coantidomain(coantidomain(X1)),coantidomain(X1)) = one,
    codomain3 ).

cnf(c_0_55,axiom,
    multiplication(X1,coantidomain(X1)) = zero,
    codomain1 ).

cnf(c_0_56,plain,
    multiplication(addition(X1,antidomain(X2)),X2) = multiplication(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_33]),c_0_28]) ).

cnf(c_0_57,negated_conjecture,
    addition(antidomain(antidomain(sK2_goals_X1)),antidomain(coantidomain(coantidomain(multiplication(coantidomain(coantidomain(antidomain(sK1_goals_X2))),sK3_goals_X0))))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_50,c_0_51]),c_0_51]),c_0_51]) ).

cnf(c_0_58,plain,
    addition(X1,addition(X1,X2)) = addition(X1,X2),
    inference(spm,[status(thm)],[c_0_52,c_0_53]) ).

cnf(c_0_59,plain,
    addition(coantidomain(X1),coantidomain(coantidomain(X1))) = one,
    inference(rw,[status(thm)],[c_0_54,c_0_29]) ).

cnf(c_0_60,plain,
    multiplication(X1,addition(coantidomain(X1),X2)) = multiplication(X1,X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_55]),c_0_34]) ).

cnf(c_0_61,plain,
    addition(X1,multiplication(X1,X2)) = multiplication(X1,addition(X2,one)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_40,c_0_48]),c_0_29]) ).

cnf(c_0_62,negated_conjecture,
    multiplication(antidomain(antidomain(sK2_goals_X1)),coantidomain(coantidomain(multiplication(coantidomain(coantidomain(antidomain(sK1_goals_X2))),sK3_goals_X0)))) = coantidomain(coantidomain(multiplication(coantidomain(coantidomain(antidomain(sK1_goals_X2))),sK3_goals_X0))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_56,c_0_57]),c_0_43]) ).

cnf(c_0_63,plain,
    addition(one,coantidomain(X1)) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_59]),c_0_29]) ).

cnf(c_0_64,axiom,
    multiplication(X1,multiplication(X2,X3)) = multiplication(multiplication(X1,X2),X3),
    multiplicative_associativity ).

cnf(c_0_65,plain,
    multiplication(X1,coantidomain(coantidomain(X1))) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_59]),c_0_48]) ).

cnf(c_0_66,negated_conjecture,
    addition(antidomain(antidomain(sK2_goals_X1)),coantidomain(coantidomain(multiplication(coantidomain(coantidomain(antidomain(sK1_goals_X2))),sK3_goals_X0)))) = antidomain(antidomain(sK2_goals_X1)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_62]),c_0_29]),c_0_63]),c_0_48]) ).

cnf(c_0_67,plain,
    multiplication(X1,multiplication(coantidomain(coantidomain(X1)),X2)) = multiplication(X1,X2),
    inference(spm,[status(thm)],[c_0_64,c_0_65]) ).

cnf(c_0_68,negated_conjecture,
    multiplication(coantidomain(coantidomain(multiplication(coantidomain(coantidomain(antidomain(sK1_goals_X2))),sK3_goals_X0))),antidomain(sK2_goals_X1)) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_66]),c_0_33]) ).

cnf(c_0_69,axiom,
    multiplication(X1,zero) = zero,
    right_annihilation ).

cnf(c_0_70,plain,
    antidomain(one) = zero,
    inference(spm,[status(thm)],[c_0_48,c_0_33]) ).

cnf(c_0_71,negated_conjecture,
    multiplication(coantidomain(coantidomain(antidomain(sK1_goals_X2))),multiplication(sK3_goals_X0,antidomain(sK2_goals_X1))) = zero,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_68]),c_0_69]),c_0_64]) ).

cnf(c_0_72,plain,
    addition(zero,antidomain(zero)) = one,
    inference(spm,[status(thm)],[c_0_42,c_0_70]) ).

cnf(c_0_73,axiom,
    ifeq(leq(X1,X2),true,addition(X1,X2),X2) = X2,
    order_1 ).

cnf(c_0_74,axiom,
    addition(antidomain(multiplication(X1,X2)),antidomain(multiplication(X1,antidomain(antidomain(X2))))) = antidomain(multiplication(X1,antidomain(antidomain(X2)))),
    domain2 ).

cnf(c_0_75,negated_conjecture,
    multiplication(antidomain(sK1_goals_X2),multiplication(sK3_goals_X0,antidomain(sK2_goals_X1))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_71]),c_0_69]) ).

cnf(c_0_76,plain,
    antidomain(zero) = one,
    inference(rw,[status(thm)],[c_0_72,c_0_34]) ).

cnf(c_0_77,plain,
    addition(one,antidomain(X1)) = one,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_58,c_0_42]),c_0_29]) ).

cnf(c_0_78,axiom,
    forward_diamond(X1,X2) = domain(multiplication(X1,domain(X2))),
    forward_diamond ).

cnf(c_0_79,plain,
    ifeq(leq(multiplication(X1,X2),multiplication(X1,X3)),true,multiplication(X1,addition(X2,X3)),multiplication(X1,X3)) = multiplication(X1,X3),
    inference(spm,[status(thm)],[c_0_73,c_0_40]) ).

cnf(c_0_80,negated_conjecture,
    antidomain(multiplication(antidomain(sK1_goals_X2),antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK2_goals_X1)))))) = one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_74,c_0_75]),c_0_76]),c_0_77]) ).

cnf(c_0_81,axiom,
    ifeq2(addition(X1,X2),X2,leq(X1,X2),true) = true,
    order ).

cnf(c_0_82,axiom,
    ifeq2(X1,X1,X2,X3) = X2,
    ifeq_axiom ).

cnf(c_0_83,axiom,
    forward_box(X1,X2) = c(forward_diamond(X1,c(X2))),
    forward_box ).

cnf(c_0_84,plain,
    forward_diamond(X1,X2) = antidomain(antidomain(multiplication(X1,antidomain(antidomain(X2))))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_78,c_0_31]),c_0_31]) ).

cnf(c_0_85,plain,
    multiplication(antidomain(addition(X1,X2)),X1) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_58]),c_0_33]) ).

cnf(c_0_86,plain,
    ifeq(leq(multiplication(X1,antidomain(X2)),multiplication(X1,antidomain(antidomain(X2)))),true,X1,multiplication(X1,antidomain(antidomain(X2)))) = multiplication(X1,antidomain(antidomain(X2))),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_79,c_0_42]),c_0_48]) ).

cnf(c_0_87,negated_conjecture,
    multiplication(antidomain(sK1_goals_X2),antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(sK2_goals_X1))))) = zero,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_80]),c_0_43]) ).

cnf(c_0_88,plain,
    leq(zero,X1) = true,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_81,c_0_34]),c_0_82]) ).

cnf(c_0_89,axiom,
    ifeq(X1,X1,X2,X3) = X2,
    ifeq_axiom_001 ).

cnf(c_0_90,negated_conjecture,
    addition(forward_box(sK3_goals_X0,domain(sK2_goals_X1)),domain(sK1_goals_X2)) != one,
    goals_1 ).

cnf(c_0_91,plain,
    forward_box(X1,X2) = antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(X1,antidomain(antidomain(antidomain(antidomain(antidomain(X2))))))))))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_83,c_0_37]),c_0_37]),c_0_84]) ).

cnf(c_0_92,plain,
    multiplication(addition(antidomain(addition(X1,X2)),X3),X1) = multiplication(X3,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_85]),c_0_34]) ).

cnf(c_0_93,plain,
    addition(X1,multiplication(X2,X1)) = multiplication(addition(X2,one),X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_43]),c_0_29]) ).

cnf(c_0_94,negated_conjecture,
    multiplication(antidomain(sK1_goals_X2),antidomain(multiplication(sK3_goals_X0,antidomain(sK2_goals_X1)))) = antidomain(sK1_goals_X2),
    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_86,c_0_87]),c_0_51]),c_0_88]),c_0_51]),c_0_89]),c_0_51]) ).

cnf(c_0_95,negated_conjecture,
    addition(antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK2_goals_X1))))))))))))),antidomain(antidomain(sK1_goals_X2))) != one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_90,c_0_31]),c_0_31]),c_0_91]) ).

cnf(c_0_96,plain,
    multiplication(antidomain(antidomain(addition(X1,X2))),X1) = X1,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_92,c_0_42]),c_0_43]) ).

cnf(c_0_97,negated_conjecture,
    addition(antidomain(sK1_goals_X2),antidomain(multiplication(sK3_goals_X0,antidomain(sK2_goals_X1)))) = antidomain(multiplication(sK3_goals_X0,antidomain(sK2_goals_X1))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_93,c_0_94]),c_0_29]),c_0_29]),c_0_77]),c_0_43]) ).

cnf(c_0_98,negated_conjecture,
    addition(antidomain(antidomain(sK1_goals_X2)),antidomain(antidomain(antidomain(antidomain(antidomain(multiplication(sK3_goals_X0,antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(antidomain(sK2_goals_X1)))))))))))))) != one,
    inference(rw,[status(thm)],[c_0_95,c_0_29]) ).

cnf(c_0_99,plain,
    addition(X1,addition(antidomain(X2),multiplication(X1,X2))) = multiplication(addition(X1,antidomain(X2)),addition(X2,one)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_56]),c_0_52]) ).

cnf(c_0_100,negated_conjecture,
    multiplication(antidomain(multiplication(sK3_goals_X0,antidomain(sK2_goals_X1))),antidomain(sK1_goals_X2)) = antidomain(sK1_goals_X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_97]),c_0_51]) ).

cnf(c_0_101,negated_conjecture,
    addition(antidomain(antidomain(sK1_goals_X2)),antidomain(multiplication(sK3_goals_X0,antidomain(sK2_goals_X1)))) != one,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_98,c_0_51]),c_0_51]),c_0_51]),c_0_51]),c_0_51]) ).

cnf(c_0_102,negated_conjecture,
    $false,
    inference(sr,[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_99,c_0_100]),c_0_29]),c_0_42]),c_0_29]),c_0_77]),c_0_29]),c_0_77]),c_0_48]),c_0_29]),c_0_101]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : KLE104-10 : TPTP v8.1.2. Released v7.3.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.13/0.35  % Computer : n001.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   : Tue Aug 29 12:56:52 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.19/0.57  start to proof: theBenchmark
% 8.83/9.01  % Version  : CSE_E---1.5
% 8.83/9.01  % Problem  : theBenchmark.p
% 8.83/9.01  % Proof found
% 8.83/9.01  % SZS status Theorem for theBenchmark.p
% 8.83/9.01  % SZS output start Proof
% See solution above
% 8.83/9.02  % Total time : 8.428000 s
% 8.83/9.02  % SZS output end Proof
% 8.83/9.02  % Total time : 8.432000 s
%------------------------------------------------------------------------------