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

View Problem - Process Solution

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

% Computer : n017.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 09:08:39 EDT 2023

% Result   : Theorem 1.33s 1.42s
% Output   : CNFRefutation 1.33s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   42
% Syntax   : Number of formulae    :  135 (  23 unt;  24 typ;   0 def)
%            Number of atoms       :  399 (  77 equ)
%            Maximal formula atoms :   24 (   3 avg)
%            Number of connectives :  415 ( 127   ~; 156   |;  85   &)
%                                         (   7 <=>;  40  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   34 (  18   >;  16   *;   0   +;   0  <<)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   15 (  15 usr;   6 con; 0-2 aty)
%            Number of variables   :  190 (   5 sgn; 119   !;   0   ?;   0   :)

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

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

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

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

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

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

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

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

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

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

tff(decl_32,type,
    capability: ( $i * $i ) > $i ).

tff(decl_33,type,
    position: ( $i * $i ) > $i ).

tff(decl_34,type,
    stock_of_knowledge: ( $i * $i ) > $i ).

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

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

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

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

tff(decl_39,type,
    esk1_1: $i > $i ).

tff(decl_40,type,
    esk2_1: $i > $i ).

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

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

tff(decl_43,type,
    esk5_0: $i ).

tff(decl_44,type,
    esk6_0: $i ).

tff(decl_45,type,
    esk7_0: $i ).

fof(theorem_2,conjecture,
    ! [X1,X5,X6,X7,X8] :
      ( ( organization(X1)
        & has_endowment(X1)
        & smaller_or_equal(age(X1,X5),age(X1,X6))
        & smaller_or_equal(age(X1,X6),eta)
        & greater(age(X1,X7),eta)
        & greater(age(X1,X8),age(X1,X7)) )
     => ( greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X8))
        & greater(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
        & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X5) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_2) ).

