TSTP Solution File: MGT051+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : MGT051+1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.sEiQwk5dhY true

% Computer : n031.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Thu Aug 31 09:20:33 EDT 2023

% Result   : Theorem 1.38s 1.04s
% Output   : Refutation 1.38s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   36
% Syntax   : Number of formulae    :  145 (  39 unt;  20 typ;   0 def)
%            Number of atoms       :  310 (  47 equ;   0 cnn)
%            Maximal formula atoms :   12 (   2 avg)
%            Number of connectives : 1244 ( 103   ~; 124   |;  36   &; 956   @)
%                                         (   4 <=>;  21  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   17 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   26 (  26   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   22 (  20 usr;   7 con; 0-2 aty)
%            Number of variables   :  147 (   0   ^; 147   !;   0   ?; 147   :)

% Comments : 
%------------------------------------------------------------------------------
thf(greater_type,type,
    greater: $i > $i > $o ).

thf(age_type,type,
    age: $i > $i > $i ).

thf(sk__3_type,type,
    sk__3: $i ).

thf(has_immunity_type,type,
    has_immunity: $i > $i > $o ).

thf(external_ties_type,type,
    external_ties: $i > $i > $i ).

thf(smaller_type,type,
    smaller: $i > $i > $o ).

thf(has_endowment_type,type,
    has_endowment: $i > $o ).

thf(internal_friction_type,type,
    internal_friction: $i > $i > $i ).

thf(eta_type,type,
    eta: $i ).

thf(greater_or_equal_type,type,
    greater_or_equal: $i > $i > $o ).

thf(smaller_or_equal_type,type,
    smaller_or_equal: $i > $i > $o ).

thf(sk__4_type,type,
    sk__4: $i ).

thf(organization_type,type,
    organization: $i > $o ).

thf(sk__5_type,type,
    sk__5: $i ).

thf(stock_of_knowledge_type,type,
    stock_of_knowledge: $i > $i > $i ).

thf(capability_type,type,
    capability: $i > $i > $i ).

thf(position_type,type,
    position: $i > $i > $i ).

thf(hazard_of_mortality_type,type,
    hazard_of_mortality: $i > $i > $i ).

thf(sk__1_type,type,
    sk__1: $i ).

thf(sk__2_type,type,
    sk__2: $i ).

thf(theorem_4,conjecture,
    ! [X: $i,T0: $i,T1: $i,T2: $i,T3: $i] :
      ( ( ( organization @ X )
        & ( has_endowment @ X )
        & ( smaller_or_equal @ ( age @ X @ T0 ) @ ( age @ X @ T1 ) )
        & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
        & ( greater @ ( age @ X @ T2 ) @ eta )
        & ( greater @ ( age @ X @ T3 ) @ ( age @ X @ T2 ) ) )
     => ( ( greater @ ( hazard_of_mortality @ X @ T3 ) @ ( hazard_of_mortality @ X @ T2 ) )
        & ( greater @ ( hazard_of_mortality @ X @ T2 ) @ ( hazard_of_mortality @ X @ T1 ) )
        & ( ( hazard_of_mortality @ X @ T1 )
          = ( hazard_of_mortality @ X @ T0 ) ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X: $i,T0: $i,T1: $i,T2: $i,T3: $i] :
        ( ( ( organization @ X )
          & ( has_endowment @ X )
          & ( smaller_or_equal @ ( age @ X @ T0 ) @ ( age @ X @ T1 ) )
          & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
          & ( greater @ ( age @ X @ T2 ) @ eta )
          & ( greater @ ( age @ X @ T3 ) @ ( age @ X @ T2 ) ) )
       => ( ( greater @ ( hazard_of_mortality @ X @ T3 ) @ ( hazard_of_mortality @ X @ T2 ) )
          & ( greater @ ( hazard_of_mortality @ X @ T2 ) @ ( hazard_of_mortality @ X @ T1 ) )
          & ( ( hazard_of_mortality @ X @ T1 )
            = ( hazard_of_mortality @ X @ T0 ) ) ) ),
    inference('cnf.neg',[status(esa)],[theorem_4]) ).

thf(zip_derived_cl35,plain,
    smaller_or_equal @ ( age @ sk__1 @ sk__2 ) @ ( age @ sk__1 @ sk__3 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(definition_smaller_or_equal,axiom,
    ! [X: $i,Y: $i] :
      ( ( smaller_or_equal @ X @ Y )
    <=> ( ( smaller @ X @ Y )
        | ( X = Y ) ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ( smaller @ X1 @ X0 )
      | ~ ( smaller_or_equal @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[definition_smaller_or_equal]) ).

thf(zip_derived_cl115,plain,
    ( ( ( age @ sk__1 @ sk__2 )
      = ( age @ sk__1 @ sk__3 ) )
    | ( smaller @ ( age @ sk__1 @ sk__2 ) @ ( age @ sk__1 @ sk__3 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl35,zip_derived_cl0]) ).

thf(definition_smaller,axiom,
    ! [X: $i,Y: $i] :
      ( ( smaller @ X @ Y )
    <=> ( greater @ Y @ X ) ) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i,X1: $i] :
      ( ( greater @ X0 @ X1 )
      | ~ ( smaller @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[definition_smaller]) ).

thf(zip_derived_cl359,plain,
    ( ( ( age @ sk__1 @ sk__2 )
      = ( age @ sk__1 @ sk__3 ) )
    | ( greater @ ( age @ sk__1 @ sk__3 ) @ ( age @ sk__1 @ sk__2 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl115,zip_derived_cl6]) ).

thf(zip_derived_cl36,plain,
    smaller_or_equal @ ( age @ sk__1 @ sk__3 ) @ eta,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl0_001,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ( smaller @ X1 @ X0 )
      | ~ ( smaller_or_equal @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[definition_smaller_or_equal]) ).

thf(zip_derived_cl43,plain,
    ( ( ( age @ sk__1 @ sk__3 )
      = eta )
    | ( smaller @ ( age @ sk__1 @ sk__3 ) @ eta ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl36,zip_derived_cl0]) ).

thf(zip_derived_cl6_002,plain,
    ! [X0: $i,X1: $i] :
      ( ( greater @ X0 @ X1 )
      | ~ ( smaller @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[definition_smaller]) ).

thf(zip_derived_cl123,plain,
    ( ( ( age @ sk__1 @ sk__3 )
      = eta )
    | ( greater @ eta @ ( age @ sk__1 @ sk__3 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl43,zip_derived_cl6]) ).

thf(meaning_postulate_greater_transitive,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( greater @ X @ Y )
        & ( greater @ Y @ Z ) )
     => ( greater @ X @ Z ) ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( greater @ X0 @ X1 )
      | ~ ( greater @ X1 @ X2 )
      | ( greater @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[meaning_postulate_greater_transitive]) ).

thf(zip_derived_cl128,plain,
    ! [X0: $i] :
      ( ( ( age @ sk__1 @ sk__3 )
        = eta )
      | ~ ( greater @ ( age @ sk__1 @ sk__3 ) @ X0 )
      | ( greater @ eta @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl123,zip_derived_cl9]) ).

thf(zip_derived_cl411,plain,
    ( ( ( age @ sk__1 @ sk__2 )
      = ( age @ sk__1 @ sk__3 ) )
    | ( ( age @ sk__1 @ sk__3 )
      = eta )
    | ( greater @ eta @ ( age @ sk__1 @ sk__2 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl359,zip_derived_cl128]) ).

thf(meaning_postulate_greater_comparable,axiom,
    ! [X: $i,Y: $i] :
      ( ( greater @ X @ Y )
      | ( X = Y )
      | ( smaller @ X @ Y ) ) ).

thf(zip_derived_cl10,plain,
    ! [X0: $i,X1: $i] :
      ( ( greater @ X0 @ X1 )
      | ( X0 = X1 )
      | ( smaller @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[meaning_postulate_greater_comparable]) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i] :
      ( ( smaller_or_equal @ X0 @ X1 )
      | ~ ( smaller @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[definition_smaller_or_equal]) ).

thf(zip_derived_cl108,plain,
    ! [X0: $i,X1: $i] :
      ( ( X1 = X0 )
      | ( greater @ X1 @ X0 )
      | ( smaller_or_equal @ X1 @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl10,zip_derived_cl1]) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i,X1: $i] :
      ( ( smaller_or_equal @ X0 @ X1 )
      | ( X0 != X1 ) ),
    inference(cnf,[status(esa)],[definition_smaller_or_equal]) ).

thf(zip_derived_cl189,plain,
    ! [X0: $i,X1: $i] :
      ( ( smaller_or_equal @ X1 @ X0 )
      | ( greater @ X1 @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl108,zip_derived_cl2]) ).

thf(definition_1,axiom,
    ! [X: $i] :
      ( ( has_endowment @ X )
    <=> ! [T: $i] :
          ( ( ( greater @ ( age @ X @ T ) @ eta )
           => ~ ( has_immunity @ X @ T ) )
          & ( ( smaller_or_equal @ ( age @ X @ T ) @ eta )
           => ( has_immunity @ X @ T ) )
          & ( organization @ X ) ) ) ).

thf(zip_derived_cl13,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( smaller_or_equal @ ( age @ X0 @ X1 ) @ eta )
      | ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl191,plain,
    ! [X0: $i,X1: $i] :
      ( ( greater @ ( age @ X1 @ X0 ) @ eta )
      | ( has_immunity @ X1 @ X0 )
      | ~ ( has_endowment @ X1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl189,zip_derived_cl13]) ).

thf(zip_derived_cl34,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl301,plain,
    ! [X0: $i] :
      ( ( has_immunity @ sk__1 @ X0 )
      | ( greater @ ( age @ sk__1 @ X0 ) @ eta ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl191,zip_derived_cl34]) ).

thf(meaning_postulate_greater_strict,axiom,
    ! [X: $i,Y: $i] :
      ~ ( ( greater @ X @ Y )
        & ( greater @ Y @ X ) ) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( greater @ X0 @ X1 )
      | ~ ( greater @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[meaning_postulate_greater_strict]) ).

thf(zip_derived_cl306,plain,
    ! [X0: $i] :
      ( ( has_immunity @ sk__1 @ X0 )
      | ~ ( greater @ eta @ ( age @ sk__1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl301,zip_derived_cl8]) ).

thf(zip_derived_cl431,plain,
    ( ( ( age @ sk__1 @ sk__3 )
      = eta )
    | ( ( age @ sk__1 @ sk__2 )
      = ( age @ sk__1 @ sk__3 ) )
    | ( has_immunity @ sk__1 @ sk__2 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl411,zip_derived_cl306]) ).

thf(zip_derived_cl12,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( greater @ ( age @ X0 @ X1 ) @ eta )
      | ~ ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl441,plain,
    ( ( has_immunity @ sk__1 @ sk__2 )
    | ( ( age @ sk__1 @ sk__3 )
      = eta )
    | ~ ( greater @ ( age @ sk__1 @ sk__2 ) @ eta )
    | ~ ( has_immunity @ sk__1 @ sk__3 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl431,zip_derived_cl12]) ).

thf(zip_derived_cl36_003,plain,
    smaller_or_equal @ ( age @ sk__1 @ sk__3 ) @ eta,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl13_004,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( smaller_or_equal @ ( age @ X0 @ X1 ) @ eta )
      | ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl109,plain,
    ( ( has_immunity @ sk__1 @ sk__3 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl36,zip_derived_cl13]) ).

thf(zip_derived_cl34_005,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl110,plain,
    has_immunity @ sk__1 @ sk__3,
    inference(demod,[status(thm)],[zip_derived_cl109,zip_derived_cl34]) ).

thf(zip_derived_cl34_006,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl483,plain,
    ( ( has_immunity @ sk__1 @ sk__2 )
    | ( ( age @ sk__1 @ sk__3 )
      = eta )
    | ~ ( greater @ ( age @ sk__1 @ sk__2 ) @ eta ) ),
    inference(demod,[status(thm)],[zip_derived_cl441,zip_derived_cl110,zip_derived_cl34]) ).

thf(zip_derived_cl301_007,plain,
    ! [X0: $i] :
      ( ( has_immunity @ sk__1 @ X0 )
      | ( greater @ ( age @ sk__1 @ X0 ) @ eta ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl191,zip_derived_cl34]) ).

thf(zip_derived_cl503,plain,
    ( ( ( age @ sk__1 @ sk__3 )
      = eta )
    | ( has_immunity @ sk__1 @ sk__2 ) ),
    inference(clc,[status(thm)],[zip_derived_cl483,zip_derived_cl301]) ).

thf(zip_derived_cl35_008,plain,
    smaller_or_equal @ ( age @ sk__1 @ sk__2 ) @ ( age @ sk__1 @ sk__3 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl522,plain,
    ( ( has_immunity @ sk__1 @ sk__2 )
    | ( smaller_or_equal @ ( age @ sk__1 @ sk__2 ) @ eta ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl503,zip_derived_cl35]) ).

thf(zip_derived_cl13_009,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( smaller_or_equal @ ( age @ X0 @ X1 ) @ eta )
      | ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl566,plain,
    ( ( has_immunity @ sk__1 @ sk__2 )
    | ( has_immunity @ sk__1 @ sk__2 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl522,zip_derived_cl13]) ).

thf(zip_derived_cl34_010,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl567,plain,
    ( ( has_immunity @ sk__1 @ sk__2 )
    | ( has_immunity @ sk__1 @ sk__2 ) ),
    inference(demod,[status(thm)],[zip_derived_cl566,zip_derived_cl34]) ).

thf(zip_derived_cl568,plain,
    has_immunity @ sk__1 @ sk__2,
    inference(simplify,[status(thm)],[zip_derived_cl567]) ).

thf(assumption_3,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( has_immunity @ X @ T0 )
        & ~ ( has_immunity @ X @ T ) )
     => ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) ).

thf(zip_derived_cl19,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( has_immunity @ X0 @ X1 )
      | ~ ( organization @ X0 )
      | ( has_immunity @ X0 @ X2 )
      | ( greater @ ( hazard_of_mortality @ X0 @ X2 ) @ ( hazard_of_mortality @ X0 @ X1 ) ) ),
    inference(cnf,[status(esa)],[assumption_3]) ).

thf(zip_derived_cl570,plain,
    ! [X0: $i] :
      ( ~ ( organization @ sk__1 )
      | ( has_immunity @ sk__1 @ X0 )
      | ( greater @ ( hazard_of_mortality @ sk__1 @ X0 ) @ ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl568,zip_derived_cl19]) ).

thf(zip_derived_cl33,plain,
    organization @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl573,plain,
    ! [X0: $i] :
      ( ( has_immunity @ sk__1 @ X0 )
      | ( greater @ ( hazard_of_mortality @ sk__1 @ X0 ) @ ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl570,zip_derived_cl33]) ).

thf(zip_derived_cl31,plain,
    ( ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__5 ) @ ( hazard_of_mortality @ sk__1 @ sk__4 ) )
    | ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__3 ) )
    | ( ( hazard_of_mortality @ sk__1 @ sk__3 )
     != ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl568_011,plain,
    has_immunity @ sk__1 @ sk__2,
    inference(simplify,[status(thm)],[zip_derived_cl567]) ).

thf(zip_derived_cl110_012,plain,
    has_immunity @ sk__1 @ sk__3,
    inference(demod,[status(thm)],[zip_derived_cl109,zip_derived_cl34]) ).

thf(assumption_2,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( has_immunity @ X @ T0 )
        & ( has_immunity @ X @ T ) )
     => ( ( hazard_of_mortality @ X @ T0 )
        = ( hazard_of_mortality @ X @ T ) ) ) ).

thf(zip_derived_cl18,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( has_immunity @ X0 @ X1 )
      | ~ ( organization @ X0 )
      | ~ ( has_immunity @ X0 @ X2 )
      | ( ( hazard_of_mortality @ X0 @ X1 )
        = ( hazard_of_mortality @ X0 @ X2 ) ) ),
    inference(cnf,[status(esa)],[assumption_2]) ).

thf(zip_derived_cl146,plain,
    ! [X0: $i] :
      ( ~ ( organization @ sk__1 )
      | ~ ( has_immunity @ sk__1 @ X0 )
      | ( ( hazard_of_mortality @ sk__1 @ sk__3 )
        = ( hazard_of_mortality @ sk__1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl110,zip_derived_cl18]) ).

thf(zip_derived_cl33_013,plain,
    organization @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl147,plain,
    ! [X0: $i] :
      ( ~ ( has_immunity @ sk__1 @ X0 )
      | ( ( hazard_of_mortality @ sk__1 @ sk__3 )
        = ( hazard_of_mortality @ sk__1 @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl146,zip_derived_cl33]) ).

thf(zip_derived_cl571,plain,
    ( ( hazard_of_mortality @ sk__1 @ sk__3 )
    = ( hazard_of_mortality @ sk__1 @ sk__2 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl568,zip_derived_cl147]) ).

thf(zip_derived_cl571_014,plain,
    ( ( hazard_of_mortality @ sk__1 @ sk__3 )
    = ( hazard_of_mortality @ sk__1 @ sk__2 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl568,zip_derived_cl147]) ).

thf(zip_derived_cl574,plain,
    ( ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__5 ) @ ( hazard_of_mortality @ sk__1 @ sk__4 ) )
    | ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__2 ) )
    | ( ( hazard_of_mortality @ sk__1 @ sk__2 )
     != ( hazard_of_mortality @ sk__1 @ sk__2 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl31,zip_derived_cl571,zip_derived_cl571]) ).

thf(zip_derived_cl575,plain,
    ( ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__2 ) )
    | ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__5 ) @ ( hazard_of_mortality @ sk__1 @ sk__4 ) ) ),
    inference(simplify,[status(thm)],[zip_derived_cl574]) ).

thf(zip_derived_cl629,plain,
    ( ( has_immunity @ sk__1 @ sk__4 )
    | ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__5 ) @ ( hazard_of_mortality @ sk__1 @ sk__4 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl573,zip_derived_cl575]) ).

