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

View Problem - Process Solution

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

% Computer : art04.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:45 EST 2010

% Result   : Theorem 0.59s
% Output   : CNFRefutation 0.59s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   43
%            Number of leaves      :   18
% Syntax   : Number of formulae    :  179 (  26 unt;   0 def)
%            Number of atoms       :  675 ( 121 equ)
%            Maximal formula atoms :   24 (   3 avg)
%            Number of connectives :  755 ( 259   ~; 320   |; 133   &)
%                                         (   5 <=>;  38  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   11 (   9 usr;   1 prp; 0-3 aty)
%            Number of functors    :   14 (  14 usr;   6 con; 0-2 aty)
%            Number of variables   :  268 (   6 sgn 176   !;  12   ?)

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

fof(2,axiom,
    ! [X1,X2] :
      ~ ( greater(X1,X2)
        & greater(X2,X1) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',meaning_postulate_greater_strict) ).

fof(3,axiom,
    ! [X1,X2,X3] :
      ( ( greater(X1,X2)
        & greater(X2,X3) )
     => greater(X1,X3) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',meaning_postulate_greater_transitive) ).

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

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

fof(6,axiom,
    ! [X1,X2] :
      ( smaller(X1,X2)
      | X1 = X2
      | greater(X1,X2) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',meaning_postulate_greater_comparable) ).

fof(7,axiom,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & has_immunity(X1,X4)
        & has_immunity(X1,X5) )
     => hazard_of_mortality(X1,X4) = hazard_of_mortality(X1,X5) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',assumption_2) ).

fof(8,axiom,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & has_immunity(X1,X4)
        & ~ has_immunity(X1,X5) )
     => greater(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',assumption_3) ).

fof(9,axiom,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X4)
        & ~ has_immunity(X1,X5) )
     => ( ( ( greater(capability(X1,X5),capability(X1,X4))
            & greater_or_equal(position(X1,X5),position(X1,X4)) )
         => smaller(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) )
        & ( ( greater_or_equal(capability(X1,X5),capability(X1,X4))
            & greater(position(X1,X5),position(X1,X4)) )
         => smaller(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) )
        & ( ( capability(X1,X5) = capability(X1,X4)
            & position(X1,X5) = position(X1,X4) )
         => hazard_of_mortality(X1,X5) = hazard_of_mortality(X1,X4) ) ) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',assumption_4) ).

fof(10,axiom,
    ! [X1,X4,X5] :
      ( organization(X1)
     => ( ( ( greater(stock_of_knowledge(X1,X5),stock_of_knowledge(X1,X4))
            & smaller_or_equal(internal_friction(X1,X5),internal_friction(X1,X4)) )
         => greater(capability(X1,X5),capability(X1,X4)) )
        & ( ( smaller_or_equal(stock_of_knowledge(X1,X5),stock_of_knowledge(X1,X4))
            & greater(internal_friction(X1,X5),internal_friction(X1,X4)) )
         => smaller(capability(X1,X5),capability(X1,X4)) )
        & ( ( stock_of_knowledge(X1,X5) = stock_of_knowledge(X1,X4)
            & internal_friction(X1,X5) = internal_friction(X1,X4) )
         => capability(X1,X5) = capability(X1,X4) ) ) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',assumption_5) ).

fof(11,axiom,
    ! [X1,X4,X5] :
      ( organization(X1)
     => ( ( greater(external_ties(X1,X5),external_ties(X1,X4))
         => greater(position(X1,X5),position(X1,X4)) )
        & ( external_ties(X1,X5) = external_ties(X1,X4)
         => position(X1,X5) = position(X1,X4) ) ) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',assumption_6) ).

fof(12,axiom,
    ! [X1] :
      ( has_endowment(X1)
    <=> ! [X5] :
          ( organization(X1)
          & ( smaller_or_equal(age(X1,X5),eta)
           => has_immunity(X1,X5) )
          & ( greater(age(X1,X5),eta)
           => ~ has_immunity(X1,X5) ) ) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',definition_1) ).

fof(13,axiom,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & greater(age(X1,X5),age(X1,X4)) )
     => greater(external_ties(X1,X5),external_ties(X1,X4)) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',assumption_8) ).

fof(14,axiom,
    ! [X1,X4,X5] :
      ( organization(X1)
     => internal_friction(X1,X5) = internal_friction(X1,X4) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',assumption_9) ).

fof(15,axiom,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & greater(age(X1,X5),age(X1,X4)) )
     => greater(stock_of_knowledge(X1,X5),stock_of_knowledge(X1,X4)) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',assumption_7) ).

fof(16,conjecture,
    ! [X1,X4,X6,X7,X8] :
      ( ( organization(X1)
        & has_endowment(X1)
        & smaller_or_equal(age(X1,X4),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,X4) ) ),
    file('/tmp/tmpUiCW4D/sel_MGT047+1.p_1',theorem_2) ).

fof(17,negated_conjecture,
    ~ ! [X1,X4,X6,X7,X8] :
        ( ( organization(X1)
          & has_endowment(X1)
          & smaller_or_equal(age(X1,X4),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,X4) ) ),
    inference(assume_negation,[status(cth)],[16]) ).

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

fof(19,plain,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X4)
        & ~ has_immunity(X1,X5) )
     => ( ( ( greater(capability(X1,X5),capability(X1,X4))
            & greater_or_equal(position(X1,X5),position(X1,X4)) )
         => smaller(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) )
        & ( ( greater_or_equal(capability(X1,X5),capability(X1,X4))
            & greater(position(X1,X5),position(X1,X4)) )
         => smaller(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) )
        & ( ( capability(X1,X5) = capability(X1,X4)
            & position(X1,X5) = position(X1,X4) )
         => hazard_of_mortality(X1,X5) = hazard_of_mortality(X1,X4) ) ) ),
    inference(fof_simplification,[status(thm)],[9,theory(equality)]) ).

fof(20,plain,
    ! [X1] :
      ( has_endowment(X1)
    <=> ! [X5] :
          ( organization(X1)
          & ( smaller_or_equal(age(X1,X5),eta)
           => has_immunity(X1,X5) )
          & ( greater(age(X1,X5),eta)
           => ~ has_immunity(X1,X5) ) ) ),
    inference(fof_simplification,[status(thm)],[12,theory(equality)]) ).

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

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

fof(23,plain,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X4)
        & ~ has_immunity(X1,X5) )
     => epred1_3(X1,X4,X5) ),
    inference(apply_def,[status(esa)],[19,21,theory(equality)]) ).

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

fof(25,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(26,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)],[25]) ).

fof(27,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)],[26]) ).

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

fof(31,plain,
    ! [X1,X2] :
      ( ~ greater(X1,X2)
      | ~ greater(X2,X1) ),
    inference(fof_nnf,[status(thm)],[2]) ).

fof(32,plain,
    ! [X3,X4] :
      ( ~ greater(X3,X4)
      | ~ greater(X4,X3) ),
    inference(variable_rename,[status(thm)],[31]) ).

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

fof(34,plain,
    ! [X1,X2,X3] :
      ( ~ greater(X1,X2)
      | ~ greater(X2,X3)
      | greater(X1,X3) ),
    inference(fof_nnf,[status(thm)],[3]) ).

fof(35,plain,
    ! [X4,X5,X6] :
      ( ~ greater(X4,X5)
      | ~ greater(X5,X6)
      | greater(X4,X6) ),
    inference(variable_rename,[status(thm)],[34]) ).

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

fof(37,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(38,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)],[37]) ).

fof(39,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)],[38]) ).

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

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

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

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

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

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

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

