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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SInE---0.4
% Problem  : MGT065+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:09:24 EST 2010

% Result   : Theorem 0.44s
% Output   : CNFRefutation 0.44s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :   13
% Syntax   : Number of formulae    :  120 (  31 unt;   0 def)
%            Number of atoms       :  544 (  85 equ)
%            Maximal formula atoms :   24 (   4 avg)
%            Number of connectives :  625 ( 201   ~; 228   |; 158   &)
%                                         (   7 <=>;  31  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   20 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   14 (  12 usr;   1 prp; 0-3 aty)
%            Number of functors    :   16 (  16 usr;  13 con; 0-2 aty)
%            Number of variables   :  143 (   0 sgn  95   !;  10   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(1,axiom,
    ! [X1,X2] :
      ( smaller_or_equal(X1,X2)
    <=> ( smaller(X1,X2)
        | X1 = X2 ) ),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',definition_smaller_or_equal) ).

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

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

fof(6,axiom,
    ! [X1,X4,X5] :
      ( dissimilar(X1,X4,X5)
    <=> ( organization(X1)
        & ~ ( is_aligned(X1,X4)
          <=> is_aligned(X1,X5) ) ) ),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',definition_2) ).

fof(7,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/tmpfCFXoZ/sel_MGT065+1.p_1',definition_1) ).

fof(8,conjecture,
    ! [X1,X4,X6,X7] :
      ( ( organization(X1)
        & ( robust_position(X1)
          | fragile_position(X1) )
        & has_endowment(X1)
        & age(X1,X4) = zero
        & greater(sigma,zero)
        & greater(tau,zero)
        & greater(eta,zero)
        & smaller_or_equal(age(X1,X6),sigma)
        & smaller_or_equal(age(X1,X6),tau)
        & smaller_or_equal(age(X1,X6),eta)
        & greater(age(X1,X7),sigma)
        & greater(age(X1,X7),tau)
        & greater(age(X1,X7),eta) )
     => ( greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X6))
        & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X4) ) ),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',theorem_11) ).

fof(9,axiom,
    greater(low,very_low),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',assumption_18c) ).

fof(10,axiom,
    greater(mod1,low),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',assumption_18b) ).

fof(11,axiom,
    greater(high,mod1),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',assumption_18a) ).

fof(14,axiom,
    ! [X1,X5] :
      ( ( organization(X1)
        & age(X1,X5) = zero )
     => is_aligned(X1,X5) ),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',assumption_13) ).

fof(15,axiom,
    ! [X1,X5] :
      ( organization(X1)
     => ( ( has_immunity(X1,X5)
         => hazard_of_mortality(X1,X5) = very_low )
        & ( ~ has_immunity(X1,X5)
         => ( ( ( is_aligned(X1,X5)
                & positional_advantage(X1,X5) )
             => hazard_of_mortality(X1,X5) = low )
            & ( ( ~ is_aligned(X1,X5)
                & positional_advantage(X1,X5) )
             => hazard_of_mortality(X1,X5) = mod1 )
            & ( ( is_aligned(X1,X5)
                & ~ positional_advantage(X1,X5) )
             => hazard_of_mortality(X1,X5) = mod2 )
            & ( ( ~ is_aligned(X1,X5)
                & ~ positional_advantage(X1,X5) )
             => hazard_of_mortality(X1,X5) = high ) ) ) ) ),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',assumption_17) ).

fof(16,axiom,
    ! [X1,X4,X5] :
      ( ( organization(X1)
        & age(X1,X4) = zero )
     => ( greater(age(X1,X5),sigma)
      <=> dissimilar(X1,X4,X5) ) ),
    file('/tmp/tmpfCFXoZ/sel_MGT065+1.p_1',assumption_15) ).

fof(17,negated_conjecture,
    ~ ! [X1,X4,X6,X7] :
        ( ( organization(X1)
          & ( robust_position(X1)
            | fragile_position(X1) )
          & has_endowment(X1)
          & age(X1,X4) = zero
          & greater(sigma,zero)
          & greater(tau,zero)
          & greater(eta,zero)
          & smaller_or_equal(age(X1,X6),sigma)
          & smaller_or_equal(age(X1,X6),tau)
          & smaller_or_equal(age(X1,X6),eta)
          & greater(age(X1,X7),sigma)
          & greater(age(X1,X7),tau)
          & greater(age(X1,X7),eta) )
       => ( greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X6))
          & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X4) ) ),
    inference(assume_negation,[status(cth)],[8]) ).

fof(18,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)],[7,theory(equality)]) ).

fof(19,plain,
    ! [X1,X5] :
      ( organization(X1)
     => ( ( has_immunity(X1,X5)
         => hazard_of_mortality(X1,X5) = very_low )
        & ( ~ has_immunity(X1,X5)
         => ( ( ( is_aligned(X1,X5)
                & positional_advantage(X1,X5) )
             => hazard_of_mortality(X1,X5) = low )
            & ( ( ~ is_aligned(X1,X5)
                & positional_advantage(X1,X5) )
             => hazard_of_mortality(X1,X5) = mod1 )
            & ( ( is_aligned(X1,X5)
                & ~ positional_advantage(X1,X5) )
             => hazard_of_mortality(X1,X5) = mod2 )
            & ( ( ~ is_aligned(X1,X5)
                & ~ positional_advantage(X1,X5) )
             => hazard_of_mortality(X1,X5) = high ) ) ) ) ),
    inference(fof_simplification,[status(thm)],[15,theory(equality)]) ).

fof(20,plain,
    ! [X5,X1] :
      ( epred1_2(X1,X5)
     => ( ( ( is_aligned(X1,X5)
            & positional_advantage(X1,X5) )
         => hazard_of_mortality(X1,X5) = low )
        & ( ( ~ is_aligned(X1,X5)
            & positional_advantage(X1,X5) )
         => hazard_of_mortality(X1,X5) = mod1 )
        & ( ( is_aligned(X1,X5)
            & ~ positional_advantage(X1,X5) )
         => hazard_of_mortality(X1,X5) = mod2 )
        & ( ( ~ is_aligned(X1,X5)
            & ~ positional_advantage(X1,X5) )
         => hazard_of_mortality(X1,X5) = high ) ) ),
    introduced(definition) ).

fof(21,plain,
    ! [X1,X5] :
      ( organization(X1)
     => ( ( has_immunity(X1,X5)
         => hazard_of_mortality(X1,X5) = very_low )
        & ( ~ has_immunity(X1,X5)
         => epred1_2(X1,X5) ) ) ),
    inference(apply_def,[status(esa)],[19,20,theory(equality)]) ).

fof(22,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)],[1]) ).