fof(assumption_5,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => ( ( ( greater(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & smaller_or_equal(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => greater(capability(X1,X4),capability(X1,X5)) )
        & ( ( smaller_or_equal(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & greater(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => smaller(capability(X1,X4),capability(X1,X5)) )
        & ( ( stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5)
            & internal_friction(X1,X4) = internal_friction(X1,X5) )
         => capability(X1,X4) = capability(X1,X5) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_5) ).

fof(definition_smaller_or_equal,axiom,
    ! [X1,X2] :
      ( smaller_or_equal(X1,X2)
    <=> ( smaller(X1,X2)
        | X1 = X2 ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',definition_smaller_or_equal) ).

fof(assumption_7,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & greater(age(X1,X4),age(X1,X5)) )
     => greater(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_7) ).

fof(definition_smaller,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
    <=> greater(X2,X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',definition_smaller) ).

fof(assumption_8,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & greater(age(X1,X4),age(X1,X5)) )
     => greater(external_ties(X1,X4),external_ties(X1,X5)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_8) ).

fof(meaning_postulate_greater_transitive,axiom,
    ! [X1,X2,X3] :
      ( ( greater(X1,X2)
        & greater(X2,X3) )
     => greater(X1,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_transitive) ).

fof(assumption_4,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X5)
        & ~ has_immunity(X1,X4) )
     => ( ( ( greater(capability(X1,X4),capability(X1,X5))
            & greater_or_equal(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( greater_or_equal(capability(X1,X4),capability(X1,X5))
            & greater(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( capability(X1,X4) = capability(X1,X5)
            & position(X1,X4) = position(X1,X5) )
         => hazard_of_mortality(X1,X4) = hazard_of_mortality(X1,X5) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_4) ).

fof(assumption_9,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => internal_friction(X1,X4) = internal_friction(X1,X5) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_9) ).

fof(assumption_6,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => ( ( greater(external_ties(X1,X4),external_ties(X1,X5))
         => greater(position(X1,X4),position(X1,X5)) )
        & ( external_ties(X1,X4) = external_ties(X1,X5)
         => position(X1,X4) = position(X1,X5) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_6) ).

fof(definition_1,axiom,
    ! [X1] :
      ( has_endowment(X1)
    <=> ! [X4] :
          ( organization(X1)
          & ( smaller_or_equal(age(X1,X4),eta)
           => has_immunity(X1,X4) )
          & ( greater(age(X1,X4),eta)
           => ~ has_immunity(X1,X4) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_1) ).

fof(definition_greater_or_equal,axiom,
    ! [X1,X2] :
      ( greater_or_equal(X1,X2)
    <=> ( greater(X1,X2)
        | X1 = X2 ) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',definition_greater_or_equal) ).

fof(meaning_postulate_greater_comparable,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
      | X1 = X2
      | greater(X1,X2) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_comparable) ).

fof(assumption_3,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & has_immunity(X1,X5)
        & ~ has_immunity(X1,X4) )
     => greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_3) ).

fof(assumption_2,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & has_immunity(X1,X5)
        & has_immunity(X1,X4) )
     => hazard_of_mortality(X1,X5) = hazard_of_mortality(X1,X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_2) ).

fof(meaning_postulate_greater_strict,axiom,
    ! [X1,X2] :
      ~ ( greater(X1,X2)
        & greater(X2,X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/MGT001+0.ax',meaning_postulate_greater_strict) ).

fof(c_0_16,plain,
    ! [X1,X4,X5] :
      ( epred2_3(X5,X4,X1)
    <=> ( ( ( greater(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & smaller_or_equal(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => greater(capability(X1,X4),capability(X1,X5)) )
        & ( ( smaller_or_equal(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & greater(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => smaller(capability(X1,X4),capability(X1,X5)) )
        & ( ( stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5)
            & internal_friction(X1,X4) = internal_friction(X1,X5) )
         => capability(X1,X4) = capability(X1,X5) ) ) ),
    introduced(definition) ).

fof(c_0_17,negated_conjecture,
    ~ ! [X1,X5,X6,X7,X8] :
        ( ( organization(X1)
          & has_endowment(X1)
          & smaller_or_equal(age(X1,X5),age(X1,X6))
          & smaller_or_equal(age(X1,X6),eta)
          & greater(age(X1,X7),eta)
          & greater(age(X1,X8),age(X1,X7)) )
       => ( greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X8))
          & greater(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
          & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X5) ) ),
    inference(assume_negation,[status(cth)],[theorem_2]) ).

fof(c_0_18,plain,
    ! [X1,X4,X5] :
      ( epred2_3(X5,X4,X1)
     => ( ( ( greater(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & smaller_or_equal(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => greater(capability(X1,X4),capability(X1,X5)) )
        & ( ( smaller_or_equal(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X5))
            & greater(internal_friction(X1,X4),internal_friction(X1,X5)) )
         => smaller(capability(X1,X4),capability(X1,X5)) )
        & ( ( stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5)
            & internal_friction(X1,X4) = internal_friction(X1,X5) )
         => capability(X1,X4) = capability(X1,X5) ) ) ),
    inference(split_equiv,[status(thm)],[c_0_16]) ).

fof(c_0_19,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => epred2_3(X5,X4,X1) ),
    inference(apply_def,[status(thm)],[assumption_5,c_0_16]) ).

fof(c_0_20,plain,
    ! [X9,X10] :
      ( ( ~ smaller_or_equal(X9,X10)
        | smaller(X9,X10)
        | X9 = X10 )
      & ( ~ smaller(X9,X10)
        | smaller_or_equal(X9,X10) )
      & ( X9 != X10
        | smaller_or_equal(X9,X10) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_smaller_or_equal])])]) ).

fof(c_0_21,negated_conjecture,
    ( organization(esk3_0)
    & has_endowment(esk3_0)
    & smaller_or_equal(age(esk3_0,esk4_0),age(esk3_0,esk5_0))
    & smaller_or_equal(age(esk3_0,esk5_0),eta)
    & greater(age(esk3_0,esk6_0),eta)
    & greater(age(esk3_0,esk7_0),age(esk3_0,esk6_0))
    & ( ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk7_0))
      | ~ greater(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk5_0))
      | hazard_of_mortality(esk3_0,esk5_0) != hazard_of_mortality(esk3_0,esk4_0) ) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_17])])]) ).

fof(c_0_22,plain,
    ! [X60,X61,X62] :
      ( ( ~ greater(stock_of_knowledge(X60,X61),stock_of_knowledge(X60,X62))
        | ~ smaller_or_equal(internal_friction(X60,X61),internal_friction(X60,X62))
        | greater(capability(X60,X61),capability(X60,X62))
        | ~ epred2_3(X62,X61,X60) )
      & ( ~ smaller_or_equal(stock_of_knowledge(X60,X61),stock_of_knowledge(X60,X62))
        | ~ greater(internal_friction(X60,X61),internal_friction(X60,X62))
        | smaller(capability(X60,X61),capability(X60,X62))
        | ~ epred2_3(X62,X61,X60) )
      & ( stock_of_knowledge(X60,X61) != stock_of_knowledge(X60,X62)
        | internal_friction(X60,X61) != internal_friction(X60,X62)
        | capability(X60,X61) = capability(X60,X62)
        | ~ epred2_3(X62,X61,X60) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_18])])]) ).

fof(c_0_23,plain,
    ! [X37,X38,X39] :
      ( ~ organization(X37)
      | epred2_3(X38,X39,X37) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_19])]) ).