fof(47,plain,
    ! [X3,X4] :
      ( smaller(X3,X4)
      | X3 = X4
      | greater(X3,X4) ),
    inference(variable_rename,[status(thm)],[6]) ).

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

fof(49,plain,
    ! [X1,X4,X5] :
      ( ~ organization(X1)
      | ~ has_immunity(X1,X4)
      | ~ has_immunity(X1,X5)
      | hazard_of_mortality(X1,X4) = hazard_of_mortality(X1,X5) ),
    inference(fof_nnf,[status(thm)],[7]) ).

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

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

fof(52,plain,
    ! [X1,X4,X5] :
      ( ~ organization(X1)
      | ~ has_immunity(X1,X4)
      | has_immunity(X1,X5)
      | greater(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) ),
    inference(fof_nnf,[status(thm)],[18]) ).

fof(53,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | ~ has_immunity(X6,X7)
      | has_immunity(X6,X8)
      | greater(hazard_of_mortality(X6,X8),hazard_of_mortality(X6,X7)) ),
    inference(variable_rename,[status(thm)],[52]) ).

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

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

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

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

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

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

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

fof(61,plain,
    ! [X1,X4,X5] :
      ( ~ organization(X1)
      | ( ( ~ greater(external_ties(X1,X5),external_ties(X1,X4))
          | greater(position(X1,X5),position(X1,X4)) )
        & ( external_ties(X1,X5) != external_ties(X1,X4)
          | position(X1,X5) = position(X1,X4) ) ) ),
    inference(fof_nnf,[status(thm)],[11]) ).

fof(62,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)],[61]) ).

fof(63,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)],[62]) ).

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