fof(23,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)],[22]) ).

fof(24,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)],[23]) ).

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

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

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

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

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

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

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

fof(40,plain,
    ! [X1,X4,X5] :
      ( ( ~ dissimilar(X1,X4,X5)
        | ( organization(X1)
          & ( ~ is_aligned(X1,X4)
            | ~ is_aligned(X1,X5) )
          & ( is_aligned(X1,X4)
            | is_aligned(X1,X5) ) ) )
      & ( ~ organization(X1)
        | ( ( ~ is_aligned(X1,X4)
            | is_aligned(X1,X5) )
          & ( ~ is_aligned(X1,X5)
            | is_aligned(X1,X4) ) )
        | dissimilar(X1,X4,X5) ) ),
    inference(fof_nnf,[status(thm)],[6]) ).

fof(41,plain,
    ! [X6,X7,X8] :
      ( ( ~ dissimilar(X6,X7,X8)
        | ( organization(X6)
          & ( ~ is_aligned(X6,X7)
            | ~ is_aligned(X6,X8) )
          & ( is_aligned(X6,X7)
            | is_aligned(X6,X8) ) ) )
      & ( ~ organization(X6)
        | ( ( ~ is_aligned(X6,X7)
            | is_aligned(X6,X8) )
          & ( ~ is_aligned(X6,X8)
            | is_aligned(X6,X7) ) )
        | dissimilar(X6,X7,X8) ) ),
    inference(variable_rename,[status(thm)],[40]) ).

