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

View Problem - Process Solution

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

% Computer : art09.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:17 EST 2010

% Result   : Theorem 14.11s
% Output   : CNFRefutation 14.11s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   42
%            Number of leaves      :   15
% Syntax   : Number of formulae    :  194 (  35 unt;   0 def)
%            Number of atoms       :  746 ( 126 equ)
%            Maximal formula atoms :   18 (   3 avg)
%            Number of connectives :  817 ( 265   ~; 353   |; 158   &)
%                                         (   7 <=>;  34  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   20 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :   13 (  11 usr;   1 prp; 0-3 aty)
%            Number of functors    :   16 (  16 usr;  13 con; 0-2 aty)
%            Number of variables   :  213 (   3 sgn 120   !;  12   ?)

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

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

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

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

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

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

fof(7,axiom,
    ! [X1] :
      ( robust_position(X1)
    <=> ! [X4] :
          ( ( smaller_or_equal(age(X1,X4),tau)
           => ~ positional_advantage(X1,X4) )
          & ( greater(age(X1,X4),tau)
           => positional_advantage(X1,X4) ) ) ),
    file('/tmp/tmpuKgRT1/sel_MGT064+1.p_1',definition_4) ).

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

fof(10,conjecture,
    ! [X1,X5,X6,X7,X8] :
      ( ( organization(X1)
        & robust_position(X1)
        & ~ has_endowment(X1)
        & age(X1,X5) = zero
        & greater(sigma,zero)
        & greater(tau,zero)
        & greater(sigma,tau)
        & smaller_or_equal(age(X1,X6),tau)
        & greater(age(X1,X7),tau)
        & smaller_or_equal(age(X1,X7),sigma)
        & greater(age(X1,X8),sigma) )
     => ( smaller(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X8))
        & smaller(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
        & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X5) ) ),
    file('/tmp/tmpuKgRT1/sel_MGT064+1.p_1',theorem_10) ).

fof(12,axiom,
    greater(mod1,low),
    file('/tmp/tmpuKgRT1/sel_MGT064+1.p_1',assumption_18b) ).

fof(14,axiom,
    greater(mod2,mod1),
    file('/tmp/tmpuKgRT1/sel_MGT064+1.p_1',assumption_19) ).

fof(17,axiom,
    ! [X1,X4] :
      ( ( organization(X1)
        & age(X1,X4) = zero )
     => is_aligned(X1,X4) ),
    file('/tmp/tmpuKgRT1/sel_MGT064+1.p_1',assumption_13) ).

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

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

fof(20,negated_conjecture,
    ~ ! [X1,X5,X6,X7,X8] :
        ( ( organization(X1)
          & robust_position(X1)
          & ~ has_endowment(X1)
          & age(X1,X5) = zero
          & greater(sigma,zero)
          & greater(tau,zero)
          & greater(sigma,tau)
          & smaller_or_equal(age(X1,X6),tau)
          & greater(age(X1,X7),tau)
          & smaller_or_equal(age(X1,X7),sigma)
          & greater(age(X1,X8),sigma) )
       => ( smaller(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X8))
          & smaller(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
          & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X5) ) ),
    inference(assume_negation,[status(cth)],[10]) ).

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

fof(22,plain,
    ! [X1] :
      ( robust_position(X1)
    <=> ! [X4] :
          ( ( smaller_or_equal(age(X1,X4),tau)
           => ~ positional_advantage(X1,X4) )
          & ( greater(age(X1,X4),tau)
           => positional_advantage(X1,X4) ) ) ),
    inference(fof_simplification,[status(thm)],[7,theory(equality)]) ).

fof(24,negated_conjecture,
    ~ ! [X1,X5,X6,X7,X8] :
        ( ( organization(X1)
          & robust_position(X1)
          & ~ has_endowment(X1)
          & age(X1,X5) = zero
          & greater(sigma,zero)
          & greater(tau,zero)
          & greater(sigma,tau)
          & smaller_or_equal(age(X1,X6),tau)
          & greater(age(X1,X7),tau)
          & smaller_or_equal(age(X1,X7),sigma)
          & greater(age(X1,X8),sigma) )
       => ( smaller(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X8))
          & smaller(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
          & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X5) ) ),
    inference(fof_simplification,[status(thm)],[20,theory(equality)]) ).

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

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