fof(66,plain,
    ! [X1] :
      ( ( ~ has_endowment(X1)
        | ! [X5] :
            ( organization(X1)
            & ( ~ smaller_or_equal(age(X1,X5),eta)
              | has_immunity(X1,X5) )
            & ( ~ greater(age(X1,X5),eta)
              | ~ has_immunity(X1,X5) ) ) )
      & ( ? [X5] :
            ( ~ organization(X1)
            | ( smaller_or_equal(age(X1,X5),eta)
              & ~ has_immunity(X1,X5) )
            | ( greater(age(X1,X5),eta)
              & has_immunity(X1,X5) ) )
        | has_endowment(X1) ) ),
    inference(fof_nnf,[status(thm)],[20]) ).

fof(67,plain,
    ! [X6] :
      ( ( ~ has_endowment(X6)
        | ! [X7] :
            ( organization(X6)
            & ( ~ smaller_or_equal(age(X6,X7),eta)
              | has_immunity(X6,X7) )
            & ( ~ greater(age(X6,X7),eta)
              | ~ has_immunity(X6,X7) ) ) )
      & ( ? [X8] :
            ( ~ organization(X6)
            | ( smaller_or_equal(age(X6,X8),eta)
              & ~ has_immunity(X6,X8) )
            | ( greater(age(X6,X8),eta)
              & has_immunity(X6,X8) ) )
        | has_endowment(X6) ) ),
    inference(variable_rename,[status(thm)],[66]) ).

fof(68,plain,
    ! [X6] :
      ( ( ~ has_endowment(X6)
        | ! [X7] :
            ( organization(X6)
            & ( ~ smaller_or_equal(age(X6,X7),eta)
              | has_immunity(X6,X7) )
            & ( ~ greater(age(X6,X7),eta)
              | ~ has_immunity(X6,X7) ) ) )
      & ( ~ organization(X6)
        | ( smaller_or_equal(age(X6,esk1_1(X6)),eta)
          & ~ has_immunity(X6,esk1_1(X6)) )
        | ( greater(age(X6,esk1_1(X6)),eta)
          & has_immunity(X6,esk1_1(X6)) )
        | has_endowment(X6) ) ),
    inference(skolemize,[status(esa)],[67]) ).

fof(69,plain,
    ! [X6,X7] :
      ( ( ( organization(X6)
          & ( ~ smaller_or_equal(age(X6,X7),eta)
            | has_immunity(X6,X7) )
          & ( ~ greater(age(X6,X7),eta)
            | ~ has_immunity(X6,X7) ) )
        | ~ has_endowment(X6) )
      & ( ~ organization(X6)
        | ( smaller_or_equal(age(X6,esk1_1(X6)),eta)
          & ~ has_immunity(X6,esk1_1(X6)) )
        | ( greater(age(X6,esk1_1(X6)),eta)
          & has_immunity(X6,esk1_1(X6)) )
        | has_endowment(X6) ) ),
    inference(shift_quantors,[status(thm)],[68]) ).

fof(70,plain,
    ! [X6,X7] :
      ( ( organization(X6)
        | ~ has_endowment(X6) )
      & ( ~ smaller_or_equal(age(X6,X7),eta)
        | has_immunity(X6,X7)
        | ~ has_endowment(X6) )
      & ( ~ greater(age(X6,X7),eta)
        | ~ has_immunity(X6,X7)
        | ~ has_endowment(X6) )
      & ( greater(age(X6,esk1_1(X6)),eta)
        | smaller_or_equal(age(X6,esk1_1(X6)),eta)
        | ~ organization(X6)
        | has_endowment(X6) )
      & ( has_immunity(X6,esk1_1(X6))
        | smaller_or_equal(age(X6,esk1_1(X6)),eta)
        | ~ organization(X6)
        | has_endowment(X6) )
      & ( greater(age(X6,esk1_1(X6)),eta)
        | ~ has_immunity(X6,esk1_1(X6))
        | ~ organization(X6)
        | has_endowment(X6) )
      & ( has_immunity(X6,esk1_1(X6))
        | ~ has_immunity(X6,esk1_1(X6))
        | ~ organization(X6)
        | has_endowment(X6) ) ),
    inference(distribute,[status(thm)],[69]) ).

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

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

fof(78,plain,
    ! [X1,X4,X5] :
      ( ~ organization(X1)
      | ~ greater(age(X1,X5),age(X1,X4))
      | greater(external_ties(X1,X5),external_ties(X1,X4)) ),
    inference(fof_nnf,[status(thm)],[13]) ).

fof(79,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | ~ greater(age(X6,X8),age(X6,X7))
      | greater(external_ties(X6,X8),external_ties(X6,X7)) ),
    inference(variable_rename,[status(thm)],[78]) ).

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

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

