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

View Problem - Process Solution

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

% Computer : art05.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:08:21 EST 2010

% Result   : Theorem 0.19s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   22
%            Number of leaves      :   11
% Syntax   : Number of formulae    :   94 (  12 unt;   0 def)
%            Number of atoms       :  354 (  38 equ)
%            Maximal formula atoms :   16 (   3 avg)
%            Number of connectives :  421 ( 161   ~; 166   |;  76   &)
%                                         (   5 <=>;  13  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   5 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   10 (   8 usr;   1 prp; 0-3 aty)
%            Number of functors    :    9 (   9 usr;   6 con; 0-2 aty)
%            Number of variables   :  176 (   8 sgn 106   !;   8   ?)

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

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

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

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

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

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

fof(9,conjecture,
    ! [X1,X5,X6,X7] :
      ( ( organization(X1)
        & ~ has_endowment(X1)
        & age(X1,X5) = zero
        & smaller_or_equal(age(X1,X6),sigma)
        & greater(age(X1,X7),sigma)
        & greater(sigma,zero) )
     => greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X6)) ),
    file('/tmp/tmpiPdGaZ/sel_MGT054+1.p_1',theorem_5) ).

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

fof(11,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & ~ has_immunity(X1,X5)
        & ~ has_immunity(X1,X4)
        & greater(capability(X1,X4),capability(X1,X5)) )
     => greater(hazard_of_mortality(X1,X5),hazard_of_mortality(X1,X4)) ),
    file('/tmp/tmpiPdGaZ/sel_MGT054+1.p_1',assumption_16) ).

fof(12,axiom,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & is_aligned(X1,X5)
        & ~ is_aligned(X1,X4) )
     => greater(capability(X1,X5),capability(X1,X4)) ),
    file('/tmp/tmpiPdGaZ/sel_MGT054+1.p_1',assumption_14) ).

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

fof(14,negated_conjecture,
    ~ ! [X1,X5,X6,X7] :
        ( ( organization(X1)
          & ~ has_endowment(X1)
          & age(X1,X5) = zero
          & smaller_or_equal(age(X1,X6),sigma)
          & greater(age(X1,X7),sigma)
          & greater(sigma,zero) )
       => greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X6)) ),
    inference(assume_negation,[status(cth)],[9]) ).

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

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

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

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

fof(19,plain,
    ! [X1,X5,X4] :
      ( ( organization(X1)
        & is_aligned(X1,X5)
        & ~ is_aligned(X1,X4) )
     => greater(capability(X1,X5),capability(X1,X4)) ),
    inference(fof_simplification,[status(thm)],[12,theory(equality)]) ).

fof(20,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(21,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)],[20]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

fof(44,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(45,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)],[44]) ).

fof(46,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)],[45]) ).

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

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

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

fof(52,negated_conjecture,
    ? [X1,X5,X6,X7] :
      ( organization(X1)
      & ~ has_endowment(X1)
      & age(X1,X5) = zero
      & smaller_or_equal(age(X1,X6),sigma)
      & greater(age(X1,X7),sigma)
      & greater(sigma,zero)
      & ~ greater(hazard_of_mortality(X1,X7),hazard_of_mortality(X1,X6)) ),
    inference(fof_nnf,[status(thm)],[17]) ).

fof(53,negated_conjecture,
    ? [X8,X9,X10,X11] :
      ( organization(X8)
      & ~ has_endowment(X8)
      & age(X8,X9) = zero
      & smaller_or_equal(age(X8,X10),sigma)
      & greater(age(X8,X11),sigma)
      & greater(sigma,zero)
      & ~ greater(hazard_of_mortality(X8,X11),hazard_of_mortality(X8,X10)) ),
    inference(variable_rename,[status(thm)],[52]) ).

fof(54,negated_conjecture,
    ( organization(esk1_0)
    & ~ has_endowment(esk1_0)
    & age(esk1_0,esk2_0) = zero
    & smaller_or_equal(age(esk1_0,esk3_0),sigma)
    & greater(age(esk1_0,esk4_0),sigma)
    & greater(sigma,zero)
    & ~ greater(hazard_of_mortality(esk1_0,esk4_0),hazard_of_mortality(esk1_0,esk3_0)) ),
    inference(skolemize,[status(esa)],[53]) ).

