TSTP Solution File: COM019+1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : COM019+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s

% Computer : n006.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 : Wed Aug 30 18:36:20 EDT 2023

% Result   : Theorem 0.56s 0.84s
% Output   : CNFRefutation 0.84s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   46
% Syntax   : Number of formulae    :   91 (  21 unt;  32 typ;   0 def)
%            Number of atoms       :  289 (   9 equ)
%            Maximal formula atoms :   30 (   4 avg)
%            Number of connectives :  393 ( 163   ~; 171   |;  43   &)
%                                         (   4 <=>;  12  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   46 (  24   >;  22   *;   0   +;   0  <<)
%            Number of predicates  :   12 (  10 usr;   1 prp; 0-3 aty)
%            Number of functors    :   22 (  22 usr;   8 con; 0-4 aty)
%            Number of variables   :  100 (   2 sgn;  47   !;   3   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    aElement0: $i > $o ).

tff(decl_23,type,
    aRewritingSystem0: $i > $o ).

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

tff(decl_25,type,
    iLess0: ( $i * $i ) > $o ).

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

tff(decl_27,type,
    sdtmndtasgtdt0: ( $i * $i * $i ) > $o ).

tff(decl_28,type,
    isConfluent0: $i > $o ).

tff(decl_29,type,
    isLocallyConfluent0: $i > $o ).

tff(decl_30,type,
    isTerminating0: $i > $o ).

tff(decl_31,type,
    aNormalFormOfIn0: ( $i * $i * $i ) > $o ).

tff(decl_32,type,
    xR: $i ).

tff(decl_33,type,
    xa: $i ).

tff(decl_34,type,
    xb: $i ).

tff(decl_35,type,
    xc: $i ).

tff(decl_36,type,
    xu: $i ).

tff(decl_37,type,
    xv: $i ).

tff(decl_38,type,
    xw: $i ).

tff(decl_39,type,
    xd: $i ).

tff(decl_40,type,
    esk1_3: ( $i * $i * $i ) > $i ).

tff(decl_41,type,
    esk2_4: ( $i * $i * $i * $i ) > $i ).

tff(decl_42,type,
    esk3_1: $i > $i ).

tff(decl_43,type,
    esk4_1: $i > $i ).

tff(decl_44,type,
    esk5_1: $i > $i ).

tff(decl_45,type,
    esk6_4: ( $i * $i * $i * $i ) > $i ).

tff(decl_46,type,
    esk7_1: $i > $i ).

tff(decl_47,type,
    esk8_1: $i > $i ).

tff(decl_48,type,
    esk9_1: $i > $i ).

tff(decl_49,type,
    esk10_1: $i > $i ).

tff(decl_50,type,
    esk11_1: $i > $i ).

tff(decl_51,type,
    esk12_3: ( $i * $i * $i ) > $i ).

tff(decl_52,type,
    esk13_2: ( $i * $i ) > $i ).

tff(decl_53,type,
    esk14_3: ( $i * $i * $i ) > $i ).

fof(mTCDef,axiom,
    ! [X1,X2,X3] :
      ( ( aElement0(X1)
        & aRewritingSystem0(X2)
        & aElement0(X3) )
     => ( sdtmndtplgtdt0(X1,X2,X3)
      <=> ( aReductOfIn0(X3,X1,X2)
          | ? [X4] :
              ( aElement0(X4)
              & aReductOfIn0(X4,X1,X2)
              & sdtmndtplgtdt0(X4,X2,X3) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mTCDef) ).

fof(mReduct,axiom,
    ! [X1,X2] :
      ( ( aElement0(X1)
        & aRewritingSystem0(X2) )
     => ! [X3] :
          ( aReductOfIn0(X3,X1,X2)
         => aElement0(X3) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mReduct) ).

fof(mTermin,axiom,
    ! [X1] :
      ( aRewritingSystem0(X1)
     => ( isTerminating0(X1)
      <=> ! [X2,X3] :
            ( ( aElement0(X2)
              & aElement0(X3) )
           => ( sdtmndtplgtdt0(X2,X1,X3)
             => iLess0(X3,X2) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mTermin) ).

fof(mTCRDef,axiom,
    ! [X1,X2,X3] :
      ( ( aElement0(X1)
        & aRewritingSystem0(X2)
        & aElement0(X3) )
     => ( sdtmndtasgtdt0(X1,X2,X3)
      <=> ( X1 = X3
          | sdtmndtplgtdt0(X1,X2,X3) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mTCRDef) ).

fof(m__715,hypothesis,
    ! [X1,X2,X3] :
      ( ( aElement0(X1)
        & aElement0(X2)
        & aElement0(X3)
        & sdtmndtasgtdt0(X1,xR,X2)
        & sdtmndtasgtdt0(X1,xR,X3) )
     => ( iLess0(X1,xa)
       => ? [X4] :
            ( aElement0(X4)
            & sdtmndtasgtdt0(X2,xR,X4)
            & sdtmndtasgtdt0(X3,xR,X4) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m__715) ).

fof(mNFRDef,axiom,
    ! [X1,X2] :
      ( ( aElement0(X1)
        & aRewritingSystem0(X2) )
     => ! [X3] :
          ( aNormalFormOfIn0(X3,X1,X2)
        <=> ( aElement0(X3)
            & sdtmndtasgtdt0(X1,X2,X3)
            & ~ ? [X4] : aReductOfIn0(X4,X3,X2) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mNFRDef) ).

fof(m__656,hypothesis,
    aRewritingSystem0(xR),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m__656) ).

fof(m__755,hypothesis,
    ( aElement0(xu)
    & aReductOfIn0(xu,xa,xR)
    & sdtmndtasgtdt0(xu,xR,xb) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m__755) ).

fof(m__656_01,hypothesis,
    ( isLocallyConfluent0(xR)
    & isTerminating0(xR) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m__656_01) ).

fof(m__731,hypothesis,
    ( aElement0(xa)
    & aElement0(xb)
    & aElement0(xc) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m__731) ).

fof(mTCRTrans,axiom,
    ! [X1,X2,X3,X4] :
      ( ( aElement0(X1)
        & aRewritingSystem0(X2)
        & aElement0(X3)
        & aElement0(X4) )
     => ( ( sdtmndtasgtdt0(X1,X2,X3)
          & sdtmndtasgtdt0(X3,X2,X4) )
       => sdtmndtasgtdt0(X1,X2,X4) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mTCRTrans) ).

fof(m__818,hypothesis,
    aNormalFormOfIn0(xd,xw,xR),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m__818) ).

fof(m__799,hypothesis,
    ( aElement0(xw)
    & sdtmndtasgtdt0(xu,xR,xw)
    & sdtmndtasgtdt0(xv,xR,xw) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m__799) ).

fof(m__,conjecture,
    sdtmndtasgtdt0(xb,xR,xd),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m__) ).

fof(c_0_14,plain,
    ! [X9,X10,X11,X13] :
      ( ( aElement0(esk1_3(X9,X10,X11))
        | aReductOfIn0(X11,X9,X10)
        | ~ sdtmndtplgtdt0(X9,X10,X11)
        | ~ aElement0(X9)
        | ~ aRewritingSystem0(X10)
        | ~ aElement0(X11) )
      & ( aReductOfIn0(esk1_3(X9,X10,X11),X9,X10)
        | aReductOfIn0(X11,X9,X10)
        | ~ sdtmndtplgtdt0(X9,X10,X11)
        | ~ aElement0(X9)
        | ~ aRewritingSystem0(X10)
        | ~ aElement0(X11) )
      & ( sdtmndtplgtdt0(esk1_3(X9,X10,X11),X10,X11)
        | aReductOfIn0(X11,X9,X10)
        | ~ sdtmndtplgtdt0(X9,X10,X11)
        | ~ aElement0(X9)
        | ~ aRewritingSystem0(X10)
        | ~ aElement0(X11) )
      & ( ~ aReductOfIn0(X11,X9,X10)
        | sdtmndtplgtdt0(X9,X10,X11)
        | ~ aElement0(X9)
        | ~ aRewritingSystem0(X10)
        | ~ aElement0(X11) )
      & ( ~ aElement0(X13)
        | ~ aReductOfIn0(X13,X9,X10)
        | ~ sdtmndtplgtdt0(X13,X10,X11)
        | sdtmndtplgtdt0(X9,X10,X11)
        | ~ aElement0(X9)
        | ~ aRewritingSystem0(X10)
        | ~ aElement0(X11) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mTCDef])])])])]) ).

fof(c_0_15,plain,
    ! [X6,X7,X8] :
      ( ~ aElement0(X6)
      | ~ aRewritingSystem0(X7)
      | ~ aReductOfIn0(X8,X6,X7)
      | aElement0(X8) ),
    inference(shift_quantors,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mReduct])])]) ).