fof(82,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | internal_friction(X6,X8) = internal_friction(X6,X7) ),
    inference(variable_rename,[status(thm)],[81]) ).

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

fof(84,plain,
    ! [X1,X4,X5] :
      ( ~ organization(X1)
      | ~ greater(age(X1,X5),age(X1,X4))
      | greater(stock_of_knowledge(X1,X5),stock_of_knowledge(X1,X4)) ),
    inference(fof_nnf,[status(thm)],[15]) ).

fof(85,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | ~ greater(age(X6,X8),age(X6,X7))
      | greater(stock_of_knowledge(X6,X8),stock_of_knowledge(X6,X7)) ),
    inference(variable_rename,[status(thm)],[84]) ).

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

fof(87,negated_conjecture,
    ? [X1,X4,X6,X7,X8] :
      ( organization(X1)
      & has_endowment(X1)
      & smaller_or_equal(age(X1,X4),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,X4) ) ),
    inference(fof_nnf,[status(thm)],[17]) ).

fof(88,negated_conjecture,
    ? [X9,X10,X11,X12,X13] :
      ( organization(X9)
      & has_endowment(X9)
      & smaller_or_equal(age(X9,X10),age(X9,X11))
      & smaller_or_equal(age(X9,X11),eta)
      & greater(age(X9,X12),eta)
      & greater(age(X9,X13),age(X9,X12))
      & ( ~ greater(hazard_of_mortality(X9,X12),hazard_of_mortality(X9,X13))
        | ~ greater(hazard_of_mortality(X9,X13),hazard_of_mortality(X9,X11))
        | hazard_of_mortality(X9,X11) != hazard_of_mortality(X9,X10) ) ),
    inference(variable_rename,[status(thm)],[87]) ).

fof(89,negated_conjecture,
    ( organization(esk2_0)
    & has_endowment(esk2_0)
    & smaller_or_equal(age(esk2_0,esk3_0),age(esk2_0,esk4_0))
    & smaller_or_equal(age(esk2_0,esk4_0),eta)
    & greater(age(esk2_0,esk5_0),eta)
    & greater(age(esk2_0,esk6_0),age(esk2_0,esk5_0))
    & ( ~ greater(hazard_of_mortality(esk2_0,esk5_0),hazard_of_mortality(esk2_0,esk6_0))
      | ~ greater(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk4_0))
      | hazard_of_mortality(esk2_0,esk4_0) != hazard_of_mortality(esk2_0,esk3_0) ) ),
    inference(skolemize,[status(esa)],[88]) ).

cnf(90,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk4_0) != hazard_of_mortality(esk2_0,esk3_0)
    | ~ greater(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk4_0))
    | ~ greater(hazard_of_mortality(esk2_0,esk5_0),hazard_of_mortality(esk2_0,esk6_0)) ),
    inference(split_conjunct,[status(thm)],[89]) ).

cnf(91,negated_conjecture,
    greater(age(esk2_0,esk6_0),age(esk2_0,esk5_0)),
    inference(split_conjunct,[status(thm)],[89]) ).

cnf(92,negated_conjecture,
    greater(age(esk2_0,esk5_0),eta),
    inference(split_conjunct,[status(thm)],[89]) ).

cnf(93,negated_conjecture,
    smaller_or_equal(age(esk2_0,esk4_0),eta),
    inference(split_conjunct,[status(thm)],[89]) ).

cnf(94,negated_conjecture,
    smaller_or_equal(age(esk2_0,esk3_0),age(esk2_0,esk4_0)),
    inference(split_conjunct,[status(thm)],[89]) ).

cnf(95,negated_conjecture,
    has_endowment(esk2_0),
    inference(split_conjunct,[status(thm)],[89]) ).

cnf(96,negated_conjecture,
    organization(esk2_0),
    inference(split_conjunct,[status(thm)],[89]) ).

fof(97,plain,
    ! [X5,X4,X1] :
      ( ~ epred1_3(X1,X4,X5)
      | ( ( ~ greater(capability(X1,X5),capability(X1,X4))
          | ~ greater_or_equal(position(X1,X5),position(X1,X4))
          | smaller(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) )
        & ( ~ greater_or_equal(capability(X1,X5),capability(X1,X4))
          | ~ greater(position(X1,X5),position(X1,X4))
          | smaller(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) )
        & ( capability(X1,X5) != capability(X1,X4)
          | position(X1,X5) != position(X1,X4)
          | hazard_of_mortality(X1,X5) = hazard_of_mortality(X1,X4) ) ) ),
    inference(fof_nnf,[status(thm)],[21]) ).

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

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

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