fof(42,plain,
    ! [X6,X7,X8] :
      ( ( organization(X6)
        | ~ dissimilar(X6,X7,X8) )
      & ( ~ is_aligned(X6,X7)
        | ~ is_aligned(X6,X8)
        | ~ dissimilar(X6,X7,X8) )
      & ( is_aligned(X6,X7)
        | is_aligned(X6,X8)
        | ~ dissimilar(X6,X7,X8) )
      & ( ~ is_aligned(X6,X7)
        | is_aligned(X6,X8)
        | ~ organization(X6)
        | dissimilar(X6,X7,X8) )
      & ( ~ is_aligned(X6,X8)
        | is_aligned(X6,X7)
        | ~ organization(X6)
        | dissimilar(X6,X7,X8) ) ),
    inference(distribute,[status(thm)],[41]) ).

cnf(46,plain,
    ( ~ dissimilar(X1,X2,X3)
    | ~ is_aligned(X1,X3)
    | ~ is_aligned(X1,X2) ),
    inference(split_conjunct,[status(thm)],[42]) ).

fof(48,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)],[18]) ).

fof(49,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)],[48]) ).

fof(50,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)],[49]) ).

fof(51,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)],[50]) ).

fof(52,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)],[51]) ).

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

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

fof(60,negated_conjecture,
    ? [X1,X4,X6,X7] :
      ( organization(X1)
      & ( robust_position(X1)
        | fragile_position(X1) )
      & has_endowment(X1)
      & age(X1,X4) = zero
      & greater(sigma,zero)
      & greater(tau,zero)
      & greater(eta,zero)
      & smaller_or_equal(age(X1,X6),sigma)
      & smaller_or_equal(age(X1,X6),tau)
      & smaller_or_equal(age(X1,X6),eta)
      & greater(age(X1,X7),sigma)
      & greater(age(X1,X7),tau)
      & greater(age(X1,X7),eta)
      & ( ~ greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X6))
        | hazard_of_mortality(X1,X6) != hazard_of_mortality(X1,X4) ) ),
    inference(fof_nnf,[status(thm)],[17]) ).

fof(61,negated_conjecture,
    ? [X8,X9,X10,X11] :
      ( organization(X8)
      & ( robust_position(X8)
        | fragile_position(X8) )
      & has_endowment(X8)
      & age(X8,X9) = zero
      & greater(sigma,zero)
      & greater(tau,zero)
      & greater(eta,zero)
      & smaller_or_equal(age(X8,X10),sigma)
      & smaller_or_equal(age(X8,X10),tau)
      & smaller_or_equal(age(X8,X10),eta)
      & greater(age(X8,X11),sigma)
      & greater(age(X8,X11),tau)
      & greater(age(X8,X11),eta)
      & ( ~ greater(hazard_of_mortality(X8,X11),hazard_of_mortality(X8,X10))
        | hazard_of_mortality(X8,X10) != hazard_of_mortality(X8,X9) ) ),
    inference(variable_rename,[status(thm)],[60]) ).