fof(27,plain,
    ! [X1,X4] :
      ( organization(X1)
     => ( ( has_immunity(X1,X4)
         => hazard_of_mortality(X1,X4) = very_low )
        & ( ~ has_immunity(X1,X4)
         => epred1_2(X1,X4) ) ) ),
    inference(apply_def,[status(esa)],[25,26,theory(equality)]) ).

fof(28,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(29,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)],[28]) ).

fof(30,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)],[29]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fof(49,plain,
    ! [X1] :
      ( ( ~ robust_position(X1)
        | ! [X4] :
            ( ( ~ smaller_or_equal(age(X1,X4),tau)
              | ~ positional_advantage(X1,X4) )
            & ( ~ greater(age(X1,X4),tau)
              | positional_advantage(X1,X4) ) ) )
      & ( ? [X4] :
            ( ( smaller_or_equal(age(X1,X4),tau)
              & positional_advantage(X1,X4) )
            | ( greater(age(X1,X4),tau)
              & ~ positional_advantage(X1,X4) ) )
        | robust_position(X1) ) ),
    inference(fof_nnf,[status(thm)],[22]) ).

fof(50,plain,
    ! [X5] :
      ( ( ~ robust_position(X5)
        | ! [X6] :
            ( ( ~ smaller_or_equal(age(X5,X6),tau)
              | ~ positional_advantage(X5,X6) )
            & ( ~ greater(age(X5,X6),tau)
              | positional_advantage(X5,X6) ) ) )
      & ( ? [X7] :
            ( ( smaller_or_equal(age(X5,X7),tau)
              & positional_advantage(X5,X7) )
            | ( greater(age(X5,X7),tau)
              & ~ positional_advantage(X5,X7) ) )
        | robust_position(X5) ) ),
    inference(variable_rename,[status(thm)],[49]) ).

fof(51,plain,
    ! [X5] :
      ( ( ~ robust_position(X5)
        | ! [X6] :
            ( ( ~ smaller_or_equal(age(X5,X6),tau)
              | ~ positional_advantage(X5,X6) )
            & ( ~ greater(age(X5,X6),tau)
              | positional_advantage(X5,X6) ) ) )
      & ( ( smaller_or_equal(age(X5,esk1_1(X5)),tau)
          & positional_advantage(X5,esk1_1(X5)) )
        | ( greater(age(X5,esk1_1(X5)),tau)
          & ~ positional_advantage(X5,esk1_1(X5)) )
        | robust_position(X5) ) ),
    inference(skolemize,[status(esa)],[50]) ).

fof(52,plain,
    ! [X5,X6] :
      ( ( ( ( ~ smaller_or_equal(age(X5,X6),tau)
            | ~ positional_advantage(X5,X6) )
          & ( ~ greater(age(X5,X6),tau)
            | positional_advantage(X5,X6) ) )
        | ~ robust_position(X5) )
      & ( ( smaller_or_equal(age(X5,esk1_1(X5)),tau)
          & positional_advantage(X5,esk1_1(X5)) )
        | ( greater(age(X5,esk1_1(X5)),tau)
          & ~ positional_advantage(X5,esk1_1(X5)) )
        | robust_position(X5) ) ),
    inference(shift_quantors,[status(thm)],[51]) ).

fof(53,plain,
    ! [X5,X6] :
      ( ( ~ smaller_or_equal(age(X5,X6),tau)
        | ~ positional_advantage(X5,X6)
        | ~ robust_position(X5) )
      & ( ~ greater(age(X5,X6),tau)
        | positional_advantage(X5,X6)
        | ~ robust_position(X5) )
      & ( greater(age(X5,esk1_1(X5)),tau)
        | smaller_or_equal(age(X5,esk1_1(X5)),tau)
        | robust_position(X5) )
      & ( ~ positional_advantage(X5,esk1_1(X5))
        | smaller_or_equal(age(X5,esk1_1(X5)),tau)
        | robust_position(X5) )
      & ( greater(age(X5,esk1_1(X5)),tau)
        | positional_advantage(X5,esk1_1(X5))
        | robust_position(X5) )
      & ( ~ positional_advantage(X5,esk1_1(X5))
        | positional_advantage(X5,esk1_1(X5))
        | robust_position(X5) ) ),
    inference(distribute,[status(thm)],[52]) ).

cnf(58,plain,
    ( positional_advantage(X1,X2)
    | ~ robust_position(X1)
    | ~ greater(age(X1,X2),tau) ),
    inference(split_conjunct,[status(thm)],[53]) ).