cnf(55,negated_conjecture,
    ~ greater(hazard_of_mortality(esk1_0,esk4_0),hazard_of_mortality(esk1_0,esk3_0)),
    inference(split_conjunct,[status(thm)],[54]) ).

cnf(57,negated_conjecture,
    greater(age(esk1_0,esk4_0),sigma),
    inference(split_conjunct,[status(thm)],[54]) ).

cnf(58,negated_conjecture,
    smaller_or_equal(age(esk1_0,esk3_0),sigma),
    inference(split_conjunct,[status(thm)],[54]) ).

cnf(59,negated_conjecture,
    age(esk1_0,esk2_0) = zero,
    inference(split_conjunct,[status(thm)],[54]) ).

cnf(60,negated_conjecture,
    ~ has_endowment(esk1_0),
    inference(split_conjunct,[status(thm)],[54]) ).

cnf(61,negated_conjecture,
    organization(esk1_0),
    inference(split_conjunct,[status(thm)],[54]) ).

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

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

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

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

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

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

fof(68,plain,
    ! [X1,X5,X4] :
      ( ~ organization(X1)
      | ~ is_aligned(X1,X5)
      | is_aligned(X1,X4)
      | greater(capability(X1,X5),capability(X1,X4)) ),
    inference(fof_nnf,[status(thm)],[19]) ).

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

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

fof(71,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)],[13]) ).

fof(72,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)],[71]) ).

fof(73,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)],[72]) ).

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

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

cnf(83,negated_conjecture,
    ( age(esk1_0,esk3_0) = sigma
    | smaller(age(esk1_0,esk3_0),sigma) ),
    inference(spm,[status(thm)],[25,58,theory(equality)]) ).

cnf(96,plain,
    ( ~ is_aligned(X1,X2)
    | ~ is_aligned(X1,X3)
    | age(X1,X3) != zero
    | ~ organization(X1)
    | ~ greater(age(X1,X2),sigma) ),
    inference(spm,[status(thm)],[50,75,theory(equality)]) ).

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

cnf(98,plain,
    ( greater(age(X1,X2),sigma)
    | is_aligned(X1,X2)
    | age(X1,X3) != zero
    | ~ is_aligned(X1,X3)
    | ~ organization(X1) ),
    inference(spm,[status(thm)],[97,48,theory(equality)]) ).