fof(62,negated_conjecture,
    ( organization(esk2_0)
    & ( robust_position(esk2_0)
      | fragile_position(esk2_0) )
    & has_endowment(esk2_0)
    & age(esk2_0,esk3_0) = zero
    & greater(sigma,zero)
    & greater(tau,zero)
    & greater(eta,zero)
    & smaller_or_equal(age(esk2_0,esk4_0),sigma)
    & smaller_or_equal(age(esk2_0,esk4_0),tau)
    & smaller_or_equal(age(esk2_0,esk4_0),eta)
    & greater(age(esk2_0,esk5_0),sigma)
    & greater(age(esk2_0,esk5_0),tau)
    & greater(age(esk2_0,esk5_0),eta)
    & ( ~ greater(hazard_of_mortality(esk2_0,esk5_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)],[61]) ).

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

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

cnf(66,negated_conjecture,
    greater(age(esk2_0,esk5_0),sigma),
    inference(split_conjunct,[status(thm)],[62]) ).

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

cnf(70,negated_conjecture,
    greater(eta,zero),
    inference(split_conjunct,[status(thm)],[62]) ).

cnf(73,negated_conjecture,
    age(esk2_0,esk3_0) = zero,
    inference(split_conjunct,[status(thm)],[62]) ).

cnf(74,negated_conjecture,
    has_endowment(esk2_0),
    inference(split_conjunct,[status(thm)],[62]) ).

cnf(76,negated_conjecture,
    organization(esk2_0),
    inference(split_conjunct,[status(thm)],[62]) ).

cnf(77,plain,
    greater(low,very_low),
    inference(split_conjunct,[status(thm)],[9]) ).

cnf(78,plain,
    greater(mod1,low),
    inference(split_conjunct,[status(thm)],[10]) ).

cnf(79,plain,
    greater(high,mod1),
    inference(split_conjunct,[status(thm)],[11]) ).

fof(82,plain,
    ! [X1,X5] :
      ( ~ organization(X1)
      | age(X1,X5) != zero
      | is_aligned(X1,X5) ),
    inference(fof_nnf,[status(thm)],[14]) ).

fof(83,plain,
    ! [X6,X7] :
      ( ~ organization(X6)
      | age(X6,X7) != zero
      | is_aligned(X6,X7) ),
    inference(variable_rename,[status(thm)],[82]) ).

cnf(84,plain,
    ( is_aligned(X1,X2)
    | age(X1,X2) != zero
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[83]) ).

fof(85,plain,
    ! [X1,X5] :
      ( ~ organization(X1)
      | ( ( ~ has_immunity(X1,X5)
          | hazard_of_mortality(X1,X5) = very_low )
        & ( has_immunity(X1,X5)
          | epred1_2(X1,X5) ) ) ),
    inference(fof_nnf,[status(thm)],[21]) ).

fof(86,plain,
    ! [X6,X7] :
      ( ~ organization(X6)
      | ( ( ~ has_immunity(X6,X7)
          | hazard_of_mortality(X6,X7) = very_low )
        & ( has_immunity(X6,X7)
          | epred1_2(X6,X7) ) ) ),
    inference(variable_rename,[status(thm)],[85]) ).

fof(87,plain,
    ! [X6,X7] :
      ( ( ~ has_immunity(X6,X7)
        | hazard_of_mortality(X6,X7) = very_low
        | ~ organization(X6) )
      & ( has_immunity(X6,X7)
        | epred1_2(X6,X7)
        | ~ organization(X6) ) ),
    inference(distribute,[status(thm)],[86]) ).

cnf(88,plain,
    ( epred1_2(X1,X2)
    | has_immunity(X1,X2)
    | ~ organization(X1) ),
    inference(split_conjunct,[status(thm)],[87]) ).

cnf(89,plain,
    ( hazard_of_mortality(X1,X2) = very_low
    | ~ organization(X1)
    | ~ has_immunity(X1,X2) ),
    inference(split_conjunct,[status(thm)],[87]) ).

fof(90,plain,
    ! [X1,X4,X5] :
      ( ~ organization(X1)
      | age(X1,X4) != zero
      | ( ( ~ greater(age(X1,X5),sigma)
          | dissimilar(X1,X4,X5) )
        & ( ~ dissimilar(X1,X4,X5)
          | greater(age(X1,X5),sigma) ) ) ),
    inference(fof_nnf,[status(thm)],[16]) ).

fof(91,plain,
    ! [X6,X7,X8] :
      ( ~ organization(X6)
      | age(X6,X7) != zero
      | ( ( ~ greater(age(X6,X8),sigma)
          | dissimilar(X6,X7,X8) )
        & ( ~ dissimilar(X6,X7,X8)
          | greater(age(X6,X8),sigma) ) ) ),
    inference(variable_rename,[status(thm)],[90]) ).

fof(92,plain,
    ! [X6,X7,X8] :
      ( ( ~ greater(age(X6,X8),sigma)
        | dissimilar(X6,X7,X8)
        | ~ organization(X6)
        | age(X6,X7) != zero )
      & ( ~ dissimilar(X6,X7,X8)
        | greater(age(X6,X8),sigma)
        | ~ organization(X6)
        | age(X6,X7) != zero ) ),
    inference(distribute,[status(thm)],[91]) ).

cnf(94,plain,
    ( dissimilar(X1,X2,X3)
    | age(X1,X2) != zero
    | ~ organization(X1)
    | ~ greater(age(X1,X3),sigma) ),
    inference(split_conjunct,[status(thm)],[92]) ).

fof(95,plain,
    ! [X5,X1] :
      ( ~ epred1_2(X1,X5)
      | ( ( ~ is_aligned(X1,X5)
          | ~ positional_advantage(X1,X5)
          | hazard_of_mortality(X1,X5) = low )
        & ( is_aligned(X1,X5)
          | ~ positional_advantage(X1,X5)
          | hazard_of_mortality(X1,X5) = mod1 )
        & ( ~ is_aligned(X1,X5)
          | positional_advantage(X1,X5)
          | hazard_of_mortality(X1,X5) = mod2 )
        & ( is_aligned(X1,X5)
          | positional_advantage(X1,X5)
          | hazard_of_mortality(X1,X5) = high ) ) ),
    inference(fof_nnf,[status(thm)],[20]) ).

fof(96,plain,
    ! [X6,X7] :
      ( ~ epred1_2(X7,X6)
      | ( ( ~ is_aligned(X7,X6)
          | ~ positional_advantage(X7,X6)
          | hazard_of_mortality(X7,X6) = low )
        & ( is_aligned(X7,X6)
          | ~ positional_advantage(X7,X6)
          | hazard_of_mortality(X7,X6) = mod1 )
        & ( ~ is_aligned(X7,X6)
          | positional_advantage(X7,X6)
          | hazard_of_mortality(X7,X6) = mod2 )
        & ( is_aligned(X7,X6)
          | positional_advantage(X7,X6)
          | hazard_of_mortality(X7,X6) = high ) ) ),
    inference(variable_rename,[status(thm)],[95]) ).

fof(97,plain,
    ! [X6,X7] :
      ( ( ~ is_aligned(X7,X6)
        | ~ positional_advantage(X7,X6)
        | hazard_of_mortality(X7,X6) = low
        | ~ epred1_2(X7,X6) )
      & ( is_aligned(X7,X6)
        | ~ positional_advantage(X7,X6)
        | hazard_of_mortality(X7,X6) = mod1
        | ~ epred1_2(X7,X6) )
      & ( ~ is_aligned(X7,X6)
        | positional_advantage(X7,X6)
        | hazard_of_mortality(X7,X6) = mod2
        | ~ epred1_2(X7,X6) )
      & ( is_aligned(X7,X6)
        | positional_advantage(X7,X6)
        | hazard_of_mortality(X7,X6) = high
        | ~ epred1_2(X7,X6) ) ),
    inference(distribute,[status(thm)],[96]) ).

cnf(98,plain,
    ( hazard_of_mortality(X1,X2) = high
    | positional_advantage(X1,X2)
    | is_aligned(X1,X2)
    | ~ epred1_2(X1,X2) ),
    inference(split_conjunct,[status(thm)],[97]) ).

cnf(100,plain,
    ( hazard_of_mortality(X1,X2) = mod1
    | is_aligned(X1,X2)
    | ~ epred1_2(X1,X2)
    | ~ positional_advantage(X1,X2) ),
    inference(split_conjunct,[status(thm)],[97]) ).

cnf(116,negated_conjecture,
    smaller(zero,eta),
    inference(spm,[status(thm)],[36,70,theory(equality)]) ).

cnf(132,plain,
    ( greater(X1,very_low)
    | ~ greater(X1,low) ),
    inference(spm,[status(thm)],[33,77,theory(equality)]) ).

cnf(133,plain,
    ( greater(X1,low)
    | ~ greater(X1,mod1) ),
    inference(spm,[status(thm)],[33,78,theory(equality)]) ).

cnf(143,negated_conjecture,
    ( is_aligned(esk2_0,esk3_0)
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[84,73,theory(equality)]) ).

cnf(144,negated_conjecture,
    ( is_aligned(esk2_0,esk3_0)
    | $false ),
    inference(rw,[status(thm)],[143,76,theory(equality)]) ).

cnf(145,negated_conjecture,
    is_aligned(esk2_0,esk3_0),
    inference(cn,[status(thm)],[144,theory(equality)]) ).

cnf(146,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | ~ has_endowment(esk2_0)
    | ~ smaller_or_equal(zero,eta) ),
    inference(spm,[status(thm)],[58,73,theory(equality)]) ).