fof(103,plain,
    ! [X5,X4,X1] :
      ( ~ epred2_3(X1,X4,X5)
      | ( ( ~ greater(stock_of_knowledge(X1,X5),stock_of_knowledge(X1,X4))
          | ~ smaller_or_equal(internal_friction(X1,X5),internal_friction(X1,X4))
          | greater(capability(X1,X5),capability(X1,X4)) )
        & ( ~ smaller_or_equal(stock_of_knowledge(X1,X5),stock_of_knowledge(X1,X4))
          | ~ greater(internal_friction(X1,X5),internal_friction(X1,X4))
          | smaller(capability(X1,X5),capability(X1,X4)) )
        & ( stock_of_knowledge(X1,X5) != stock_of_knowledge(X1,X4)
          | internal_friction(X1,X5) != internal_friction(X1,X4)
          | capability(X1,X5) = capability(X1,X4) ) ) ),
    inference(fof_nnf,[status(thm)],[22]) ).

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

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

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

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

cnf(117,plain,
    ( greater(X1,X2)
    | X2 = X1
    | greater(X2,X1) ),
    inference(spm,[status(thm)],[46,48,theory(equality)]) ).

cnf(125,negated_conjecture,
    ( greater(X1,eta)
    | ~ greater(X1,age(esk2_0,esk5_0)) ),
    inference(spm,[status(thm)],[36,92,theory(equality)]) ).

cnf(128,negated_conjecture,
    ( age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | smaller(age(esk2_0,esk3_0),age(esk2_0,esk4_0)) ),
    inference(spm,[status(thm)],[42,94,theory(equality)]) ).

cnf(129,negated_conjecture,
    ( has_immunity(esk2_0,esk4_0)
    | ~ has_endowment(esk2_0) ),
    inference(spm,[status(thm)],[76,93,theory(equality)]) ).

cnf(130,negated_conjecture,
    ( has_immunity(esk2_0,esk4_0)
    | $false ),
    inference(rw,[status(thm)],[129,95,theory(equality)]) ).

cnf(131,negated_conjecture,
    has_immunity(esk2_0,esk4_0),
    inference(cn,[status(thm)],[130,theory(equality)]) ).

cnf(132,negated_conjecture,
    ( ~ has_endowment(esk2_0)
    | ~ has_immunity(esk2_0,esk5_0) ),
    inference(spm,[status(thm)],[75,92,theory(equality)]) ).

cnf(133,negated_conjecture,
    ( $false
    | ~ has_immunity(esk2_0,esk5_0) ),
    inference(rw,[status(thm)],[132,95,theory(equality)]) ).

cnf(134,negated_conjecture,
    ~ has_immunity(esk2_0,esk5_0),
    inference(cn,[status(thm)],[133,theory(equality)]) ).

cnf(140,negated_conjecture,
    ( greater(stock_of_knowledge(esk2_0,esk6_0),stock_of_knowledge(esk2_0,esk5_0))
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[86,91,theory(equality)]) ).

cnf(141,negated_conjecture,
    ( greater(stock_of_knowledge(esk2_0,esk6_0),stock_of_knowledge(esk2_0,esk5_0))
    | $false ),
    inference(rw,[status(thm)],[140,96,theory(equality)]) ).

cnf(142,negated_conjecture,
    greater(stock_of_knowledge(esk2_0,esk6_0),stock_of_knowledge(esk2_0,esk5_0)),
    inference(cn,[status(thm)],[141,theory(equality)]) ).

cnf(143,negated_conjecture,
    ( greater(external_ties(esk2_0,esk6_0),external_ties(esk2_0,esk5_0))
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[80,91,theory(equality)]) ).

cnf(144,negated_conjecture,
    ( greater(external_ties(esk2_0,esk6_0),external_ties(esk2_0,esk5_0))
    | $false ),
    inference(rw,[status(thm)],[143,96,theory(equality)]) ).

cnf(145,negated_conjecture,
    greater(external_ties(esk2_0,esk6_0),external_ties(esk2_0,esk5_0)),
    inference(cn,[status(thm)],[144,theory(equality)]) ).

cnf(148,plain,
    ( greater(capability(X1,X2),capability(X1,X3))
    | ~ epred2_3(X1,X3,X2)
    | ~ smaller_or_equal(internal_friction(X1,X4),internal_friction(X1,X3))
    | ~ greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X3))
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[108,83,theory(equality)]) ).

cnf(152,negated_conjecture,
    ( hazard_of_mortality(esk2_0,X1) = hazard_of_mortality(esk2_0,esk4_0)
    | ~ has_immunity(esk2_0,X1)
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[51,131,theory(equality)]) ).