fof(c_0_16,plain,
    ! [X43,X44,X45] :
      ( ( ~ isTerminating0(X43)
        | ~ aElement0(X44)
        | ~ aElement0(X45)
        | ~ sdtmndtplgtdt0(X44,X43,X45)
        | iLess0(X45,X44)
        | ~ aRewritingSystem0(X43) )
      & ( aElement0(esk10_1(X43))
        | isTerminating0(X43)
        | ~ aRewritingSystem0(X43) )
      & ( aElement0(esk11_1(X43))
        | isTerminating0(X43)
        | ~ aRewritingSystem0(X43) )
      & ( sdtmndtplgtdt0(esk10_1(X43),X43,esk11_1(X43))
        | isTerminating0(X43)
        | ~ aRewritingSystem0(X43) )
      & ( ~ iLess0(esk11_1(X43),esk10_1(X43))
        | isTerminating0(X43)
        | ~ aRewritingSystem0(X43) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mTermin])])])])]) ).

cnf(c_0_17,plain,
    ( sdtmndtplgtdt0(X2,X3,X1)
    | ~ aReductOfIn0(X1,X2,X3)
    | ~ aElement0(X2)
    | ~ aRewritingSystem0(X3)
    | ~ aElement0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_18,plain,
    ( aElement0(X3)
    | ~ aElement0(X1)
    | ~ aRewritingSystem0(X2)
    | ~ aReductOfIn0(X3,X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

fof(c_0_19,plain,
    ! [X18,X19,X20] :
      ( ( ~ sdtmndtasgtdt0(X18,X19,X20)
        | X18 = X20
        | sdtmndtplgtdt0(X18,X19,X20)
        | ~ aElement0(X18)
        | ~ aRewritingSystem0(X19)
        | ~ aElement0(X20) )
      & ( X18 != X20
        | sdtmndtasgtdt0(X18,X19,X20)
        | ~ aElement0(X18)
        | ~ aRewritingSystem0(X19)
        | ~ aElement0(X20) )
      & ( ~ sdtmndtplgtdt0(X18,X19,X20)
        | sdtmndtasgtdt0(X18,X19,X20)
        | ~ aElement0(X18)
        | ~ aRewritingSystem0(X19)
        | ~ aElement0(X20) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mTCRDef])])]) ).