thf(zip_derived_cl37,plain,
    greater @ ( age @ sk__1 @ sk__4 ) @ eta,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl12_015,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( greater @ ( age @ X0 @ X1 ) @ eta )
      | ~ ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl48,plain,
    ( ~ ( has_immunity @ sk__1 @ sk__4 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl37,zip_derived_cl12]) ).

thf(zip_derived_cl34_016,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl49,plain,
    ~ ( has_immunity @ sk__1 @ sk__4 ),
    inference(demod,[status(thm)],[zip_derived_cl48,zip_derived_cl34]) ).

thf(zip_derived_cl633,plain,
    ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__5 ) @ ( hazard_of_mortality @ sk__1 @ sk__4 ) ),
    inference(demod,[status(thm)],[zip_derived_cl629,zip_derived_cl49]) ).

thf(definition_greater_or_equal,axiom,
    ! [X: $i,Y: $i] :
      ( ( greater_or_equal @ X @ Y )
    <=> ( ( greater @ X @ Y )
        | ( X = Y ) ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i,X1: $i] :
      ( ( greater_or_equal @ X0 @ X1 )
      | ( X0 != X1 ) ),
    inference(cnf,[status(esa)],[definition_greater_or_equal]) ).

thf(zip_derived_cl47,plain,
    ! [X0: $i] : ( greater_or_equal @ X0 @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl5]) ).