cnf(59,plain,
    ( ~ robust_position(X1)
    | ~ positional_advantage(X1,X2)
    | ~ smaller_or_equal(age(X1,X2),tau) ),
    inference(split_conjunct,[status(thm)],[53]) ).

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

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

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

cnf(64,plain,
    ( dissimilar(X1,X2,X3)
    | is_aligned(X1,X3)
    | ~ organization(X1)
    | ~ is_aligned(X1,X2) ),
    inference(split_conjunct,[status(thm)],[62]) ).

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

cnf(67,plain,
    ( organization(X1)
    | ~ dissimilar(X1,X2,X3) ),
    inference(split_conjunct,[status(thm)],[62]) ).

fof(80,negated_conjecture,
    ? [X1,X5,X6,X7,X8] :
      ( organization(X1)
      & robust_position(X1)
      & ~ has_endowment(X1)
      & age(X1,X5) = zero
      & greater(sigma,zero)
      & greater(tau,zero)
      & greater(sigma,tau)
      & smaller_or_equal(age(X1,X6),tau)
      & greater(age(X1,X7),tau)
      & smaller_or_equal(age(X1,X7),sigma)
      & greater(age(X1,X8),sigma)
      & ( ~ smaller(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X8))
        | ~ smaller(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
        | hazard_of_mortality(X1,X6) != hazard_of_mortality(X1,X5) ) ),
    inference(fof_nnf,[status(thm)],[24]) ).

fof(81,negated_conjecture,
    ? [X9,X10,X11,X12,X13] :
      ( organization(X9)
      & robust_position(X9)
      & ~ has_endowment(X9)
      & age(X9,X10) = zero
      & greater(sigma,zero)
      & greater(tau,zero)
      & greater(sigma,tau)
      & smaller_or_equal(age(X9,X11),tau)
      & greater(age(X9,X12),tau)
      & smaller_or_equal(age(X9,X12),sigma)
      & greater(age(X9,X13),sigma)
      & ( ~ smaller(hazard_of_mortality(X9,X12),hazard_of_mortality(X9,X13))
        | ~ smaller(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)],[80]) ).

fof(82,negated_conjecture,
    ( organization(esk3_0)
    & robust_position(esk3_0)
    & ~ has_endowment(esk3_0)
    & age(esk3_0,esk4_0) = zero
    & greater(sigma,zero)
    & greater(tau,zero)
    & greater(sigma,tau)
    & smaller_or_equal(age(esk3_0,esk5_0),tau)
    & greater(age(esk3_0,esk6_0),tau)
    & smaller_or_equal(age(esk3_0,esk6_0),sigma)
    & greater(age(esk3_0,esk7_0),sigma)
    & ( ~ smaller(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk7_0))
      | ~ smaller(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk5_0))
      | hazard_of_mortality(esk3_0,esk5_0) != hazard_of_mortality(esk3_0,esk4_0) ) ),
    inference(skolemize,[status(esa)],[81]) ).