fof(c_0_24,plain,
    ! [X43,X44,X45] :
      ( ~ organization(X43)
      | ~ greater(age(X43,X45),age(X43,X44))
      | greater(stock_of_knowledge(X43,X45),stock_of_knowledge(X43,X44)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_7])]) ).

fof(c_0_25,plain,
    ! [X13,X14] :
      ( ( ~ smaller(X13,X14)
        | greater(X14,X13) )
      & ( ~ greater(X14,X13)
        | smaller(X13,X14) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_smaller])]) ).

cnf(c_0_26,plain,
    ( smaller(X1,X2)
    | X1 = X2
    | ~ smaller_or_equal(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_27,negated_conjecture,
    smaller_or_equal(age(esk3_0,esk4_0),age(esk3_0,esk5_0)),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

fof(c_0_28,plain,
    ! [X1,X4,X5] :
      ( epred1_3(X5,X4,X1)
    <=> ( ( ( greater(capability(X1,X4),capability(X1,X5))
            & greater_or_equal(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( greater_or_equal(capability(X1,X4),capability(X1,X5))
            & greater(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( capability(X1,X4) = capability(X1,X5)
            & position(X1,X4) = position(X1,X5) )
         => hazard_of_mortality(X1,X4) = hazard_of_mortality(X1,X5) ) ) ),
    introduced(definition) ).

cnf(c_0_29,plain,
    ( greater(capability(X1,X2),capability(X1,X3))
    | ~ greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X3))
    | ~ smaller_or_equal(internal_friction(X1,X2),internal_friction(X1,X3))
    | ~ epred2_3(X3,X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_30,plain,
    ( epred2_3(X2,X3,X1)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_31,plain,
    ( greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X3))
    | ~ organization(X1)
    | ~ greater(age(X1,X2),age(X1,X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_24]) ).

cnf(c_0_32,negated_conjecture,
    greater(age(esk3_0,esk7_0),age(esk3_0,esk6_0)),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_33,negated_conjecture,
    organization(esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

fof(c_0_34,plain,
    ! [X46,X47,X48] :
      ( ~ organization(X46)
      | ~ greater(age(X46,X48),age(X46,X47))
      | greater(external_ties(X46,X48),external_ties(X46,X47)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_8])]) ).

fof(c_0_35,plain,
    ! [X17,X18,X19] :
      ( ~ greater(X17,X18)
      | ~ greater(X18,X19)
      | greater(X17,X19) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[meaning_postulate_greater_transitive])]) ).

cnf(c_0_36,plain,
    ( greater(X2,X1)
    | ~ smaller(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_37,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | smaller(age(esk3_0,esk4_0),age(esk3_0,esk5_0)) ),
    inference(spm,[status(thm)],[c_0_26,c_0_27]) ).

cnf(c_0_38,negated_conjecture,
    smaller_or_equal(age(esk3_0,esk5_0),eta),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

fof(c_0_39,plain,
    ! [X1,X4,X5] :
      ( epred1_3(X5,X4,X1)
     => ( ( ( greater(capability(X1,X4),capability(X1,X5))
            & greater_or_equal(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( greater_or_equal(capability(X1,X4),capability(X1,X5))
            & greater(position(X1,X4),position(X1,X5)) )
         => smaller(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) )
        & ( ( capability(X1,X4) = capability(X1,X5)
            & position(X1,X4) = position(X1,X5) )
         => hazard_of_mortality(X1,X4) = hazard_of_mortality(X1,X5) ) ) ),
    inference(split_equiv,[status(thm)],[c_0_28]) ).

fof(c_0_40,plain,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X5)
        & ~ has_immunity(X1,X4) )
     => epred1_3(X5,X4,X1) ),
    inference(apply_def,[status(thm)],[inference(fof_simplification,[status(thm)],[assumption_4]),c_0_28]) ).

cnf(c_0_41,plain,
    ( greater(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X3))
    | ~ smaller_or_equal(internal_friction(X1,X2),internal_friction(X1,X3)) ),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_42,negated_conjecture,
    greater(stock_of_knowledge(esk3_0,esk7_0),stock_of_knowledge(esk3_0,esk6_0)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_32]),c_0_33])]) ).

