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

View Problem - Process Solution

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

% Computer : art07.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:07 EST 2010

% Result   : Theorem 2.93s
% Output   : CNFRefutation 2.93s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   40
%            Number of leaves      :   15
% Syntax   : Number of formulae    :  194 (  39 unt;   0 def)
%            Number of atoms       :  741 ( 127 equ)
%            Maximal formula atoms :   18 (   3 avg)
%            Number of connectives :  816 ( 269   ~; 348   |; 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   :  211 (   3 sgn 120   !;  12   ?)

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

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

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

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

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

fof(6,axiom,
    ! [X1,X4] :
      ( ( organization(X1)
        & ~ has_endowment(X1) )
     => ~ has_immunity(X1,X4) ),
    file('/tmp/tmpIwRahZ/sel_MGT063+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/tmpIwRahZ/sel_MGT063+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/tmpIwRahZ/sel_MGT063+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)
        & smaller(sigma,tau)
        & smaller_or_equal(age(X1,X6),sigma)
        & greater(age(X1,X7),sigma)
        & smaller_or_equal(age(X1,X7),tau)
        & greater(age(X1,X8),tau) )
     => ( smaller(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
        & smaller(hazard_of_mortality(X1,X6),hazard_of_mortality(X1,X7))
        & hazard_of_mortality(X1,X6) = hazard_of_mortality(X1,X5) ) ),
    file('/tmp/tmpIwRahZ/sel_MGT063+1.p_1',theorem_9) ).

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

fof(16,axiom,
    greater(high,mod2),
    file('/tmp/tmpIwRahZ/sel_MGT063+1.p_1',assumption_18d) ).

fof(17,axiom,
    ! [X1,X4] :
      ( ( organization(X1)
        & age(X1,X4) = zero )
     => is_aligned(X1,X4) ),
    file('/tmp/tmpIwRahZ/sel_MGT063+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/tmpIwRahZ/sel_MGT063+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/tmpIwRahZ/sel_MGT063+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)
          & smaller(sigma,tau)
          & smaller_or_equal(age(X1,X6),sigma)
          & greater(age(X1,X7),sigma)
          & smaller_or_equal(age(X1,X7),tau)
          & greater(age(X1,X8),tau) )
       => ( smaller(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
          & smaller(hazard_of_mortality(X1,X6),hazard_of_mortality(X1,X7))
          & 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)
          & smaller(sigma,tau)
          & smaller_or_equal(age(X1,X6),sigma)
          & greater(age(X1,X7),sigma)
          & smaller_or_equal(age(X1,X7),tau)
          & greater(age(X1,X8),tau) )
       => ( smaller(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
          & smaller(hazard_of_mortality(X1,X6),hazard_of_mortality(X1,X7))
          & 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)
      & smaller(sigma,tau)
      & smaller_or_equal(age(X1,X6),sigma)
      & greater(age(X1,X7),sigma)
      & smaller_or_equal(age(X1,X7),tau)
      & greater(age(X1,X8),tau)
      & ( ~ smaller(hazard_of_mortality(X1,X8),hazard_of_mortality(X1,X6))
        | ~ smaller(hazard_of_mortality(X1,X6),hazard_of_mortality(X1,X7))
        | 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)
      & smaller(sigma,tau)
      & smaller_or_equal(age(X9,X11),sigma)
      & greater(age(X9,X12),sigma)
      & smaller_or_equal(age(X9,X12),tau)
      & greater(age(X9,X13),tau)
      & ( ~ smaller(hazard_of_mortality(X9,X13),hazard_of_mortality(X9,X11))
        | ~ smaller(hazard_of_mortality(X9,X11),hazard_of_mortality(X9,X12))
        | 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)
    & smaller(sigma,tau)
    & smaller_or_equal(age(esk3_0,esk5_0),sigma)
    & greater(age(esk3_0,esk6_0),sigma)
    & smaller_or_equal(age(esk3_0,esk6_0),tau)
    & greater(age(esk3_0,esk7_0),tau)
    & ( ~ smaller(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk5_0))
      | ~ smaller(hazard_of_mortality(esk3_0,esk5_0),hazard_of_mortality(esk3_0,esk6_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,esk5_0),hazard_of_mortality(esk3_0,esk6_0))
    | ~ smaller(hazard_of_mortality(esk3_0,esk7_0),hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(split_conjunct,[status(thm)],[82]) ).

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

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

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

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

cnf(88,negated_conjecture,
    smaller(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(98,plain,
    greater(mod2,mod1),
    inference(split_conjunct,[status(thm)],[14]) ).

cnf(100,plain,
    greater(high,mod2),
    inference(split_conjunct,[status(thm)],[16]) ).

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(117,plain,
    ( hazard_of_mortality(X1,X2) = high
    | positional_advantage(X1,X2)
    | is_aligned(X1,X2)
    | ~ epred1_2(X1,X2) ),
    inference(split_conjunct,[status(thm)],[116]) ).

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(122,negated_conjecture,
    smaller_or_equal(sigma,tau),
    inference(spm,[status(thm)],[32,88,theory(equality)]) ).

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

cnf(128,plain,
    smaller(mod2,high),
    inference(spm,[status(thm)],[42,100,theory(equality)]) ).

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

cnf(133,negated_conjecture,
    greater(tau,sigma),
    inference(spm,[status(thm)],[43,88,theory(equality)]) ).

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

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

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

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

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

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

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

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

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

cnf(171,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(172,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk6_0)
    | ~ robust_position(esk3_0) ),
    inference(spm,[status(thm)],[59,85,theory(equality)]) ).

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

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

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

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

cnf(179,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(180,negated_conjecture,
    ( dissimilar(esk3_0,esk4_0,X1)
    | $false
    | ~ greater(age(esk3_0,X1),sigma) ),
    inference(rw,[status(thm)],[179,94,theory(equality)]) ).

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

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

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

cnf(184,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(189,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(194,negated_conjecture,
    smaller_or_equal(zero,tau),
    inference(spm,[status(thm)],[32,123,theory(equality)]) ).

cnf(202,negated_conjecture,
    ( greater(X1,sigma)
    | ~ greater(X1,tau) ),
    inference(spm,[status(thm)],[39,133,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,160,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)],[175,194,theory(equality)]) ).

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

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

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

cnf(318,negated_conjecture,
    greater(age(esk3_0,esk7_0),sigma),
    inference(spm,[status(thm)],[202,84,theory(equality)]) ).

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

cnf(507,negated_conjecture,
    dissimilar(esk3_0,esk4_0,esk6_0),
    inference(spm,[status(thm)],[181,86,theory(equality)]) ).

cnf(508,negated_conjecture,
    dissimilar(esk3_0,esk4_0,esk7_0),
    inference(spm,[status(thm)],[181,318,theory(equality)]) ).

cnf(512,plain,
    ( has_endowment(X1)
    | hazard_of_mortality(X1,X2) = high
    | is_aligned(X1,X2)
    | positional_advantage(X1,X2)
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[48,170,theory(equality)]) ).

cnf(532,negated_conjecture,
    ( ~ is_aligned(esk3_0,esk6_0)
    | ~ is_aligned(esk3_0,esk4_0) ),
    inference(spm,[status(thm)],[66,507,theory(equality)]) ).

cnf(535,negated_conjecture,
    ( ~ is_aligned(esk3_0,esk6_0)
    | $false ),
    inference(rw,[status(thm)],[532,160,theory(equality)]) ).

cnf(536,negated_conjecture,
    ~ is_aligned(esk3_0,esk6_0),
    inference(cn,[status(thm)],[535,theory(equality)]) ).

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

cnf(542,negated_conjecture,
    ( ~ is_aligned(esk3_0,esk7_0)
    | $false ),
    inference(rw,[status(thm)],[539,160,theory(equality)]) ).

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

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

cnf(578,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)],[184,166,theory(equality)]) ).

cnf(580,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)],[578,94,theory(equality)]) ).