cnf(153,negated_conjecture,
    ( has_immunity(esk2_0,X1)
    | greater(hazard_of_mortality(esk2_0,X1),hazard_of_mortality(esk2_0,esk4_0))
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[54,131,theory(equality)]) ).

cnf(154,negated_conjecture,
    ( hazard_of_mortality(esk2_0,X1) = hazard_of_mortality(esk2_0,esk4_0)
    | ~ has_immunity(esk2_0,X1)
    | $false ),
    inference(rw,[status(thm)],[152,96,theory(equality)]) ).

cnf(155,negated_conjecture,
    ( hazard_of_mortality(esk2_0,X1) = hazard_of_mortality(esk2_0,esk4_0)
    | ~ has_immunity(esk2_0,X1) ),
    inference(cn,[status(thm)],[154,theory(equality)]) ).

cnf(156,negated_conjecture,
    ( has_immunity(esk2_0,X1)
    | greater(hazard_of_mortality(esk2_0,X1),hazard_of_mortality(esk2_0,esk4_0))
    | $false ),
    inference(rw,[status(thm)],[153,96,theory(equality)]) ).

cnf(157,negated_conjecture,
    ( has_immunity(esk2_0,X1)
    | greater(hazard_of_mortality(esk2_0,X1),hazard_of_mortality(esk2_0,esk4_0)) ),
    inference(cn,[status(thm)],[156,theory(equality)]) ).

cnf(175,plain,
    ( greater(X1,X2)
    | X3 = X2
    | greater(X2,X3)
    | ~ greater(X1,X3) ),
    inference(spm,[status(thm)],[36,117,theory(equality)]) ).

cnf(177,plain,
    ( age(X1,X2) = eta
    | greater(eta,age(X1,X2))
    | ~ has_endowment(X1)
    | ~ has_immunity(X1,X2) ),
    inference(spm,[status(thm)],[75,117,theory(equality)]) ).

cnf(204,negated_conjecture,
    ( age(esk2_0,esk4_0) = eta
    | greater(eta,age(esk2_0,esk4_0))
    | ~ has_endowment(esk2_0) ),
    inference(spm,[status(thm)],[177,131,theory(equality)]) ).

cnf(205,negated_conjecture,
    ( age(esk2_0,esk4_0) = eta
    | greater(eta,age(esk2_0,esk4_0))
    | $false ),
    inference(rw,[status(thm)],[204,95,theory(equality)]) ).

cnf(206,negated_conjecture,
    ( age(esk2_0,esk4_0) = eta
    | greater(eta,age(esk2_0,esk4_0)) ),
    inference(cn,[status(thm)],[205,theory(equality)]) ).

cnf(216,negated_conjecture,
    ( greater(position(esk2_0,esk6_0),position(esk2_0,esk5_0))
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[65,145,theory(equality)]) ).

cnf(217,negated_conjecture,
    ( greater(position(esk2_0,esk6_0),position(esk2_0,esk5_0))
    | $false ),
    inference(rw,[status(thm)],[216,96,theory(equality)]) ).

cnf(218,negated_conjecture,
    greater(position(esk2_0,esk6_0),position(esk2_0,esk5_0)),
    inference(cn,[status(thm)],[217,theory(equality)]) ).

cnf(223,negated_conjecture,
    ( smaller(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk5_0))
    | ~ epred1_3(esk2_0,esk5_0,esk6_0)
    | ~ greater_or_equal(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0)) ),
    inference(spm,[status(thm)],[101,218,theory(equality)]) ).

cnf(295,negated_conjecture,
    greater(age(esk2_0,esk6_0),eta),
    inference(spm,[status(thm)],[125,91,theory(equality)]) ).

cnf(302,negated_conjecture,
    ( ~ has_endowment(esk2_0)
    | ~ has_immunity(esk2_0,esk6_0) ),
    inference(spm,[status(thm)],[75,295,theory(equality)]) ).

cnf(304,negated_conjecture,
    ( $false
    | ~ has_immunity(esk2_0,esk6_0) ),
    inference(rw,[status(thm)],[302,95,theory(equality)]) ).

cnf(305,negated_conjecture,
    ~ has_immunity(esk2_0,esk6_0),
    inference(cn,[status(thm)],[304,theory(equality)]) ).

cnf(330,negated_conjecture,
    ( greater(age(esk2_0,esk4_0),age(esk2_0,esk3_0))
    | age(esk2_0,esk3_0) = age(esk2_0,esk4_0) ),
    inference(spm,[status(thm)],[46,128,theory(equality)]) ).

cnf(345,negated_conjecture,
    ( age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | ~ greater(age(esk2_0,esk3_0),age(esk2_0,esk4_0)) ),
    inference(spm,[status(thm)],[33,330,theory(equality)]) ).