cnf(147,negated_conjecture,
    ( has_immunity(esk2_0,esk4_0)
    | ~ has_endowment(esk2_0) ),
    inference(spm,[status(thm)],[58,67,theory(equality)]) ).

cnf(148,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | $false
    | ~ smaller_or_equal(zero,eta) ),
    inference(rw,[status(thm)],[146,74,theory(equality)]) ).

cnf(149,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | ~ smaller_or_equal(zero,eta) ),
    inference(cn,[status(thm)],[148,theory(equality)]) ).

cnf(150,negated_conjecture,
    ( has_immunity(esk2_0,esk4_0)
    | $false ),
    inference(rw,[status(thm)],[147,74,theory(equality)]) ).

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

cnf(152,negated_conjecture,
    ( dissimilar(esk2_0,esk3_0,X1)
    | ~ organization(esk2_0)
    | ~ greater(age(esk2_0,X1),sigma) ),
    inference(spm,[status(thm)],[94,73,theory(equality)]) ).

cnf(153,negated_conjecture,
    ( dissimilar(esk2_0,esk3_0,X1)
    | $false
    | ~ greater(age(esk2_0,X1),sigma) ),
    inference(rw,[status(thm)],[152,76,theory(equality)]) ).

cnf(154,negated_conjecture,
    ( dissimilar(esk2_0,esk3_0,X1)
    | ~ greater(age(esk2_0,X1),sigma) ),
    inference(cn,[status(thm)],[153,theory(equality)]) ).