thf(zip_derived_cl2_017,plain,
    ! [X0: $i,X1: $i] :
      ( ( smaller_or_equal @ X0 @ X1 )
      | ( X0 != X1 ) ),
    inference(cnf,[status(esa)],[definition_smaller_or_equal]) ).

thf(zip_derived_cl45,plain,
    ! [X0: $i] : ( smaller_or_equal @ X0 @ X0 ),
    inference(eq_res,[status(thm)],[zip_derived_cl2]) ).

thf(assumption_10,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( organization @ X )
     => ( ( stock_of_knowledge @ X @ T )
        = ( stock_of_knowledge @ X @ T0 ) ) ) ).

thf(zip_derived_cl28,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( organization @ X0 )
      | ( ( stock_of_knowledge @ X0 @ X2 )
        = ( stock_of_knowledge @ X0 @ X1 ) ) ),
    inference(cnf,[status(esa)],[assumption_10]) ).

thf(zip_derived_cl32,plain,
    greater @ ( age @ sk__1 @ sk__5 ) @ ( age @ sk__1 @ sk__4 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(assumption_12,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( greater @ ( age @ X @ T ) @ ( age @ X @ T0 ) ) )
     => ( greater @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) ) ) ).

thf(zip_derived_cl30,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( organization @ X0 )
      | ~ ( greater @ ( age @ X0 @ X1 ) @ ( age @ X0 @ X2 ) )
      | ( greater @ ( internal_friction @ X0 @ X1 ) @ ( internal_friction @ X0 @ X2 ) ) ),
    inference(cnf,[status(esa)],[assumption_12]) ).