fof(c_0_20,hypothesis,
    ! [X57,X58,X59] :
      ( ( aElement0(esk14_3(X57,X58,X59))
        | ~ iLess0(X57,xa)
        | ~ aElement0(X57)
        | ~ aElement0(X58)
        | ~ aElement0(X59)
        | ~ sdtmndtasgtdt0(X57,xR,X58)
        | ~ sdtmndtasgtdt0(X57,xR,X59) )
      & ( sdtmndtasgtdt0(X58,xR,esk14_3(X57,X58,X59))
        | ~ iLess0(X57,xa)
        | ~ aElement0(X57)
        | ~ aElement0(X58)
        | ~ aElement0(X59)
        | ~ sdtmndtasgtdt0(X57,xR,X58)
        | ~ sdtmndtasgtdt0(X57,xR,X59) )
      & ( sdtmndtasgtdt0(X59,xR,esk14_3(X57,X58,X59))
        | ~ iLess0(X57,xa)
        | ~ aElement0(X57)
        | ~ aElement0(X58)
        | ~ aElement0(X59)
        | ~ sdtmndtasgtdt0(X57,xR,X58)
        | ~ sdtmndtasgtdt0(X57,xR,X59) ) ),
    inference(distribute,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[m__715])])])]) ).

cnf(c_0_21,plain,
    ( iLess0(X3,X2)
    | ~ isTerminating0(X1)
    | ~ aElement0(X2)
    | ~ aElement0(X3)
    | ~ sdtmndtplgtdt0(X2,X1,X3)
    | ~ aRewritingSystem0(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

cnf(c_0_22,plain,
    ( sdtmndtplgtdt0(X1,X2,X3)
    | ~ aReductOfIn0(X3,X1,X2)
    | ~ aRewritingSystem0(X2)
    | ~ aElement0(X1) ),
    inference(csr,[status(thm)],[c_0_17,c_0_18]) ).

fof(c_0_23,plain,
    ! [X48,X49,X50,X51,X52] :
      ( ( aElement0(X50)
        | ~ aNormalFormOfIn0(X50,X48,X49)
        | ~ aElement0(X48)
        | ~ aRewritingSystem0(X49) )
      & ( sdtmndtasgtdt0(X48,X49,X50)
        | ~ aNormalFormOfIn0(X50,X48,X49)
        | ~ aElement0(X48)
        | ~ aRewritingSystem0(X49) )
      & ( ~ aReductOfIn0(X51,X50,X49)
        | ~ aNormalFormOfIn0(X50,X48,X49)
        | ~ aElement0(X48)
        | ~ aRewritingSystem0(X49) )
      & ( ~ aElement0(X52)
        | ~ sdtmndtasgtdt0(X48,X49,X52)
        | aReductOfIn0(esk12_3(X48,X49,X52),X52,X49)
        | aNormalFormOfIn0(X52,X48,X49)
        | ~ aElement0(X48)
        | ~ aRewritingSystem0(X49) ) ),
    inference(distribute,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(shift_quantors,[status(thm)],[inference(fof_nnf,[status(thm)],[mNFRDef])])])])])]) ).