cnf(158,negated_conjecture,
    ( ~ has_immunity(esk2_0,esk5_0)
    | ~ has_endowment(esk2_0) ),
    inference(spm,[status(thm)],[57,64,theory(equality)]) ).

cnf(161,negated_conjecture,
    ( ~ has_immunity(esk2_0,esk5_0)
    | $false ),
    inference(rw,[status(thm)],[158,74,theory(equality)]) ).

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

cnf(163,plain,
    ( hazard_of_mortality(X1,X2) = high
    | positional_advantage(X1,X2)
    | is_aligned(X1,X2)
    | has_immunity(X1,X2)
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[98,88,theory(equality)]) ).

cnf(168,plain,
    ( hazard_of_mortality(X1,X2) = mod1
    | is_aligned(X1,X2)
    | has_immunity(X1,X2)
    | ~ positional_advantage(X1,X2)
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[100,88,theory(equality)]) ).

cnf(171,negated_conjecture,
    smaller_or_equal(zero,eta),
    inference(spm,[status(thm)],[26,116,theory(equality)]) ).

cnf(192,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk4_0) = very_low
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[89,151,theory(equality)]) ).

cnf(193,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk4_0) = very_low
    | $false ),
    inference(rw,[status(thm)],[192,76,theory(equality)]) ).

cnf(194,negated_conjecture,
    hazard_of_mortality(esk2_0,esk4_0) = very_low,
    inference(cn,[status(thm)],[193,theory(equality)]) ).

cnf(195,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk3_0) != very_low
    | ~ greater(hazard_of_mortality(esk2_0,esk5_0),hazard_of_mortality(esk2_0,esk4_0)) ),
    inference(rw,[status(thm)],[63,194,theory(equality)]) ).

cnf(196,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk3_0) != very_low
    | ~ greater(hazard_of_mortality(esk2_0,esk5_0),very_low) ),
    inference(rw,[status(thm)],[195,194,theory(equality)]) ).

cnf(250,plain,
    greater(mod1,very_low),
    inference(spm,[status(thm)],[132,78,theory(equality)]) ).

cnf(270,plain,
    greater(high,low),
    inference(spm,[status(thm)],[133,79,theory(equality)]) ).

cnf(274,plain,
    greater(high,very_low),
    inference(spm,[status(thm)],[132,270,theory(equality)]) ).