fof(c_0_43,plain,
    ! [X49,X50,X51] :
      ( ~ organization(X49)
      | internal_friction(X49,X51) = internal_friction(X49,X50) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_9])]) ).

fof(c_0_44,plain,
    ! [X40,X41,X42] :
      ( ( ~ greater(external_ties(X40,X42),external_ties(X40,X41))
        | greater(position(X40,X42),position(X40,X41))
        | ~ organization(X40) )
      & ( external_ties(X40,X42) != external_ties(X40,X41)
        | position(X40,X42) = position(X40,X41)
        | ~ organization(X40) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_6])])]) ).

cnf(c_0_45,plain,
    ( greater(external_ties(X1,X2),external_ties(X1,X3))
    | ~ organization(X1)
    | ~ greater(age(X1,X2),age(X1,X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_34]) ).

fof(c_0_46,plain,
    ! [X1] :
      ( has_endowment(X1)
    <=> ! [X4] :
          ( organization(X1)
          & ( smaller_or_equal(age(X1,X4),eta)
           => has_immunity(X1,X4) )
          & ( greater(age(X1,X4),eta)
           => ~ has_immunity(X1,X4) ) ) ),
    inference(fof_simplification,[status(thm)],[definition_1]) ).

cnf(c_0_47,plain,
    ( greater(X1,X3)
    | ~ greater(X1,X2)
    | ~ greater(X2,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

cnf(c_0_48,negated_conjecture,
    greater(age(esk3_0,esk6_0),eta),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_49,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | greater(age(esk3_0,esk5_0),age(esk3_0,esk4_0)) ),
    inference(spm,[status(thm)],[c_0_36,c_0_37]) ).

cnf(c_0_50,negated_conjecture,
    ( age(esk3_0,esk5_0) = eta
    | smaller(age(esk3_0,esk5_0),eta) ),
    inference(spm,[status(thm)],[c_0_26,c_0_38]) ).

fof(c_0_51,plain,
    ! [X57,X58,X59] :
      ( ( ~ greater(capability(X57,X58),capability(X57,X59))
        | ~ greater_or_equal(position(X57,X58),position(X57,X59))
        | smaller(hazard_of_mortality(X57,X58),hazard_of_mortality(X57,X59))
        | ~ epred1_3(X59,X58,X57) )
      & ( ~ greater_or_equal(capability(X57,X58),capability(X57,X59))
        | ~ greater(position(X57,X58),position(X57,X59))
        | smaller(hazard_of_mortality(X57,X58),hazard_of_mortality(X57,X59))
        | ~ epred1_3(X59,X58,X57) )
      & ( capability(X57,X58) != capability(X57,X59)
        | position(X57,X58) != position(X57,X59)
        | hazard_of_mortality(X57,X58) = hazard_of_mortality(X57,X59)
        | ~ epred1_3(X59,X58,X57) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_39])])]) ).

fof(c_0_52,plain,
    ! [X34,X35,X36] :
      ( ~ organization(X34)
      | has_immunity(X34,X35)
      | has_immunity(X34,X36)
      | epred1_3(X35,X36,X34) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_40])]) ).

cnf(c_0_53,negated_conjecture,
    ( greater(capability(esk3_0,esk7_0),capability(esk3_0,esk6_0))
    | ~ smaller_or_equal(internal_friction(esk3_0,esk7_0),internal_friction(esk3_0,esk6_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_33])]) ).

cnf(c_0_54,plain,
    ( internal_friction(X1,X2) = internal_friction(X1,X3)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_43]) ).

