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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : MGT065+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.HTEJ85yJlq true

% Computer : n005.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:40 EDT 2023

% Result   : Theorem 1.27s 0.90s
% Output   : Refutation 1.27s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   38
% Syntax   : Number of formulae    :  108 (  39 unt;  26 typ;   0 def)
%            Number of atoms       :  212 (  39 equ;   0 cnn)
%            Maximal formula atoms :   16 (   2 avg)
%            Number of connectives :  655 (  71   ~;  70   |;  40   &; 454   @)
%                                         (   6 <=>;  14  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   23 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   23 (  23   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   28 (  26 usr;  14 con; 0-3 aty)
%            Number of variables   :   68 (   0   ^;  68   !;   0   ?;  68   :)

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

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

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

thf(dissimilar_type,type,
    dissimilar: $i > $i > $i > $o ).

thf(fragile_position_type,type,
    fragile_position: $i > $o ).

thf(very_low_type,type,
    very_low: $i ).

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

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

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

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

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

thf(low_type,type,
    low: $i ).

thf(mod1_type,type,
    mod1: $i ).

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

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

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

thf(robust_position_type,type,
    robust_position: $i > $o ).

thf(mod2_type,type,
    mod2: $i ).

thf(tau_type,type,
    tau: $i ).

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

thf(sigma_type,type,
    sigma: $i ).

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

thf(high_type,type,
    high: $i ).

thf(is_aligned_type,type,
    is_aligned: $i > $i > $o ).

thf(zero_type,type,
    zero: $i ).

thf(positional_advantage_type,type,
    positional_advantage: $i > $i > $o ).

thf(theorem_11,conjecture,
    ! [X: $i,T0: $i,T1: $i,T2: $i] :
      ( ( ( organization @ X )
        & ( ( robust_position @ X )
          | ( fragile_position @ X ) )
        & ( has_endowment @ X )
        & ( ( age @ X @ T0 )
          = zero )
        & ( greater @ sigma @ zero )
        & ( greater @ tau @ zero )
        & ( greater @ eta @ zero )
        & ( smaller_or_equal @ ( age @ X @ T1 ) @ sigma )
        & ( smaller_or_equal @ ( age @ X @ T1 ) @ tau )
        & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
        & ( greater @ ( age @ X @ T2 ) @ sigma )
        & ( greater @ ( age @ X @ T2 ) @ tau )
        & ( greater @ ( age @ X @ T2 ) @ eta ) )
     => ( ( 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] :
        ( ( ( organization @ X )
          & ( ( robust_position @ X )
            | ( fragile_position @ X ) )
          & ( has_endowment @ X )
          & ( ( age @ X @ T0 )
            = zero )
          & ( greater @ sigma @ zero )
          & ( greater @ tau @ zero )
          & ( greater @ eta @ zero )
          & ( smaller_or_equal @ ( age @ X @ T1 ) @ sigma )
          & ( smaller_or_equal @ ( age @ X @ T1 ) @ tau )
          & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
          & ( greater @ ( age @ X @ T2 ) @ sigma )
          & ( greater @ ( age @ X @ T2 ) @ tau )
          & ( greater @ ( age @ X @ T2 ) @ eta ) )
       => ( ( 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_11]) ).

thf(zip_derived_cl36,plain,
    ( ~ ( 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_cl43,plain,
    ( ( age @ sk__1 @ sk__2 )
    = zero ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

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_cl135,plain,
    ( ~ ( smaller_or_equal @ zero @ eta )
    | ( has_immunity @ sk__1 @ sk__2 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl43,zip_derived_cl13]) ).

thf(zip_derived_cl46,plain,
    greater @ eta @ zero,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

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

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

thf(zip_derived_cl86,plain,
    smaller @ zero @ eta,
    inference('s_sup-',[status(thm)],[zip_derived_cl46,zip_derived_cl7]) ).

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

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_cl95,plain,
    smaller_or_equal @ zero @ eta,
    inference('s_sup-',[status(thm)],[zip_derived_cl86,zip_derived_cl1]) ).

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

thf(zip_derived_cl137,plain,
    has_immunity @ sk__1 @ sk__2,
    inference(demod,[status(thm)],[zip_derived_cl135,zip_derived_cl95,zip_derived_cl42]) ).

thf(assumption_17,axiom,
    ! [X: $i,T: $i] :
      ( ( organization @ X )
     => ( ( ( has_immunity @ X @ T )
         => ( ( hazard_of_mortality @ X @ T )
            = very_low ) )
        & ( ~ ( has_immunity @ X @ T )
         => ( ( ( ( is_aligned @ X @ T )
                & ( positional_advantage @ X @ T ) )
             => ( ( hazard_of_mortality @ X @ T )
                = low ) )
            & ( ( ~ ( is_aligned @ X @ T )
                & ( positional_advantage @ X @ T ) )
             => ( ( hazard_of_mortality @ X @ T )
                = mod1 ) )
            & ( ( ( is_aligned @ X @ T )
                & ~ ( positional_advantage @ X @ T ) )
             => ( ( hazard_of_mortality @ X @ T )
                = mod2 ) )
            & ( ( ~ ( is_aligned @ X @ T )
                & ~ ( positional_advantage @ X @ T ) )
             => ( ( hazard_of_mortality @ X @ T )
                = high ) ) ) ) ) ) ).

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

thf(zip_derived_cl139,plain,
    ( ~ ( organization @ sk__1 )
    | ( ( hazard_of_mortality @ sk__1 @ sk__2 )
      = very_low ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl137,zip_derived_cl26]) ).

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

thf(zip_derived_cl141,plain,
    ( ( hazard_of_mortality @ sk__1 @ sk__2 )
    = very_low ),
    inference(demod,[status(thm)],[zip_derived_cl139,zip_derived_cl40]) ).

thf(zip_derived_cl143,plain,
    ( ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ ( hazard_of_mortality @ sk__1 @ sk__3 ) )
    | ( ( hazard_of_mortality @ sk__1 @ sk__3 )
     != very_low ) ),
    inference(demod,[status(thm)],[zip_derived_cl36,zip_derived_cl141]) ).

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

thf(zip_derived_cl13_001,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_cl134,plain,
    ( ( has_immunity @ sk__1 @ sk__3 )
    | ~ ( has_endowment @ sk__1 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl49,zip_derived_cl13]) ).

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

thf(zip_derived_cl136,plain,
    has_immunity @ sk__1 @ sk__3,
    inference(demod,[status(thm)],[zip_derived_cl134,zip_derived_cl42]) ).

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

thf(zip_derived_cl140,plain,
    ( ~ ( organization @ sk__1 )
    | ( ( hazard_of_mortality @ sk__1 @ sk__3 )
      = very_low ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl136,zip_derived_cl26]) ).

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

thf(zip_derived_cl142,plain,
    ( ( hazard_of_mortality @ sk__1 @ sk__3 )
    = very_low ),
    inference(demod,[status(thm)],[zip_derived_cl140,zip_derived_cl40]) ).

thf(zip_derived_cl142_005,plain,
    ( ( hazard_of_mortality @ sk__1 @ sk__3 )
    = very_low ),
    inference(demod,[status(thm)],[zip_derived_cl140,zip_derived_cl40]) ).

thf(zip_derived_cl153,plain,
    ( ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ very_low )
    | ( very_low != very_low ) ),
    inference(demod,[status(thm)],[zip_derived_cl143,zip_derived_cl142,zip_derived_cl142]) ).

thf(zip_derived_cl154,plain,
    ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ very_low ),
    inference(simplify,[status(thm)],[zip_derived_cl153]) ).

thf(zip_derived_cl27,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( organization @ X0 )
      | ( is_aligned @ X0 @ X1 )
      | ( positional_advantage @ X0 @ X1 )
      | ( ( hazard_of_mortality @ X0 @ X1 )
        = high )
      | ( has_immunity @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[assumption_17]) ).

thf(zip_derived_cl29,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( organization @ X0 )
      | ( is_aligned @ X0 @ X1 )
      | ~ ( positional_advantage @ X0 @ X1 )
      | ( ( hazard_of_mortality @ X0 @ X1 )
        = mod1 )
      | ( has_immunity @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[assumption_17]) ).

thf(zip_derived_cl268,plain,
    ! [X0: $i,X1: $i] :
      ( ( has_immunity @ X1 @ X0 )
      | ( ( hazard_of_mortality @ X1 @ X0 )
        = high )
      | ( is_aligned @ X1 @ X0 )
      | ~ ( organization @ X1 )
      | ~ ( organization @ X1 )
      | ( is_aligned @ X1 @ X0 )
      | ( ( hazard_of_mortality @ X1 @ X0 )
        = mod1 )
      | ( has_immunity @ X1 @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl27,zip_derived_cl29]) ).

thf(zip_derived_cl271,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( hazard_of_mortality @ X1 @ X0 )
        = mod1 )
      | ~ ( organization @ X1 )
      | ( is_aligned @ X1 @ X0 )
      | ( ( hazard_of_mortality @ X1 @ X0 )
        = high )
      | ( has_immunity @ X1 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl268]) ).

thf(zip_derived_cl154_006,plain,
    ~ ( greater @ ( hazard_of_mortality @ sk__1 @ sk__4 ) @ very_low ),
    inference(simplify,[status(thm)],[zip_derived_cl153]) ).

thf(zip_derived_cl633,plain,
    ( ( has_immunity @ sk__1 @ sk__4 )
    | ( is_aligned @ sk__1 @ sk__4 )
    | ~ ( organization @ sk__1 )
    | ( ( hazard_of_mortality @ sk__1 @ sk__4 )
      = mod1 )
    | ~ ( greater @ high @ very_low ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl271,zip_derived_cl154]) ).

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

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_cl66,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_cl42_007,plain,
    has_endowment @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl68,plain,
    ~ ( has_immunity @ sk__1 @ sk__4 ),
    inference(demod,[status(thm)],[zip_derived_cl66,zip_derived_cl42]) ).

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

thf(zip_derived_cl43_008,plain,
    ( ( age @ sk__1 @ sk__2 )
    = zero ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(assumption_15,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( ( age @ X @ T0 )
          = zero ) )
     => ( ( greater @ ( age @ X @ T ) @ sigma )
      <=> ( dissimilar @ X @ T0 @ T ) ) ) ).

thf(zip_derived_cl24,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( ( age @ X0 @ X1 )
       != zero )
      | ~ ( organization @ X0 )
      | ( dissimilar @ X0 @ X1 @ X2 )
      | ~ ( greater @ ( age @ X0 @ X2 ) @ sigma ) ),
    inference(cnf,[status(esa)],[assumption_15]) ).

thf(zip_derived_cl204,plain,
    ! [X0: $i] :
      ( ( zero != zero )
      | ~ ( organization @ sk__1 )
      | ( dissimilar @ sk__1 @ sk__2 @ X0 )
      | ~ ( greater @ ( age @ sk__1 @ X0 ) @ sigma ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl43,zip_derived_cl24]) ).

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

thf(zip_derived_cl205,plain,
    ! [X0: $i] :
      ( ( zero != zero )
      | ( dissimilar @ sk__1 @ sk__2 @ X0 )
      | ~ ( greater @ ( age @ sk__1 @ X0 ) @ sigma ) ),
    inference(demod,[status(thm)],[zip_derived_cl204,zip_derived_cl40]) ).

thf(zip_derived_cl206,plain,
    ! [X0: $i] :
      ( ~ ( greater @ ( age @ sk__1 @ X0 ) @ sigma )
      | ( dissimilar @ sk__1 @ sk__2 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl205]) ).

thf(zip_derived_cl221,plain,
    dissimilar @ sk__1 @ sk__2 @ sk__4,
    inference('s_sup-',[status(thm)],[zip_derived_cl39,zip_derived_cl206]) ).

thf(definition_2,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( dissimilar @ X @ T0 @ T )
    <=> ( ( organization @ X )
        & ~ ( ( is_aligned @ X @ T0 )
          <=> ( is_aligned @ X @ T ) ) ) ) ).