thf(zip_derived_cl319,plain,
    ( ~ ( organization @ sk__1 )
    | ( greater @ ( internal_friction @ sk__1 @ sk__5 ) @ ( internal_friction @ sk__1 @ sk__4 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl32,zip_derived_cl30]) ).

thf(zip_derived_cl33_018,plain,
    organization @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl324,plain,
    greater @ ( internal_friction @ sk__1 @ sk__5 ) @ ( internal_friction @ sk__1 @ sk__4 ),
    inference(demod,[status(thm)],[zip_derived_cl319,zip_derived_cl33]) ).

thf(assumption_5,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( organization @ X )
     => ( ( ( ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
            & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) ) )
         => ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) )
        & ( ( ( smaller_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
            & ( greater @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) ) )
         => ( smaller @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) )
        & ( ( ( ( stock_of_knowledge @ X @ T )
              = ( stock_of_knowledge @ X @ T0 ) )
            & ( ( internal_friction @ X @ T )
              = ( internal_friction @ X @ T0 ) ) )
         => ( ( capability @ X @ T )
            = ( capability @ X @ T0 ) ) ) ) ) ).

thf(zip_derived_cl24,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( organization @ X0 )
      | ( smaller @ ( capability @ X0 @ X1 ) @ ( capability @ X0 @ X2 ) )
      | ~ ( greater @ ( internal_friction @ X0 @ X1 ) @ ( internal_friction @ X0 @ X2 ) )
      | ~ ( smaller_or_equal @ ( stock_of_knowledge @ X0 @ X1 ) @ ( stock_of_knowledge @ X0 @ X2 ) ) ),
    inference(cnf,[status(esa)],[assumption_5]) ).