cnf(c_0_55,plain,
    ( smaller_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

fof(c_0_56,plain,
    ! [X11,X12] :
      ( ( ~ greater_or_equal(X11,X12)
        | greater(X11,X12)
        | X11 = X12 )
      & ( ~ greater(X11,X12)
        | greater_or_equal(X11,X12) )
      & ( X11 != X12
        | greater_or_equal(X11,X12) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[definition_greater_or_equal])])]) ).

cnf(c_0_57,plain,
    ( greater(position(X1,X2),position(X1,X3))
    | ~ greater(external_ties(X1,X2),external_ties(X1,X3))
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_44]) ).

cnf(c_0_58,negated_conjecture,
    greater(external_ties(esk3_0,esk7_0),external_ties(esk3_0,esk6_0)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_32]),c_0_33])]) ).

fof(c_0_59,plain,
    ! [X22,X23,X24,X25] :
      ( ( organization(X22)
        | ~ has_endowment(X22) )
      & ( ~ smaller_or_equal(age(X22,X23),eta)
        | has_immunity(X22,X23)
        | ~ has_endowment(X22) )
      & ( ~ greater(age(X22,X24),eta)
        | ~ has_immunity(X22,X24)
        | ~ has_endowment(X22) )
      & ( greater(age(X25,esk2_1(X25)),eta)
        | smaller_or_equal(age(X25,esk1_1(X25)),eta)
        | ~ organization(X25)
        | has_endowment(X25) )
      & ( has_immunity(X25,esk2_1(X25))
        | smaller_or_equal(age(X25,esk1_1(X25)),eta)
        | ~ organization(X25)
        | has_endowment(X25) )
      & ( greater(age(X25,esk2_1(X25)),eta)
        | ~ has_immunity(X25,esk1_1(X25))
        | ~ organization(X25)
        | has_endowment(X25) )
      & ( has_immunity(X25,esk2_1(X25))
        | ~ has_immunity(X25,esk1_1(X25))
        | ~ organization(X25)
        | has_endowment(X25) ) ),
    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)],[c_0_46])])])])])]) ).

cnf(c_0_60,negated_conjecture,
    ( greater(X1,eta)
    | ~ greater(X1,age(esk3_0,esk6_0)) ),
    inference(spm,[status(thm)],[c_0_47,c_0_48]) ).

cnf(c_0_61,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | greater(X1,age(esk3_0,esk4_0))
    | ~ greater(X1,age(esk3_0,esk5_0)) ),
    inference(spm,[status(thm)],[c_0_47,c_0_49]) ).

cnf(c_0_62,negated_conjecture,
    ( age(esk3_0,esk5_0) = eta
    | greater(eta,age(esk3_0,esk5_0)) ),
    inference(spm,[status(thm)],[c_0_36,c_0_50]) ).

cnf(c_0_63,plain,
    ( smaller(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | ~ greater(capability(X1,X2),capability(X1,X3))
    | ~ greater_or_equal(position(X1,X2),position(X1,X3))
    | ~ epred1_3(X3,X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_51]) ).

cnf(c_0_64,plain,
    ( has_immunity(X1,X2)
    | has_immunity(X1,X3)
    | epred1_3(X2,X3,X1)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_52]) ).

cnf(c_0_65,negated_conjecture,
    ( greater(capability(esk3_0,esk7_0),capability(esk3_0,esk6_0))
    | ~ smaller_or_equal(internal_friction(esk3_0,esk7_0),internal_friction(esk3_0,X1)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_54]),c_0_33])]) ).

cnf(c_0_66,plain,
    smaller_or_equal(X1,X1),
    inference(er,[status(thm)],[c_0_55]) ).

cnf(c_0_67,plain,
    ( greater_or_equal(X1,X2)
    | ~ greater(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_56]) ).

cnf(c_0_68,negated_conjecture,
    greater(position(esk3_0,esk7_0),position(esk3_0,esk6_0)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_58]),c_0_33])]) ).