cnf(108,plain,
    ( has_immunity(X1,X2)
    | greater(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | ~ organization(X1)
    | ~ greater(capability(X1,X3),capability(X1,X2)) ),
    inference(csr,[status(thm)],[67,43]) ).

cnf(109,plain,
    ( has_immunity(X1,X2)
    | greater(hazard_of_mortality(X1,X2),hazard_of_mortality(X1,X3))
    | is_aligned(X1,X2)
    | ~ organization(X1)
    | ~ is_aligned(X1,X3) ),
    inference(spm,[status(thm)],[108,70,theory(equality)]) ).

cnf(141,negated_conjecture,
    ( greater(sigma,age(esk1_0,esk3_0))
    | age(esk1_0,esk3_0) = sigma ),
    inference(spm,[status(thm)],[35,83,theory(equality)]) ).

cnf(154,negated_conjecture,
    ( age(esk1_0,esk3_0) = sigma
    | ~ greater(age(esk1_0,esk3_0),sigma) ),
    inference(spm,[status(thm)],[28,141,theory(equality)]) ).

cnf(179,plain,
    ( age(X1,X3) != zero
    | ~ is_aligned(X1,X2)
    | ~ organization(X1)
    | ~ greater(age(X1,X2),sigma) ),
    inference(csr,[status(thm)],[96,64]) ).

cnf(181,negated_conjecture,
    ( age(esk1_0,X1) != zero
    | ~ is_aligned(esk1_0,esk4_0)
    | ~ organization(esk1_0) ),
    inference(spm,[status(thm)],[179,57,theory(equality)]) ).

cnf(188,negated_conjecture,
    ( age(esk1_0,X1) != zero
    | ~ is_aligned(esk1_0,esk4_0)
    | $false ),
    inference(rw,[status(thm)],[181,61,theory(equality)]) ).

cnf(189,negated_conjecture,
    ( age(esk1_0,X1) != zero
    | ~ is_aligned(esk1_0,esk4_0) ),
    inference(cn,[status(thm)],[188,theory(equality)]) ).

cnf(192,negated_conjecture,
    ~ is_aligned(esk1_0,esk4_0),
    inference(spm,[status(thm)],[189,59,theory(equality)]) ).

cnf(216,plain,
    ( is_aligned(X1,X2)
    | greater(age(X1,X2),sigma)
    | age(X1,X3) != zero
    | ~ organization(X1) ),
    inference(csr,[status(thm)],[98,64]) ).

cnf(217,negated_conjecture,
    ( is_aligned(esk1_0,X1)
    | greater(age(esk1_0,X1),sigma)
    | ~ organization(esk1_0) ),
    inference(spm,[status(thm)],[216,59,theory(equality)]) ).

cnf(218,negated_conjecture,
    ( is_aligned(esk1_0,X1)
    | greater(age(esk1_0,X1),sigma)
    | $false ),
    inference(rw,[status(thm)],[217,61,theory(equality)]) ).

cnf(219,negated_conjecture,
    ( is_aligned(esk1_0,X1)
    | greater(age(esk1_0,X1),sigma) ),
    inference(cn,[status(thm)],[218,theory(equality)]) ).

cnf(286,negated_conjecture,
    ( is_aligned(esk1_0,X1)
    | ~ greater(sigma,age(esk1_0,X1)) ),
    inference(spm,[status(thm)],[28,219,theory(equality)]) ).

cnf(290,negated_conjecture,
    ( age(esk1_0,esk3_0) = sigma
    | is_aligned(esk1_0,esk3_0) ),
    inference(spm,[status(thm)],[154,219,theory(equality)]) ).

cnf(305,negated_conjecture,
    ( is_aligned(esk1_0,esk3_0)
    | greater(sigma,sigma) ),
    inference(spm,[status(thm)],[219,290,theory(equality)]) ).

cnf(332,negated_conjecture,
    ( is_aligned(esk1_0,esk3_0)
    | ~ greater(sigma,sigma) ),
    inference(spm,[status(thm)],[286,290,theory(equality)]) ).

cnf(343,negated_conjecture,
    is_aligned(esk1_0,esk3_0),
    inference(csr,[status(thm)],[332,305]) ).

cnf(563,negated_conjecture,
    ( is_aligned(esk1_0,esk4_0)
    | has_immunity(esk1_0,esk4_0)
    | ~ is_aligned(esk1_0,esk3_0)
    | ~ organization(esk1_0) ),
    inference(spm,[status(thm)],[55,109,theory(equality)]) ).

cnf(569,negated_conjecture,
    ( is_aligned(esk1_0,esk4_0)
    | has_immunity(esk1_0,esk4_0)
    | $false
    | ~ organization(esk1_0) ),
    inference(rw,[status(thm)],[563,343,theory(equality)]) ).

cnf(570,negated_conjecture,
    ( is_aligned(esk1_0,esk4_0)
    | has_immunity(esk1_0,esk4_0)
    | $false
    | $false ),
    inference(rw,[status(thm)],[569,61,theory(equality)]) ).

cnf(571,negated_conjecture,
    ( is_aligned(esk1_0,esk4_0)
    | has_immunity(esk1_0,esk4_0) ),
    inference(cn,[status(thm)],[570,theory(equality)]) ).

cnf(572,negated_conjecture,
    has_immunity(esk1_0,esk4_0),
    inference(sr,[status(thm)],[571,192,theory(equality)]) ).

cnf(573,negated_conjecture,
    ( has_endowment(esk1_0)
    | ~ organization(esk1_0) ),
    inference(spm,[status(thm)],[40,572,theory(equality)]) ).

cnf(575,negated_conjecture,
    ( has_endowment(esk1_0)
    | $false ),
    inference(rw,[status(thm)],[573,61,theory(equality)]) ).

cnf(576,negated_conjecture,
    has_endowment(esk1_0),
    inference(cn,[status(thm)],[575,theory(equality)]) ).

cnf(577,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[576,60,theory(equality)]) ).

cnf(578,negated_conjecture,
    $false,
    577,
    [proof] ).

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