cnf(386,plain,
    ( greater(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ smaller_or_equal(internal_friction(X1,X4),internal_friction(X1,X3))
    | ~ greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X3)) ),
    inference(csr,[status(thm)],[148,60]) ).

cnf(387,plain,
    ( greater(capability(X1,X2),capability(X1,X3))
    | ~ organization(X1)
    | ~ greater(stock_of_knowledge(X1,X2),stock_of_knowledge(X1,X3)) ),
    inference(spm,[status(thm)],[386,111,theory(equality)]) ).

cnf(476,negated_conjecture,
    ( age(esk2_0,esk4_0) = X1
    | greater(X1,age(esk2_0,esk4_0))
    | greater(eta,X1)
    | age(esk2_0,esk4_0) = eta ),
    inference(spm,[status(thm)],[175,206,theory(equality)]) ).

cnf(497,negated_conjecture,
    ( age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta
    | greater(eta,age(esk2_0,esk3_0)) ),
    inference(spm,[status(thm)],[345,476,theory(equality)]) ).

cnf(506,negated_conjecture,
    ( smaller(age(esk2_0,esk3_0),eta)
    | age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta ),
    inference(spm,[status(thm)],[45,497,theory(equality)]) ).

cnf(511,negated_conjecture,
    ( smaller_or_equal(age(esk2_0,esk3_0),eta)
    | age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta ),
    inference(spm,[status(thm)],[41,506,theory(equality)]) ).

cnf(579,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta
    | ~ has_endowment(esk2_0) ),
    inference(spm,[status(thm)],[76,511,theory(equality)]) ).

cnf(580,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta
    | $false ),
    inference(rw,[status(thm)],[579,95,theory(equality)]) ).

cnf(581,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta ),
    inference(cn,[status(thm)],[580,theory(equality)]) ).

cnf(585,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk3_0) = hazard_of_mortality(esk2_0,esk4_0)
    | age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta ),
    inference(spm,[status(thm)],[155,581,theory(equality)]) ).

cnf(1098,negated_conjecture,
    ( smaller(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk5_0))
    | has_immunity(esk2_0,esk5_0)
    | has_immunity(esk2_0,esk6_0)
    | ~ greater_or_equal(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0))
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[223,57,theory(equality)]) ).

cnf(1099,negated_conjecture,
    ( smaller(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk5_0))
    | has_immunity(esk2_0,esk5_0)
    | has_immunity(esk2_0,esk6_0)
    | ~ greater_or_equal(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0))
    | $false ),
    inference(rw,[status(thm)],[1098,96,theory(equality)]) ).

cnf(1100,negated_conjecture,
    ( smaller(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk5_0))
    | has_immunity(esk2_0,esk5_0)
    | has_immunity(esk2_0,esk6_0)
    | ~ greater_or_equal(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0)) ),
    inference(cn,[status(thm)],[1099,theory(equality)]) ).

cnf(1101,negated_conjecture,
    ( smaller(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk5_0))
    | has_immunity(esk2_0,esk6_0)
    | ~ greater_or_equal(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0)) ),
    inference(sr,[status(thm)],[1100,134,theory(equality)]) ).

cnf(1102,negated_conjecture,
    ( smaller(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk5_0))
    | ~ greater_or_equal(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0)) ),
    inference(sr,[status(thm)],[1101,305,theory(equality)]) ).

cnf(2119,negated_conjecture,
    ( greater(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0))
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[387,142,theory(equality)]) ).

cnf(2134,negated_conjecture,
    ( greater(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0))
    | $false ),
    inference(rw,[status(thm)],[2119,96,theory(equality)]) ).

cnf(2135,negated_conjecture,
    greater(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0)),
    inference(cn,[status(thm)],[2134,theory(equality)]) ).

cnf(2175,negated_conjecture,
    greater_or_equal(capability(esk2_0,esk6_0),capability(esk2_0,esk5_0)),
    inference(spm,[status(thm)],[29,2135,theory(equality)]) ).

cnf(2185,negated_conjecture,
    ( smaller(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk5_0))
    | $false ),
    inference(rw,[status(thm)],[1102,2175,theory(equality)]) ).

cnf(2186,negated_conjecture,
    smaller(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk5_0)),
    inference(cn,[status(thm)],[2185,theory(equality)]) ).

cnf(2189,negated_conjecture,
    greater(hazard_of_mortality(esk2_0,esk5_0),hazard_of_mortality(esk2_0,esk6_0)),
    inference(spm,[status(thm)],[46,2186,theory(equality)]) ).

cnf(2200,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk3_0) != hazard_of_mortality(esk2_0,esk4_0)
    | $false
    | ~ greater(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk4_0)) ),
    inference(rw,[status(thm)],[90,2189,theory(equality)]) ).