cnf(c_0_69,plain,
    ( ~ greater(age(X1,X2),eta)
    | ~ has_immunity(X1,X2)
    | ~ has_endowment(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_70,negated_conjecture,
    has_endowment(esk3_0),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_71,negated_conjecture,
    greater(age(esk3_0,esk7_0),eta),
    inference(spm,[status(thm)],[c_0_60,c_0_32]) ).

fof(c_0_72,plain,
    ! [X20,X21] :
      ( smaller(X20,X21)
      | X20 = X21
      | greater(X20,X21) ),
    inference(variable_rename,[status(thm)],[meaning_postulate_greater_comparable]) ).

cnf(c_0_73,plain,
    ( smaller(X2,X1)
    | ~ greater(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_25]) ).

cnf(c_0_74,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta
    | greater(eta,age(esk3_0,esk4_0)) ),
    inference(spm,[status(thm)],[c_0_61,c_0_62]) ).

cnf(c_0_75,plain,
    ( has_immunity(X1,X2)
    | has_immunity(X1,X3)
    | smaller(hazard_of_mortality(X1,X3),hazard_of_mortality(X1,X2))
    | ~ organization(X1)
    | ~ greater(capability(X1,X3),capability(X1,X2))
    | ~ greater_or_equal(position(X1,X3),position(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_63,c_0_64]) ).

cnf(c_0_76,negated_conjecture,
    greater(capability(esk3_0,esk7_0),capability(esk3_0,esk6_0)),
    inference(spm,[status(thm)],[c_0_65,c_0_66]) ).

cnf(c_0_77,negated_conjecture,
    greater_or_equal(position(esk3_0,esk7_0),position(esk3_0,esk6_0)),
    inference(spm,[status(thm)],[c_0_67,c_0_68]) ).

cnf(c_0_78,negated_conjecture,
    ~ has_immunity(esk3_0,esk6_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_48]),c_0_70])]) ).

cnf(c_0_79,negated_conjecture,
    ~ has_immunity(esk3_0,esk7_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_69,c_0_71]),c_0_70])]) ).

fof(c_0_80,plain,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & has_immunity(X1,X5)
        & ~ has_immunity(X1,X4) )
     => greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    inference(fof_simplification,[status(thm)],[assumption_3]) ).

fof(c_0_81,plain,
    ! [X28,X29,X30] :
      ( ~ organization(X28)
      | ~ has_immunity(X28,X29)
      | ~ has_immunity(X28,X30)
      | hazard_of_mortality(X28,X29) = hazard_of_mortality(X28,X30) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[assumption_2])]) ).

cnf(c_0_82,plain,
    ( has_immunity(X1,X2)
    | ~ smaller_or_equal(age(X1,X2),eta)
    | ~ has_endowment(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_59]) ).

cnf(c_0_83,plain,
    ( smaller_or_equal(X1,X2)
    | ~ smaller(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_84,plain,
    ( smaller(X1,X2)
    | X1 = X2
    | greater(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_72]) ).

cnf(c_0_85,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta
    | smaller(age(esk3_0,esk4_0),eta) ),
    inference(spm,[status(thm)],[c_0_73,c_0_74]) ).

cnf(c_0_86,plain,
    smaller(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk6_0)),
    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_75,c_0_76]),c_0_33]),c_0_77])]),c_0_78]),c_0_79]) ).

fof(c_0_87,plain,
    ! [X31,X32,X33] :
      ( ~ organization(X31)
      | ~ has_immunity(X31,X32)
      | has_immunity(X31,X33)
      | greater(hazard_of_mortality(X31,X33),hazard_of_mortality(X31,X32)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_80])]) ).

cnf(c_0_88,plain,
    ( hazard_of_mortality(X1,X2) = hazard_of_mortality(X1,X3)
    | ~ organization(X1)
    | ~ has_immunity(X1,X2)
    | ~ has_immunity(X1,X3) ),
    inference(split_conjunct,[status(thm)],[c_0_81]) ).

cnf(c_0_89,negated_conjecture,
    has_immunity(esk3_0,esk5_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_38]),c_0_70])]) ).

cnf(c_0_90,plain,
    ( X1 = X2
    | greater(X1,X2)
    | smaller_or_equal(X1,X2) ),
    inference(spm,[status(thm)],[c_0_83,c_0_84]) ).

cnf(c_0_91,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta
    | smaller_or_equal(age(esk3_0,esk4_0),eta) ),
    inference(spm,[status(thm)],[c_0_83,c_0_85]) ).

cnf(c_0_92,negated_conjecture,
    ( ~ greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk7_0))
    | ~ greater(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk5_0))
    | hazard_of_mortality(esk3_0,esk5_0) != hazard_of_mortality(esk3_0,esk4_0) ),
    inference(split_conjunct,[status(thm)],[c_0_21]) ).