thf(zip_derived_cl342,plain,
    ( ~ ( organization @ sk__1 )
    | ( smaller @ ( capability @ sk__1 @ sk__5 ) @ ( capability @ sk__1 @ sk__4 ) )
    | ~ ( smaller_or_equal @ ( stock_of_knowledge @ sk__1 @ sk__5 ) @ ( stock_of_knowledge @ sk__1 @ sk__4 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl324,zip_derived_cl24]) ).

thf(zip_derived_cl33_019,plain,
    organization @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl343,plain,
    ( ( smaller @ ( capability @ sk__1 @ sk__5 ) @ ( capability @ sk__1 @ sk__4 ) )
    | ~ ( smaller_or_equal @ ( stock_of_knowledge @ sk__1 @ sk__5 ) @ ( stock_of_knowledge @ sk__1 @ sk__4 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl342,zip_derived_cl33]) ).

thf(zip_derived_cl1268,plain,
    ! [X0: $i] :
      ( ~ ( organization @ sk__1 )
      | ( smaller @ ( capability @ sk__1 @ sk__5 ) @ ( capability @ sk__1 @ sk__4 ) )
      | ~ ( smaller_or_equal @ ( stock_of_knowledge @ sk__1 @ sk__5 ) @ ( stock_of_knowledge @ sk__1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl28,zip_derived_cl343]) ).

thf(zip_derived_cl33_020,plain,
    organization @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1272,plain,
    ! [X0: $i] :
      ( ( smaller @ ( capability @ sk__1 @ sk__5 ) @ ( capability @ sk__1 @ sk__4 ) )
      | ~ ( smaller_or_equal @ ( stock_of_knowledge @ sk__1 @ sk__5 ) @ ( stock_of_knowledge @ sk__1 @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl1268,zip_derived_cl33]) ).

thf(zip_derived_cl1287,plain,
    smaller @ ( capability @ sk__1 @ sk__5 ) @ ( capability @ sk__1 @ sk__4 ),
    inference('s_sup-',[status(thm)],[zip_derived_cl45,zip_derived_cl1272]) ).

thf(zip_derived_cl6_021,plain,
    ! [X0: $i,X1: $i] :
      ( ( greater @ X0 @ X1 )
      | ~ ( smaller @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[definition_smaller]) ).

thf(zip_derived_cl1296,plain,
    greater @ ( capability @ sk__1 @ sk__4 ) @ ( capability @ sk__1 @ sk__5 ),
    inference('s_sup-',[status(thm)],[zip_derived_cl1287,zip_derived_cl6]) ).

thf(assumption_6,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( organization @ X )
     => ( ( ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
         => ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
        & ( ( ( external_ties @ X @ T )
            = ( external_ties @ X @ T0 ) )
         => ( ( position @ X @ T )
            = ( position @ X @ T0 ) ) ) ) ) ).

thf(zip_derived_cl27,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( organization @ X0 )
      | ( ( position @ X0 @ X2 )
        = ( position @ X0 @ X1 ) )
      | ( ( external_ties @ X0 @ X2 )
       != ( external_ties @ X0 @ X1 ) ) ),
    inference(cnf,[status(esa)],[assumption_6]) ).

thf(assumption_11,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( organization @ X )
     => ( ( external_ties @ X @ T )
        = ( external_ties @ X @ T0 ) ) ) ).

thf(zip_derived_cl29,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( organization @ X0 )
      | ( ( external_ties @ X0 @ X2 )
        = ( external_ties @ X0 @ X1 ) ) ),
    inference(cnf,[status(esa)],[assumption_11]) ).

thf(zip_derived_cl38,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( ( position @ X0 @ X2 )
        = ( position @ X0 @ X1 ) )
      | ~ ( organization @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl27,zip_derived_cl29]) ).

thf(assumption_4,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ~ ( has_immunity @ X @ T0 )
        & ~ ( has_immunity @ X @ T ) )
     => ( ( ( ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) )
            & ( greater_or_equal @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
         => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
        & ( ( ( greater_or_equal @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) )
            & ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
         => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
        & ( ( ( ( capability @ X @ T )
              = ( capability @ X @ T0 ) )
            & ( ( position @ X @ T )
              = ( position @ X @ T0 ) ) )
         => ( ( hazard_of_mortality @ X @ T )
            = ( hazard_of_mortality @ X @ T0 ) ) ) ) ) ).

thf(zip_derived_cl20,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( has_immunity @ X0 @ X1 )
      | ~ ( organization @ X0 )
      | ( has_immunity @ X0 @ X2 )
      | ( smaller @ ( hazard_of_mortality @ X0 @ X2 ) @ ( hazard_of_mortality @ X0 @ X1 ) )
      | ~ ( greater_or_equal @ ( position @ X0 @ X2 ) @ ( position @ X0 @ X1 ) )
      | ~ ( greater @ ( capability @ X0 @ X2 ) @ ( capability @ X0 @ X1 ) ) ),
    inference(cnf,[status(esa)],[assumption_4]) ).