cnf(c_0_24,plain,
    ( X1 = X3
    | sdtmndtplgtdt0(X1,X2,X3)
    | ~ sdtmndtasgtdt0(X1,X2,X3)
    | ~ aElement0(X1)
    | ~ aRewritingSystem0(X2)
    | ~ aElement0(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_19]) ).

cnf(c_0_25,hypothesis,
    ( sdtmndtasgtdt0(X1,xR,esk14_3(X2,X3,X1))
    | ~ iLess0(X2,xa)
    | ~ aElement0(X2)
    | ~ aElement0(X3)
    | ~ aElement0(X1)
    | ~ sdtmndtasgtdt0(X2,xR,X3)
    | ~ sdtmndtasgtdt0(X2,xR,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_26,hypothesis,
    aRewritingSystem0(xR),
    inference(split_conjunct,[status(thm)],[m__656]) ).

cnf(c_0_27,hypothesis,
    ( aElement0(esk14_3(X1,X2,X3))
    | ~ iLess0(X1,xa)
    | ~ aElement0(X1)
    | ~ aElement0(X2)
    | ~ aElement0(X3)
    | ~ sdtmndtasgtdt0(X1,xR,X2)
    | ~ sdtmndtasgtdt0(X1,xR,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_28,plain,
    ( iLess0(X1,X2)
    | ~ isTerminating0(X3)
    | ~ aReductOfIn0(X1,X2,X3)
    | ~ aRewritingSystem0(X3)
    | ~ aElement0(X2) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_22]),c_0_18]) ).

cnf(c_0_29,hypothesis,
    aReductOfIn0(xu,xa,xR),
    inference(split_conjunct,[status(thm)],[m__755]) ).

cnf(c_0_30,hypothesis,
    isTerminating0(xR),
    inference(split_conjunct,[status(thm)],[m__656_01]) ).

cnf(c_0_31,hypothesis,
    aElement0(xa),
    inference(split_conjunct,[status(thm)],[m__731]) ).

fof(c_0_32,plain,
    ! [X21,X22,X23,X24] :
      ( ~ aElement0(X21)
      | ~ aRewritingSystem0(X22)
      | ~ aElement0(X23)
      | ~ aElement0(X24)
      | ~ sdtmndtasgtdt0(X21,X22,X23)
      | ~ sdtmndtasgtdt0(X23,X22,X24)
      | sdtmndtasgtdt0(X21,X22,X24) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[mTCRTrans])]) ).

