TSTP Solution File: MGT050+1 by SInE---0.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SInE---0.4
% Problem  : MGT050+1 : TPTP v5.0.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : Source/sine.py -e eprover -t %d %s

% Computer : art06.cs.miami.edu
% Model    : i686 i686
% CPU      : Intel(R) Pentium(R) 4 CPU 2.80GHz @ 2793MHz
% Memory   : 2018MB
% OS       : Linux 2.6.26.8-57.fc8
% CPULimit : 300s
% DateTime : Sat Dec 25 21:07:59 EST 2010

% Result   : Theorem 2.26s
% Output   : CNFRefutation 2.26s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   13
% Syntax   : Number of formulae    :   99 (  15 unt;   0 def)
%            Number of atoms       :  379 (  69 equ)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives :  442 ( 162   ~; 165   |;  79   &)
%                                         (   3 <=>;  33  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   10 (  10 usr;   3 con; 0-2 aty)
%            Number of variables   :  217 (  28 sgn 129   !;   6   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(1,axiom,
    ! [X1,X2] :
      ( greater_or_equal(X1,X2)
    <=> ( greater(X1,X2)
        | X1 = X2 ) ),
    file('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',definition_greater_or_equal) ).

fof(4,axiom,
    ! [X1,X2] :
      ( smaller_or_equal(X1,X2)
    <=> ( smaller(X1,X2)
        | X1 = X2 ) ),
    file('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',definition_smaller_or_equal) ).

fof(5,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
    <=> greater(X2,X1) ),
    file('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',definition_smaller) ).

fof(7,axiom,
    ! [X1,X4] :
      ( ( organization(X1)
        & ~ has_endowment(X1) )
     => ~ has_immunity(X1,X4) ),
    file('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',assumption_1) ).

fof(8,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('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',assumption_4) ).

fof(9,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('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',assumption_5) ).

fof(10,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('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',assumption_6) ).

fof(11,conjecture,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & ~ has_endowment(X1)
        & greater(age(X1,X4),age(X1,X5)) )
     => greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    file('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',theorem_3) ).

fof(12,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & greater(age(X1,X4),age(X1,X5)) )
     => greater(internal_friction(X1,X4),internal_friction(X1,X5)) ),
    file('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',assumption_12) ).

fof(13,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5) ),
    file('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',assumption_10) ).

fof(14,axiom,
    ! [X1,X5,X4] :
      ( organization(X1)
     => external_ties(X1,X4) = external_ties(X1,X5) ),
    file('/tmp/tmpTBmQKo/sel_MGT050+1.p_1',assumption_11) ).

fof(15,negated_conjecture,
    ~ ! [X1,X5,X4] :
        ( ( organization(X1)
          & ~ has_endowment(X1)
          & greater(age(X1,X4),age(X1,X5)) )
       => greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    inference(assume_negation,[status(cth)],[11]) ).

fof(16,plain,
    ! [X1,X4] :
      ( ( organization(X1)
        & ~ has_endowment(X1) )
     => ~ has_immunity(X1,X4) ),
    inference(fof_simplification,[status(thm)],[7,theory(equality)]) ).

fof(17,plain,
    ! [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) ) ) ),
    inference(fof_simplification,[status(thm)],[8,theory(equality)]) ).