thf(zip_derived_cl161,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( organization @ X1 )
      | ( has_immunity @ X1 @ X2 )
      | ~ ( organization @ X1 )
      | ( has_immunity @ X1 @ X3 )
      | ( smaller @ ( hazard_of_mortality @ X1 @ X3 ) @ ( hazard_of_mortality @ X1 @ X2 ) )
      | ~ ( greater_or_equal @ ( position @ X1 @ X3 ) @ ( position @ X1 @ X0 ) )
      | ~ ( greater @ ( capability @ X1 @ X3 ) @ ( capability @ X1 @ X2 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl38,zip_derived_cl20]) ).

thf(zip_derived_cl167,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ~ ( greater @ ( capability @ X1 @ X3 ) @ ( capability @ X1 @ X2 ) )
      | ~ ( greater_or_equal @ ( position @ X1 @ X3 ) @ ( position @ X1 @ X0 ) )
      | ( smaller @ ( hazard_of_mortality @ X1 @ X3 ) @ ( hazard_of_mortality @ X1 @ X2 ) )
      | ( has_immunity @ X1 @ X3 )
      | ( has_immunity @ X1 @ X2 )
      | ~ ( organization @ X1 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl161]) ).

thf(zip_derived_cl1305,plain,
    ! [X0: $i] :
      ( ~ ( greater_or_equal @ ( position @ sk__1 @ sk__4 ) @ ( position @ sk__1 @ X0 ) )
      | ( smaller @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__5 ) )
      | ( has_immunity @ sk__1 @ sk__4 )
      | ( has_immunity @ sk__1 @ sk__5 )
      | ~ ( organization @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl1296,zip_derived_cl167]) ).