thf(zip_derived_cl20,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( is_aligned @ X0 @ X1 )
      | ~ ( is_aligned @ X0 @ X2 )
      | ~ ( dissimilar @ X0 @ X1 @ X2 ) ),
    inference(cnf,[status(esa)],[definition_2]) ).

thf(zip_derived_cl226,plain,
    ( ~ ( is_aligned @ sk__1 @ sk__2 )
    | ~ ( is_aligned @ sk__1 @ sk__4 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl221,zip_derived_cl20]) ).

thf(zip_derived_cl43_010,plain,
    ( ( age @ sk__1 @ sk__2 )
    = zero ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(assumption_13,axiom,
    ! [X: $i,T: $i] :
      ( ( ( organization @ X )
        & ( ( age @ X @ T )
          = zero ) )
     => ( is_aligned @ X @ T ) ) ).

thf(zip_derived_cl23,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( organization @ X0 )
      | ( ( age @ X0 @ X1 )
       != zero )
      | ( is_aligned @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[assumption_13]) ).

thf(zip_derived_cl126,plain,
    ( ~ ( organization @ sk__1 )
    | ( zero != zero )
    | ( is_aligned @ sk__1 @ sk__2 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl43,zip_derived_cl23]) ).

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

thf(zip_derived_cl127,plain,
    ( ( zero != zero )
    | ( is_aligned @ sk__1 @ sk__2 ) ),
    inference(demod,[status(thm)],[zip_derived_cl126,zip_derived_cl40]) ).

thf(zip_derived_cl128,plain,
    is_aligned @ sk__1 @ sk__2,
    inference(simplify,[status(thm)],[zip_derived_cl127]) ).

thf(zip_derived_cl228,plain,
    ~ ( is_aligned @ sk__1 @ sk__4 ),
    inference(demod,[status(thm)],[zip_derived_cl226,zip_derived_cl128]) ).

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

thf(assumption_18c,axiom,
    greater @ low @ very_low ).

thf(zip_derived_cl33,plain,
    greater @ low @ very_low,
    inference(cnf,[status(esa)],[assumption_18c]) ).

thf(assumption_18b,axiom,
    greater @ mod1 @ low ).

thf(zip_derived_cl32,plain,
    greater @ mod1 @ low,
    inference(cnf,[status(esa)],[assumption_18b]) ).

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_cl106,plain,
    ! [X0: $i] :
      ( ~ ( greater @ low @ X0 )
      | ( greater @ mod1 @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl32,zip_derived_cl9]) ).

thf(zip_derived_cl229,plain,
    greater @ mod1 @ very_low,
    inference('s_sup-',[status(thm)],[zip_derived_cl33,zip_derived_cl106]) ).

thf(assumption_18a,axiom,
    greater @ high @ mod1 ).

thf(zip_derived_cl31,plain,
    greater @ high @ mod1,
    inference(cnf,[status(esa)],[assumption_18a]) ).

thf(zip_derived_cl9_013,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_cl108,plain,
    ! [X0: $i] :
      ( ~ ( greater @ mod1 @ X0 )
      | ( greater @ high @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl31,zip_derived_cl9]) ).

thf(zip_derived_cl316,plain,
    greater @ high @ very_low,
    inference('s_sup-',[status(thm)],[zip_derived_cl229,zip_derived_cl108]) ).

thf(zip_derived_cl641,plain,
    ( ( hazard_of_mortality @ sk__1 @ sk__4 )
    = mod1 ),
    inference(demod,[status(thm)],[zip_derived_cl633,zip_derived_cl68,zip_derived_cl228,zip_derived_cl40,zip_derived_cl316]) ).

thf(zip_derived_cl229_014,plain,
    greater @ mod1 @ very_low,
    inference('s_sup-',[status(thm)],[zip_derived_cl33,zip_derived_cl106]) ).

thf(zip_derived_cl642,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl154,zip_derived_cl641,zip_derived_cl229]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : MGT065+1 : TPTP v8.1.2. Released v2.4.0.
% 0.10/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.HTEJ85yJlq true
% 0.14/0.34  % Computer : n005.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Mon Aug 28 06:12:23 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.21/0.35  % Number of cores: 8
% 0.21/0.35  % Python version: Python 3.6.8
% 0.21/0.35  % 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.71  % /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
% 1.03/0.74  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 1.03/0.75  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 1.03/0.75  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 1.03/0.75  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 1.26/0.76  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 1.27/0.90  % Solved by fo/fo13.sh.
% 1.27/0.90  % done 330 iterations in 0.122s
% 1.27/0.90  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.27/0.90  % SZS output start Refutation
% See solution above
% 1.27/0.90  
% 1.27/0.90  
% 1.27/0.90  % Terminating...
% 1.54/1.00  % Runner terminated.
% 1.54/1.00  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------