cnf(83,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk5_0) != hazard_of_mortality(esk3_0,esk4_0)
    | ~ smaller(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk5_0))
    | ~ smaller(hazard_of_mortality(esk3_0,esk6_0),hazard_of_mortality(esk3_0,esk7_0)) ),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(84,negated_conjecture,
    greater(age(esk3_0,esk7_0),sigma),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(85,negated_conjecture,
    smaller_or_equal(age(esk3_0,esk6_0),sigma),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(86,negated_conjecture,
    greater(age(esk3_0,esk6_0),tau),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(87,negated_conjecture,
    smaller_or_equal(age(esk3_0,esk5_0),tau),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(88,negated_conjecture,
    greater(sigma,tau),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(89,negated_conjecture,
    greater(tau,zero),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(91,negated_conjecture,
    age(esk3_0,esk4_0) = zero,
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(92,negated_conjecture,
    ~ has_endowment(esk3_0),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(93,negated_conjecture,
    robust_position(esk3_0),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(94,negated_conjecture,
    organization(esk3_0),
    inference(split_conjunct,[status(thm)],[82]) ).

cnf(96,plain,
    greater(mod1,low),
    inference(split_conjunct,[status(thm)],[12]) ).

cnf(98,plain,
    greater(mod2,mod1),
    inference(split_conjunct,[status(thm)],[14]) ).

fof(101,plain,
    ! [X1,X4] :
      ( ~ organization(X1)
      | age(X1,X4) != zero
      | is_aligned(X1,X4) ),
    inference(fof_nnf,[status(thm)],[17]) ).

fof(102,plain,
    ! [X5,X6] :
      ( ~ organization(X5)
      | age(X5,X6) != zero
      | is_aligned(X5,X6) ),
    inference(variable_rename,[status(thm)],[101]) ).

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

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

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

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

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

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

fof(110,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)],[109]) ).

fof(111,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)],[110]) ).

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

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

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

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

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

cnf(118,plain,
    ( hazard_of_mortality(X1,X2) = mod2
    | positional_advantage(X1,X2)
    | ~ epred1_2(X1,X2)
    | ~ is_aligned(X1,X2) ),
    inference(split_conjunct,[status(thm)],[116]) ).

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

cnf(120,plain,
    ( hazard_of_mortality(X1,X2) = low
    | ~ epred1_2(X1,X2)
    | ~ positional_advantage(X1,X2)
    | ~ is_aligned(X1,X2) ),
    inference(split_conjunct,[status(thm)],[116]) ).

cnf(122,negated_conjecture,
    smaller(zero,tau),
    inference(spm,[status(thm)],[42,89,theory(equality)]) ).

cnf(126,plain,
    smaller(low,mod1),
    inference(spm,[status(thm)],[42,96,theory(equality)]) ).

cnf(130,plain,
    smaller(mod1,mod2),
    inference(spm,[status(thm)],[42,98,theory(equality)]) ).

cnf(134,plain,
    ( greater(X1,X2)
    | X2 = X1
    | greater(X2,X1) ),
    inference(spm,[status(thm)],[43,45,theory(equality)]) ).

cnf(135,negated_conjecture,
    ( age(esk3_0,esk5_0) = tau
    | smaller(age(esk3_0,esk5_0),tau) ),
    inference(spm,[status(thm)],[33,87,theory(equality)]) ).

cnf(136,negated_conjecture,
    ( age(esk3_0,esk6_0) = sigma
    | smaller(age(esk3_0,esk6_0),sigma) ),
    inference(spm,[status(thm)],[33,85,theory(equality)]) ).

cnf(138,negated_conjecture,
    ~ greater(tau,sigma),
    inference(spm,[status(thm)],[36,88,theory(equality)]) ).

cnf(149,negated_conjecture,
    ( greater(X1,tau)
    | ~ greater(X1,sigma) ),
    inference(spm,[status(thm)],[39,88,theory(equality)]) ).

cnf(159,negated_conjecture,
    ( is_aligned(esk3_0,esk4_0)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[103,91,theory(equality)]) ).

cnf(160,negated_conjecture,
    ( is_aligned(esk3_0,esk4_0)
    | $false ),
    inference(rw,[status(thm)],[159,94,theory(equality)]) ).

cnf(161,negated_conjecture,
    is_aligned(esk3_0,esk4_0),
    inference(cn,[status(thm)],[160,theory(equality)]) ).

cnf(163,negated_conjecture,
    ( positional_advantage(esk3_0,esk6_0)
    | ~ robust_position(esk3_0) ),
    inference(spm,[status(thm)],[58,86,theory(equality)]) ).

cnf(166,negated_conjecture,
    ( positional_advantage(esk3_0,esk6_0)
    | $false ),
    inference(rw,[status(thm)],[163,93,theory(equality)]) ).

cnf(167,negated_conjecture,
    positional_advantage(esk3_0,esk6_0),
    inference(cn,[status(thm)],[166,theory(equality)]) ).

cnf(172,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk4_0)
    | ~ robust_position(esk3_0)
    | ~ smaller_or_equal(zero,tau) ),
    inference(spm,[status(thm)],[59,91,theory(equality)]) ).

cnf(173,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk5_0)
    | ~ robust_position(esk3_0) ),
    inference(spm,[status(thm)],[59,87,theory(equality)]) ).

cnf(175,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk4_0)
    | $false
    | ~ smaller_or_equal(zero,tau) ),
    inference(rw,[status(thm)],[172,93,theory(equality)]) ).

cnf(176,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk4_0)
    | ~ smaller_or_equal(zero,tau) ),
    inference(cn,[status(thm)],[175,theory(equality)]) ).