fof(18,negated_conjecture,
    ~ ! [X1,X5,X4] :
        ( ( organization(X1)
          & ~ has_endowment(X1)
          & greater(age(X1,X4),age(X1,X5)) )
       => greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    inference(fof_simplification,[status(thm)],[15,theory(equality)]) ).

fof(19,plain,
    ! [X5,X4,X1] :
      ( epred1_3(X1,X4,X5)
     => ( ( ( 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) ).

fof(20,plain,
    ! [X5,X4,X1] :
      ( epred2_3(X1,X4,X5)
     => ( ( ( 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(21,plain,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X5)
        & ~ has_immunity(X1,X4) )
     => epred1_3(X1,X4,X5) ),
    inference(apply_def,[status(esa)],[17,19,theory(equality)]) ).

fof(22,plain,
    ! [X1,X5,X4] :
      ( organization(X1)
     => epred2_3(X1,X4,X5) ),
    inference(apply_def,[status(esa)],[9,20,theory(equality)]) ).

fof(23,plain,
    ! [X1,X2] :
      ( ( ~ greater_or_equal(X1,X2)
        | greater(X1,X2)
        | X1 = X2 )
      & ( ( ~ greater(X1,X2)
          & X1 != X2 )
        | greater_or_equal(X1,X2) ) ),
    inference(fof_nnf,[status(thm)],[1]) ).

fof(24,plain,
    ! [X3,X4] :
      ( ( ~ greater_or_equal(X3,X4)
        | greater(X3,X4)
        | X3 = X4 )
      & ( ( ~ greater(X3,X4)
          & X3 != X4 )
        | greater_or_equal(X3,X4) ) ),
    inference(variable_rename,[status(thm)],[23]) ).

fof(25,plain,
    ! [X3,X4] :
      ( ( ~ greater_or_equal(X3,X4)
        | greater(X3,X4)
        | X3 = X4 )
      & ( ~ greater(X3,X4)
        | greater_or_equal(X3,X4) )
      & ( X3 != X4
        | greater_or_equal(X3,X4) ) ),
    inference(distribute,[status(thm)],[24]) ).

cnf(26,plain,
    ( greater_or_equal(X1,X2)
    | X1 != X2 ),
    inference(split_conjunct,[status(thm)],[25]) ).

fof(35,plain,
    ! [X1,X2] :
      ( ( ~ smaller_or_equal(X1,X2)
        | smaller(X1,X2)
        | X1 = X2 )
      & ( ( ~ smaller(X1,X2)
          & X1 != X2 )
        | smaller_or_equal(X1,X2) ) ),
    inference(fof_nnf,[status(thm)],[4]) ).

fof(36,plain,
    ! [X3,X4] :
      ( ( ~ smaller_or_equal(X3,X4)
        | smaller(X3,X4)
        | X3 = X4 )
      & ( ( ~ smaller(X3,X4)
          & X3 != X4 )
        | smaller_or_equal(X3,X4) ) ),
    inference(variable_rename,[status(thm)],[35]) ).

fof(37,plain,
    ! [X3,X4] :
      ( ( ~ smaller_or_equal(X3,X4)
        | smaller(X3,X4)
        | X3 = X4 )
      & ( ~ smaller(X3,X4)
        | smaller_or_equal(X3,X4) )
      & ( X3 != X4
        | smaller_or_equal(X3,X4) ) ),
    inference(distribute,[status(thm)],[36]) ).

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

fof(41,plain,
    ! [X1,X2] :
      ( ( ~ smaller(X1,X2)
        | greater(X2,X1) )
      & ( ~ greater(X2,X1)
        | smaller(X1,X2) ) ),
    inference(fof_nnf,[status(thm)],[5]) ).

fof(42,plain,
    ! [X3,X4] :
      ( ( ~ smaller(X3,X4)
        | greater(X4,X3) )
      & ( ~ greater(X4,X3)
        | smaller(X3,X4) ) ),
    inference(variable_rename,[status(thm)],[41]) ).

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

fof(47,plain,
    ! [X1,X4] :
      ( ~ organization(X1)
      | has_endowment(X1)
      | ~ has_immunity(X1,X4) ),
    inference(fof_nnf,[status(thm)],[16]) ).

fof(48,plain,
    ! [X5,X6] :
      ( ~ organization(X5)
      | has_endowment(X5)
      | ~ has_immunity(X5,X6) ),
    inference(variable_rename,[status(thm)],[47]) ).

cnf(49,plain,
    ( has_endowment(X1)
    | ~ has_immunity(X1,X2)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[48]) ).

fof(50,plain,
    ! [X1,X5,X4] :
      ( ~ organization(X1)
      | has_immunity(X1,X5)
      | has_immunity(X1,X4)
      | epred1_3(X1,X4,X5) ),
    inference(fof_nnf,[status(thm)],[21]) ).

fof(51,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | has_immunity(X6,X7)
      | has_immunity(X6,X8)
      | epred1_3(X6,X8,X7) ),
    inference(variable_rename,[status(thm)],[50]) ).

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

fof(53,plain,
    ! [X1,X5,X4] :
      ( ~ organization(X1)
      | epred2_3(X1,X4,X5) ),
    inference(fof_nnf,[status(thm)],[22]) ).

fof(54,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | epred2_3(X6,X8,X7) ),
    inference(variable_rename,[status(thm)],[53]) ).

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

fof(56,plain,
    ! [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) ) ) ),
    inference(fof_nnf,[status(thm)],[10]) ).

fof(57,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | ( ( ~ greater(external_ties(X6,X8),external_ties(X6,X7))
          | greater(position(X6,X8),position(X6,X7)) )
        & ( external_ties(X6,X8) != external_ties(X6,X7)
          | position(X6,X8) = position(X6,X7) ) ) ),
    inference(variable_rename,[status(thm)],[56]) ).