cnf(581,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)],[580,theory(equality)]) ).

cnf(582,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk7_0) = mod1
    | has_immunity(esk3_0,esk7_0) ),
    inference(sr,[status(thm)],[581,543,theory(equality)]) ).

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

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

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

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

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

cnf(621,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)],[189,160,theory(equality)]) ).

cnf(622,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)],[189,559,theory(equality)]) ).

cnf(623,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)],[621,94,theory(equality)]) ).

cnf(624,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)],[623,theory(equality)]) ).

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

cnf(626,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)],[622,94,theory(equality)]) ).

cnf(627,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)],[626,theory(equality)]) ).

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

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

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

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

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

cnf(712,negated_conjecture,
    ( sigma = X1
    | greater(X1,sigma)
    | greater(tau,X1) ),
    inference(spm,[status(thm)],[268,133,theory(equality)]) ).

cnf(891,negated_conjecture,
    ( age(esk3_0,esk5_0) = sigma
    | greater(tau,age(esk3_0,esk5_0)) ),
    inference(spm,[status(thm)],[332,712,theory(equality)]) ).

cnf(910,negated_conjecture,
    ( smaller(age(esk3_0,esk5_0),tau)
    | age(esk3_0,esk5_0) = sigma ),
    inference(spm,[status(thm)],[42,891,theory(equality)]) ).

cnf(914,negated_conjecture,
    ( smaller_or_equal(age(esk3_0,esk5_0),tau)
    | age(esk3_0,esk5_0) = sigma ),
    inference(spm,[status(thm)],[32,910,theory(equality)]) ).

cnf(917,negated_conjecture,
    ( age(esk3_0,esk5_0) = sigma
    | ~ positional_advantage(esk3_0,esk5_0)
    | ~ robust_position(esk3_0) ),
    inference(spm,[status(thm)],[59,914,theory(equality)]) ).

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

cnf(919,negated_conjecture,
    ( age(esk3_0,esk5_0) = sigma
    | ~ positional_advantage(esk3_0,esk5_0) ),
    inference(cn,[status(thm)],[918,theory(equality)]) ).