cnf(177,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk5_0)
    | $false ),
    inference(rw,[status(thm)],[173,93,theory(equality)]) ).

cnf(178,negated_conjecture,
    ~ positional_advantage(esk3_0,esk5_0),
    inference(cn,[status(thm)],[177,theory(equality)]) ).

cnf(180,negated_conjecture,
    ( dissimilar(esk3_0,esk4_0,X1)
    | ~ organization(esk3_0)
    | ~ greater(age(esk3_0,X1),sigma) ),
    inference(spm,[status(thm)],[113,91,theory(equality)]) ).

cnf(181,negated_conjecture,
    ( dissimilar(esk3_0,esk4_0,X1)
    | $false
    | ~ greater(age(esk3_0,X1),sigma) ),
    inference(rw,[status(thm)],[180,94,theory(equality)]) ).

cnf(182,negated_conjecture,
    ( dissimilar(esk3_0,esk4_0,X1)
    | ~ greater(age(esk3_0,X1),sigma) ),
    inference(cn,[status(thm)],[181,theory(equality)]) ).

cnf(183,plain,
    ( greater(age(X1,X3),sigma)
    | age(X1,X2) != zero
    | ~ dissimilar(X1,X2,X3) ),
    inference(csr,[status(thm)],[112,67]) ).

cnf(184,negated_conjecture,
    ( greater(age(esk3_0,X1),sigma)
    | ~ dissimilar(esk3_0,esk4_0,X1) ),
    inference(spm,[status(thm)],[183,91,theory(equality)]) ).

cnf(185,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)],[119,107,theory(equality)]) ).

cnf(190,plain,
    ( hazard_of_mortality(X1,X2) = mod2
    | positional_advantage(X1,X2)
    | has_immunity(X1,X2)
    | ~ is_aligned(X1,X2)
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[118,107,theory(equality)]) ).

cnf(192,plain,
    ( hazard_of_mortality(X1,X2) = low
    | has_immunity(X1,X2)
    | ~ is_aligned(X1,X2)
    | ~ positional_advantage(X1,X2)
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[120,107,theory(equality)]) ).

cnf(193,negated_conjecture,
    smaller_or_equal(zero,tau),
    inference(spm,[status(thm)],[32,122,theory(equality)]) ).

cnf(232,negated_conjecture,
    ( is_aligned(esk3_0,X1)
    | dissimilar(esk3_0,esk4_0,X1)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[64,161,theory(equality)]) ).

cnf(234,negated_conjecture,
    ( is_aligned(esk3_0,X1)
    | dissimilar(esk3_0,esk4_0,X1)
    | $false ),
    inference(rw,[status(thm)],[232,94,theory(equality)]) ).

cnf(235,negated_conjecture,
    ( is_aligned(esk3_0,X1)
    | dissimilar(esk3_0,esk4_0,X1) ),
    inference(cn,[status(thm)],[234,theory(equality)]) ).

cnf(241,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk4_0)
    | $false ),
    inference(rw,[status(thm)],[176,193,theory(equality)]) ).

cnf(242,negated_conjecture,
    ~ positional_advantage(esk3_0,esk4_0),
    inference(cn,[status(thm)],[241,theory(equality)]) ).

cnf(266,plain,
    ( greater(X1,X2)
    | X3 = X2
    | greater(X2,X3)
    | ~ greater(X1,X3) ),
    inference(spm,[status(thm)],[39,134,theory(equality)]) ).

cnf(293,negated_conjecture,
    ( greater(tau,age(esk3_0,esk5_0))
    | age(esk3_0,esk5_0) = tau ),
    inference(spm,[status(thm)],[43,135,theory(equality)]) ).

cnf(300,negated_conjecture,
    greater(age(esk3_0,esk7_0),tau),
    inference(spm,[status(thm)],[149,84,theory(equality)]) ).

cnf(306,negated_conjecture,
    ( positional_advantage(esk3_0,esk7_0)
    | ~ robust_position(esk3_0) ),
    inference(spm,[status(thm)],[58,300,theory(equality)]) ).

cnf(308,negated_conjecture,
    ( positional_advantage(esk3_0,esk7_0)
    | $false ),
    inference(rw,[status(thm)],[306,93,theory(equality)]) ).

cnf(309,negated_conjecture,
    positional_advantage(esk3_0,esk7_0),
    inference(cn,[status(thm)],[308,theory(equality)]) ).