cnf(c_0_33,plain,
    ( sdtmndtasgtdt0(X1,X2,X3)
    | ~ aNormalFormOfIn0(X3,X1,X2)
    | ~ aElement0(X1)
    | ~ aRewritingSystem0(X2) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_34,hypothesis,
    aNormalFormOfIn0(xd,xw,xR),
    inference(split_conjunct,[status(thm)],[m__818]) ).

cnf(c_0_35,hypothesis,
    aElement0(xw),
    inference(split_conjunct,[status(thm)],[m__799]) ).

cnf(c_0_36,plain,
    ( aElement0(X1)
    | ~ aNormalFormOfIn0(X1,X2,X3)
    | ~ aElement0(X2)
    | ~ aRewritingSystem0(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_37,hypothesis,
    ( esk14_3(X1,X2,X3) = X3
    | sdtmndtplgtdt0(X3,xR,esk14_3(X1,X2,X3))
    | ~ sdtmndtasgtdt0(X1,xR,X2)
    | ~ sdtmndtasgtdt0(X1,xR,X3)
    | ~ iLess0(X1,xa)
    | ~ aElement0(X3)
    | ~ aElement0(X2)
    | ~ aElement0(X1) ),
    inference(csr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_25]),c_0_26])]),c_0_27]) ).

cnf(c_0_38,hypothesis,
    sdtmndtasgtdt0(xu,xR,xb),
    inference(split_conjunct,[status(thm)],[m__755]) ).

cnf(c_0_39,hypothesis,
    iLess0(xu,xa),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_29]),c_0_30]),c_0_26]),c_0_31])]) ).

cnf(c_0_40,hypothesis,
    aElement0(xb),
    inference(split_conjunct,[status(thm)],[m__731]) ).

cnf(c_0_41,hypothesis,
    aElement0(xu),
    inference(split_conjunct,[status(thm)],[m__755]) ).

cnf(c_0_42,plain,
    ( sdtmndtasgtdt0(X1,X2,X4)
    | ~ aElement0(X1)
    | ~ aRewritingSystem0(X2)
    | ~ aElement0(X3)
    | ~ aElement0(X4)
    | ~ sdtmndtasgtdt0(X1,X2,X3)
    | ~ sdtmndtasgtdt0(X3,X2,X4) ),
    inference(split_conjunct,[status(thm)],[c_0_32]) ).

cnf(c_0_43,hypothesis,
    sdtmndtasgtdt0(xw,xR,xd),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_33,c_0_34]),c_0_26]),c_0_35])]) ).

cnf(c_0_44,hypothesis,
    aElement0(xd),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_36,c_0_34]),c_0_26]),c_0_35])]) ).

cnf(c_0_45,hypothesis,
    ( esk14_3(xu,xb,X1) = X1
    | sdtmndtplgtdt0(X1,xR,esk14_3(xu,xb,X1))
    | ~ sdtmndtasgtdt0(xu,xR,X1)
    | ~ aElement0(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_38]),c_0_39]),c_0_40]),c_0_41])]) ).