cnf(3069,plain,
    ( hazard_of_mortality(esk3_0,esk6_0) = high
    | is_aligned(esk3_0,esk6_0)
    | has_endowment(esk3_0)
    | ~ organization(esk3_0) ),
    inference(spm,[status(thm)],[177,512,theory(equality)]) ).

cnf(3075,plain,
    ( hazard_of_mortality(esk3_0,esk6_0) = high
    | is_aligned(esk3_0,esk6_0)
    | has_endowment(esk3_0)
    | $false ),
    inference(rw,[status(thm)],[3069,94,theory(equality)]) ).

cnf(3076,plain,
    ( hazard_of_mortality(esk3_0,esk6_0) = high
    | is_aligned(esk3_0,esk6_0)
    | has_endowment(esk3_0) ),
    inference(cn,[status(thm)],[3075,theory(equality)]) ).

cnf(3077,plain,
    ( hazard_of_mortality(esk3_0,esk6_0) = high
    | has_endowment(esk3_0) ),
    inference(sr,[status(thm)],[3076,536,theory(equality)]) ).

cnf(3078,plain,
    hazard_of_mortality(esk3_0,esk6_0) = high,
    inference(sr,[status(thm)],[3077,92,theory(equality)]) ).

cnf(3086,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk5_0) != mod2
    | ~ smaller(hazard_of_mortality(esk3_0,esk5_0),high)
    | ~ smaller(mod1,hazard_of_mortality(esk3_0,esk5_0)) ),
    inference(rw,[status(thm)],[639,3078,theory(equality)]) ).

cnf(4209,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,627,theory(equality)]) ).

cnf(4212,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)],[4209,94,theory(equality)]) ).

cnf(4213,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)],[4212,theory(equality)]) ).

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

cnf(44973,negated_conjecture,
    ( age(esk3_0,esk5_0) = sigma
    | hazard_of_mortality(esk3_0,esk5_0) = mod2
    | greater(age(esk3_0,esk5_0),sigma) ),
    inference(spm,[status(thm)],[919,4214,theory(equality)]) ).

cnf(44990,negated_conjecture,
    ( age(esk3_0,esk5_0) = sigma
    | hazard_of_mortality(esk3_0,esk5_0) = mod2 ),
    inference(csr,[status(thm)],[44973,332]) ).

cnf(44991,negated_conjecture,
    ( age(esk3_0,esk5_0) = sigma
    | ~ smaller(mod2,high)
    | ~ smaller(mod1,mod2) ),
    inference(spm,[status(thm)],[3086,44990,theory(equality)]) ).

cnf(44993,negated_conjecture,
    ( age(esk3_0,esk5_0) = sigma
    | $false
    | ~ smaller(mod1,mod2) ),
    inference(rw,[status(thm)],[44991,128,theory(equality)]) ).

cnf(44994,negated_conjecture,
    ( age(esk3_0,esk5_0) = sigma
    | $false
    | $false ),
    inference(rw,[status(thm)],[44993,130,theory(equality)]) ).

cnf(44995,negated_conjecture,
    age(esk3_0,esk5_0) = sigma,
    inference(cn,[status(thm)],[44994,theory(equality)]) ).

cnf(45000,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk5_0)
    | ~ robust_position(esk3_0)
    | ~ smaller_or_equal(sigma,tau) ),
    inference(spm,[status(thm)],[59,44995,theory(equality)]) ).

cnf(45105,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk5_0)
    | $false
    | ~ smaller_or_equal(sigma,tau) ),
    inference(rw,[status(thm)],[45000,93,theory(equality)]) ).

cnf(45106,negated_conjecture,
    ( ~ positional_advantage(esk3_0,esk5_0)
    | $false
    | $false ),
    inference(rw,[status(thm)],[45105,122,theory(equality)]) ).

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

cnf(45114,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk5_0) = mod2
    | greater(age(esk3_0,esk5_0),sigma) ),
    inference(spm,[status(thm)],[45107,4214,theory(equality)]) ).

cnf(45124,negated_conjecture,
    ( hazard_of_mortality(esk3_0,esk5_0) = mod2
    | greater(sigma,sigma) ),
    inference(rw,[status(thm)],[45114,44995,theory(equality)]) ).

cnf(45126,negated_conjecture,
    ( greater(sigma,sigma)
    | ~ smaller(mod2,high)
    | ~ smaller(mod1,mod2) ),
    inference(spm,[status(thm)],[3086,45124,theory(equality)]) ).

cnf(45127,negated_conjecture,
    ( greater(sigma,sigma)
    | $false
    | ~ smaller(mod1,mod2) ),
    inference(rw,[status(thm)],[45126,128,theory(equality)]) ).

cnf(45128,negated_conjecture,
    ( greater(sigma,sigma)
    | $false
    | $false ),
    inference(rw,[status(thm)],[45127,130,theory(equality)]) ).

cnf(45129,negated_conjecture,
    greater(sigma,sigma),
    inference(cn,[status(thm)],[45128,theory(equality)]) ).

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

cnf(45153,negated_conjecture,
    $false,
    inference(rw,[status(thm)],[45131,45129,theory(equality)]) ).

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

cnf(45155,negated_conjecture,
    $false,
    45154,
    [proof] ).

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