TSTP Solution File: MGT057+1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MGT057+1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n028.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  : 600s
% DateTime : Sun Jul 17 22:17:35 EDT 2022

% Result   : Theorem 0.18s 0.55s
% Output   : CNFRefutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   26
% Syntax   : Number of formulae    :  402 ( 202 unt;  16 typ;   0 def)
%            Number of atoms       : 2814 ( 805 equ;   0 cnn)
%            Maximal formula atoms :    8 (   7 avg)
%            Number of connectives : 5492 (1001   ~;1009   |;  92   &;3365   @)
%                                         (   8 <=>;  17  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   17 (  17   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   19 (  16 usr;   8 con; 0-2 aty)
%            Number of variables   :  829 (   0   ^ 829   !;   0   ?; 829   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_age,type,
    age: $i > $i > $i ).

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

thf(tp_greater,type,
    greater: $i > $i > $o ).

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

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

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

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

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

thf(tp_sK1_X,type,
    sK1_X: $i ).

thf(tp_sK2_SY25,type,
    sK2_SY25: $i ).

thf(tp_sK3_SY28,type,
    sK3_SY28: $i ).

thf(tp_sK4_SY30,type,
    sK4_SY30: $i ).

thf(tp_sK5_T,type,
    sK5_T: $i > $i ).

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

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

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

thf(1,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 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_3) ).

thf(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 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_2) ).