cnf(321,negated_conjecture,
    ( greater(sigma,age(esk3_0,esk6_0))
    | age(esk3_0,esk6_0) = sigma ),
    inference(spm,[status(thm)],[43,136,theory(equality)]) ).

cnf(398,negated_conjecture,
    ( age(esk3_0,esk6_0) = sigma
    | ~ greater(age(esk3_0,esk6_0),sigma) ),
    inference(spm,[status(thm)],[36,321,theory(equality)]) ).

cnf(528,negated_conjecture,
    dissimilar(esk3_0,esk4_0,esk7_0),
    inference(spm,[status(thm)],[182,84,theory(equality)]) ).

cnf(545,negated_conjecture,
    ( ~ is_aligned(esk3_0,esk7_0)
    | ~ is_aligned(esk3_0,esk4_0) ),
    inference(spm,[status(thm)],[66,528,theory(equality)]) ).

cnf(548,negated_conjecture,
    ( ~ is_aligned(esk3_0,esk7_0)
    | $false ),
    inference(rw,[status(thm)],[545,161,theory(equality)]) ).

cnf(549,negated_conjecture,
    ~ is_aligned(esk3_0,esk7_0),
    inference(cn,[status(thm)],[548,theory(equality)]) ).

cnf(563,negated_conjecture,
    ( greater(age(esk3_0,X1),sigma)
    | is_aligned(esk3_0,X1) ),
    inference(spm,[status(thm)],[184,235,theory(equality)]) ).

cnf(582,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = mod1
    | is_aligned(esk3_0,esk7_0)
    | has_immunity(esk3_0,esk7_0)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[185,309,theory(equality)]) ).

cnf(586,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = mod1
    | is_aligned(esk3_0,esk7_0)
    | has_immunity(esk3_0,esk7_0)
    | $false ),
    inference(rw,[status(thm)],[582,94,theory(equality)]) ).

cnf(587,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = mod1
    | is_aligned(esk3_0,esk7_0)
    | has_immunity(esk3_0,esk7_0) ),
    inference(cn,[status(thm)],[586,theory(equality)]) ).

cnf(588,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = mod1
    | has_immunity(esk3_0,esk7_0) ),
    inference(sr,[status(thm)],[587,549,theory(equality)]) ).

cnf(589,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk7_0) = mod1
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[48,588,theory(equality)]) ).

cnf(592,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk7_0) = mod1
    | $false ),
    inference(rw,[status(thm)],[589,94,theory(equality)]) ).

cnf(593,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk7_0) = mod1 ),
    inference(cn,[status(thm)],[592,theory(equality)]) ).

cnf(594,negated_conjecture,
    hazard_of_mortality(esk3_0,esk7_0) = mod1,
    inference(sr,[status(thm)],[593,92,theory(equality)]) ).

cnf(598,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) != hazard_of_mortality(esk3_0,esk5_0)
    | ~ smaller(hazard_of_mortality(esk3_0,esk6_0),mod1)
    | ~ smaller(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(rw,[status(thm)],[83,594,theory(equality)]) ).

cnf(599,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) != hazard_of_mortality(esk3_0,esk5_0)
    | ~ smaller(hazard_of_mortality(esk3_0,esk6_0),mod1)
    | ~ smaller(mod1,hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(rw,[status(thm)],[598,594,theory(equality)]) ).

cnf(629,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) = mod2
    | positional_advantage(esk3_0,esk4_0)
    | has_immunity(esk3_0,esk4_0)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[190,161,theory(equality)]) ).

cnf(630,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = mod2
    | positional_advantage(esk3_0,X1)
    | has_immunity(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[190,563,theory(equality)]) ).

cnf(631,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) = mod2
    | positional_advantage(esk3_0,esk4_0)
    | has_immunity(esk3_0,esk4_0)
    | $false ),
    inference(rw,[status(thm)],[629,94,theory(equality)]) ).

cnf(632,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) = mod2
    | positional_advantage(esk3_0,esk4_0)
    | has_immunity(esk3_0,esk4_0) ),
    inference(cn,[status(thm)],[631,theory(equality)]) ).

cnf(633,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk4_0) = mod2
    | has_immunity(esk3_0,esk4_0) ),
    inference(sr,[status(thm)],[632,242,theory(equality)]) ).

cnf(634,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = mod2
    | positional_advantage(esk3_0,X1)
    | has_immunity(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma)
    | $false ),
    inference(rw,[status(thm)],[630,94,theory(equality)]) ).