cnf(c_0_93,plain,
    greater(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk7_0)),
    inference(spm,[status(thm)],[c_0_36,c_0_86]) ).

cnf(c_0_94,plain,
    ( has_immunity(X1,X3)
    | greater(hazard_of_mortality(X1,X3),hazard_of_mortality(X1,X2))
    | ~ organization(X1)
    | ~ has_immunity(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_87]) ).

fof(c_0_95,plain,
    ! [X15,X16] :
      ( ~ greater(X15,X16)
      | ~ greater(X16,X15) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[meaning_postulate_greater_strict])]) ).

cnf(c_0_96,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = hazard_of_mortality(esk3_0,esk5_0)
    | ~ has_immunity(esk3_0,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_88,c_0_89]),c_0_33])]) ).

cnf(c_0_97,plain,
    ( age(X1,X2) = eta
    | has_immunity(X1,X2)
    | greater(age(X1,X2),eta)
    | ~ has_endowment(X1) ),
    inference(spm,[status(thm)],[c_0_82,c_0_90]) ).

cnf(c_0_98,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta
    | has_immunity(esk3_0,esk4_0) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_91]),c_0_70])]) ).

cnf(c_0_99,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) != hazard_of_mortality(esk3_0,esk5_0)
    | ~ greater(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_92,c_0_93])]) ).

cnf(c_0_100,negated_conjecture,
    ( has_immunity(esk3_0,X1)
    | greater(hazard_of_mortality(esk3_0,X1),hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_94,c_0_89]),c_0_33])]) ).

cnf(c_0_101,plain,
    ( ~ greater(X1,X2)
    | ~ greater(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_95]) ).

cnf(c_0_102,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = hazard_of_mortality(esk3_0,esk5_0)
    | age(esk3_0,X1) = eta
    | greater(age(esk3_0,X1),eta) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_97]),c_0_70])]) ).

cnf(c_0_103,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | hazard_of_mortality(esk3_0,esk4_0) = hazard_of_mortality(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta ),
    inference(spm,[status(thm)],[c_0_96,c_0_98]) ).

cnf(c_0_104,negated_conjecture,
    hazard_of_mortality(esk3_0,esk4_0) != hazard_of_mortality(esk3_0,esk5_0),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_99,c_0_100]),c_0_79]) ).

cnf(c_0_105,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = hazard_of_mortality(esk3_0,esk5_0)
    | age(esk3_0,X1) = eta
    | ~ greater(eta,age(esk3_0,X1)) ),
    inference(spm,[status(thm)],[c_0_101,c_0_102]) ).

cnf(c_0_106,negated_conjecture,
    ( age(esk3_0,esk4_0) = age(esk3_0,esk5_0)
    | age(esk3_0,esk5_0) = eta ),
    inference(sr,[status(thm)],[c_0_103,c_0_104]) ).

cnf(c_0_107,negated_conjecture,
    age(esk3_0,esk5_0) = eta,
    inference(csr,[status(thm)],[inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_105,c_0_106]),c_0_104]),c_0_62]) ).

cnf(c_0_108,negated_conjecture,
    smaller_or_equal(age(esk3_0,esk4_0),eta),
    inference(rw,[status(thm)],[c_0_27,c_0_107]) ).

cnf(c_0_109,negated_conjecture,
    has_immunity(esk3_0,esk4_0),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_82,c_0_108]),c_0_70])]) ).

cnf(c_0_110,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_96,c_0_109]),c_0_104]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : MGT047+1 : TPTP v8.1.2. Released v2.4.0.
% 0.07/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n017.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   : Mon Aug 28 06:02:57 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.57  start to proof: theBenchmark
% 1.33/1.42  % Version  : CSE_E---1.5
% 1.33/1.42  % Problem  : theBenchmark.p
% 1.33/1.42  % Proof found
% 1.33/1.42  % SZS status Theorem for theBenchmark.p
% 1.33/1.42  % SZS output start Proof
% See solution above
% 1.33/1.43  % Total time : 0.839000 s
% 1.33/1.43  % SZS output end Proof
% 1.33/1.43  % Total time : 0.843000 s
%------------------------------------------------------------------------------