thf(zip_derived_cl49_022,plain,
    ~ ( has_immunity @ sk__1 @ sk__4 ),
    inference(demod,[status(thm)],[zip_derived_cl48,zip_derived_cl34]) ).

thf(zip_derived_cl37_023,plain,
    greater @ ( age @ sk__1 @ sk__4 ) @ eta,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl32_024,plain,
    greater @ ( age @ sk__1 @ sk__5 ) @ ( age @ sk__1 @ sk__4 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl9_025,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( greater @ X0 @ X1 )
      | ~ ( greater @ X1 @ X2 )
      | ( greater @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[meaning_postulate_greater_transitive]) ).

thf(zip_derived_cl114,plain,
    ! [X0: $i] :
      ( ~ ( greater @ ( age @ sk__1 @ sk__4 ) @ X0 )
      | ( greater @ ( age @ sk__1 @ sk__5 ) @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl32,zip_derived_cl9]) ).

thf(zip_derived_cl133,plain,
    greater @ ( age @ sk__1 @ sk__5 ) @ eta,
    inference('s_sup-',[status(thm)],[zip_derived_cl37,zip_derived_cl114]) ).

thf(zip_derived_cl12_026,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( greater @ ( age @ X0 @ X1 ) @ eta )
      | ~ ( has_immunity @ X0 @ X1 )
      | ~ ( has_endowment @ X0 ) ),
    inference(cnf,[status(esa)],[definition_1]) ).