cnf(635,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = mod2
    | positional_advantage(esk3_0,X1)
    | has_immunity(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma) ),
    inference(cn,[status(thm)],[634,theory(equality)]) ).

cnf(636,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk4_0) = mod2
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[48,633,theory(equality)]) ).

cnf(639,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk4_0) = mod2
    | $false ),
    inference(rw,[status(thm)],[636,94,theory(equality)]) ).

cnf(640,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk4_0) = mod2 ),
    inference(cn,[status(thm)],[639,theory(equality)]) ).

cnf(641,negated_conjecture,
    hazard_of_mortality(esk3_0,esk4_0) = mod2,
    inference(sr,[status(thm)],[640,92,theory(equality)]) ).

cnf(647,negated_conjecture,
    ( mod2 != hazard_of_mortality(esk3_0,esk5_0)
    | ~ smaller(hazard_of_mortality(esk3_0,esk6_0),mod1)
    | ~ smaller(mod1,hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(rw,[status(thm)],[599,641,theory(equality)]) ).

cnf(663,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = low
    | has_immunity(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma)
    | ~ positional_advantage(esk3_0,X1)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[192,563,theory(equality)]) ).

cnf(667,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = low
    | has_immunity(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma)
    | ~ positional_advantage(esk3_0,X1)
    | $false ),
    inference(rw,[status(thm)],[663,94,theory(equality)]) ).

cnf(668,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = low
    | has_immunity(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma)
    | ~ positional_advantage(esk3_0,X1) ),
    inference(cn,[status(thm)],[667,theory(equality)]) ).

cnf(714,negated_conjecture,
    ( tau = X1
    | greater(X1,tau)
    | greater(sigma,X1) ),
    inference(spm,[status(thm)],[266,88,theory(equality)]) ).

cnf(813,negated_conjecture,
    ( tau = X1
    | greater(sigma,X1)
    | ~ greater(tau,X1) ),
    inference(spm,[status(thm)],[36,714,theory(equality)]) ).

cnf(917,negated_conjecture,
    ( tau = age(esk3_0,esk5_0)
    | greater(sigma,age(esk3_0,esk5_0)) ),
    inference(spm,[status(thm)],[813,293,theory(equality)]) ).

cnf(926,negated_conjecture,
    ( age(esk3_0,esk5_0) = tau
    | ~ greater(age(esk3_0,esk5_0),sigma) ),
    inference(spm,[status(thm)],[36,917,theory(equality)]) ).

cnf(4370,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,X1) = mod2
    | positional_advantage(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[48,635,theory(equality)]) ).

cnf(4373,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,X1) = mod2
    | positional_advantage(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma)
    | $false ),
    inference(rw,[status(thm)],[4370,94,theory(equality)]) ).

cnf(4374,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,X1) = mod2
    | positional_advantage(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma) ),
    inference(cn,[status(thm)],[4373,theory(equality)]) ).

cnf(4375,negated_conjecture,
    ( hazard_of_mortality(esk3_0,X1) = mod2
    | positional_advantage(esk3_0,X1)
    | greater(age(esk3_0,X1),sigma) ),
    inference(sr,[status(thm)],[4374,92,theory(equality)]) ).

cnf(4559,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk6_0) = low
    | has_immunity(esk3_0,esk6_0)
    | greater(age(esk3_0,esk6_0),sigma) ),
    inference(spm,[status(thm)],[668,167,theory(equality)]) ).

cnf(42951,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk5_0) = mod2
    | greater(age(esk3_0,esk5_0),sigma) ),
    inference(spm,[status(thm)],[178,4375,theory(equality)]) ).

cnf(42967,negated_conjecture,
    ( greater(age(esk3_0,esk5_0),sigma)
    | ~ smaller(hazard_of_mortality(esk3_0,esk6_0),mod1)
    | ~ smaller(mod1,mod2) ),
    inference(spm,[status(thm)],[647,42951,theory(equality)]) ).

cnf(42969,negated_conjecture,
    ( greater(age(esk3_0,esk5_0),sigma)
    | ~ smaller(hazard_of_mortality(esk3_0,esk6_0),mod1)
    | $false ),
    inference(rw,[status(thm)],[42967,130,theory(equality)]) ).