thf(3,axiom,
    ! [X: $i] :
      ( ( has_endowment @ X )
    <=> ! [T: $i] :
          ( ( organization @ X )
          & ( ( smaller_or_equal @ ( age @ X @ T ) @ eta )
           => ( has_immunity @ X @ T ) )
          & ( ( greater @ ( age @ X @ T ) @ eta )
           => ~ ( has_immunity @ X @ T ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_1) ).

thf(4,axiom,
    ! [X: $i,Y: $i] :
      ( ( smaller @ X @ Y )
      | ( X = Y )
      | ( greater @ X @ Y ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_comparable) ).

thf(5,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( greater @ X @ Y )
        & ( greater @ Y @ Z ) )
     => ( greater @ X @ Z ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_transitive) ).

thf(6,axiom,
    ! [X: $i,Y: $i] :
      ~ ( ( greater @ X @ Y )
        & ( greater @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_strict) ).

thf(7,axiom,
    ! [X: $i,Y: $i] :
      ( ( smaller @ X @ Y )
    <=> ( greater @ Y @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller) ).

thf(8,axiom,
    ! [X: $i,Y: $i] :
      ( ( greater_or_equal @ X @ Y )
    <=> ( ( greater @ X @ Y )
        | ( X = Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_greater_or_equal) ).

thf(9,axiom,
    ! [X: $i,Y: $i] :
      ( ( smaller_or_equal @ X @ Y )
    <=> ( ( smaller @ X @ Y )
        | ( X = Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_or_equal) ).

thf(10,conjecture,
    ! [X: $i,T0: $i,T1: $i,T2: $i] :
      ( ( ( organization @ X )
        & ( has_endowment @ X )
        & ( ( age @ X @ T0 )
          = zero )
        & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
        & ( greater @ ( age @ X @ T2 ) @ eta )
        & ( greater @ eta @ zero ) )
     => ( ( greater @ ( hazard_of_mortality @ X @ T2 ) @ ( hazard_of_mortality @ X @ T1 ) )
        & ( ( hazard_of_mortality @ X @ T1 )
          = ( hazard_of_mortality @ X @ T0 ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',theorem_6) ).

thf(11,negated_conjecture,
    ( ( ! [X: $i,T0: $i,T1: $i,T2: $i] :
          ( ( ( organization @ X )
            & ( has_endowment @ X )
            & ( ( age @ X @ T0 )
              = zero )
            & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
            & ( greater @ ( age @ X @ T2 ) @ eta )
            & ( greater @ eta @ zero ) )
         => ( ( greater @ ( hazard_of_mortality @ X @ T2 ) @ ( hazard_of_mortality @ X @ T1 ) )
            & ( ( hazard_of_mortality @ X @ T1 )
              = ( hazard_of_mortality @ X @ T0 ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[10]) ).

thf(12,plain,
    ( ( ! [X: $i,T0: $i,T1: $i,T2: $i] :
          ( ( ( organization @ X )
            & ( has_endowment @ X )
            & ( ( age @ X @ T0 )
              = zero )
            & ( smaller_or_equal @ ( age @ X @ T1 ) @ eta )
            & ( greater @ ( age @ X @ T2 ) @ eta )
            & ( greater @ eta @ zero ) )
         => ( ( greater @ ( hazard_of_mortality @ X @ T2 ) @ ( hazard_of_mortality @ X @ T1 ) )
            & ( ( hazard_of_mortality @ X @ T1 )
              = ( hazard_of_mortality @ X @ T0 ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(13,plain,
    ( ( ! [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 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(14,plain,
    ( ( ! [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 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(15,plain,
    ( ( ! [X: $i] :
          ( ( has_endowment @ X )
        <=> ! [T: $i] :
              ( ( organization @ X )
              & ( ( smaller_or_equal @ ( age @ X @ T ) @ eta )
               => ( has_immunity @ X @ T ) )
              & ( ( greater @ ( age @ X @ T ) @ eta )
               => ~ ( has_immunity @ X @ T ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(16,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( smaller @ X @ Y )
          | ( X = Y )
          | ( greater @ X @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(17,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( ( greater @ X @ Y )
            & ( greater @ Y @ Z ) )
         => ( greater @ X @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(18,plain,
    ( ( ! [X: $i,Y: $i] :
          ~ ( ( greater @ X @ Y )
            & ( greater @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(19,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( smaller @ X @ Y )
        <=> ( greater @ Y @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(20,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( greater_or_equal @ X @ Y )
        <=> ( ( greater @ X @ Y )
            | ( X = Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(21,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( smaller_or_equal @ X @ Y )
        <=> ( ( smaller @ X @ Y )
            | ( X = Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(22,plain,
    ( ( ! [SY25: $i,SY26: $i,SY27: $i] :
          ( ( ( organization @ sK1_X )
            & ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ SY25 )
              = zero )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY26 ) @ eta )
            & ( greater @ ( age @ sK1_X @ SY27 ) @ eta )
            & ( greater @ eta @ zero ) )
         => ( ( greater @ ( hazard_of_mortality @ sK1_X @ SY27 ) @ ( hazard_of_mortality @ sK1_X @ SY26 ) )
            & ( ( hazard_of_mortality @ sK1_X @ SY26 )
              = ( hazard_of_mortality @ sK1_X @ SY25 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[12]) ).

thf(23,plain,
    ( ( ! [SY28: $i,SY29: $i] :
          ( ( ( organization @ sK1_X )
            & ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ sK2_SY25 )
              = zero )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY28 ) @ eta )
            & ( greater @ ( age @ sK1_X @ SY29 ) @ eta )
            & ( greater @ eta @ zero ) )
         => ( ( greater @ ( hazard_of_mortality @ sK1_X @ SY29 ) @ ( hazard_of_mortality @ sK1_X @ SY28 ) )
            & ( ( hazard_of_mortality @ sK1_X @ SY28 )
              = ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[22]) ).

thf(24,plain,
    ( ( ! [SY30: $i] :
          ( ( ( organization @ sK1_X )
            & ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ sK2_SY25 )
              = zero )
            & ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY28 ) @ eta )
            & ( greater @ ( age @ sK1_X @ SY30 ) @ eta )
            & ( greater @ eta @ zero ) )
         => ( ( greater @ ( hazard_of_mortality @ sK1_X @ SY30 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY28 ) )
            & ( ( hazard_of_mortality @ sK1_X @ sK3_SY28 )
              = ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[23]) ).

thf(25,plain,
    ( ( ( ( organization @ sK1_X )
        & ( has_endowment @ sK1_X )
        & ( ( age @ sK1_X @ sK2_SY25 )
          = zero )
        & ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY28 ) @ eta )
        & ( greater @ ( age @ sK1_X @ sK4_SY30 ) @ eta )
        & ( greater @ eta @ zero ) )
     => ( ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY30 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY28 ) )
        & ( ( hazard_of_mortality @ sK1_X @ sK3_SY28 )
          = ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[24]) ).

thf(26,plain,
    ( ( organization @ sK1_X )
    = $true ),
    inference(standard_cnf,[status(thm)],[25]) ).

thf(27,plain,
    ( ( has_endowment @ sK1_X )
    = $true ),
    inference(standard_cnf,[status(thm)],[25]) ).

thf(28,plain,
    ( ( ( age @ sK1_X @ sK2_SY25 )
      = zero )
    = $true ),
    inference(standard_cnf,[status(thm)],[25]) ).

thf(29,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY28 ) @ eta )
    = $true ),
    inference(standard_cnf,[status(thm)],[25]) ).

thf(30,plain,
    ( ( greater @ ( age @ sK1_X @ sK4_SY30 ) @ eta )
    = $true ),
    inference(standard_cnf,[status(thm)],[25]) ).

thf(31,plain,
    ( ( greater @ eta @ zero )
    = $true ),
    inference(standard_cnf,[status(thm)],[25]) ).

thf(32,plain,
    ( ( ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY30 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY28 ) )
      & ( ( hazard_of_mortality @ sK1_X @ sK3_SY28 )
        = ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[25]) ).

thf(33,plain,
    ( ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY30 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY28 ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[32]) ).

thf(34,plain,
    ( ( ( hazard_of_mortality @ sK1_X @ sK3_SY28 )
      = ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[32]) ).

thf(35,plain,
    ( ( ~ ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY30 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY28 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[33]) ).

thf(36,plain,
    ( ( ( ( hazard_of_mortality @ sK1_X @ sK3_SY28 )
       != ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[34]) ).

thf(37,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ~ ( has_immunity @ X @ T0 )
          | ~ ( organization @ X )
          | ( has_immunity @ X @ T )
          | ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[13]) ).

thf(38,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ~ ( has_immunity @ X @ T0 )
          | ~ ( organization @ X )
          | ~ ( has_immunity @ X @ T )
          | ( ( hazard_of_mortality @ X @ T0 )
            = ( hazard_of_mortality @ X @ T ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[14]) ).

thf(39,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK5_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK5_T @ X ) ) @ eta ) )
            & ( ~ ( has_immunity @ X @ ( sK5_T @ X ) )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK5_T @ X ) ) @ eta ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK5_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK5_T @ X ) ) )
            & ( ~ ( has_immunity @ X @ ( sK5_T @ X ) )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK5_T @ X ) ) ) )
          | ( has_endowment @ X ) )
      & ! [X: $i] :
          ( ~ ( has_endowment @ X )
          | ( ! [T: $i] :
                ( ~ ( smaller_or_equal @ ( age @ X @ T ) @ eta )
                | ( has_immunity @ X @ T ) )
            & ( organization @ X )
            & ! [T: $i] :
                ( ~ ( greater @ ( age @ X @ T ) @ eta )
                | ~ ( has_immunity @ X @ T ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[15]) ).

thf(40,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( greater @ X @ Y )
          | ( X = Y )
          | ( smaller @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[16]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( greater @ X @ Y )
          | ~ ( greater @ Y @ Z )
          | ( greater @ X @ Z ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[17]) ).

thf(42,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater @ X @ Y )
          | ~ ( greater @ Y @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[18]) ).

thf(43,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater @ Y @ X )
          | ( smaller @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( smaller @ X @ Y )
          | ( greater @ Y @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[19]) ).

thf(44,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater_or_equal @ X @ Y )
          | ( X = Y )
          | ( greater @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( greater_or_equal @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( greater @ X @ Y )
          | ( greater_or_equal @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[20]) ).

thf(45,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( smaller_or_equal @ X @ Y )
          | ( X = Y )
          | ( smaller @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( smaller_or_equal @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( smaller @ X @ Y )
          | ( smaller_or_equal @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[21]) ).

thf(46,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( smaller_or_equal @ X @ Y )
          | ( X = Y )
          | ( smaller @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( smaller_or_equal @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( smaller @ X @ Y )
          | ( smaller_or_equal @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(47,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater_or_equal @ X @ Y )
          | ( X = Y )
          | ( greater @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( greater_or_equal @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( greater @ X @ Y )
          | ( greater_or_equal @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(48,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater @ Y @ X )
          | ( smaller @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( smaller @ X @ Y )
          | ( greater @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(49,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater @ X @ Y )
          | ~ ( greater @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(50,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( greater @ X @ Y )
          | ~ ( greater @ Y @ Z )
          | ( greater @ X @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(51,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( greater @ X @ Y )
          | ( X = Y )
          | ( smaller @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(52,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK5_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK5_T @ X ) ) @ eta ) )
            & ( ~ ( has_immunity @ X @ ( sK5_T @ X ) )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK5_T @ X ) ) @ eta ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK5_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK5_T @ X ) ) )
            & ( ~ ( has_immunity @ X @ ( sK5_T @ X ) )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK5_T @ X ) ) ) )
          | ( has_endowment @ X ) )
      & ! [X: $i] :
          ( ~ ( has_endowment @ X )
          | ( ! [T: $i] :
                ( ~ ( smaller_or_equal @ ( age @ X @ T ) @ eta )
                | ( has_immunity @ X @ T ) )
            & ( organization @ X )
            & ! [T: $i] :
                ( ~ ( greater @ ( age @ X @ T ) @ eta )
                | ~ ( has_immunity @ X @ T ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(53,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ~ ( has_immunity @ X @ T0 )
          | ~ ( organization @ X )
          | ~ ( has_immunity @ X @ T )
          | ( ( hazard_of_mortality @ X @ T0 )
            = ( hazard_of_mortality @ X @ T ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(54,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ~ ( has_immunity @ X @ T0 )
          | ~ ( organization @ X )
          | ( has_immunity @ X @ T )
          | ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(55,plain,
    ( ( greater @ eta @ zero )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(56,plain,
    ( ( greater @ ( age @ sK1_X @ sK4_SY30 ) @ eta )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(57,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY28 ) @ eta )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(58,plain,
    ( ( ( age @ sK1_X @ sK2_SY25 )
      = zero )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(59,plain,
    ( ( has_endowment @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(60,plain,
    ( ( organization @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(61,plain,
    ( ( ~ ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY30 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY28 ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(62,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( smaller_or_equal @ SX0 @ SX1 )
                | ( SX0 = SX1 )
                | ( smaller @ SX0 @ SX1 ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0 != SX1 )
                      | ( smaller_or_equal @ SX0 @ SX1 ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( smaller @ SX0 @ SX1 )
                      | ( smaller_or_equal @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[46]) ).

thf(63,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( greater_or_equal @ SX0 @ SX1 )
                | ( SX0 = SX1 )
                | ( greater @ SX0 @ SX1 ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0 != SX1 )
                      | ( greater_or_equal @ SX0 @ SX1 ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( greater @ SX0 @ SX1 )
                      | ( greater_or_equal @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[47]) ).

thf(64,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( greater @ SX1 @ SX0 )
                | ( smaller @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( smaller @ SX0 @ SX1 )
                | ( greater @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[48]) ).

thf(65,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) ) )
                    | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) ) ) )
                | ( has_endowment @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( has_endowment @ SX0 )
                | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                                ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ eta )
                                | ( has_immunity @ SX0 @ SX1 ) )
                          | ~ ( organization @ SX0 ) )
                    | ~ ! [SX1: $i] :
                          ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ eta )
                          | ~ ( has_immunity @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[52]) ).

thf(66,plain,
    ! [SV1: $i] :
      ( ( ! [SY31: $i] :
            ( ~ ( greater @ SV1 @ SY31 )
            | ~ ( greater @ SY31 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(67,plain,
    ! [SV2: $i] :
      ( ( ! [SY32: $i,SY33: $i] :
            ( ~ ( greater @ SV2 @ SY32 )
            | ~ ( greater @ SY32 @ SY33 )
            | ( greater @ SV2 @ SY33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(68,plain,
    ! [SV3: $i] :
      ( ( ! [SY34: $i] :
            ( ( greater @ SV3 @ SY34 )
            | ( SV3 = SY34 )
            | ( smaller @ SV3 @ SY34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(69,plain,
    ! [SV4: $i] :
      ( ( ! [SY35: $i,SY36: $i] :
            ( ~ ( has_immunity @ SV4 @ SY35 )
            | ~ ( organization @ SV4 )
            | ~ ( has_immunity @ SV4 @ SY36 )
            | ( ( hazard_of_mortality @ SV4 @ SY35 )
              = ( hazard_of_mortality @ SV4 @ SY36 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(70,plain,
    ! [SV5: $i] :
      ( ( ! [SY37: $i,SY38: $i] :
            ( ~ ( has_immunity @ SV5 @ SY37 )
            | ~ ( organization @ SV5 )
            | ( has_immunity @ SV5 @ SY38 )
            | ( greater @ ( hazard_of_mortality @ SV5 @ SY38 ) @ ( hazard_of_mortality @ SV5 @ SY37 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(71,plain,
    ( ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY30 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY28 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(72,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller_or_equal @ SX0 @ SX1 )
            | ( SX0 = SX1 )
            | ( smaller @ SX0 @ SX1 ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( smaller_or_equal @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( smaller @ SX0 @ SX1 )
                  | ( smaller_or_equal @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[62]) ).

thf(73,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater_or_equal @ SX0 @ SX1 )
            | ( SX0 = SX1 )
            | ( greater @ SX0 @ SX1 ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( greater_or_equal @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( greater @ SX0 @ SX1 )
                  | ( greater_or_equal @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[63]) ).

thf(74,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater @ SX1 @ SX0 )
            | ( smaller @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller @ SX0 @ SX1 )
            | ( greater @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[64]) ).

thf(75,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) ) )
                | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) ) ) )
            | ( has_endowment @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( has_endowment @ SX0 )
            | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                            ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ eta )
                            | ( has_immunity @ SX0 @ SX1 ) )
                      | ~ ( organization @ SX0 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ eta )
                      | ~ ( has_immunity @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[65]) ).

thf(76,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ~ ( greater @ SV1 @ SV6 )
        | ~ ( greater @ SV6 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(77,plain,
    ! [SV7: $i,SV2: $i] :
      ( ( ! [SY39: $i] :
            ( ~ ( greater @ SV2 @ SV7 )
            | ~ ( greater @ SV7 @ SY39 )
            | ( greater @ SV2 @ SY39 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(78,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV8 )
        | ( SV3 = SV8 )
        | ( smaller @ SV3 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(79,plain,
    ! [SV9: $i,SV4: $i] :
      ( ( ! [SY40: $i] :
            ( ~ ( has_immunity @ SV4 @ SV9 )
            | ~ ( organization @ SV4 )
            | ~ ( has_immunity @ SV4 @ SY40 )
            | ( ( hazard_of_mortality @ SV4 @ SV9 )
              = ( hazard_of_mortality @ SV4 @ SY40 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(80,plain,
    ! [SV10: $i,SV5: $i] :
      ( ( ! [SY41: $i] :
            ( ~ ( has_immunity @ SV5 @ SV10 )
            | ~ ( organization @ SV5 )
            | ( has_immunity @ SV5 @ SY41 )
            | ( greater @ ( hazard_of_mortality @ SV5 @ SY41 ) @ ( hazard_of_mortality @ SV5 @ SV10 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(81,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller_or_equal @ SX0 @ SX1 )
            | ( SX0 = SX1 )
            | ( smaller @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[72]) ).

thf(82,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( smaller_or_equal @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( smaller @ SX0 @ SX1 )
                  | ( smaller_or_equal @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[72]) ).

thf(83,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater_or_equal @ SX0 @ SX1 )
            | ( SX0 = SX1 )
            | ( greater @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[73]) ).

thf(84,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( greater_or_equal @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( greater @ SX0 @ SX1 )
                  | ( greater_or_equal @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[73]) ).

thf(85,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater @ SX1 @ SX0 )
            | ( smaller @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[74]) ).

thf(86,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller @ SX0 @ SX1 )
            | ( greater @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[74]) ).

thf(87,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) ) )
                | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) ) ) )
            | ( has_endowment @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[75]) ).

thf(88,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( has_endowment @ SX0 )
            | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                            ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ eta )
                            | ( has_immunity @ SX0 @ SX1 ) )
                      | ~ ( organization @ SX0 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ eta )
                      | ~ ( has_immunity @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[75]) ).

thf(89,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ( ~ ( greater @ SV1 @ SV6 ) )
        = $true )
      | ( ( ~ ( greater @ SV6 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[76]) ).

thf(90,plain,
    ! [SV11: $i,SV7: $i,SV2: $i] :
      ( ( ~ ( greater @ SV2 @ SV7 )
        | ~ ( greater @ SV7 @ SV11 )
        | ( greater @ SV2 @ SV11 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(91,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV8 )
        = $true )
      | ( ( ( SV3 = SV8 )
          | ( smaller @ SV3 @ SV8 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(92,plain,
    ! [SV12: $i,SV9: $i,SV4: $i] :
      ( ( ~ ( has_immunity @ SV4 @ SV9 )
        | ~ ( organization @ SV4 )
        | ~ ( has_immunity @ SV4 @ SV12 )
        | ( ( hazard_of_mortality @ SV4 @ SV9 )
          = ( hazard_of_mortality @ SV4 @ SV12 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(93,plain,
    ! [SV13: $i,SV10: $i,SV5: $i] :
      ( ( ~ ( has_immunity @ SV5 @ SV10 )
        | ~ ( organization @ SV5 )
        | ( has_immunity @ SV5 @ SV13 )
        | ( greater @ ( hazard_of_mortality @ SV5 @ SV13 ) @ ( hazard_of_mortality @ SV5 @ SV10 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(94,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( smaller_or_equal @ SX0 @ SX1 )
          | ( SX0 = SX1 )
          | ( smaller @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[81]) ).

thf(95,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 != SX1 )
                | ( smaller_or_equal @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( smaller @ SX0 @ SX1 )
                | ( smaller_or_equal @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[82]) ).

thf(96,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( greater_or_equal @ SX0 @ SX1 )
          | ( SX0 = SX1 )
          | ( greater @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[83]) ).

thf(97,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 != SX1 )
                | ( greater_or_equal @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( greater @ SX0 @ SX1 )
                | ( greater_or_equal @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[84]) ).

thf(98,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( greater @ SX1 @ SX0 )
          | ( smaller @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[85]) ).

thf(99,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( smaller @ SX0 @ SX1 )
          | ( greater @ SX1 @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[86]) ).

thf(100,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                        | ~ ( organization @ SX0 )
                        | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) )
                    | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                        | ~ ( organization @ SX0 )
                        | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) ) )
              | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                        | ~ ( organization @ SX0 )
                        | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) )
                    | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                        | ~ ( organization @ SX0 )
                        | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) ) ) )
          | ( has_endowment @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[87]) ).

thf(101,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( has_endowment @ SX0 )
          | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ eta )
                          | ( has_immunity @ SX0 @ SX1 ) )
                    | ~ ( organization @ SX0 ) )
              | ~ ! [SX1: $i] :
                    ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ eta )
                    | ~ ( has_immunity @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[88]) ).

thf(102,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ( greater @ SV1 @ SV6 )
        = $false )
      | ( ( ~ ( greater @ SV6 @ SV1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[89]) ).

thf(103,plain,
    ! [SV11: $i,SV7: $i,SV2: $i] :
      ( ( ( ~ ( greater @ SV2 @ SV7 )
          | ~ ( greater @ SV7 @ SV11 ) )
        = $true )
      | ( ( greater @ SV2 @ SV11 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(104,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( SV3 = SV8 )
        = $true )
      | ( ( smaller @ SV3 @ SV8 )
        = $true )
      | ( ( greater @ SV3 @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(105,plain,
    ! [SV12: $i,SV9: $i,SV4: $i] :
      ( ( ( ~ ( has_immunity @ SV4 @ SV9 )
          | ~ ( organization @ SV4 )
          | ~ ( has_immunity @ SV4 @ SV12 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV4 @ SV9 )
          = ( hazard_of_mortality @ SV4 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(106,plain,
    ! [SV13: $i,SV10: $i,SV5: $i] :
      ( ( ( ~ ( has_immunity @ SV5 @ SV10 )
          | ~ ( organization @ SV5 )
          | ( has_immunity @ SV5 @ SV13 ) )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV13 ) @ ( hazard_of_mortality @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[93]) ).

thf(107,plain,
    ! [SV14: $i] :
      ( ( ! [SY42: $i] :
            ( ~ ( smaller_or_equal @ SV14 @ SY42 )
            | ( SV14 = SY42 )
            | ( smaller @ SV14 @ SY42 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(108,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( smaller_or_equal @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller @ SX0 @ SX1 )
            | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[95]) ).

thf(109,plain,
    ! [SV15: $i] :
      ( ( ! [SY43: $i] :
            ( ~ ( greater_or_equal @ SV15 @ SY43 )
            | ( SV15 = SY43 )
            | ( greater @ SV15 @ SY43 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(110,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( greater_or_equal @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater @ SX0 @ SX1 )
            | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[97]) ).

thf(111,plain,
    ! [SV16: $i] :
      ( ( ! [SY44: $i] :
            ( ~ ( greater @ SY44 @ SV16 )
            | ( smaller @ SV16 @ SY44 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(112,plain,
    ! [SV17: $i] :
      ( ( ! [SY45: $i] :
            ( ~ ( smaller @ SV17 @ SY45 )
            | ( greater @ SY45 @ SV17 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(113,plain,
    ! [SV18: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                      | ~ ( organization @ SV18 )
                      | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) )
                  | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                      | ~ ( organization @ SV18 )
                      | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) ) )
            | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                      | ~ ( organization @ SV18 )
                      | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
                  | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                      | ~ ( organization @ SV18 )
                      | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) ) ) )
        | ( has_endowment @ SV18 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(114,plain,
    ! [SV19: $i] :
      ( ( ~ ( has_endowment @ SV19 )
        | ~ ( ~ ~ ( ~ ! [SY46: $i] :
                        ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
                        | ( has_immunity @ SV19 @ SY46 ) )
                  | ~ ( organization @ SV19 ) )
            | ~ ! [SY47: $i] :
                  ( ~ ( greater @ ( age @ SV19 @ SY47 ) @ eta )
                  | ~ ( has_immunity @ SV19 @ SY47 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(115,plain,
    ! [SV1: $i,SV6: $i] :
      ( ( ( greater @ SV6 @ SV1 )
        = $false )
      | ( ( greater @ SV1 @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(116,plain,
    ! [SV11: $i,SV7: $i,SV2: $i] :
      ( ( ( ~ ( greater @ SV2 @ SV7 ) )
        = $true )
      | ( ( ~ ( greater @ SV7 @ SV11 ) )
        = $true )
      | ( ( greater @ SV2 @ SV11 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(117,plain,
    ! [SV12: $i,SV9: $i,SV4: $i] :
      ( ( ( ~ ( has_immunity @ SV4 @ SV9 )
          | ~ ( organization @ SV4 ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV4 @ SV12 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV4 @ SV9 )
          = ( hazard_of_mortality @ SV4 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[105]) ).

thf(118,plain,
    ! [SV13: $i,SV10: $i,SV5: $i] :
      ( ( ( ~ ( has_immunity @ SV5 @ SV10 )
          | ~ ( organization @ SV5 ) )
        = $true )
      | ( ( has_immunity @ SV5 @ SV13 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV13 ) @ ( hazard_of_mortality @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[106]) ).

thf(119,plain,
    ! [SV20: $i,SV14: $i] :
      ( ( ~ ( smaller_or_equal @ SV14 @ SV20 )
        | ( SV14 = SV20 )
        | ( smaller @ SV14 @ SV20 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(120,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[108]) ).

thf(121,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller @ SX0 @ SX1 )
            | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[108]) ).

thf(122,plain,
    ! [SV21: $i,SV15: $i] :
      ( ( ~ ( greater_or_equal @ SV15 @ SV21 )
        | ( SV15 = SV21 )
        | ( greater @ SV15 @ SV21 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(123,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[110]) ).

thf(124,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater @ SX0 @ SX1 )
            | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[110]) ).

thf(125,plain,
    ! [SV16: $i,SV22: $i] :
      ( ( ~ ( greater @ SV22 @ SV16 )
        | ( smaller @ SV16 @ SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(126,plain,
    ! [SV23: $i,SV17: $i] :
      ( ( ~ ( smaller @ SV17 @ SV23 )
        | ( greater @ SV23 @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(127,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                        | ~ ( organization @ SV18 )
                        | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) )
                    | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                        | ~ ( organization @ SV18 )
                        | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) ) )
              | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                        | ~ ( organization @ SV18 )
                        | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
                    | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                        | ~ ( organization @ SV18 )
                        | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(128,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( has_endowment @ SV19 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY46: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
                          | ( has_immunity @ SV19 @ SY46 ) )
                    | ~ ( organization @ SV19 ) )
              | ~ ! [SY47: $i] :
                    ( ~ ( greater @ ( age @ SV19 @ SY47 ) @ eta )
                    | ~ ( has_immunity @ SV19 @ SY47 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(129,plain,
    ! [SV11: $i,SV7: $i,SV2: $i] :
      ( ( ( greater @ SV2 @ SV7 )
        = $false )
      | ( ( ~ ( greater @ SV7 @ SV11 ) )
        = $true )
      | ( ( greater @ SV2 @ SV11 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

thf(130,plain,
    ! [SV12: $i,SV9: $i,SV4: $i] :
      ( ( ( ~ ( has_immunity @ SV4 @ SV9 ) )
        = $true )
      | ( ( ~ ( organization @ SV4 ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV4 @ SV12 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV4 @ SV9 )
          = ( hazard_of_mortality @ SV4 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[117]) ).

thf(131,plain,
    ! [SV13: $i,SV10: $i,SV5: $i] :
      ( ( ( ~ ( has_immunity @ SV5 @ SV10 ) )
        = $true )
      | ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( has_immunity @ SV5 @ SV13 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV13 ) @ ( hazard_of_mortality @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[118]) ).

thf(132,plain,
    ! [SV20: $i,SV14: $i] :
      ( ( ( ~ ( smaller_or_equal @ SV14 @ SV20 ) )
        = $true )
      | ( ( ( SV14 = SV20 )
          | ( smaller @ SV14 @ SV20 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[119]) ).

thf(133,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 != SX1 )
          | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[120]) ).

thf(134,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( smaller @ SX0 @ SX1 )
          | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[121]) ).

thf(135,plain,
    ! [SV21: $i,SV15: $i] :
      ( ( ( ~ ( greater_or_equal @ SV15 @ SV21 ) )
        = $true )
      | ( ( ( SV15 = SV21 )
          | ( greater @ SV15 @ SV21 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[122]) ).

thf(136,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 != SX1 )
          | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[123]) ).

thf(137,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( greater @ SX0 @ SX1 )
          | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[124]) ).

thf(138,plain,
    ! [SV16: $i,SV22: $i] :
      ( ( ( ~ ( greater @ SV22 @ SV16 ) )
        = $true )
      | ( ( smaller @ SV16 @ SV22 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[125]) ).

thf(139,plain,
    ! [SV23: $i,SV17: $i] :
      ( ( ( ~ ( smaller @ SV17 @ SV23 ) )
        = $true )
      | ( ( greater @ SV23 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[126]) ).

thf(140,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                    | ~ ( organization @ SV18 )
                    | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                    | ~ ( organization @ SV18 )
                    | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) ) )
          | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                    | ~ ( organization @ SV18 )
                    | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
                | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                    | ~ ( organization @ SV18 )
                    | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[127]) ).

thf(141,plain,
    ! [SV19: $i] :
      ( ( ( has_endowment @ SV19 )
        = $false )
      | ( ( ~ ( ~ ~ ( ~ ! [SY46: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
                          | ( has_immunity @ SV19 @ SY46 ) )
                    | ~ ( organization @ SV19 ) )
              | ~ ! [SY47: $i] :
                    ( ~ ( greater @ ( age @ SV19 @ SY47 ) @ eta )
                    | ~ ( has_immunity @ SV19 @ SY47 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[128]) ).

thf(142,plain,
    ! [SV2: $i,SV11: $i,SV7: $i] :
      ( ( ( greater @ SV7 @ SV11 )
        = $false )
      | ( ( greater @ SV2 @ SV7 )
        = $false )
      | ( ( greater @ SV2 @ SV11 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[129]) ).

thf(143,plain,
    ! [SV12: $i,SV9: $i,SV4: $i] :
      ( ( ( has_immunity @ SV4 @ SV9 )
        = $false )
      | ( ( ~ ( organization @ SV4 ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV4 @ SV12 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV4 @ SV9 )
          = ( hazard_of_mortality @ SV4 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[130]) ).

thf(144,plain,
    ! [SV13: $i,SV10: $i,SV5: $i] :
      ( ( ( has_immunity @ SV5 @ SV10 )
        = $false )
      | ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( has_immunity @ SV5 @ SV13 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV13 ) @ ( hazard_of_mortality @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(145,plain,
    ! [SV20: $i,SV14: $i] :
      ( ( ( smaller_or_equal @ SV14 @ SV20 )
        = $false )
      | ( ( ( SV14 = SV20 )
          | ( smaller @ SV14 @ SV20 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[132]) ).

thf(146,plain,
    ! [SV24: $i] :
      ( ( ! [SY48: $i] :
            ( ( SV24 != SY48 )
            | ( smaller_or_equal @ SV24 @ SY48 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(147,plain,
    ! [SV25: $i] :
      ( ( ! [SY49: $i] :
            ( ~ ( smaller @ SV25 @ SY49 )
            | ( smaller_or_equal @ SV25 @ SY49 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(148,plain,
    ! [SV21: $i,SV15: $i] :
      ( ( ( greater_or_equal @ SV15 @ SV21 )
        = $false )
      | ( ( ( SV15 = SV21 )
          | ( greater @ SV15 @ SV21 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[135]) ).

thf(149,plain,
    ! [SV26: $i] :
      ( ( ! [SY50: $i] :
            ( ( SV26 != SY50 )
            | ( greater_or_equal @ SV26 @ SY50 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

thf(150,plain,
    ! [SV27: $i] :
      ( ( ! [SY51: $i] :
            ( ~ ( greater @ SV27 @ SY51 )
            | ( greater_or_equal @ SV27 @ SY51 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(151,plain,
    ! [SV16: $i,SV22: $i] :
      ( ( ( greater @ SV22 @ SV16 )
        = $false )
      | ( ( smaller @ SV16 @ SV22 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[138]) ).

thf(152,plain,
    ! [SV23: $i,SV17: $i] :
      ( ( ( smaller @ SV17 @ SV23 )
        = $false )
      | ( ( greater @ SV23 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[139]) ).

thf(153,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                    | ~ ( organization @ SV18 )
                    | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                    | ~ ( organization @ SV18 )
                    | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[140]) ).

thf(154,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                    | ~ ( organization @ SV18 )
                    | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
                | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                    | ~ ( organization @ SV18 )
                    | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[140]) ).

thf(155,plain,
    ! [SV19: $i] :
      ( ( ( ~ ~ ( ~ ! [SY46: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
                      | ( has_immunity @ SV19 @ SY46 ) )
                | ~ ( organization @ SV19 ) )
          | ~ ! [SY47: $i] :
                ( ~ ( greater @ ( age @ SV19 @ SY47 ) @ eta )
                | ~ ( has_immunity @ SV19 @ SY47 ) ) )
        = $false )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[141]) ).

thf(156,plain,
    ! [SV12: $i,SV9: $i,SV4: $i] :
      ( ( ( organization @ SV4 )
        = $false )
      | ( ( has_immunity @ SV4 @ SV9 )
        = $false )
      | ( ( ~ ( has_immunity @ SV4 @ SV12 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV4 @ SV9 )
          = ( hazard_of_mortality @ SV4 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[143]) ).

thf(157,plain,
    ! [SV13: $i,SV10: $i,SV5: $i] :
      ( ( ( organization @ SV5 )
        = $false )
      | ( ( has_immunity @ SV5 @ SV10 )
        = $false )
      | ( ( has_immunity @ SV5 @ SV13 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV13 ) @ ( hazard_of_mortality @ SV5 @ SV10 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[144]) ).

thf(158,plain,
    ! [SV20: $i,SV14: $i] :
      ( ( ( SV14 = SV20 )
        = $true )
      | ( ( smaller @ SV14 @ SV20 )
        = $true )
      | ( ( smaller_or_equal @ SV14 @ SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[145]) ).

thf(159,plain,
    ! [SV28: $i,SV24: $i] :
      ( ( ( SV24 != SV28 )
        | ( smaller_or_equal @ SV24 @ SV28 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[146]) ).

thf(160,plain,
    ! [SV29: $i,SV25: $i] :
      ( ( ~ ( smaller @ SV25 @ SV29 )
        | ( smaller_or_equal @ SV25 @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[147]) ).

thf(161,plain,
    ! [SV21: $i,SV15: $i] :
      ( ( ( SV15 = SV21 )
        = $true )
      | ( ( greater @ SV15 @ SV21 )
        = $true )
      | ( ( greater_or_equal @ SV15 @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[148]) ).

thf(162,plain,
    ! [SV30: $i,SV26: $i] :
      ( ( ( SV26 != SV30 )
        | ( greater_or_equal @ SV26 @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[149]) ).

thf(163,plain,
    ! [SV31: $i,SV27: $i] :
      ( ( ~ ( greater @ SV27 @ SV31 )
        | ( greater_or_equal @ SV27 @ SV31 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

thf(164,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                  | ~ ( organization @ SV18 )
                  | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) )
              | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                  | ~ ( organization @ SV18 )
                  | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) ) ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[153]) ).

thf(165,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
                  | ~ ( organization @ SV18 )
                  | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
              | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
                  | ~ ( organization @ SV18 )
                  | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[154]) ).

thf(166,plain,
    ! [SV19: $i] :
      ( ( ( ~ ~ ( ~ ! [SY46: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
                      | ( has_immunity @ SV19 @ SY46 ) )
                | ~ ( organization @ SV19 ) ) )
        = $false )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[155]) ).

thf(167,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY47: $i] :
                ( ~ ( greater @ ( age @ SV19 @ SY47 ) @ eta )
                | ~ ( has_immunity @ SV19 @ SY47 ) ) )
        = $false )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[155]) ).

thf(168,plain,
    ! [SV9: $i,SV12: $i,SV4: $i] :
      ( ( ( has_immunity @ SV4 @ SV12 )
        = $false )
      | ( ( has_immunity @ SV4 @ SV9 )
        = $false )
      | ( ( organization @ SV4 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV4 @ SV9 )
          = ( hazard_of_mortality @ SV4 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[156]) ).

thf(169,plain,
    ! [SV28: $i,SV24: $i] :
      ( ( ( ( SV24 != SV28 ) )
        = $true )
      | ( ( smaller_or_equal @ SV24 @ SV28 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[159]) ).

thf(170,plain,
    ! [SV29: $i,SV25: $i] :
      ( ( ( ~ ( smaller @ SV25 @ SV29 ) )
        = $true )
      | ( ( smaller_or_equal @ SV25 @ SV29 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[160]) ).

thf(171,plain,
    ! [SV30: $i,SV26: $i] :
      ( ( ( ( SV26 != SV30 ) )
        = $true )
      | ( ( greater_or_equal @ SV26 @ SV30 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[162]) ).

thf(172,plain,
    ! [SV31: $i,SV27: $i] :
      ( ( ( ~ ( greater @ SV27 @ SV31 ) )
        = $true )
      | ( ( greater_or_equal @ SV27 @ SV31 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[163]) ).

thf(173,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
              | ~ ( organization @ SV18 )
              | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) )
          | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
              | ~ ( organization @ SV18 )
              | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[164]) ).

thf(174,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
              | ~ ( organization @ SV18 )
              | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
          | ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
              | ~ ( organization @ SV18 )
              | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[165]) ).

thf(175,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( ~ ! [SY46: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
                    | ( has_immunity @ SV19 @ SY46 ) )
              | ~ ( organization @ SV19 ) ) )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[166]) ).

thf(176,plain,
    ! [SV19: $i] :
      ( ( ( ! [SY47: $i] :
              ( ~ ( greater @ ( age @ SV19 @ SY47 ) @ eta )
              | ~ ( has_immunity @ SV19 @ SY47 ) ) )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[167]) ).

thf(177,plain,
    ! [SV28: $i,SV24: $i] :
      ( ( ( SV24 = SV28 )
        = $false )
      | ( ( smaller_or_equal @ SV24 @ SV28 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[169]) ).

thf(178,plain,
    ! [SV29: $i,SV25: $i] :
      ( ( ( smaller @ SV25 @ SV29 )
        = $false )
      | ( ( smaller_or_equal @ SV25 @ SV29 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[170]) ).

thf(179,plain,
    ! [SV30: $i,SV26: $i] :
      ( ( ( SV26 = SV30 )
        = $false )
      | ( ( greater_or_equal @ SV26 @ SV30 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[171]) ).

thf(180,plain,
    ! [SV31: $i,SV27: $i] :
      ( ( ( greater @ SV27 @ SV31 )
        = $false )
      | ( ( greater_or_equal @ SV27 @ SV31 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(181,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
              | ~ ( organization @ SV18 )
              | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[173]) ).

thf(182,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
              | ~ ( organization @ SV18 )
              | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[173]) ).

thf(183,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
              | ~ ( organization @ SV18 )
              | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[174]) ).

thf(184,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
              | ~ ( organization @ SV18 )
              | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[174]) ).

thf(185,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY46: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
                | ( has_immunity @ SV19 @ SY46 ) )
          | ~ ( organization @ SV19 ) )
        = $false )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[175]) ).

thf(186,plain,
    ! [SV32: $i,SV19: $i] :
      ( ( ( ~ ( greater @ ( age @ SV19 @ SV32 ) @ eta )
          | ~ ( has_immunity @ SV19 @ SV32 ) )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(187,plain,
    ! [SV18: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
          | ~ ( organization @ SV18 )
          | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[181]) ).

thf(188,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
          | ~ ( organization @ SV18 )
          | ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[182]) ).

thf(189,plain,
    ! [SV18: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
          | ~ ( organization @ SV18 )
          | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[183]) ).

thf(190,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
          | ~ ( organization @ SV18 )
          | ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[184]) ).

thf(191,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY46: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
                | ( has_immunity @ SV19 @ SY46 ) ) )
        = $false )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[185]) ).

thf(192,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( organization @ SV19 ) )
        = $false )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[185]) ).

thf(193,plain,
    ! [SV32: $i,SV19: $i] :
      ( ( ( ~ ( greater @ ( age @ SV19 @ SV32 ) @ eta ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV19 @ SV32 ) )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[186]) ).

thf(194,plain,
    ! [SV18: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
          | ~ ( organization @ SV18 ) )
        = $true )
      | ( ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[187]) ).

thf(195,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
          | ~ ( organization @ SV18 ) )
        = $true )
      | ( ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[188]) ).

thf(196,plain,
    ! [SV18: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
          | ~ ( organization @ SV18 ) )
        = $true )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[189]) ).

thf(197,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
          | ~ ( organization @ SV18 ) )
        = $true )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[190]) ).

thf(198,plain,
    ! [SV19: $i] :
      ( ( ( ! [SY46: $i] :
              ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY46 ) @ eta )
              | ( has_immunity @ SV19 @ SY46 ) ) )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[191]) ).

thf(199,plain,
    ! [SV19: $i] :
      ( ( ( organization @ SV19 )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[192]) ).

thf(200,plain,
    ! [SV32: $i,SV19: $i] :
      ( ( ( greater @ ( age @ SV19 @ SV32 ) @ eta )
        = $false )
      | ( ( ~ ( has_immunity @ SV19 @ SV32 ) )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[193]) ).

thf(201,plain,
    ! [SV18: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV18 ) )
        = $true )
      | ( ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[194]) ).

thf(202,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV18 ) )
        = $true )
      | ( ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[195]) ).

thf(203,plain,
    ! [SV18: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV18 ) )
        = $true )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[196]) ).

thf(204,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV18 ) )
        = $true )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[197]) ).

thf(205,plain,
    ! [SV33: $i,SV19: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV19 @ SV33 ) @ eta )
          | ( has_immunity @ SV19 @ SV33 ) )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[198]) ).

thf(206,plain,
    ! [SV32: $i,SV19: $i] :
      ( ( ( has_immunity @ SV19 @ SV32 )
        = $false )
      | ( ( greater @ ( age @ SV19 @ SV32 ) @ eta )
        = $false )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[200]) ).

thf(207,plain,
    ! [SV18: $i] :
      ( ( ( organization @ SV18 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[201]) ).

thf(208,plain,
    ! [SV18: $i] :
      ( ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $false )
      | ( ( ~ ( organization @ SV18 ) )
        = $true )
      | ( ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[202]) ).

thf(209,plain,
    ! [SV18: $i] :
      ( ( ( organization @ SV18 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[203]) ).

thf(210,plain,
    ! [SV18: $i] :
      ( ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $false )
      | ( ( ~ ( organization @ SV18 ) )
        = $true )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[204]) ).

thf(211,plain,
    ! [SV33: $i,SV19: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV19 @ SV33 ) @ eta ) )
        = $true )
      | ( ( has_immunity @ SV19 @ SV33 )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[205]) ).

thf(212,plain,
    ! [SV18: $i] :
      ( ( ( organization @ SV18 )
        = $false )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $false )
      | ( ( greater @ ( age @ SV18 @ ( sK5_T @ SV18 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[208]) ).

thf(213,plain,
    ! [SV18: $i] :
      ( ( ( organization @ SV18 )
        = $false )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $false )
      | ( ( has_immunity @ SV18 @ ( sK5_T @ SV18 ) )
        = $true )
      | ( ( has_endowment @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[210]) ).

thf(214,plain,
    ! [SV33: $i,SV19: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV19 @ SV33 ) @ eta )
        = $false )
      | ( ( has_immunity @ SV19 @ SV33 )
        = $true )
      | ( ( has_endowment @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[211]) ).

thf(215,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[55,214,213,212,209,207,206,199,180,179,178,177,168,161,158,157,152,151,142,115,104,71,60,59,58,57,56]) ).

thf(216,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( smaller_or_equal @ X @ Y )
          | ( X = Y )
          | ( smaller @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( smaller_or_equal @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( smaller @ X @ Y )
          | ( smaller_or_equal @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(217,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater_or_equal @ X @ Y )
          | ( X = Y )
          | ( greater @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( greater_or_equal @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( greater @ X @ Y )
          | ( greater_or_equal @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(218,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater @ Y @ X )
          | ( smaller @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( smaller @ X @ Y )
          | ( greater @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(219,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( greater @ X @ Y )
          | ~ ( greater @ Y @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(220,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( greater @ X @ Y )
          | ~ ( greater @ Y @ Z )
          | ( greater @ X @ Z ) ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(221,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( greater @ X @ Y )
          | ( X = Y )
          | ( smaller @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(222,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK5_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK5_T @ X ) ) @ eta ) )
            & ( ~ ( has_immunity @ X @ ( sK5_T @ X ) )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK5_T @ X ) ) @ eta ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK5_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK5_T @ X ) ) )
            & ( ~ ( has_immunity @ X @ ( sK5_T @ X ) )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK5_T @ X ) ) ) )
          | ( has_endowment @ X ) )
      & ! [X: $i] :
          ( ~ ( has_endowment @ X )
          | ( ! [T: $i] :
                ( ~ ( smaller_or_equal @ ( age @ X @ T ) @ eta )
                | ( has_immunity @ X @ T ) )
            & ( organization @ X )
            & ! [T: $i] :
                ( ~ ( greater @ ( age @ X @ T ) @ eta )
                | ~ ( has_immunity @ X @ T ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(223,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ~ ( has_immunity @ X @ T0 )
          | ~ ( organization @ X )
          | ~ ( has_immunity @ X @ T )
          | ( ( hazard_of_mortality @ X @ T0 )
            = ( hazard_of_mortality @ X @ T ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(224,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ~ ( has_immunity @ X @ T0 )
          | ~ ( organization @ X )
          | ( has_immunity @ X @ T )
          | ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(225,plain,
    ( ( greater @ eta @ zero )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(226,plain,
    ( ( greater @ ( age @ sK1_X @ sK4_SY30 ) @ eta )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(227,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY28 ) @ eta )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(228,plain,
    ( ( ( age @ sK1_X @ sK2_SY25 )
      = zero )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(229,plain,
    ( ( has_endowment @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(230,plain,
    ( ( organization @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(231,plain,
    ( ( ( ( hazard_of_mortality @ sK1_X @ sK3_SY28 )
       != ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(232,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( greater @ SX1 @ SX0 )
                | ( smaller @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( smaller @ SX0 @ SX1 )
                | ( greater @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[218]) ).

thf(233,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( greater_or_equal @ SX0 @ SX1 )
                | ( SX0 = SX1 )
                | ( greater @ SX0 @ SX1 ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0 != SX1 )
                      | ( greater_or_equal @ SX0 @ SX1 ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( greater @ SX0 @ SX1 )
                      | ( greater_or_equal @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[217]) ).

thf(234,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) ) )
                    | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) ) ) )
                | ( has_endowment @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( has_endowment @ SX0 )
                | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                                ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ eta )
                                | ( has_immunity @ SX0 @ SX1 ) )
                          | ~ ( organization @ SX0 ) )
                    | ~ ! [SX1: $i] :
                          ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ eta )
                          | ~ ( has_immunity @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[222]) ).

thf(235,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( smaller_or_equal @ SX0 @ SX1 )
                | ( SX0 = SX1 )
                | ( smaller @ SX0 @ SX1 ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ( SX0 != SX1 )
                      | ( smaller_or_equal @ SX0 @ SX1 ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( smaller @ SX0 @ SX1 )
                      | ( smaller_or_equal @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[216]) ).

thf(236,plain,
    ! [SV34: $i] :
      ( ( ! [SY52: $i] :
            ( ~ ( greater @ SV34 @ SY52 )
            | ~ ( greater @ SY52 @ SV34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[219]) ).

thf(237,plain,
    ! [SV35: $i] :
      ( ( ! [SY53: $i,SY54: $i] :
            ( ~ ( greater @ SV35 @ SY53 )
            | ~ ( greater @ SY53 @ SY54 )
            | ( greater @ SV35 @ SY54 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[220]) ).

thf(238,plain,
    ! [SV36: $i] :
      ( ( ! [SY55: $i] :
            ( ( greater @ SV36 @ SY55 )
            | ( SV36 = SY55 )
            | ( smaller @ SV36 @ SY55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[221]) ).

thf(239,plain,
    ! [SV37: $i] :
      ( ( ! [SY56: $i,SY57: $i] :
            ( ~ ( has_immunity @ SV37 @ SY56 )
            | ~ ( organization @ SV37 )
            | ~ ( has_immunity @ SV37 @ SY57 )
            | ( ( hazard_of_mortality @ SV37 @ SY56 )
              = ( hazard_of_mortality @ SV37 @ SY57 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[223]) ).

thf(240,plain,
    ! [SV38: $i] :
      ( ( ! [SY58: $i,SY59: $i] :
            ( ~ ( has_immunity @ SV38 @ SY58 )
            | ~ ( organization @ SV38 )
            | ( has_immunity @ SV38 @ SY59 )
            | ( greater @ ( hazard_of_mortality @ SV38 @ SY59 ) @ ( hazard_of_mortality @ SV38 @ SY58 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[224]) ).

thf(241,plain,
    ( ( ( hazard_of_mortality @ sK1_X @ sK3_SY28 )
      = ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[231]) ).

thf(242,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater @ SX1 @ SX0 )
            | ( smaller @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller @ SX0 @ SX1 )
            | ( greater @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[232]) ).

thf(243,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater_or_equal @ SX0 @ SX1 )
            | ( SX0 = SX1 )
            | ( greater @ SX0 @ SX1 ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( greater_or_equal @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( greater @ SX0 @ SX1 )
                  | ( greater_or_equal @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[233]) ).

thf(244,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) ) )
                | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) ) ) )
            | ( has_endowment @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( has_endowment @ SX0 )
            | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                            ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ eta )
                            | ( has_immunity @ SX0 @ SX1 ) )
                      | ~ ( organization @ SX0 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ eta )
                      | ~ ( has_immunity @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[234]) ).

thf(245,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller_or_equal @ SX0 @ SX1 )
            | ( SX0 = SX1 )
            | ( smaller @ SX0 @ SX1 ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( smaller_or_equal @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( smaller @ SX0 @ SX1 )
                  | ( smaller_or_equal @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[235]) ).

thf(246,plain,
    ! [SV39: $i,SV34: $i] :
      ( ( ~ ( greater @ SV34 @ SV39 )
        | ~ ( greater @ SV39 @ SV34 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[236]) ).

thf(247,plain,
    ! [SV40: $i,SV35: $i] :
      ( ( ! [SY60: $i] :
            ( ~ ( greater @ SV35 @ SV40 )
            | ~ ( greater @ SV40 @ SY60 )
            | ( greater @ SV35 @ SY60 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[237]) ).

thf(248,plain,
    ! [SV41: $i,SV36: $i] :
      ( ( ( greater @ SV36 @ SV41 )
        | ( SV36 = SV41 )
        | ( smaller @ SV36 @ SV41 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[238]) ).

thf(249,plain,
    ! [SV42: $i,SV37: $i] :
      ( ( ! [SY61: $i] :
            ( ~ ( has_immunity @ SV37 @ SV42 )
            | ~ ( organization @ SV37 )
            | ~ ( has_immunity @ SV37 @ SY61 )
            | ( ( hazard_of_mortality @ SV37 @ SV42 )
              = ( hazard_of_mortality @ SV37 @ SY61 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[239]) ).

thf(250,plain,
    ! [SV43: $i,SV38: $i] :
      ( ( ! [SY62: $i] :
            ( ~ ( has_immunity @ SV38 @ SV43 )
            | ~ ( organization @ SV38 )
            | ( has_immunity @ SV38 @ SY62 )
            | ( greater @ ( hazard_of_mortality @ SV38 @ SY62 ) @ ( hazard_of_mortality @ SV38 @ SV43 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[240]) ).

thf(251,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater @ SX1 @ SX0 )
            | ( smaller @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[242]) ).

thf(252,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller @ SX0 @ SX1 )
            | ( greater @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[242]) ).

thf(253,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater_or_equal @ SX0 @ SX1 )
            | ( SX0 = SX1 )
            | ( greater @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[243]) ).

thf(254,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( greater_or_equal @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( greater @ SX0 @ SX1 )
                  | ( greater_or_equal @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[243]) ).

thf(255,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) ) )
                | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) ) ) )
            | ( has_endowment @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[244]) ).

thf(256,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( has_endowment @ SX0 )
            | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                            ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ eta )
                            | ( has_immunity @ SX0 @ SX1 ) )
                      | ~ ( organization @ SX0 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ eta )
                      | ~ ( has_immunity @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[244]) ).

thf(257,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller_or_equal @ SX0 @ SX1 )
            | ( SX0 = SX1 )
            | ( smaller @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[245]) ).

thf(258,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ( SX0 != SX1 )
                  | ( smaller_or_equal @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( smaller @ SX0 @ SX1 )
                  | ( smaller_or_equal @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[245]) ).

thf(259,plain,
    ! [SV39: $i,SV34: $i] :
      ( ( ( ~ ( greater @ SV34 @ SV39 ) )
        = $true )
      | ( ( ~ ( greater @ SV39 @ SV34 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[246]) ).

thf(260,plain,
    ! [SV44: $i,SV40: $i,SV35: $i] :
      ( ( ~ ( greater @ SV35 @ SV40 )
        | ~ ( greater @ SV40 @ SV44 )
        | ( greater @ SV35 @ SV44 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[247]) ).

thf(261,plain,
    ! [SV41: $i,SV36: $i] :
      ( ( ( greater @ SV36 @ SV41 )
        = $true )
      | ( ( ( SV36 = SV41 )
          | ( smaller @ SV36 @ SV41 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[248]) ).

thf(262,plain,
    ! [SV45: $i,SV42: $i,SV37: $i] :
      ( ( ~ ( has_immunity @ SV37 @ SV42 )
        | ~ ( organization @ SV37 )
        | ~ ( has_immunity @ SV37 @ SV45 )
        | ( ( hazard_of_mortality @ SV37 @ SV42 )
          = ( hazard_of_mortality @ SV37 @ SV45 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[249]) ).

thf(263,plain,
    ! [SV46: $i,SV43: $i,SV38: $i] :
      ( ( ~ ( has_immunity @ SV38 @ SV43 )
        | ~ ( organization @ SV38 )
        | ( has_immunity @ SV38 @ SV46 )
        | ( greater @ ( hazard_of_mortality @ SV38 @ SV46 ) @ ( hazard_of_mortality @ SV38 @ SV43 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[250]) ).

thf(264,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( greater @ SX1 @ SX0 )
          | ( smaller @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[251]) ).

thf(265,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( smaller @ SX0 @ SX1 )
          | ( greater @ SX1 @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[252]) ).

thf(266,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( greater_or_equal @ SX0 @ SX1 )
          | ( SX0 = SX1 )
          | ( greater @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[253]) ).

thf(267,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 != SX1 )
                | ( greater_or_equal @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( greater @ SX0 @ SX1 )
                | ( greater_or_equal @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[254]) ).

thf(268,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                        | ~ ( organization @ SX0 )
                        | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) )
                    | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                        | ~ ( organization @ SX0 )
                        | ( greater @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta ) ) )
              | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK5_T @ SX0 ) ) @ eta )
                        | ~ ( organization @ SX0 )
                        | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) )
                    | ~ ( ~ ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) )
                        | ~ ( organization @ SX0 )
                        | ( has_immunity @ SX0 @ ( sK5_T @ SX0 ) ) ) ) )
          | ( has_endowment @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[255]) ).

thf(269,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( has_endowment @ SX0 )
          | ~ ( ~ ~ ( ~ ! [SX1: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ eta )
                          | ( has_immunity @ SX0 @ SX1 ) )
                    | ~ ( organization @ SX0 ) )
              | ~ ! [SX1: $i] :
                    ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ eta )
                    | ~ ( has_immunity @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[256]) ).

thf(270,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( smaller_or_equal @ SX0 @ SX1 )
          | ( SX0 = SX1 )
          | ( smaller @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[257]) ).

thf(271,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ( SX0 != SX1 )
                | ( smaller_or_equal @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( smaller @ SX0 @ SX1 )
                | ( smaller_or_equal @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[258]) ).

thf(272,plain,
    ! [SV39: $i,SV34: $i] :
      ( ( ( greater @ SV34 @ SV39 )
        = $false )
      | ( ( ~ ( greater @ SV39 @ SV34 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[259]) ).

thf(273,plain,
    ! [SV44: $i,SV40: $i,SV35: $i] :
      ( ( ( ~ ( greater @ SV35 @ SV40 )
          | ~ ( greater @ SV40 @ SV44 ) )
        = $true )
      | ( ( greater @ SV35 @ SV44 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[260]) ).

thf(274,plain,
    ! [SV41: $i,SV36: $i] :
      ( ( ( SV36 = SV41 )
        = $true )
      | ( ( smaller @ SV36 @ SV41 )
        = $true )
      | ( ( greater @ SV36 @ SV41 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[261]) ).

thf(275,plain,
    ! [SV45: $i,SV42: $i,SV37: $i] :
      ( ( ( ~ ( has_immunity @ SV37 @ SV42 )
          | ~ ( organization @ SV37 )
          | ~ ( has_immunity @ SV37 @ SV45 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV37 @ SV42 )
          = ( hazard_of_mortality @ SV37 @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[262]) ).

thf(276,plain,
    ! [SV46: $i,SV43: $i,SV38: $i] :
      ( ( ( ~ ( has_immunity @ SV38 @ SV43 )
          | ~ ( organization @ SV38 )
          | ( has_immunity @ SV38 @ SV46 ) )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV38 @ SV46 ) @ ( hazard_of_mortality @ SV38 @ SV43 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[263]) ).

thf(277,plain,
    ! [SV47: $i] :
      ( ( ! [SY63: $i] :
            ( ~ ( greater @ SY63 @ SV47 )
            | ( smaller @ SV47 @ SY63 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[264]) ).

thf(278,plain,
    ! [SV48: $i] :
      ( ( ! [SY64: $i] :
            ( ~ ( smaller @ SV48 @ SY64 )
            | ( greater @ SY64 @ SV48 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[265]) ).

thf(279,plain,
    ! [SV49: $i] :
      ( ( ! [SY65: $i] :
            ( ~ ( greater_or_equal @ SV49 @ SY65 )
            | ( SV49 = SY65 )
            | ( greater @ SV49 @ SY65 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[266]) ).

thf(280,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( greater_or_equal @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater @ SX0 @ SX1 )
            | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[267]) ).

thf(281,plain,
    ! [SV50: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                      | ~ ( organization @ SV50 )
                      | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) )
                  | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                      | ~ ( organization @ SV50 )
                      | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) ) )
            | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                      | ~ ( organization @ SV50 )
                      | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
                  | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                      | ~ ( organization @ SV50 )
                      | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) ) ) )
        | ( has_endowment @ SV50 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[268]) ).

thf(282,plain,
    ! [SV51: $i] :
      ( ( ~ ( has_endowment @ SV51 )
        | ~ ( ~ ~ ( ~ ! [SY66: $i] :
                        ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
                        | ( has_immunity @ SV51 @ SY66 ) )
                  | ~ ( organization @ SV51 ) )
            | ~ ! [SY67: $i] :
                  ( ~ ( greater @ ( age @ SV51 @ SY67 ) @ eta )
                  | ~ ( has_immunity @ SV51 @ SY67 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[269]) ).

thf(283,plain,
    ! [SV52: $i] :
      ( ( ! [SY68: $i] :
            ( ~ ( smaller_or_equal @ SV52 @ SY68 )
            | ( SV52 = SY68 )
            | ( smaller @ SV52 @ SY68 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[270]) ).

thf(284,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( smaller_or_equal @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller @ SX0 @ SX1 )
            | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[271]) ).

thf(285,plain,
    ! [SV34: $i,SV39: $i] :
      ( ( ( greater @ SV39 @ SV34 )
        = $false )
      | ( ( greater @ SV34 @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[272]) ).

thf(286,plain,
    ! [SV44: $i,SV40: $i,SV35: $i] :
      ( ( ( ~ ( greater @ SV35 @ SV40 ) )
        = $true )
      | ( ( ~ ( greater @ SV40 @ SV44 ) )
        = $true )
      | ( ( greater @ SV35 @ SV44 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[273]) ).

thf(287,plain,
    ! [SV45: $i,SV42: $i,SV37: $i] :
      ( ( ( ~ ( has_immunity @ SV37 @ SV42 )
          | ~ ( organization @ SV37 ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV37 @ SV45 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV37 @ SV42 )
          = ( hazard_of_mortality @ SV37 @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[275]) ).

thf(288,plain,
    ! [SV46: $i,SV43: $i,SV38: $i] :
      ( ( ( ~ ( has_immunity @ SV38 @ SV43 )
          | ~ ( organization @ SV38 ) )
        = $true )
      | ( ( has_immunity @ SV38 @ SV46 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV38 @ SV46 ) @ ( hazard_of_mortality @ SV38 @ SV43 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[276]) ).

thf(289,plain,
    ! [SV47: $i,SV53: $i] :
      ( ( ~ ( greater @ SV53 @ SV47 )
        | ( smaller @ SV47 @ SV53 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[277]) ).

thf(290,plain,
    ! [SV54: $i,SV48: $i] :
      ( ( ~ ( smaller @ SV48 @ SV54 )
        | ( greater @ SV54 @ SV48 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[278]) ).

thf(291,plain,
    ! [SV55: $i,SV49: $i] :
      ( ( ~ ( greater_or_equal @ SV49 @ SV55 )
        | ( SV49 = SV55 )
        | ( greater @ SV49 @ SV55 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[279]) ).

thf(292,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[280]) ).

thf(293,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( greater @ SX0 @ SX1 )
            | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[280]) ).

thf(294,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                        | ~ ( organization @ SV50 )
                        | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) )
                    | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                        | ~ ( organization @ SV50 )
                        | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) ) )
              | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                        | ~ ( organization @ SV50 )
                        | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
                    | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                        | ~ ( organization @ SV50 )
                        | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[281]) ).

thf(295,plain,
    ! [SV51: $i] :
      ( ( ( ~ ( has_endowment @ SV51 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY66: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
                          | ( has_immunity @ SV51 @ SY66 ) )
                    | ~ ( organization @ SV51 ) )
              | ~ ! [SY67: $i] :
                    ( ~ ( greater @ ( age @ SV51 @ SY67 ) @ eta )
                    | ~ ( has_immunity @ SV51 @ SY67 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[282]) ).

thf(296,plain,
    ! [SV56: $i,SV52: $i] :
      ( ( ~ ( smaller_or_equal @ SV52 @ SV56 )
        | ( SV52 = SV56 )
        | ( smaller @ SV52 @ SV56 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[283]) ).

thf(297,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ( SX0 != SX1 )
            | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[284]) ).

thf(298,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( smaller @ SX0 @ SX1 )
            | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[284]) ).

thf(299,plain,
    ! [SV44: $i,SV40: $i,SV35: $i] :
      ( ( ( greater @ SV35 @ SV40 )
        = $false )
      | ( ( ~ ( greater @ SV40 @ SV44 ) )
        = $true )
      | ( ( greater @ SV35 @ SV44 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[286]) ).

thf(300,plain,
    ! [SV45: $i,SV42: $i,SV37: $i] :
      ( ( ( ~ ( has_immunity @ SV37 @ SV42 ) )
        = $true )
      | ( ( ~ ( organization @ SV37 ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV37 @ SV45 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV37 @ SV42 )
          = ( hazard_of_mortality @ SV37 @ SV45 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[287]) ).

thf(301,plain,
    ! [SV46: $i,SV43: $i,SV38: $i] :
      ( ( ( ~ ( has_immunity @ SV38 @ SV43 ) )
        = $true )
      | ( ( ~ ( organization @ SV38 ) )
        = $true )
      | ( ( has_immunity @ SV38 @ SV46 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV38 @ SV46 ) @ ( hazard_of_mortality @ SV38 @ SV43 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[288]) ).

thf(302,plain,
    ! [SV47: $i,SV53: $i] :
      ( ( ( ~ ( greater @ SV53 @ SV47 ) )
        = $true )
      | ( ( smaller @ SV47 @ SV53 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[289]) ).

thf(303,plain,
    ! [SV54: $i,SV48: $i] :
      ( ( ( ~ ( smaller @ SV48 @ SV54 ) )
        = $true )
      | ( ( greater @ SV54 @ SV48 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[290]) ).

thf(304,plain,
    ! [SV55: $i,SV49: $i] :
      ( ( ( ~ ( greater_or_equal @ SV49 @ SV55 ) )
        = $true )
      | ( ( ( SV49 = SV55 )
          | ( greater @ SV49 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[291]) ).

thf(305,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 != SX1 )
          | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[292]) ).

thf(306,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( greater @ SX0 @ SX1 )
          | ( greater_or_equal @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[293]) ).

thf(307,plain,
    ! [SV50: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                    | ~ ( organization @ SV50 )
                    | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                    | ~ ( organization @ SV50 )
                    | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) ) )
          | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                    | ~ ( organization @ SV50 )
                    | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
                | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                    | ~ ( organization @ SV50 )
                    | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[294]) ).

thf(308,plain,
    ! [SV51: $i] :
      ( ( ( has_endowment @ SV51 )
        = $false )
      | ( ( ~ ( ~ ~ ( ~ ! [SY66: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
                          | ( has_immunity @ SV51 @ SY66 ) )
                    | ~ ( organization @ SV51 ) )
              | ~ ! [SY67: $i] :
                    ( ~ ( greater @ ( age @ SV51 @ SY67 ) @ eta )
                    | ~ ( has_immunity @ SV51 @ SY67 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[295]) ).

thf(309,plain,
    ! [SV56: $i,SV52: $i] :
      ( ( ( ~ ( smaller_or_equal @ SV52 @ SV56 ) )
        = $true )
      | ( ( ( SV52 = SV56 )
          | ( smaller @ SV52 @ SV56 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[296]) ).

thf(310,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ( SX0 != SX1 )
          | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[297]) ).

thf(311,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( smaller @ SX0 @ SX1 )
          | ( smaller_or_equal @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[298]) ).

thf(312,plain,
    ! [SV35: $i,SV44: $i,SV40: $i] :
      ( ( ( greater @ SV40 @ SV44 )
        = $false )
      | ( ( greater @ SV35 @ SV40 )
        = $false )
      | ( ( greater @ SV35 @ SV44 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[299]) ).

thf(313,plain,
    ! [SV45: $i,SV42: $i,SV37: $i] :
      ( ( ( has_immunity @ SV37 @ SV42 )
        = $false )
      | ( ( ~ ( organization @ SV37 ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV37 @ SV45 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV37 @ SV42 )
          = ( hazard_of_mortality @ SV37 @ SV45 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[300]) ).

thf(314,plain,
    ! [SV46: $i,SV43: $i,SV38: $i] :
      ( ( ( has_immunity @ SV38 @ SV43 )
        = $false )
      | ( ( ~ ( organization @ SV38 ) )
        = $true )
      | ( ( has_immunity @ SV38 @ SV46 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV38 @ SV46 ) @ ( hazard_of_mortality @ SV38 @ SV43 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[301]) ).

thf(315,plain,
    ! [SV47: $i,SV53: $i] :
      ( ( ( greater @ SV53 @ SV47 )
        = $false )
      | ( ( smaller @ SV47 @ SV53 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[302]) ).

thf(316,plain,
    ! [SV54: $i,SV48: $i] :
      ( ( ( smaller @ SV48 @ SV54 )
        = $false )
      | ( ( greater @ SV54 @ SV48 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[303]) ).

thf(317,plain,
    ! [SV55: $i,SV49: $i] :
      ( ( ( greater_or_equal @ SV49 @ SV55 )
        = $false )
      | ( ( ( SV49 = SV55 )
          | ( greater @ SV49 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[304]) ).

thf(318,plain,
    ! [SV57: $i] :
      ( ( ! [SY69: $i] :
            ( ( SV57 != SY69 )
            | ( greater_or_equal @ SV57 @ SY69 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[305]) ).

thf(319,plain,
    ! [SV58: $i] :
      ( ( ! [SY70: $i] :
            ( ~ ( greater @ SV58 @ SY70 )
            | ( greater_or_equal @ SV58 @ SY70 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[306]) ).

thf(320,plain,
    ! [SV50: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                    | ~ ( organization @ SV50 )
                    | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                    | ~ ( organization @ SV50 )
                    | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[307]) ).

thf(321,plain,
    ! [SV50: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                    | ~ ( organization @ SV50 )
                    | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
                | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                    | ~ ( organization @ SV50 )
                    | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[307]) ).

thf(322,plain,
    ! [SV51: $i] :
      ( ( ( ~ ~ ( ~ ! [SY66: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
                      | ( has_immunity @ SV51 @ SY66 ) )
                | ~ ( organization @ SV51 ) )
          | ~ ! [SY67: $i] :
                ( ~ ( greater @ ( age @ SV51 @ SY67 ) @ eta )
                | ~ ( has_immunity @ SV51 @ SY67 ) ) )
        = $false )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[308]) ).

thf(323,plain,
    ! [SV56: $i,SV52: $i] :
      ( ( ( smaller_or_equal @ SV52 @ SV56 )
        = $false )
      | ( ( ( SV52 = SV56 )
          | ( smaller @ SV52 @ SV56 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[309]) ).

thf(324,plain,
    ! [SV59: $i] :
      ( ( ! [SY71: $i] :
            ( ( SV59 != SY71 )
            | ( smaller_or_equal @ SV59 @ SY71 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[310]) ).

thf(325,plain,
    ! [SV60: $i] :
      ( ( ! [SY72: $i] :
            ( ~ ( smaller @ SV60 @ SY72 )
            | ( smaller_or_equal @ SV60 @ SY72 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[311]) ).

thf(326,plain,
    ! [SV45: $i,SV42: $i,SV37: $i] :
      ( ( ( organization @ SV37 )
        = $false )
      | ( ( has_immunity @ SV37 @ SV42 )
        = $false )
      | ( ( ~ ( has_immunity @ SV37 @ SV45 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV37 @ SV42 )
          = ( hazard_of_mortality @ SV37 @ SV45 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[313]) ).

thf(327,plain,
    ! [SV46: $i,SV43: $i,SV38: $i] :
      ( ( ( organization @ SV38 )
        = $false )
      | ( ( has_immunity @ SV38 @ SV43 )
        = $false )
      | ( ( has_immunity @ SV38 @ SV46 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV38 @ SV46 ) @ ( hazard_of_mortality @ SV38 @ SV43 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[314]) ).

thf(328,plain,
    ! [SV55: $i,SV49: $i] :
      ( ( ( SV49 = SV55 )
        = $true )
      | ( ( greater @ SV49 @ SV55 )
        = $true )
      | ( ( greater_or_equal @ SV49 @ SV55 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[317]) ).

thf(329,plain,
    ! [SV61: $i,SV57: $i] :
      ( ( ( SV57 != SV61 )
        | ( greater_or_equal @ SV57 @ SV61 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[318]) ).

thf(330,plain,
    ! [SV62: $i,SV58: $i] :
      ( ( ~ ( greater @ SV58 @ SV62 )
        | ( greater_or_equal @ SV58 @ SV62 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[319]) ).

thf(331,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                  | ~ ( organization @ SV50 )
                  | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) )
              | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                  | ~ ( organization @ SV50 )
                  | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) ) ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[320]) ).

thf(332,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
                  | ~ ( organization @ SV50 )
                  | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
              | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
                  | ~ ( organization @ SV50 )
                  | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[321]) ).

thf(333,plain,
    ! [SV51: $i] :
      ( ( ( ~ ~ ( ~ ! [SY66: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
                      | ( has_immunity @ SV51 @ SY66 ) )
                | ~ ( organization @ SV51 ) ) )
        = $false )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[322]) ).

thf(334,plain,
    ! [SV51: $i] :
      ( ( ( ~ ! [SY67: $i] :
                ( ~ ( greater @ ( age @ SV51 @ SY67 ) @ eta )
                | ~ ( has_immunity @ SV51 @ SY67 ) ) )
        = $false )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[322]) ).

thf(335,plain,
    ! [SV56: $i,SV52: $i] :
      ( ( ( SV52 = SV56 )
        = $true )
      | ( ( smaller @ SV52 @ SV56 )
        = $true )
      | ( ( smaller_or_equal @ SV52 @ SV56 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[323]) ).

thf(336,plain,
    ! [SV63: $i,SV59: $i] :
      ( ( ( SV59 != SV63 )
        | ( smaller_or_equal @ SV59 @ SV63 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[324]) ).

thf(337,plain,
    ! [SV64: $i,SV60: $i] :
      ( ( ~ ( smaller @ SV60 @ SV64 )
        | ( smaller_or_equal @ SV60 @ SV64 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[325]) ).

thf(338,plain,
    ! [SV42: $i,SV45: $i,SV37: $i] :
      ( ( ( has_immunity @ SV37 @ SV45 )
        = $false )
      | ( ( has_immunity @ SV37 @ SV42 )
        = $false )
      | ( ( organization @ SV37 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV37 @ SV42 )
          = ( hazard_of_mortality @ SV37 @ SV45 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[326]) ).

thf(339,plain,
    ! [SV61: $i,SV57: $i] :
      ( ( ( ( SV57 != SV61 ) )
        = $true )
      | ( ( greater_or_equal @ SV57 @ SV61 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[329]) ).

thf(340,plain,
    ! [SV62: $i,SV58: $i] :
      ( ( ( ~ ( greater @ SV58 @ SV62 ) )
        = $true )
      | ( ( greater_or_equal @ SV58 @ SV62 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[330]) ).

thf(341,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
              | ~ ( organization @ SV50 )
              | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) )
          | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
              | ~ ( organization @ SV50 )
              | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[331]) ).

thf(342,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
              | ~ ( organization @ SV50 )
              | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
          | ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
              | ~ ( organization @ SV50 )
              | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[332]) ).

thf(343,plain,
    ! [SV51: $i] :
      ( ( ( ~ ( ~ ! [SY66: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
                    | ( has_immunity @ SV51 @ SY66 ) )
              | ~ ( organization @ SV51 ) ) )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[333]) ).

thf(344,plain,
    ! [SV51: $i] :
      ( ( ( ! [SY67: $i] :
              ( ~ ( greater @ ( age @ SV51 @ SY67 ) @ eta )
              | ~ ( has_immunity @ SV51 @ SY67 ) ) )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[334]) ).

thf(345,plain,
    ! [SV63: $i,SV59: $i] :
      ( ( ( ( SV59 != SV63 ) )
        = $true )
      | ( ( smaller_or_equal @ SV59 @ SV63 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[336]) ).

thf(346,plain,
    ! [SV64: $i,SV60: $i] :
      ( ( ( ~ ( smaller @ SV60 @ SV64 ) )
        = $true )
      | ( ( smaller_or_equal @ SV60 @ SV64 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[337]) ).

thf(347,plain,
    ! [SV61: $i,SV57: $i] :
      ( ( ( SV57 = SV61 )
        = $false )
      | ( ( greater_or_equal @ SV57 @ SV61 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[339]) ).

thf(348,plain,
    ! [SV62: $i,SV58: $i] :
      ( ( ( greater @ SV58 @ SV62 )
        = $false )
      | ( ( greater_or_equal @ SV58 @ SV62 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[340]) ).

thf(349,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
              | ~ ( organization @ SV50 )
              | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[341]) ).

thf(350,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
              | ~ ( organization @ SV50 )
              | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[341]) ).

thf(351,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
              | ~ ( organization @ SV50 )
              | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[342]) ).

thf(352,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
              | ~ ( organization @ SV50 )
              | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[342]) ).

thf(353,plain,
    ! [SV51: $i] :
      ( ( ( ~ ! [SY66: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
                | ( has_immunity @ SV51 @ SY66 ) )
          | ~ ( organization @ SV51 ) )
        = $false )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[343]) ).

thf(354,plain,
    ! [SV65: $i,SV51: $i] :
      ( ( ( ~ ( greater @ ( age @ SV51 @ SV65 ) @ eta )
          | ~ ( has_immunity @ SV51 @ SV65 ) )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[344]) ).

thf(355,plain,
    ! [SV63: $i,SV59: $i] :
      ( ( ( SV59 = SV63 )
        = $false )
      | ( ( smaller_or_equal @ SV59 @ SV63 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[345]) ).

thf(356,plain,
    ! [SV64: $i,SV60: $i] :
      ( ( ( smaller @ SV60 @ SV64 )
        = $false )
      | ( ( smaller_or_equal @ SV60 @ SV64 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[346]) ).

thf(357,plain,
    ! [SV50: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
          | ~ ( organization @ SV50 )
          | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[349]) ).

thf(358,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
          | ~ ( organization @ SV50 )
          | ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[350]) ).

thf(359,plain,
    ! [SV50: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
          | ~ ( organization @ SV50 )
          | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[351]) ).

thf(360,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
          | ~ ( organization @ SV50 )
          | ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[352]) ).

thf(361,plain,
    ! [SV51: $i] :
      ( ( ( ~ ! [SY66: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
                | ( has_immunity @ SV51 @ SY66 ) ) )
        = $false )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[353]) ).

thf(362,plain,
    ! [SV51: $i] :
      ( ( ( ~ ( organization @ SV51 ) )
        = $false )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[353]) ).

thf(363,plain,
    ! [SV65: $i,SV51: $i] :
      ( ( ( ~ ( greater @ ( age @ SV51 @ SV65 ) @ eta ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV51 @ SV65 ) )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[354]) ).

thf(364,plain,
    ! [SV50: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
          | ~ ( organization @ SV50 ) )
        = $true )
      | ( ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[357]) ).

thf(365,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
          | ~ ( organization @ SV50 ) )
        = $true )
      | ( ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[358]) ).

thf(366,plain,
    ! [SV50: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
          | ~ ( organization @ SV50 ) )
        = $true )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[359]) ).

thf(367,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
          | ~ ( organization @ SV50 ) )
        = $true )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[360]) ).

thf(368,plain,
    ! [SV51: $i] :
      ( ( ( ! [SY66: $i] :
              ( ~ ( smaller_or_equal @ ( age @ SV51 @ SY66 ) @ eta )
              | ( has_immunity @ SV51 @ SY66 ) ) )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[361]) ).

thf(369,plain,
    ! [SV51: $i] :
      ( ( ( organization @ SV51 )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[362]) ).

thf(370,plain,
    ! [SV65: $i,SV51: $i] :
      ( ( ( greater @ ( age @ SV51 @ SV65 ) @ eta )
        = $false )
      | ( ( ~ ( has_immunity @ SV51 @ SV65 ) )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[363]) ).

thf(371,plain,
    ! [SV50: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV50 ) )
        = $true )
      | ( ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[364]) ).

thf(372,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV50 ) )
        = $true )
      | ( ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[365]) ).

thf(373,plain,
    ! [SV50: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV50 ) )
        = $true )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[366]) ).

thf(374,plain,
    ! [SV50: $i] :
      ( ( ( ~ ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV50 ) )
        = $true )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[367]) ).

thf(375,plain,
    ! [SV66: $i,SV51: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV51 @ SV66 ) @ eta )
          | ( has_immunity @ SV51 @ SV66 ) )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[368]) ).

thf(376,plain,
    ! [SV65: $i,SV51: $i] :
      ( ( ( has_immunity @ SV51 @ SV65 )
        = $false )
      | ( ( greater @ ( age @ SV51 @ SV65 ) @ eta )
        = $false )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[370]) ).

thf(377,plain,
    ! [SV50: $i] :
      ( ( ( organization @ SV50 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[371]) ).

thf(378,plain,
    ! [SV50: $i] :
      ( ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $false )
      | ( ( ~ ( organization @ SV50 ) )
        = $true )
      | ( ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[372]) ).

thf(379,plain,
    ! [SV50: $i] :
      ( ( ( organization @ SV50 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[373]) ).

thf(380,plain,
    ! [SV50: $i] :
      ( ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $false )
      | ( ( ~ ( organization @ SV50 ) )
        = $true )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[374]) ).

thf(381,plain,
    ! [SV66: $i,SV51: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV51 @ SV66 ) @ eta ) )
        = $true )
      | ( ( has_immunity @ SV51 @ SV66 )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[375]) ).

thf(382,plain,
    ! [SV50: $i] :
      ( ( ( organization @ SV50 )
        = $false )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $false )
      | ( ( greater @ ( age @ SV50 @ ( sK5_T @ SV50 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[378]) ).

thf(383,plain,
    ! [SV50: $i] :
      ( ( ( organization @ SV50 )
        = $false )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $false )
      | ( ( has_immunity @ SV50 @ ( sK5_T @ SV50 ) )
        = $true )
      | ( ( has_endowment @ SV50 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[380]) ).

thf(384,plain,
    ! [SV66: $i,SV51: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV51 @ SV66 ) @ eta )
        = $false )
      | ( ( has_immunity @ SV51 @ SV66 )
        = $true )
      | ( ( has_endowment @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[381]) ).

thf(385,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[225,384,383,382,379,377,376,369,356,355,348,347,338,335,328,327,316,315,312,285,274,241,230,229,228,227,226]) ).

thf(386,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[385,215]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.11  % Problem  : MGT057+1 : TPTP v8.1.0. Released v2.4.0.
% 0.10/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n028.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Thu Jun  9 12:20:32 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 9
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 0
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.35  (rf:0,axioms:9,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:11,loop_count:0,foatp_calls:0,translation:fof_full)..................
% 0.18/0.55  
% 0.18/0.55  ********************************
% 0.18/0.55  *   All subproblems solved!    *
% 0.18/0.55  ********************************
% 0.18/0.55  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:15,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:385,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.18/0.59  
% 0.18/0.59  %**** Beginning of derivation protocol ****
% 0.18/0.59  % SZS output start CNFRefutation
% See solution above
% 0.18/0.59  
% 0.18/0.59  %**** End of derivation protocol ****
% 0.18/0.59  %**** no. of clauses in derivation: 386 ****
% 0.18/0.59  %**** clause counter: 385 ****
% 0.18/0.59  
% 0.18/0.59  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:15,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:385,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------