cnf(370,negated_conjecture,
    ( has_immunity(esk2_0,esk3_0)
    | $false ),
    inference(rw,[status(thm)],[149,171,theory(equality)]) ).

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

cnf(372,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk3_0) = very_low
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[89,371,theory(equality)]) ).

cnf(374,negated_conjecture,
    ( hazard_of_mortality(esk2_0,esk3_0) = very_low
    | $false ),
    inference(rw,[status(thm)],[372,76,theory(equality)]) ).

cnf(375,negated_conjecture,
    hazard_of_mortality(esk2_0,esk3_0) = very_low,
    inference(cn,[status(thm)],[374,theory(equality)]) ).

cnf(392,negated_conjecture,
    ( $false
    | ~ greater(hazard_of_mortality(esk2_0,esk5_0),very_low) ),
    inference(rw,[status(thm)],[196,375,theory(equality)]) ).

cnf(393,negated_conjecture,
    ~ greater(hazard_of_mortality(esk2_0,esk5_0),very_low),
    inference(cn,[status(thm)],[392,theory(equality)]) ).

cnf(473,negated_conjecture,
    dissimilar(esk2_0,esk3_0,esk5_0),
    inference(spm,[status(thm)],[154,66,theory(equality)]) ).

cnf(481,negated_conjecture,
    ( ~ is_aligned(esk2_0,esk5_0)
    | ~ is_aligned(esk2_0,esk3_0) ),
    inference(spm,[status(thm)],[46,473,theory(equality)]) ).

cnf(484,negated_conjecture,
    ( ~ is_aligned(esk2_0,esk5_0)
    | $false ),
    inference(rw,[status(thm)],[481,145,theory(equality)]) ).

cnf(485,negated_conjecture,
    ~ is_aligned(esk2_0,esk5_0),
    inference(cn,[status(thm)],[484,theory(equality)]) ).

cnf(575,plain,
    ( hazard_of_mortality(X1,X2) = mod1
    | has_immunity(X1,X2)
    | is_aligned(X1,X2)
    | hazard_of_mortality(X1,X2) = high
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[168,163,theory(equality)]) ).

cnf(4333,plain,
    ( hazard_of_mortality(esk2_0,esk5_0) = high
    | hazard_of_mortality(esk2_0,esk5_0) = mod1
    | is_aligned(esk2_0,esk5_0)
    | ~ organization(esk2_0) ),
    inference(spm,[status(thm)],[162,575,theory(equality)]) ).

cnf(4337,plain,
    ( hazard_of_mortality(esk2_0,esk5_0) = high
    | hazard_of_mortality(esk2_0,esk5_0) = mod1
    | is_aligned(esk2_0,esk5_0)
    | $false ),
    inference(rw,[status(thm)],[4333,76,theory(equality)]) ).

cnf(4338,plain,
    ( hazard_of_mortality(esk2_0,esk5_0) = high
    | hazard_of_mortality(esk2_0,esk5_0) = mod1
    | is_aligned(esk2_0,esk5_0) ),
    inference(cn,[status(thm)],[4337,theory(equality)]) ).

cnf(4339,plain,
    ( hazard_of_mortality(esk2_0,esk5_0) = high
    | hazard_of_mortality(esk2_0,esk5_0) = mod1 ),
    inference(sr,[status(thm)],[4338,485,theory(equality)]) ).

cnf(4341,plain,
    ( hazard_of_mortality(esk2_0,esk5_0) = mod1
    | ~ greater(high,very_low) ),
    inference(spm,[status(thm)],[393,4339,theory(equality)]) ).

cnf(4378,plain,
    ( hazard_of_mortality(esk2_0,esk5_0) = mod1
    | $false ),
    inference(rw,[status(thm)],[4341,274,theory(equality)]) ).

cnf(4379,plain,
    hazard_of_mortality(esk2_0,esk5_0) = mod1,
    inference(cn,[status(thm)],[4378,theory(equality)]) ).

cnf(4401,negated_conjecture,
    $false,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[393,4379,theory(equality)]),250,theory(equality)]) ).

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

cnf(4403,negated_conjecture,
    $false,
    4402,
    [proof] ).

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