cnf(c_0_46,hypothesis,
    ( sdtmndtasgtdt0(X1,xR,xd)
    | ~ sdtmndtasgtdt0(X1,xR,xw)
    | ~ aElement0(X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_43]),c_0_26]),c_0_44]),c_0_35])]) ).

cnf(c_0_47,hypothesis,
    sdtmndtasgtdt0(xu,xR,xw),
    inference(split_conjunct,[status(thm)],[m__799]) ).

cnf(c_0_48,plain,
    ( ~ aReductOfIn0(X1,X2,X3)
    | ~ aNormalFormOfIn0(X2,X4,X3)
    | ~ aElement0(X4)
    | ~ aRewritingSystem0(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_49,plain,
    ( aReductOfIn0(esk1_3(X1,X2,X3),X1,X2)
    | aReductOfIn0(X3,X1,X2)
    | ~ sdtmndtplgtdt0(X1,X2,X3)
    | ~ aElement0(X1)
    | ~ aRewritingSystem0(X2)
    | ~ aElement0(X3) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_50,hypothesis,
    ( esk14_3(xu,xb,xd) = xd
    | sdtmndtplgtdt0(xd,xR,esk14_3(xu,xb,xd)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_44]),c_0_47]),c_0_41])]) ).

cnf(c_0_51,hypothesis,
    ~ aReductOfIn0(X1,xd,xR),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_34]),c_0_26]),c_0_35])]) ).

cnf(c_0_52,hypothesis,
    ( esk14_3(xu,xb,xd) = xd
    | ~ aElement0(esk14_3(xu,xb,xd)) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_49,c_0_50]),c_0_26]),c_0_44])]),c_0_51]),c_0_51]) ).

fof(c_0_53,negated_conjecture,
    ~ sdtmndtasgtdt0(xb,xR,xd),
    inference(fof_simplification,[status(thm)],[inference(assume_negation,[status(cth)],[m__])]) ).

cnf(c_0_54,hypothesis,
    ( sdtmndtasgtdt0(X1,xR,esk14_3(X2,X1,X3))
    | ~ iLess0(X2,xa)
    | ~ aElement0(X2)
    | ~ aElement0(X1)
    | ~ aElement0(X3)
    | ~ sdtmndtasgtdt0(X2,xR,X1)
    | ~ sdtmndtasgtdt0(X2,xR,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_55,hypothesis,
    ( esk14_3(xu,xb,xd) = xd
    | ~ sdtmndtasgtdt0(xu,xR,xd) ),
    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(spm,[status(thm)],[c_0_52,c_0_27]),c_0_38]),c_0_39]),c_0_44]),c_0_40]),c_0_41])]) ).

cnf(c_0_56,negated_conjecture,
    ~ sdtmndtasgtdt0(xb,xR,xd),
    inference(split_conjunct,[status(thm)],[c_0_53]) ).

cnf(c_0_57,hypothesis,
    ~ sdtmndtasgtdt0(xu,xR,xd),
    inference(sr,[status(thm)],[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(spm,[status(thm)],[c_0_54,c_0_55]),c_0_38]),c_0_39]),c_0_44]),c_0_41]),c_0_40])]),c_0_56]) ).

cnf(c_0_58,hypothesis,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_46]),c_0_47]),c_0_41])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : COM019+1 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n006.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 13:28:51 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.47/0.58  start to proof: theBenchmark
% 0.56/0.84  % Version  : CSE_E---1.5
% 0.56/0.84  % Problem  : theBenchmark.p
% 0.56/0.84  % Proof found
% 0.56/0.84  % SZS status Theorem for theBenchmark.p
% 0.56/0.84  % SZS output start Proof
% See solution above
% 0.84/0.85  % Total time : 0.249000 s
% 0.84/0.85  % SZS output end Proof
% 0.84/0.85  % Total time : 0.252000 s
%------------------------------------------------------------------------------