fof(58,plain,
    ! [X6,X7,X8] :
      ( ( ~ greater(external_ties(X6,X8),external_ties(X6,X7))
        | greater(position(X6,X8),position(X6,X7))
        | ~ organization(X6) )
      & ( external_ties(X6,X8) != external_ties(X6,X7)
        | position(X6,X8) = position(X6,X7)
        | ~ organization(X6) ) ),
    inference(distribute,[status(thm)],[57]) ).

cnf(59,plain,
    ( position(X1,X2) = position(X1,X3)
    | ~ organization(X1)
    | external_ties(X1,X2) != external_ties(X1,X3) ),
    inference(split_conjunct,[status(thm)],[58]) ).

fof(61,negated_conjecture,
    ? [X1,X5,X4] :
      ( organization(X1)
      & ~ has_endowment(X1)
      & greater(age(X1,X4),age(X1,X5))
      & ~ greater(hazard_of_mortality(X1,X4),hazard_of_mortality(X1,X5)) ),
    inference(fof_nnf,[status(thm)],[18]) ).

fof(62,negated_conjecture,
    ? [X6,X7,X8] :
      ( organization(X6)
      & ~ has_endowment(X6)
      & greater(age(X6,X8),age(X6,X7))
      & ~ greater(hazard_of_mortality(X6,X8),hazard_of_mortality(X6,X7)) ),
    inference(variable_rename,[status(thm)],[61]) ).

fof(63,negated_conjecture,
    ( organization(esk1_0)
    & ~ has_endowment(esk1_0)
    & greater(age(esk1_0,esk3_0),age(esk1_0,esk2_0))
    & ~ greater(hazard_of_mortality(esk1_0,esk3_0),hazard_of_mortality(esk1_0,esk2_0)) ),
    inference(skolemize,[status(esa)],[62]) ).

cnf(64,negated_conjecture,
    ~ greater(hazard_of_mortality(esk1_0,esk3_0),hazard_of_mortality(esk1_0,esk2_0)),
    inference(split_conjunct,[status(thm)],[63]) ).

cnf(65,negated_conjecture,
    greater(age(esk1_0,esk3_0),age(esk1_0,esk2_0)),
    inference(split_conjunct,[status(thm)],[63]) ).

cnf(66,negated_conjecture,
    ~ has_endowment(esk1_0),
    inference(split_conjunct,[status(thm)],[63]) ).

cnf(67,negated_conjecture,
    organization(esk1_0),
    inference(split_conjunct,[status(thm)],[63]) ).

fof(68,plain,
    ! [X1,X5,X4] :
      ( ~ organization(X1)
      | ~ greater(age(X1,X4),age(X1,X5))
      | greater(internal_friction(X1,X4),internal_friction(X1,X5)) ),
    inference(fof_nnf,[status(thm)],[12]) ).

fof(69,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | ~ greater(age(X6,X8),age(X6,X7))
      | greater(internal_friction(X6,X8),internal_friction(X6,X7)) ),
    inference(variable_rename,[status(thm)],[68]) ).

cnf(70,plain,
    ( greater(internal_friction(X1,X2),internal_friction(X1,X3))
    | ~ greater(age(X1,X2),age(X1,X3))
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[69]) ).

fof(71,plain,
    ! [X1,X5,X4] :
      ( ~ organization(X1)
      | stock_of_knowledge(X1,X4) = stock_of_knowledge(X1,X5) ),
    inference(fof_nnf,[status(thm)],[13]) ).

fof(72,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | stock_of_knowledge(X6,X8) = stock_of_knowledge(X6,X7) ),
    inference(variable_rename,[status(thm)],[71]) ).

cnf(73,plain,
    ( stock_of_knowledge(X1,X2) = stock_of_knowledge(X1,X3)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[72]) ).

fof(74,plain,
    ! [X1,X5,X4] :
      ( ~ organization(X1)
      | external_ties(X1,X4) = external_ties(X1,X5) ),
    inference(fof_nnf,[status(thm)],[14]) ).