cnf(2201,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk3_0) != hazard_of_mortality(esk2_0,esk4_0)
    | ~ greater(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk4_0)) ),
    inference(cn,[status(thm)],[2200,theory(equality)]) ).

cnf(2225,negated_conjecture,
    ( age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta
    | ~ greater(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk4_0)) ),
    inference(spm,[status(thm)],[2201,585,theory(equality)]) ).

cnf(5536,negated_conjecture,
    ( age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta
    | has_immunity(esk2_0,esk6_0) ),
    inference(spm,[status(thm)],[2225,157,theory(equality)]) ).

cnf(5553,negated_conjecture,
    ( age(esk2_0,esk3_0) = age(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta ),
    inference(sr,[status(thm)],[5536,305,theory(equality)]) ).

cnf(5558,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | age(esk2_0,esk4_0) = eta
    | ~ has_endowment(esk2_0)
    | ~ smaller_or_equal(age(esk2_0,esk4_0),eta) ),
    inference(spm,[status(thm)],[76,5553,theory(equality)]) ).

cnf(5567,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | age(esk2_0,esk4_0) = eta
    | $false
    | ~ smaller_or_equal(age(esk2_0,esk4_0),eta) ),
    inference(rw,[status(thm)],[5558,95,theory(equality)]) ).

cnf(5568,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | age(esk2_0,esk4_0) = eta
    | $false
    | $false ),
    inference(rw,[status(thm)],[5567,93,theory(equality)]) ).

cnf(5569,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | age(esk2_0,esk4_0) = eta ),
    inference(cn,[status(thm)],[5568,theory(equality)]) ).

cnf(5583,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk3_0) = hazard_of_mortality(esk2_0,esk4_0)
    | age(esk2_0,esk4_0) = eta ),
    inference(spm,[status(thm)],[155,5569,theory(equality)]) ).

cnf(5616,negated_conjecture,
    ( age(esk2_0,esk4_0) = eta
    | ~ greater(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk4_0)) ),
    inference(spm,[status(thm)],[2201,5583,theory(equality)]) ).

cnf(5633,negated_conjecture,
    ( age(esk2_0,esk4_0) = eta
    | has_immunity(esk2_0,esk6_0) ),
    inference(spm,[status(thm)],[5616,157,theory(equality)]) ).

cnf(5650,negated_conjecture,
    age(esk2_0,esk4_0) = eta,
    inference(sr,[status(thm)],[5633,305,theory(equality)]) ).

cnf(5660,negated_conjecture,
    smaller_or_equal(age(esk2_0,esk3_0),eta),
    inference(rw,[status(thm)],[94,5650,theory(equality)]) ).

cnf(5900,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | ~ has_endowment(esk2_0) ),
    inference(spm,[status(thm)],[76,5660,theory(equality)]) ).

cnf(5901,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | $false ),
    inference(rw,[status(thm)],[5900,95,theory(equality)]) ).

cnf(5902,negated_conjecture,
    has_immunity(esk2_0,esk3_0),
    inference(cn,[status(thm)],[5901,theory(equality)]) ).

cnf(5948,negated_conjecture,
    hazard_of_mortality(esk2_0,esk3_0) = hazard_of_mortality(esk2_0,esk4_0),
    inference(spm,[status(thm)],[155,5902,theory(equality)]) ).

cnf(5963,negated_conjecture,
    ( $false
    | ~ greater(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk4_0)) ),
    inference(rw,[status(thm)],[2201,5948,theory(equality)]) ).

cnf(5964,negated_conjecture,
    ~ greater(hazard_of_mortality(esk2_0,esk6_0),hazard_of_mortality(esk2_0,esk4_0)),
    inference(cn,[status(thm)],[5963,theory(equality)]) ).

cnf(5990,negated_conjecture,
    has_immunity(esk2_0,esk6_0),
    inference(spm,[status(thm)],[5964,157,theory(equality)]) ).

cnf(6004,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[5990,305,theory(equality)]) ).

cnf(6005,negated_conjecture,
    $false,
    6004,
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % SZS status Started for /home/graph/tptp/TPTP/Problems/MGT/MGT047+1.p
% --creating new selector for [MGT001+0.ax]
% -running prover on /tmp/tmpUiCW4D/sel_MGT047+1.p_1 with time limit 29
% -prover status Theorem
% Problem MGT047+1.p solved in phase 0.
% % SZS status Theorem for /home/graph/tptp/TPTP/Problems/MGT/MGT047+1.p
% % SZS status Ended for /home/graph/tptp/TPTP/Problems/MGT/MGT047+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
% 
%------------------------------------------------------------------------------