cnf(42970,negated_conjecture,
    ( greater(age(esk3_0,esk5_0),sigma)
    | ~ smaller(hazard_of_mortality(esk3_0,esk6_0),mod1) ),
    inference(cn,[status(thm)],[42969,theory(equality)]) ).

cnf(236216,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk6_0) = low
    | greater(age(esk3_0,esk6_0),sigma)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[48,4559,theory(equality)]) ).

cnf(236219,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk6_0) = low
    | greater(age(esk3_0,esk6_0),sigma)
    | $false ),
    inference(rw,[status(thm)],[236216,94,theory(equality)]) ).

cnf(236220,negated_conjecture,
    ( has_endowment(esk3_0)
    | hazard_of_mortality(esk3_0,esk6_0) = low
    | greater(age(esk3_0,esk6_0),sigma) ),
    inference(cn,[status(thm)],[236219,theory(equality)]) ).

cnf(236221,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk6_0) = low
    | greater(age(esk3_0,esk6_0),sigma) ),
    inference(sr,[status(thm)],[236220,92,theory(equality)]) ).

cnf(236225,negated_conjecture,
    ( greater(age(esk3_0,esk5_0),sigma)
    | greater(age(esk3_0,esk6_0),sigma)
    | ~ smaller(low,mod1) ),
    inference(spm,[status(thm)],[42970,236221,theory(equality)]) ).

cnf(236239,negated_conjecture,
    ( greater(age(esk3_0,esk5_0),sigma)
    | greater(age(esk3_0,esk6_0),sigma)
    | $false ),
    inference(rw,[status(thm)],[236225,126,theory(equality)]) ).

cnf(236240,negated_conjecture,
    ( greater(age(esk3_0,esk5_0),sigma)
    | greater(age(esk3_0,esk6_0),sigma) ),
    inference(cn,[status(thm)],[236239,theory(equality)]) ).

cnf(236256,negated_conjecture,
    ( age(esk3_0,esk6_0) = sigma
    | greater(age(esk3_0,esk5_0),sigma) ),
    inference(spm,[status(thm)],[398,236240,theory(equality)]) ).

cnf(236319,negated_conjecture,
    ( greater(age(esk3_0,esk5_0),tau)
    | age(esk3_0,esk6_0) = sigma ),
    inference(spm,[status(thm)],[149,236256,theory(equality)]) ).

cnf(237379,negated_conjecture,
    ( positional_advantage(esk3_0,esk5_0)
    | age(esk3_0,esk6_0) = sigma
    | ~ robust_position(esk3_0) ),
    inference(spm,[status(thm)],[58,236319,theory(equality)]) ).

cnf(237418,negated_conjecture,
    ( positional_advantage(esk3_0,esk5_0)
    | age(esk3_0,esk6_0) = sigma
    | $false ),
    inference(rw,[status(thm)],[237379,93,theory(equality)]) ).

cnf(237419,negated_conjecture,
    ( positional_advantage(esk3_0,esk5_0)
    | age(esk3_0,esk6_0) = sigma ),
    inference(cn,[status(thm)],[237418,theory(equality)]) ).

cnf(237420,negated_conjecture,
    age(esk3_0,esk6_0) = sigma,
    inference(sr,[status(thm)],[237419,178,theory(equality)]) ).

cnf(237457,negated_conjecture,
    ( greater(sigma,sigma)
    | greater(age(esk3_0,esk5_0),sigma) ),
    inference(rw,[status(thm)],[236240,237420,theory(equality)]) ).

cnf(237980,negated_conjecture,
    ( age(esk3_0,esk5_0) = tau
    | greater(sigma,sigma) ),
    inference(spm,[status(thm)],[926,237457,theory(equality)]) ).

cnf(238149,negated_conjecture,
    ( greater(tau,sigma)
    | greater(sigma,sigma) ),
    inference(spm,[status(thm)],[237457,237980,theory(equality)]) ).

cnf(238167,negated_conjecture,
    greater(sigma,sigma),
    inference(sr,[status(thm)],[238149,138,theory(equality)]) ).

cnf(238169,negated_conjecture,
    ~ greater(sigma,sigma),
    inference(spm,[status(thm)],[36,238167,theory(equality)]) ).

cnf(238208,negated_conjecture,
    $false,
    inference(rw,[status(thm)],[238169,238167,theory(equality)]) ).

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

cnf(238210,negated_conjecture,
    $false,
    238209,
    [proof] ).

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