fof(75,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | external_ties(X6,X8) = external_ties(X6,X7) ),
    inference(variable_rename,[status(thm)],[74]) ).

cnf(76,plain,
    ( external_ties(X1,X2) = external_ties(X1,X3)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[75]) ).

fof(77,plain,
    ! [X5,X4,X1] :
      ( ~ epred1_3(X1,X4,X5)
      | ( ( ~ 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(fof_nnf,[status(thm)],[19]) ).

fof(78,plain,
    ! [X6,X7,X8] :
      ( ~ epred1_3(X8,X7,X6)
      | ( ( ~ greater(capability(X8,X7),capability(X8,X6))
          | ~ greater_or_equal(position(X8,X7),position(X8,X6))
          | smaller(hazard_of_mortality(X8,X7),hazard_of_mortality(X8,X6)) )
        & ( ~ greater_or_equal(capability(X8,X7),capability(X8,X6))
          | ~ greater(position(X8,X7),position(X8,X6))
          | smaller(hazard_of_mortality(X8,X7),hazard_of_mortality(X8,X6)) )
        & ( capability(X8,X7) != capability(X8,X6)
          | position(X8,X7) != position(X8,X6)
          | hazard_of_mortality(X8,X7) = hazard_of_mortality(X8,X6) ) ) ),
    inference(variable_rename,[status(thm)],[77]) ).

fof(79,plain,
    ! [X6,X7,X8] :
      ( ( ~ greater(capability(X8,X7),capability(X8,X6))
        | ~ greater_or_equal(position(X8,X7),position(X8,X6))
        | smaller(hazard_of_mortality(X8,X7),hazard_of_mortality(X8,X6))
        | ~ epred1_3(X8,X7,X6) )
      & ( ~ greater_or_equal(capability(X8,X7),capability(X8,X6))
        | ~ greater(position(X8,X7),position(X8,X6))
        | smaller(hazard_of_mortality(X8,X7),hazard_of_mortality(X8,X6))
        | ~ epred1_3(X8,X7,X6) )
      & ( capability(X8,X7) != capability(X8,X6)
        | position(X8,X7) != position(X8,X6)
        | hazard_of_mortality(X8,X7) = hazard_of_mortality(X8,X6)
        | ~ epred1_3(X8,X7,X6) ) ),
    inference(distribute,[status(thm)],[78]) ).

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

fof(83,plain,
    ! [X5,X4,X1] :
      ( ~ epred2_3(X1,X4,X5)
      | ( ( ~ 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(fof_nnf,[status(thm)],[20]) ).

fof(84,plain,
    ! [X6,X7,X8] :
      ( ~ epred2_3(X8,X7,X6)
      | ( ( ~ greater(stock_of_knowledge(X8,X7),stock_of_knowledge(X8,X6))
          | ~ smaller_or_equal(internal_friction(X8,X7),internal_friction(X8,X6))
          | greater(capability(X8,X7),capability(X8,X6)) )
        & ( ~ smaller_or_equal(stock_of_knowledge(X8,X7),stock_of_knowledge(X8,X6))
          | ~ greater(internal_friction(X8,X7),internal_friction(X8,X6))
          | smaller(capability(X8,X7),capability(X8,X6)) )
        & ( stock_of_knowledge(X8,X7) != stock_of_knowledge(X8,X6)
          | internal_friction(X8,X7) != internal_friction(X8,X6)
          | capability(X8,X7) = capability(X8,X6) ) ) ),
    inference(variable_rename,[status(thm)],[83]) ).

fof(85,plain,
    ! [X6,X7,X8] :
      ( ( ~ greater(stock_of_knowledge(X8,X7),stock_of_knowledge(X8,X6))
        | ~ smaller_or_equal(internal_friction(X8,X7),internal_friction(X8,X6))
        | greater(capability(X8,X7),capability(X8,X6))
        | ~ epred2_3(X8,X7,X6) )
      & ( ~ smaller_or_equal(stock_of_knowledge(X8,X7),stock_of_knowledge(X8,X6))
        | ~ greater(internal_friction(X8,X7),internal_friction(X8,X6))
        | smaller(capability(X8,X7),capability(X8,X6))
        | ~ epred2_3(X8,X7,X6) )
      & ( stock_of_knowledge(X8,X7) != stock_of_knowledge(X8,X6)
        | internal_friction(X8,X7) != internal_friction(X8,X6)
        | capability(X8,X7) = capability(X8,X6)
        | ~ epred2_3(X8,X7,X6) ) ),
    inference(distribute,[status(thm)],[84]) ).

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

cnf(89,plain,
    greater_or_equal(X1,X1),
    inference(er,[status(thm)],[26,theory(equality)]) ).

cnf(91,plain,
    smaller_or_equal(X1,X1),
    inference(er,[status(thm)],[38,theory(equality)]) ).

cnf(105,negated_conjecture,
    ( epred1_3(esk1_0,X1,X2)
    | has_immunity(esk1_0,X1)
    | has_immunity(esk1_0,X2) ),
    inference(spm,[status(thm)],[52,67,theory(equality)]) ).

cnf(106,negated_conjecture,
    ( greater(internal_friction(esk1_0,esk3_0),internal_friction(esk1_0,esk2_0))
    | ~ organization(esk1_0) ),
    inference(spm,[status(thm)],[70,65,theory(equality)]) ).

cnf(107,negated_conjecture,
    ( greater(internal_friction(esk1_0,esk3_0),internal_friction(esk1_0,esk2_0))
    | $false ),
    inference(rw,[status(thm)],[106,67,theory(equality)]) ).

cnf(108,negated_conjecture,
    greater(internal_friction(esk1_0,esk3_0),internal_friction(esk1_0,esk2_0)),
    inference(cn,[status(thm)],[107,theory(equality)]) ).

cnf(109,plain,
    ( position(X1,X2) = position(X1,X3)
    | ~ organization(X1) ),
    inference(csr,[status(thm)],[59,76]) ).

cnf(110,negated_conjecture,
    position(esk1_0,X1) = position(esk1_0,X2),
    inference(spm,[status(thm)],[109,67,theory(equality)]) ).

cnf(118,plain,
    ( smaller(capability(X1,X2),capability(X1,X3))
    | ~ epred2_3(X1,X2,X3)
    | ~ smaller_or_equal(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X3))
    | ~ greater(internal_friction(X1,X2),internal_friction(X1,X3))
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[87,73,theory(equality)]) ).

cnf(123,plain,
    ( greater(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | ~ epred1_3(X1,X3,X2)
    | ~ greater(capability(X1,X3),capability(X1,X2))
    | ~ greater_or_equal(position(X1,X3),position(X1,X2)) ),
    inference(spm,[status(thm)],[44,82,theory(equality)]) ).

cnf(283,negated_conjecture,
    ( has_endowment(esk1_0)
    | epred1_3(esk1_0,X2,X1)
    | has_immunity(esk1_0,X2)
    | ~ organization(esk1_0) ),
    inference(spm,[status(thm)],[49,105,theory(equality)]) ).

cnf(286,negated_conjecture,
    ( has_endowment(esk1_0)
    | epred1_3(esk1_0,X2,X1)
    | has_immunity(esk1_0,X2)
    | $false ),
    inference(rw,[status(thm)],[283,67,theory(equality)]) ).

cnf(287,negated_conjecture,
    ( has_endowment(esk1_0)
    | epred1_3(esk1_0,X2,X1)
    | has_immunity(esk1_0,X2) ),
    inference(cn,[status(thm)],[286,theory(equality)]) ).

cnf(288,negated_conjecture,
    ( epred1_3(esk1_0,X2,X1)
    | has_immunity(esk1_0,X2) ),
    inference(sr,[status(thm)],[287,66,theory(equality)]) ).

cnf(293,negated_conjecture,
    ( has_endowment(esk1_0)
    | epred1_3(esk1_0,X1,X2)
    | ~ organization(esk1_0) ),
    inference(spm,[status(thm)],[49,288,theory(equality)]) ).

cnf(295,negated_conjecture,
    ( has_endowment(esk1_0)
    | epred1_3(esk1_0,X1,X2)
    | $false ),
    inference(rw,[status(thm)],[293,67,theory(equality)]) ).

cnf(296,negated_conjecture,
    ( has_endowment(esk1_0)
    | epred1_3(esk1_0,X1,X2) ),
    inference(cn,[status(thm)],[295,theory(equality)]) ).

cnf(297,negated_conjecture,
    epred1_3(esk1_0,X1,X2),
    inference(sr,[status(thm)],[296,66,theory(equality)]) ).

cnf(1043,plain,
    ( smaller(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ smaller_or_equal(stock_of_knowledge(X1,X4),stock_of_knowledge(X1,X3))
    | ~ greater(internal_friction(X1,X2),internal_friction(X1,X3)) ),
    inference(csr,[status(thm)],[118,55]) ).

cnf(1044,plain,
    ( smaller(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ greater(internal_friction(X1,X2),internal_friction(X1,X3)) ),
    inference(spm,[status(thm)],[1043,91,theory(equality)]) ).

cnf(1453,negated_conjecture,
    ( smaller(capability(esk1_0,esk3_0),capability(esk1_0,esk2_0))
    | ~ organization(esk1_0) ),
    inference(spm,[status(thm)],[1044,108,theory(equality)]) ).

cnf(1479,negated_conjecture,
    ( smaller(capability(esk1_0,esk3_0),capability(esk1_0,esk2_0))
    | $false ),
    inference(rw,[status(thm)],[1453,67,theory(equality)]) ).

cnf(1480,negated_conjecture,
    smaller(capability(esk1_0,esk3_0),capability(esk1_0,esk2_0)),
    inference(cn,[status(thm)],[1479,theory(equality)]) ).

cnf(1488,negated_conjecture,
    ( greater(hazard_of_mortality(esk1_0,X1),hazard_of_mortality(esk1_0,X2))
    | ~ epred1_3(esk1_0,X2,X1)
    | ~ greater(capability(esk1_0,X2),capability(esk1_0,X1))
    | ~ greater_or_equal(position(esk1_0,X3),position(esk1_0,X1)) ),
    inference(spm,[status(thm)],[123,110,theory(equality)]) ).

cnf(1501,negated_conjecture,
    ( greater(hazard_of_mortality(esk1_0,X1),hazard_of_mortality(esk1_0,X2))
    | $false
    | ~ greater(capability(esk1_0,X2),capability(esk1_0,X1))
    | ~ greater_or_equal(position(esk1_0,X3),position(esk1_0,X1)) ),
    inference(rw,[status(thm)],[1488,297,theory(equality)]) ).

cnf(1502,negated_conjecture,
    ( greater(hazard_of_mortality(esk1_0,X1),hazard_of_mortality(esk1_0,X2))
    | ~ greater(capability(esk1_0,X2),capability(esk1_0,X1))
    | ~ greater_or_equal(position(esk1_0,X3),position(esk1_0,X1)) ),
    inference(cn,[status(thm)],[1501,theory(equality)]) ).

cnf(1551,negated_conjecture,
    greater(capability(esk1_0,esk2_0),capability(esk1_0,esk3_0)),
    inference(spm,[status(thm)],[44,1480,theory(equality)]) ).

cnf(24844,negated_conjecture,
    ( greater(hazard_of_mortality(esk1_0,X1),hazard_of_mortality(esk1_0,X2))
    | ~ greater(capability(esk1_0,X2),capability(esk1_0,X1)) ),
    inference(spm,[status(thm)],[1502,89,theory(equality)]) ).

cnf(24930,negated_conjecture,
    ~ greater(capability(esk1_0,esk2_0),capability(esk1_0,esk3_0)),
    inference(spm,[status(thm)],[64,24844,theory(equality)]) ).

cnf(25038,negated_conjecture,
    $false,
    inference(rw,[status(thm)],[24930,1551,theory(equality)]) ).

cnf(25039,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[25038,theory(equality)]) ).

cnf(25040,negated_conjecture,
    $false,
    25039,
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % SZS status Started for /home/graph/tptp/TPTP/Problems/MGT/MGT050+1.p
% --creating new selector for [MGT001+0.ax]
% -running prover on /tmp/tmpTBmQKo/sel_MGT050+1.p_1 with time limit 29
% -prover status Theorem
% Problem MGT050+1.p solved in phase 0.
% % SZS status Theorem for /home/graph/tptp/TPTP/Problems/MGT/MGT050+1.p
% % SZS status Ended for /home/graph/tptp/TPTP/Problems/MGT/MGT050+1.p
% Solved 1 out of 1.
% # Problem is unsatisfiable (or provable), constructing proof object
% # SZS status Theorem
% # SZS output start CNFRefutation.
% See solution above
% # SZS output end CNFRefutation
% 
%------------------------------------------------------------------------------