thf(zip_derived_cl138,plain,
    ( ~ ( has_immunity @ sk__1 @ sk__5 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl133,zip_derived_cl12]) ).

thf(zip_derived_cl34_027,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl139,plain,
    ~ ( has_immunity @ sk__1 @ sk__5 ),
    inference(demod,[status(thm)],[zip_derived_cl138,zip_derived_cl34]) ).

thf(zip_derived_cl33_028,plain,
    organization @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1307,plain,
    ! [X0: $i] :
      ( ~ ( greater_or_equal @ ( position @ sk__1 @ sk__4 ) @ ( position @ sk__1 @ X0 ) )
      | ( smaller @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__5 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl1305,zip_derived_cl49,zip_derived_cl139,zip_derived_cl33]) ).

thf(zip_derived_cl1435,plain,
    smaller @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__5 ),
    inference('s_sup-',[status(thm)],[zip_derived_cl47,zip_derived_cl1307]) ).

thf(zip_derived_cl6_029,plain,
    ! [X0: $i,X1: $i] :
      ( ( greater @ X0 @ X1 )
      | ~ ( smaller @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[definition_smaller]) ).

thf(zip_derived_cl1444,plain,
    greater @ ( hazard_of_mortality @ sk__1 @ sk__5 ) @ ( hazard_of_mortality @ sk__1 @ sk__4 ),
    inference('s_sup-',[status(thm)],[zip_derived_cl1435,zip_derived_cl6]) ).

thf(zip_derived_cl1446,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl633,zip_derived_cl1444]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : MGT051+1 : TPTP v8.1.2. Released v2.4.0.
% 0.12/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.sEiQwk5dhY true
% 0.13/0.35  % Computer : n031.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Mon Aug 28 06:40:09 EDT 2023
% 0.20/0.35  % CPUTime  : 
% 0.20/0.35  % Running portfolio for 300 s
% 0.20/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.20/0.35  % Number of cores: 8
% 0.20/0.35  % Python version: Python 3.6.8
% 0.20/0.36  % Running in FO mode
% 0.21/0.65  % Total configuration time : 435
% 0.21/0.65  % Estimated wc time : 1092
% 0.21/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.72  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.74  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.77  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 1.18/0.79  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 1.38/1.04  % Solved by fo/fo13.sh.
% 1.38/1.04  % done 444 iterations in 0.249s
% 1.38/1.04  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.38/1.04  % SZS output start Refutation
% See solution above
% 1.38/1.04  
% 1.38/1.04  
% 1.38/1.04  % Terminating...
% 2.04/1.16  % Runner terminated.
% 2.18/1.17  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------