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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MGT063+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 : n021.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:39 EDT 2022

% Result   : Theorem 10.34s 10.52s
% Output   : CNFRefutation 10.89s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   27
%            Number of leaves      :   49
% Syntax   : Number of formulae    : 1184 ( 571 unt;  29 typ;   0 def)
%            Number of atoms       : 9518 (2653 equ;   0 cnn)
%            Maximal formula atoms :   16 (   8 avg)
%            Number of connectives : 19696 (3619   ~;3931   |; 232   &;11860   @)
%                                         (  16 <=>;  38  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   21 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   26 (  26   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   32 (  29 usr;  16 con; 0-3 aty)
%            Number of variables   : 2817 (   0   ^2817   !;   0   ?;2817   :)

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

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

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_high,type,
    high: $i ).

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

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

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

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

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

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

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

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

thf(tp_sK2_SY34,type,
    sK2_SY34: $i ).

thf(tp_sK3_SY38,type,
    sK3_SY38: $i ).

thf(tp_sK4_SY41,type,
    sK4_SY41: $i ).

thf(tp_sK5_SY43,type,
    sK5_SY43: $i ).

thf(tp_sK6_T,type,
    sK6_T: $i > $i ).

thf(tp_sK7_T,type,
    sK7_T: $i > $i ).

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

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

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

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

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

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

thf(1,axiom,
    greater @ mod2 @ mod1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_19) ).

thf(2,axiom,
    greater @ mod2 @ low,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_18e) ).

thf(3,axiom,
    greater @ high @ mod2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_18d) ).

thf(4,axiom,
    greater @ low @ very_low,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_18c) ).

thf(5,axiom,
    greater @ mod1 @ low,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_18b) ).

thf(6,axiom,
    greater @ high @ mod1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_18a) ).

thf(7,axiom,
    ! [X: $i,T: $i] :
      ( ( organization @ X )
     => ( ( ( has_immunity @ X @ T )
         => ( ( hazard_of_mortality @ X @ T )
            = very_low ) )
        & ( ~ ( has_immunity @ X @ T )
         => ( ( ( ( is_aligned @ X @ T )
                & ( positional_advantage @ X @ T ) )
             => ( ( hazard_of_mortality @ X @ T )
                = low ) )
            & ( ( ~ ( is_aligned @ X @ T )
                & ( positional_advantage @ X @ T ) )
             => ( ( hazard_of_mortality @ X @ T )
                = mod1 ) )
            & ( ( ( is_aligned @ X @ T )
                & ~ ( positional_advantage @ X @ T ) )
             => ( ( hazard_of_mortality @ X @ T )
                = mod2 ) )
            & ( ( ~ ( is_aligned @ X @ T )
                & ~ ( positional_advantage @ X @ T ) )
             => ( ( hazard_of_mortality @ X @ T )
                = high ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_17) ).

thf(8,axiom,
    ! [X: $i] :
      ( ( robust_position @ X )
    <=> ! [T: $i] :
          ( ( ( smaller_or_equal @ ( age @ X @ T ) @ tau )
           => ~ ( positional_advantage @ X @ T ) )
          & ( ( greater @ ( age @ X @ T ) @ tau )
           => ( positional_advantage @ X @ T ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_4) ).

thf(9,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( ( age @ X @ T0 )
          = zero ) )
     => ( ( greater @ ( age @ X @ T ) @ sigma )
      <=> ( dissimilar @ X @ T0 @ T ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_15) ).

thf(10,axiom,
    ! [X: $i,T: $i] :
      ( ( ( organization @ X )
        & ( ( age @ X @ T )
          = zero ) )
     => ( is_aligned @ X @ T ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_13) ).

thf(11,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( dissimilar @ X @ T0 @ T )
    <=> ( ( organization @ X )
        & ~ ( ( is_aligned @ X @ T0 )
          <=> ( is_aligned @ X @ T ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',definition_2) ).

thf(12,axiom,
    ! [X: $i,T: $i] :
      ( ( ( organization @ X )
        & ~ ( has_endowment @ X ) )
     => ~ ( has_immunity @ X @ T ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_1) ).

thf(13,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/sandbox2/benchmark/theBenchmark.p',definition_1) ).

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

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

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

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

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

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

thf(20,conjecture,
    ! [X: $i,T0: $i,T1: $i,T2: $i,T3: $i] :
      ( ( ( organization @ X )
        & ( robust_position @ X )
        & ~ ( has_endowment @ X )
        & ( ( age @ X @ T0 )
          = zero )
        & ( greater @ sigma @ zero )
        & ( greater @ tau @ zero )
        & ( smaller @ sigma @ tau )
        & ( smaller_or_equal @ ( age @ X @ T1 ) @ sigma )
        & ( greater @ ( age @ X @ T2 ) @ sigma )
        & ( smaller_or_equal @ ( age @ X @ T2 ) @ tau )
        & ( greater @ ( age @ X @ T3 ) @ tau ) )
     => ( ( smaller @ ( hazard_of_mortality @ X @ T3 ) @ ( hazard_of_mortality @ X @ T1 ) )
        & ( smaller @ ( hazard_of_mortality @ X @ T1 ) @ ( hazard_of_mortality @ X @ T2 ) )
        & ( ( hazard_of_mortality @ X @ T1 )
          = ( hazard_of_mortality @ X @ T0 ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_9) ).

thf(21,negated_conjecture,
    ( ( ! [X: $i,T0: $i,T1: $i,T2: $i,T3: $i] :
          ( ( ( organization @ X )
            & ( robust_position @ X )
            & ~ ( has_endowment @ X )
            & ( ( age @ X @ T0 )
              = zero )
            & ( greater @ sigma @ zero )
            & ( greater @ tau @ zero )
            & ( smaller @ sigma @ tau )
            & ( smaller_or_equal @ ( age @ X @ T1 ) @ sigma )
            & ( greater @ ( age @ X @ T2 ) @ sigma )
            & ( smaller_or_equal @ ( age @ X @ T2 ) @ tau )
            & ( greater @ ( age @ X @ T3 ) @ tau ) )
         => ( ( smaller @ ( hazard_of_mortality @ X @ T3 ) @ ( hazard_of_mortality @ X @ T1 ) )
            & ( smaller @ ( hazard_of_mortality @ X @ T1 ) @ ( hazard_of_mortality @ X @ T2 ) )
            & ( ( hazard_of_mortality @ X @ T1 )
              = ( hazard_of_mortality @ X @ T0 ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[20]) ).

thf(22,plain,
    ( ( ! [X: $i,T0: $i,T1: $i,T2: $i,T3: $i] :
          ( ( ( organization @ X )
            & ( robust_position @ X )
            & ~ ( has_endowment @ X )
            & ( ( age @ X @ T0 )
              = zero )
            & ( greater @ sigma @ zero )
            & ( greater @ tau @ zero )
            & ( smaller @ sigma @ tau )
            & ( smaller_or_equal @ ( age @ X @ T1 ) @ sigma )
            & ( greater @ ( age @ X @ T2 ) @ sigma )
            & ( smaller_or_equal @ ( age @ X @ T2 ) @ tau )
            & ( greater @ ( age @ X @ T3 ) @ tau ) )
         => ( ( smaller @ ( hazard_of_mortality @ X @ T3 ) @ ( hazard_of_mortality @ X @ T1 ) )
            & ( smaller @ ( hazard_of_mortality @ X @ T1 ) @ ( hazard_of_mortality @ X @ T2 ) )
            & ( ( hazard_of_mortality @ X @ T1 )
              = ( hazard_of_mortality @ X @ T0 ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(23,plain,
    ( ( greater @ mod2 @ mod1 )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(24,plain,
    ( ( greater @ mod2 @ low )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(25,plain,
    ( ( greater @ high @ mod2 )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(26,plain,
    ( ( greater @ low @ very_low )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(27,plain,
    ( ( greater @ mod1 @ low )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(28,plain,
    ( ( greater @ high @ mod1 )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(29,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( organization @ X )
         => ( ( ( has_immunity @ X @ T )
             => ( ( hazard_of_mortality @ X @ T )
                = very_low ) )
            & ( ~ ( has_immunity @ X @ T )
             => ( ( ( ( is_aligned @ X @ T )
                    & ( positional_advantage @ X @ T ) )
                 => ( ( hazard_of_mortality @ X @ T )
                    = low ) )
                & ( ( ~ ( is_aligned @ X @ T )
                    & ( positional_advantage @ X @ T ) )
                 => ( ( hazard_of_mortality @ X @ T )
                    = mod1 ) )
                & ( ( ( is_aligned @ X @ T )
                    & ~ ( positional_advantage @ X @ T ) )
                 => ( ( hazard_of_mortality @ X @ T )
                    = mod2 ) )
                & ( ( ~ ( is_aligned @ X @ T )
                    & ~ ( positional_advantage @ X @ T ) )
                 => ( ( hazard_of_mortality @ X @ T )
                    = high ) ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(30,plain,
    ( ( ! [X: $i] :
          ( ( robust_position @ X )
        <=> ! [T: $i] :
              ( ( ( smaller_or_equal @ ( age @ X @ T ) @ tau )
               => ~ ( positional_advantage @ X @ T ) )
              & ( ( greater @ ( age @ X @ T ) @ tau )
               => ( positional_advantage @ X @ T ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(31,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ( ( age @ X @ T0 )
              = zero ) )
         => ( ( greater @ ( age @ X @ T ) @ sigma )
          <=> ( dissimilar @ X @ T0 @ T ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(32,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( ( organization @ X )
            & ( ( age @ X @ T )
              = zero ) )
         => ( is_aligned @ X @ T ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(33,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( dissimilar @ X @ T0 @ T )
        <=> ( ( organization @ X )
            & ~ ( ( is_aligned @ X @ T0 )
              <=> ( is_aligned @ X @ T ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(34,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( ( organization @ X )
            & ~ ( has_endowment @ X ) )
         => ~ ( has_immunity @ X @ T ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(35,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)],[13]) ).

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

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

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

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

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

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

thf(42,plain,
    ( ( ! [SY34: $i,SY35: $i,SY36: $i,SY37: $i] :
          ( ( ( organization @ sK1_X )
            & ( robust_position @ sK1_X )
            & ~ ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ SY34 )
              = zero )
            & ( greater @ sigma @ zero )
            & ( greater @ tau @ zero )
            & ( smaller @ sigma @ tau )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY35 ) @ sigma )
            & ( greater @ ( age @ sK1_X @ SY36 ) @ sigma )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY36 ) @ tau )
            & ( greater @ ( age @ sK1_X @ SY37 ) @ tau ) )
         => ( ( smaller @ ( hazard_of_mortality @ sK1_X @ SY37 ) @ ( hazard_of_mortality @ sK1_X @ SY35 ) )
            & ( smaller @ ( hazard_of_mortality @ sK1_X @ SY35 ) @ ( hazard_of_mortality @ sK1_X @ SY36 ) )
            & ( ( hazard_of_mortality @ sK1_X @ SY35 )
              = ( hazard_of_mortality @ sK1_X @ SY34 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[22]) ).

thf(43,plain,
    ( ( ! [SY38: $i,SY39: $i,SY40: $i] :
          ( ( ( organization @ sK1_X )
            & ( robust_position @ sK1_X )
            & ~ ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ sK2_SY34 )
              = zero )
            & ( greater @ sigma @ zero )
            & ( greater @ tau @ zero )
            & ( smaller @ sigma @ tau )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY38 ) @ sigma )
            & ( greater @ ( age @ sK1_X @ SY39 ) @ sigma )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY39 ) @ tau )
            & ( greater @ ( age @ sK1_X @ SY40 ) @ tau ) )
         => ( ( smaller @ ( hazard_of_mortality @ sK1_X @ SY40 ) @ ( hazard_of_mortality @ sK1_X @ SY38 ) )
            & ( smaller @ ( hazard_of_mortality @ sK1_X @ SY38 ) @ ( hazard_of_mortality @ sK1_X @ SY39 ) )
            & ( ( hazard_of_mortality @ sK1_X @ SY38 )
              = ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[42]) ).

thf(44,plain,
    ( ( ! [SY41: $i,SY42: $i] :
          ( ( ( organization @ sK1_X )
            & ( robust_position @ sK1_X )
            & ~ ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ sK2_SY34 )
              = zero )
            & ( greater @ sigma @ zero )
            & ( greater @ tau @ zero )
            & ( smaller @ sigma @ tau )
            & ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY38 ) @ sigma )
            & ( greater @ ( age @ sK1_X @ SY41 ) @ sigma )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY41 ) @ tau )
            & ( greater @ ( age @ sK1_X @ SY42 ) @ tau ) )
         => ( ( smaller @ ( hazard_of_mortality @ sK1_X @ SY42 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) )
            & ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) @ ( hazard_of_mortality @ sK1_X @ SY41 ) )
            & ( ( hazard_of_mortality @ sK1_X @ sK3_SY38 )
              = ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[43]) ).

thf(45,plain,
    ( ( ! [SY43: $i] :
          ( ( ( organization @ sK1_X )
            & ( robust_position @ sK1_X )
            & ~ ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ sK2_SY34 )
              = zero )
            & ( greater @ sigma @ zero )
            & ( greater @ tau @ zero )
            & ( smaller @ sigma @ tau )
            & ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY38 ) @ sigma )
            & ( greater @ ( age @ sK1_X @ sK4_SY41 ) @ sigma )
            & ( smaller_or_equal @ ( age @ sK1_X @ sK4_SY41 ) @ tau )
            & ( greater @ ( age @ sK1_X @ SY43 ) @ tau ) )
         => ( ( smaller @ ( hazard_of_mortality @ sK1_X @ SY43 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) )
            & ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) )
            & ( ( hazard_of_mortality @ sK1_X @ sK3_SY38 )
              = ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[44]) ).

thf(46,plain,
    ( ( ( ( organization @ sK1_X )
        & ( robust_position @ sK1_X )
        & ~ ( has_endowment @ sK1_X )
        & ( ( age @ sK1_X @ sK2_SY34 )
          = zero )
        & ( greater @ sigma @ zero )
        & ( greater @ tau @ zero )
        & ( smaller @ sigma @ tau )
        & ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY38 ) @ sigma )
        & ( greater @ ( age @ sK1_X @ sK4_SY41 ) @ sigma )
        & ( smaller_or_equal @ ( age @ sK1_X @ sK4_SY41 ) @ tau )
        & ( greater @ ( age @ sK1_X @ sK5_SY43 ) @ tau ) )
     => ( ( smaller @ ( hazard_of_mortality @ sK1_X @ sK5_SY43 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) )
        & ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) )
        & ( ( hazard_of_mortality @ sK1_X @ sK3_SY38 )
          = ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[45]) ).

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

thf(48,plain,
    ( ( robust_position @ sK1_X )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(49,plain,
    ( ( ~ ( has_endowment @ sK1_X ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(50,plain,
    ( ( ( age @ sK1_X @ sK2_SY34 )
      = zero )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(51,plain,
    ( ( greater @ sigma @ zero )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(52,plain,
    ( ( greater @ tau @ zero )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(53,plain,
    ( ( smaller @ sigma @ tau )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(54,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY38 ) @ sigma )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(55,plain,
    ( ( greater @ ( age @ sK1_X @ sK4_SY41 ) @ sigma )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(56,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK4_SY41 ) @ tau )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(57,plain,
    ( ( greater @ ( age @ sK1_X @ sK5_SY43 ) @ tau )
    = $true ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(58,plain,
    ( ( ( smaller @ ( hazard_of_mortality @ sK1_X @ sK5_SY43 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) )
      & ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) )
      & ( ( hazard_of_mortality @ sK1_X @ sK3_SY38 )
        = ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[46]) ).

thf(59,plain,
    ( ( smaller @ ( hazard_of_mortality @ sK1_X @ sK5_SY43 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[58]) ).

thf(60,plain,
    ( ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[58]) ).

thf(61,plain,
    ( ( ( hazard_of_mortality @ sK1_X @ sK3_SY38 )
      = ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[58]) ).

thf(62,plain,
    ( ( ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK5_SY43 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[59]) ).

thf(63,plain,
    ( ( ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[60]) ).

thf(64,plain,
    ( ( ( ( hazard_of_mortality @ sK1_X @ sK3_SY38 )
       != ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[61]) ).

thf(65,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ~ ( has_immunity @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = very_low ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ~ ( is_aligned @ X @ T )
              | ~ ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = low ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ( is_aligned @ X @ T )
              | ~ ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = mod1 ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ~ ( is_aligned @ X @ T )
              | ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = mod2 ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ( is_aligned @ X @ T )
              | ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = high ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(66,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK6_T @ X ) ) @ tau )
              | ( greater @ ( age @ X @ ( sK6_T @ X ) ) @ tau ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK6_T @ X ) ) @ tau )
              | ~ ( positional_advantage @ X @ ( sK6_T @ X ) ) )
            & ( ( positional_advantage @ X @ ( sK6_T @ X ) )
              | ( greater @ ( age @ X @ ( sK6_T @ X ) ) @ tau ) )
            & ( ( positional_advantage @ X @ ( sK6_T @ X ) )
              | ~ ( positional_advantage @ X @ ( sK6_T @ X ) ) ) )
          | ( robust_position @ X ) )
      & ! [X: $i] :
          ( ~ ( robust_position @ X )
          | ( ! [T: $i] :
                ( ~ ( smaller_or_equal @ ( age @ X @ T ) @ tau )
                | ~ ( positional_advantage @ X @ T ) )
            & ! [T: $i] :
                ( ~ ( greater @ ( age @ X @ T ) @ tau )
                | ( positional_advantage @ X @ T ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[30]) ).

thf(67,plain,
    ( ( ! [X: $i] :
          ( ! [T0: $i] :
              ( ( ( age @ X @ T0 )
               != zero )
              | ~ ( organization @ X )
              | ! [T: $i] :
                  ( ~ ( dissimilar @ X @ T0 @ T )
                  | ( greater @ ( age @ X @ T ) @ sigma ) ) )
          & ! [T0: $i] :
              ( ( ( age @ X @ T0 )
               != zero )
              | ~ ( organization @ X )
              | ! [T: $i] :
                  ( ~ ( greater @ ( age @ X @ T ) @ sigma )
                  | ( dissimilar @ X @ T0 @ T ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[31]) ).

thf(68,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( ( age @ X @ T )
           != zero )
          | ~ ( organization @ X )
          | ( is_aligned @ X @ T ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[32]) ).

thf(69,plain,
    ( ( ! [X: $i] :
          ( ! [T0: $i,T: $i] :
              ( ~ ( organization @ X )
              | ~ ( is_aligned @ X @ T0 )
              | ( is_aligned @ X @ T )
              | ( dissimilar @ X @ T0 @ T ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( organization @ X )
              | ~ ( is_aligned @ X @ T )
              | ( is_aligned @ X @ T0 )
              | ( dissimilar @ X @ T0 @ T ) )
          & ( ! [T0: $i,T: $i] :
                ~ ( dissimilar @ X @ T0 @ T )
            | ( organization @ X ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( dissimilar @ X @ T0 @ T )
              | ~ ( is_aligned @ X @ T0 )
              | ~ ( is_aligned @ X @ T ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( dissimilar @ X @ T0 @ T )
              | ( is_aligned @ X @ T0 )
              | ( is_aligned @ X @ T ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

thf(70,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ( has_endowment @ X )
          | ! [T: $i] :
              ~ ( has_immunity @ X @ T ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(71,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK7_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK7_T @ X ) ) @ eta ) )
            & ( ~ ( has_immunity @ X @ ( sK7_T @ X ) )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK7_T @ X ) ) @ eta ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK7_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK7_T @ X ) ) )
            & ( ~ ( has_immunity @ X @ ( sK7_T @ X ) )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK7_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)],[35]) ).

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

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

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

thf(75,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)],[39]) ).

thf(76,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)],[40]) ).

thf(77,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)],[41]) ).

thf(78,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)],[77]) ).

thf(79,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)],[76]) ).

thf(80,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)],[75]) ).

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

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

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

thf(84,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK7_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK7_T @ X ) ) @ eta ) )
            & ( ~ ( has_immunity @ X @ ( sK7_T @ X ) )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK7_T @ X ) ) @ eta ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK7_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK7_T @ X ) ) )
            & ( ~ ( has_immunity @ X @ ( sK7_T @ X ) )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK7_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)],[71]) ).

thf(85,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ( has_endowment @ X )
          | ! [T: $i] :
              ~ ( has_immunity @ X @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[70]) ).

thf(86,plain,
    ( ( ! [X: $i] :
          ( ! [T0: $i,T: $i] :
              ( ~ ( organization @ X )
              | ~ ( is_aligned @ X @ T0 )
              | ( is_aligned @ X @ T )
              | ( dissimilar @ X @ T0 @ T ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( organization @ X )
              | ~ ( is_aligned @ X @ T )
              | ( is_aligned @ X @ T0 )
              | ( dissimilar @ X @ T0 @ T ) )
          & ( ! [T0: $i,T: $i] :
                ~ ( dissimilar @ X @ T0 @ T )
            | ( organization @ X ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( dissimilar @ X @ T0 @ T )
              | ~ ( is_aligned @ X @ T0 )
              | ~ ( is_aligned @ X @ T ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( dissimilar @ X @ T0 @ T )
              | ( is_aligned @ X @ T0 )
              | ( is_aligned @ X @ T ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[69]) ).

thf(87,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( ( age @ X @ T )
           != zero )
          | ~ ( organization @ X )
          | ( is_aligned @ X @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[68]) ).

thf(88,plain,
    ( ( ! [X: $i] :
          ( ! [T0: $i] :
              ( ( ( age @ X @ T0 )
               != zero )
              | ~ ( organization @ X )
              | ! [T: $i] :
                  ( ~ ( dissimilar @ X @ T0 @ T )
                  | ( greater @ ( age @ X @ T ) @ sigma ) ) )
          & ! [T0: $i] :
              ( ( ( age @ X @ T0 )
               != zero )
              | ~ ( organization @ X )
              | ! [T: $i] :
                  ( ~ ( greater @ ( age @ X @ T ) @ sigma )
                  | ( dissimilar @ X @ T0 @ T ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[67]) ).

thf(89,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK6_T @ X ) ) @ tau )
              | ( greater @ ( age @ X @ ( sK6_T @ X ) ) @ tau ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK6_T @ X ) ) @ tau )
              | ~ ( positional_advantage @ X @ ( sK6_T @ X ) ) )
            & ( ( positional_advantage @ X @ ( sK6_T @ X ) )
              | ( greater @ ( age @ X @ ( sK6_T @ X ) ) @ tau ) )
            & ( ( positional_advantage @ X @ ( sK6_T @ X ) )
              | ~ ( positional_advantage @ X @ ( sK6_T @ X ) ) ) )
          | ( robust_position @ X ) )
      & ! [X: $i] :
          ( ~ ( robust_position @ X )
          | ( ! [T: $i] :
                ( ~ ( smaller_or_equal @ ( age @ X @ T ) @ tau )
                | ~ ( positional_advantage @ X @ T ) )
            & ! [T: $i] :
                ( ~ ( greater @ ( age @ X @ T ) @ tau )
                | ( positional_advantage @ X @ T ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[66]) ).

thf(90,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ~ ( has_immunity @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = very_low ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ~ ( is_aligned @ X @ T )
              | ~ ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = low ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ( is_aligned @ X @ T )
              | ~ ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = mod1 ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ~ ( is_aligned @ X @ T )
              | ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = mod2 ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ( is_aligned @ X @ T )
              | ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = high ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[65]) ).

thf(91,plain,
    ( ( greater @ high @ mod1 )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(92,plain,
    ( ( greater @ mod1 @ low )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(93,plain,
    ( ( greater @ low @ very_low )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(94,plain,
    ( ( greater @ high @ mod2 )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(95,plain,
    ( ( greater @ mod2 @ low )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(96,plain,
    ( ( greater @ mod2 @ mod1 )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(97,plain,
    ( ( greater @ ( age @ sK1_X @ sK5_SY43 ) @ tau )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(98,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK4_SY41 ) @ tau )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(99,plain,
    ( ( greater @ ( age @ sK1_X @ sK4_SY41 ) @ sigma )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(100,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY38 ) @ sigma )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(101,plain,
    ( ( smaller @ sigma @ tau )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(102,plain,
    ( ( greater @ tau @ zero )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(103,plain,
    ( ( greater @ sigma @ zero )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(104,plain,
    ( ( ( age @ sK1_X @ sK2_SY34 )
      = zero )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(105,plain,
    ( ( ~ ( has_endowment @ sK1_X ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(106,plain,
    ( ( robust_position @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

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

thf(108,plain,
    ( ( ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK5_SY43 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) ) )
    = $true ),
    inference(copy,[status(thm)],[62]) ).

thf(109,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ~ ( is_aligned @ SX0 @ SX1 )
                        | ( is_aligned @ SX0 @ SX2 )
                        | ( dissimilar @ SX0 @ SX1 @ SX2 ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ~ ( is_aligned @ SX0 @ SX2 )
                        | ( is_aligned @ SX0 @ SX1 )
                        | ( dissimilar @ SX0 @ SX1 @ SX2 ) ) )
            | ~ ~ ( ~ ( ! [SX1: $i,SX2: $i] :
                          ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                      | ( organization @ SX0 ) )
                  | ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                              | ~ ( is_aligned @ SX0 @ SX1 )
                              | ~ ( is_aligned @ SX0 @ SX2 ) )
                        | ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                              | ( is_aligned @ SX0 @ SX1 )
                              | ( is_aligned @ SX0 @ SX2 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[86]) ).

thf(110,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i] :
                  ( ( ( age @ SX0 @ SX1 )
                   != zero )
                  | ~ ( organization @ SX0 )
                  | ! [SX2: $i] :
                      ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                      | ( greater @ ( age @ SX0 @ SX2 ) @ sigma ) ) )
            | ~ ! [SX1: $i] :
                  ( ( ( age @ SX0 @ SX1 )
                   != zero )
                  | ~ ( organization @ SX0 )
                  | ! [SX2: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX2 ) @ sigma )
                      | ( dissimilar @ SX0 @ SX1 @ SX2 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[88]) ).

thf(111,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) ) )
                    | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK7_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)],[84]) ).

thf(112,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ~ ( has_immunity @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = very_low ) ) )
          | ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                  ( ~ ( organization @ SX0 )
                                  | ! [SX1: $i] :
                                      ( ( has_immunity @ SX0 @ SX1 )
                                      | ~ ( is_aligned @ SX0 @ SX1 )
                                      | ~ ( positional_advantage @ SX0 @ SX1 )
                                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                        = low ) ) )
                            | ~ ! [SX0: $i] :
                                  ( ~ ( organization @ SX0 )
                                  | ! [SX1: $i] :
                                      ( ( has_immunity @ SX0 @ SX1 )
                                      | ( is_aligned @ SX0 @ SX1 )
                                      | ~ ( positional_advantage @ SX0 @ SX1 )
                                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                        = mod1 ) ) ) )
                      | ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ~ ( is_aligned @ SX0 @ SX1 )
                                | ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = mod2 ) ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ( is_aligned @ SX0 @ SX1 )
                          | ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = high ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[90]) ).

thf(113,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)],[78]) ).

thf(114,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)],[79]) ).

thf(115,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                              | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                          | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                              | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                    | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                              | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                          | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                              | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
                | ( robust_position @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( robust_position @ SX0 )
                | ~ ( ~ ! [SX1: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ SX1 ) )
                    | ~ ! [SX1: $i] :
                          ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                          | ( positional_advantage @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[89]) ).

thf(116,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)],[80]) ).

thf(117,plain,
    ! [SV1: $i] :
      ( ( ! [SY44: $i] :
            ( ~ ( greater @ SV1 @ SY44 )
            | ~ ( greater @ SY44 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(118,plain,
    ! [SV2: $i] :
      ( ( ! [SY45: $i,SY46: $i] :
            ( ~ ( greater @ SV2 @ SY45 )
            | ~ ( greater @ SY45 @ SY46 )
            | ( greater @ SV2 @ SY46 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(119,plain,
    ! [SV3: $i] :
      ( ( ! [SY47: $i] :
            ( ( greater @ SV3 @ SY47 )
            | ( SV3 = SY47 )
            | ( smaller @ SV3 @ SY47 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(120,plain,
    ! [SV4: $i] :
      ( ( ~ ( organization @ SV4 )
        | ( has_endowment @ SV4 )
        | ! [SY48: $i] :
            ~ ( has_immunity @ SV4 @ SY48 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(121,plain,
    ! [SV5: $i] :
      ( ( ! [SY49: $i] :
            ( ( ( age @ SV5 @ SY49 )
             != zero )
            | ~ ( organization @ SV5 )
            | ( is_aligned @ SV5 @ SY49 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(122,plain,
    ( ( has_endowment @ sK1_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[105]) ).

thf(123,plain,
    ( ( smaller @ ( hazard_of_mortality @ sK1_X @ sK5_SY43 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[108]) ).

thf(124,plain,
    ! [SV6: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY50: $i,SY51: $i] :
                        ( ~ ( organization @ SV6 )
                        | ~ ( is_aligned @ SV6 @ SY50 )
                        | ( is_aligned @ SV6 @ SY51 )
                        | ( dissimilar @ SV6 @ SY50 @ SY51 ) )
                  | ~ ! [SY52: $i,SY53: $i] :
                        ( ~ ( organization @ SV6 )
                        | ~ ( is_aligned @ SV6 @ SY53 )
                        | ( is_aligned @ SV6 @ SY52 )
                        | ( dissimilar @ SV6 @ SY52 @ SY53 ) ) )
            | ~ ~ ( ~ ( ! [SY54: $i,SY55: $i] :
                          ~ ( dissimilar @ SV6 @ SY54 @ SY55 )
                      | ( organization @ SV6 ) )
                  | ~ ~ ( ~ ! [SY56: $i,SY57: $i] :
                              ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
                              | ~ ( is_aligned @ SV6 @ SY56 )
                              | ~ ( is_aligned @ SV6 @ SY57 ) )
                        | ~ ! [SY58: $i,SY59: $i] :
                              ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
                              | ( is_aligned @ SV6 @ SY58 )
                              | ( is_aligned @ SV6 @ SY59 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(125,plain,
    ! [SV7: $i] :
      ( ( ~ ( ~ ! [SY60: $i] :
                  ( ( ( age @ SV7 @ SY60 )
                   != zero )
                  | ~ ( organization @ SV7 )
                  | ! [SY61: $i] :
                      ( ~ ( dissimilar @ SV7 @ SY60 @ SY61 )
                      | ( greater @ ( age @ SV7 @ SY61 ) @ sigma ) ) )
            | ~ ! [SY62: $i] :
                  ( ( ( age @ SV7 @ SY62 )
                   != zero )
                  | ~ ( organization @ SV7 )
                  | ! [SY63: $i] :
                      ( ~ ( greater @ ( age @ SV7 @ SY63 ) @ sigma )
                      | ( dissimilar @ SV7 @ SY62 @ SY63 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(126,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) ) )
                | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK7_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)],[111]) ).

thf(127,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ~ ( has_immunity @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = very_low ) ) )
      | ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ~ ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = low ) ) )
                        | ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = mod1 ) ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod2 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = high ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[112]) ).

thf(128,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)],[113]) ).

thf(129,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)],[114]) ).

thf(130,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
            | ( robust_position @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( robust_position @ SX0 )
            | ~ ( ~ ! [SX1: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                      | ~ ( positional_advantage @ SX0 @ SX1 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                      | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(131,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)],[116]) ).

thf(132,plain,
    ! [SV8: $i,SV1: $i] :
      ( ( ~ ( greater @ SV1 @ SV8 )
        | ~ ( greater @ SV8 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[117]) ).

thf(133,plain,
    ! [SV9: $i,SV2: $i] :
      ( ( ! [SY64: $i] :
            ( ~ ( greater @ SV2 @ SV9 )
            | ~ ( greater @ SV9 @ SY64 )
            | ( greater @ SV2 @ SY64 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(134,plain,
    ! [SV10: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV10 )
        | ( SV3 = SV10 )
        | ( smaller @ SV3 @ SV10 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

thf(135,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( organization @ SV4 )
          | ( has_endowment @ SV4 ) )
        = $true )
      | ( ( ! [SY48: $i] :
              ~ ( has_immunity @ SV4 @ SY48 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[120]) ).

thf(136,plain,
    ! [SV11: $i,SV5: $i] :
      ( ( ( ( age @ SV5 @ SV11 )
         != zero )
        | ~ ( organization @ SV5 )
        | ( is_aligned @ SV5 @ SV11 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(137,plain,
    ! [SV6: $i] :
      ( ( ~ ~ ( ~ ! [SY50: $i,SY51: $i] :
                    ( ~ ( organization @ SV6 )
                    | ~ ( is_aligned @ SV6 @ SY50 )
                    | ( is_aligned @ SV6 @ SY51 )
                    | ( dissimilar @ SV6 @ SY50 @ SY51 ) )
              | ~ ! [SY52: $i,SY53: $i] :
                    ( ~ ( organization @ SV6 )
                    | ~ ( is_aligned @ SV6 @ SY53 )
                    | ( is_aligned @ SV6 @ SY52 )
                    | ( dissimilar @ SV6 @ SY52 @ SY53 ) ) )
        | ~ ~ ( ~ ( ! [SY54: $i,SY55: $i] :
                      ~ ( dissimilar @ SV6 @ SY54 @ SY55 )
                  | ( organization @ SV6 ) )
              | ~ ~ ( ~ ! [SY56: $i,SY57: $i] :
                          ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
                          | ~ ( is_aligned @ SV6 @ SY56 )
                          | ~ ( is_aligned @ SV6 @ SY57 ) )
                    | ~ ! [SY58: $i,SY59: $i] :
                          ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
                          | ( is_aligned @ SV6 @ SY58 )
                          | ( is_aligned @ SV6 @ SY59 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[124]) ).

thf(138,plain,
    ! [SV7: $i] :
      ( ( ~ ! [SY60: $i] :
              ( ( ( age @ SV7 @ SY60 )
               != zero )
              | ~ ( organization @ SV7 )
              | ! [SY61: $i] :
                  ( ~ ( dissimilar @ SV7 @ SY60 @ SY61 )
                  | ( greater @ ( age @ SV7 @ SY61 ) @ sigma ) ) )
        | ~ ! [SY62: $i] :
              ( ( ( age @ SV7 @ SY62 )
               != zero )
              | ~ ( organization @ SV7 )
              | ! [SY63: $i] :
                  ( ~ ( greater @ ( age @ SV7 @ SY63 ) @ sigma )
                  | ( dissimilar @ SV7 @ SY62 @ SY63 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

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

thf(140,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)],[126]) ).

thf(141,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ~ ( has_immunity @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = very_low ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[127]) ).

thf(142,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ~ ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = low ) ) )
                        | ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = mod1 ) ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod2 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = high ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[127]) ).

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

thf(144,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)],[128]) ).

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

thf(146,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)],[129]) ).

thf(147,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
            | ( robust_position @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[130]) ).

thf(148,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( robust_position @ SX0 )
            | ~ ( ~ ! [SX1: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                      | ~ ( positional_advantage @ SX0 @ SX1 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                      | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[130]) ).

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

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

thf(151,plain,
    ! [SV8: $i,SV1: $i] :
      ( ( ( ~ ( greater @ SV1 @ SV8 ) )
        = $true )
      | ( ( ~ ( greater @ SV8 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[132]) ).

thf(152,plain,
    ! [SV12: $i,SV9: $i,SV2: $i] :
      ( ( ~ ( greater @ SV2 @ SV9 )
        | ~ ( greater @ SV9 @ SV12 )
        | ( greater @ SV2 @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(153,plain,
    ! [SV10: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV10 )
        = $true )
      | ( ( ( SV3 = SV10 )
          | ( smaller @ SV3 @ SV10 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[134]) ).

thf(154,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( organization @ SV4 ) )
        = $true )
      | ( ( has_endowment @ SV4 )
        = $true )
      | ( ( ! [SY48: $i] :
              ~ ( has_immunity @ SV4 @ SY48 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[135]) ).

thf(155,plain,
    ! [SV11: $i,SV5: $i] :
      ( ( ( ( ( age @ SV5 @ SV11 )
           != zero )
          | ~ ( organization @ SV5 ) )
        = $true )
      | ( ( is_aligned @ SV5 @ SV11 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[136]) ).

thf(156,plain,
    ! [SV6: $i] :
      ( ( ~ ~ ( ~ ! [SY50: $i,SY51: $i] :
                    ( ~ ( organization @ SV6 )
                    | ~ ( is_aligned @ SV6 @ SY50 )
                    | ( is_aligned @ SV6 @ SY51 )
                    | ( dissimilar @ SV6 @ SY50 @ SY51 ) )
              | ~ ! [SY52: $i,SY53: $i] :
                    ( ~ ( organization @ SV6 )
                    | ~ ( is_aligned @ SV6 @ SY53 )
                    | ( is_aligned @ SV6 @ SY52 )
                    | ( dissimilar @ SV6 @ SY52 @ SY53 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[137]) ).

thf(157,plain,
    ! [SV6: $i] :
      ( ( ~ ~ ( ~ ( ! [SY54: $i,SY55: $i] :
                      ~ ( dissimilar @ SV6 @ SY54 @ SY55 )
                  | ( organization @ SV6 ) )
              | ~ ~ ( ~ ! [SY56: $i,SY57: $i] :
                          ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
                          | ~ ( is_aligned @ SV6 @ SY56 )
                          | ~ ( is_aligned @ SV6 @ SY57 ) )
                    | ~ ! [SY58: $i,SY59: $i] :
                          ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
                          | ( is_aligned @ SV6 @ SY58 )
                          | ( is_aligned @ SV6 @ SY59 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[137]) ).

thf(158,plain,
    ! [SV7: $i] :
      ( ( ~ ! [SY60: $i] :
              ( ( ( age @ SV7 @ SY60 )
               != zero )
              | ~ ( organization @ SV7 )
              | ! [SY61: $i] :
                  ( ~ ( dissimilar @ SV7 @ SY60 @ SY61 )
                  | ( greater @ ( age @ SV7 @ SY61 ) @ sigma ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[138]) ).

thf(159,plain,
    ! [SV7: $i] :
      ( ( ~ ! [SY62: $i] :
              ( ( ( age @ SV7 @ SY62 )
               != zero )
              | ~ ( organization @ SV7 )
              | ! [SY63: $i] :
                  ( ~ ( greater @ ( age @ SV7 @ SY63 ) @ sigma )
                  | ( dissimilar @ SV7 @ SY62 @ SY63 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[138]) ).

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

thf(161,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)],[140]) ).

thf(162,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ~ ( has_immunity @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = very_low ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[141]) ).

thf(163,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ~ ( is_aligned @ SX0 @ SX1 )
                                | ~ ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = low ) ) )
                      | ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ( is_aligned @ SX0 @ SX1 )
                                | ~ ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = mod1 ) ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ~ ( is_aligned @ SX0 @ SX1 )
                          | ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = mod2 ) ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ( is_aligned @ SX0 @ SX1 )
                    | ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = high ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[142]) ).

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

thf(165,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)],[144]) ).

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

thf(167,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)],[146]) ).

thf(168,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                        | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                    | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                        | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
              | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                        | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                    | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                        | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
          | ( robust_position @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[147]) ).

thf(169,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( robust_position @ SX0 )
          | ~ ( ~ ! [SX1: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                    | ~ ( positional_advantage @ SX0 @ SX1 ) )
              | ~ ! [SX1: $i] :
                    ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                    | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[148]) ).

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

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

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

thf(173,plain,
    ! [SV12: $i,SV9: $i,SV2: $i] :
      ( ( ( ~ ( greater @ SV2 @ SV9 )
          | ~ ( greater @ SV9 @ SV12 ) )
        = $true )
      | ( ( greater @ SV2 @ SV12 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(174,plain,
    ! [SV10: $i,SV3: $i] :
      ( ( ( SV3 = SV10 )
        = $true )
      | ( ( smaller @ SV3 @ SV10 )
        = $true )
      | ( ( greater @ SV3 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(175,plain,
    ! [SV4: $i] :
      ( ( ( organization @ SV4 )
        = $false )
      | ( ( has_endowment @ SV4 )
        = $true )
      | ( ( ! [SY48: $i] :
              ~ ( has_immunity @ SV4 @ SY48 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[154]) ).

thf(176,plain,
    ! [SV11: $i,SV5: $i] :
      ( ( ( ( ( age @ SV5 @ SV11 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( is_aligned @ SV5 @ SV11 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[155]) ).

thf(177,plain,
    ! [SV6: $i] :
      ( ( ~ ( ~ ! [SY50: $i,SY51: $i] :
                  ( ~ ( organization @ SV6 )
                  | ~ ( is_aligned @ SV6 @ SY50 )
                  | ( is_aligned @ SV6 @ SY51 )
                  | ( dissimilar @ SV6 @ SY50 @ SY51 ) )
            | ~ ! [SY52: $i,SY53: $i] :
                  ( ~ ( organization @ SV6 )
                  | ~ ( is_aligned @ SV6 @ SY53 )
                  | ( is_aligned @ SV6 @ SY52 )
                  | ( dissimilar @ SV6 @ SY52 @ SY53 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[156]) ).

thf(178,plain,
    ! [SV6: $i] :
      ( ( ~ ( ~ ( ! [SY54: $i,SY55: $i] :
                    ~ ( dissimilar @ SV6 @ SY54 @ SY55 )
                | ( organization @ SV6 ) )
            | ~ ~ ( ~ ! [SY56: $i,SY57: $i] :
                        ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
                        | ~ ( is_aligned @ SV6 @ SY56 )
                        | ~ ( is_aligned @ SV6 @ SY57 ) )
                  | ~ ! [SY58: $i,SY59: $i] :
                        ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
                        | ( is_aligned @ SV6 @ SY58 )
                        | ( is_aligned @ SV6 @ SY59 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[157]) ).

thf(179,plain,
    ! [SV7: $i] :
      ( ( ! [SY60: $i] :
            ( ( ( age @ SV7 @ SY60 )
             != zero )
            | ~ ( organization @ SV7 )
            | ! [SY61: $i] :
                ( ~ ( dissimilar @ SV7 @ SY60 @ SY61 )
                | ( greater @ ( age @ SV7 @ SY61 ) @ sigma ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[158]) ).

thf(180,plain,
    ! [SV7: $i] :
      ( ( ! [SY62: $i] :
            ( ( ( age @ SV7 @ SY62 )
             != zero )
            | ~ ( organization @ SV7 )
            | ! [SY63: $i] :
                ( ~ ( greater @ ( age @ SV7 @ SY63 ) @ sigma )
                | ( dissimilar @ SV7 @ SY62 @ SY63 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[159]) ).

thf(181,plain,
    ! [SV13: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
                      | ~ ( organization @ SV13 )
                      | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) )
                  | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
                      | ~ ( organization @ SV13 )
                      | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) ) )
            | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
                      | ~ ( organization @ SV13 )
                      | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) )
                  | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
                      | ~ ( organization @ SV13 )
                      | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) ) ) )
        | ( has_endowment @ SV13 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[160]) ).

thf(182,plain,
    ! [SV14: $i] :
      ( ( ~ ( has_endowment @ SV14 )
        | ~ ( ~ ~ ( ~ ! [SY65: $i] :
                        ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
                        | ( has_immunity @ SV14 @ SY65 ) )
                  | ~ ( organization @ SV14 ) )
            | ~ ! [SY66: $i] :
                  ( ~ ( greater @ ( age @ SV14 @ SY66 ) @ eta )
                  | ~ ( has_immunity @ SV14 @ SY66 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[161]) ).

thf(183,plain,
    ! [SV15: $i] :
      ( ( ~ ( organization @ SV15 )
        | ! [SY67: $i] :
            ( ~ ( has_immunity @ SV15 @ SY67 )
            | ( ( hazard_of_mortality @ SV15 @ SY67 )
              = very_low ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[162]) ).

thf(184,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = low ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod1 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod2 ) ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = high ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[163]) ).

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

thf(186,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)],[165]) ).

thf(187,plain,
    ! [SV17: $i] :
      ( ( ! [SY69: $i] :
            ( ~ ( greater_or_equal @ SV17 @ SY69 )
            | ( SV17 = SY69 )
            | ( greater @ SV17 @ SY69 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(188,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)],[167]) ).

thf(189,plain,
    ! [SV18: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                      | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
                  | ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                      | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) )
            | ~ ~ ( ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                      | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
                  | ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                      | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) ) )
        | ( robust_position @ SV18 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

thf(190,plain,
    ! [SV19: $i] :
      ( ( ~ ( robust_position @ SV19 )
        | ~ ( ~ ! [SY70: $i] :
                  ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY70 ) @ tau )
                  | ~ ( positional_advantage @ SV19 @ SY70 ) )
            | ~ ! [SY71: $i] :
                  ( ~ ( greater @ ( age @ SV19 @ SY71 ) @ tau )
                  | ( positional_advantage @ SV19 @ SY71 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[169]) ).

thf(191,plain,
    ! [SV20: $i] :
      ( ( ! [SY72: $i] :
            ( ~ ( greater @ SY72 @ SV20 )
            | ( smaller @ SV20 @ SY72 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[170]) ).

thf(192,plain,
    ! [SV21: $i] :
      ( ( ! [SY73: $i] :
            ( ~ ( smaller @ SV21 @ SY73 )
            | ( greater @ SY73 @ SV21 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[171]) ).

thf(193,plain,
    ! [SV1: $i,SV8: $i] :
      ( ( ( greater @ SV8 @ SV1 )
        = $false )
      | ( ( greater @ SV1 @ SV8 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(194,plain,
    ! [SV12: $i,SV9: $i,SV2: $i] :
      ( ( ( ~ ( greater @ SV2 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV9 @ SV12 ) )
        = $true )
      | ( ( greater @ SV2 @ SV12 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[173]) ).

thf(195,plain,
    ! [SV22: $i,SV4: $i] :
      ( ( ( ~ ( has_immunity @ SV4 @ SV22 ) )
        = $true )
      | ( ( has_endowment @ SV4 )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

thf(196,plain,
    ! [SV11: $i,SV5: $i] :
      ( ( ( ( age @ SV5 @ SV11 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( is_aligned @ SV5 @ SV11 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[176]) ).

thf(197,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY50: $i,SY51: $i] :
              ( ~ ( organization @ SV6 )
              | ~ ( is_aligned @ SV6 @ SY50 )
              | ( is_aligned @ SV6 @ SY51 )
              | ( dissimilar @ SV6 @ SY50 @ SY51 ) )
        | ~ ! [SY52: $i,SY53: $i] :
              ( ~ ( organization @ SV6 )
              | ~ ( is_aligned @ SV6 @ SY53 )
              | ( is_aligned @ SV6 @ SY52 )
              | ( dissimilar @ SV6 @ SY52 @ SY53 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[177]) ).

thf(198,plain,
    ! [SV6: $i] :
      ( ( ~ ( ! [SY54: $i,SY55: $i] :
                ~ ( dissimilar @ SV6 @ SY54 @ SY55 )
            | ( organization @ SV6 ) )
        | ~ ~ ( ~ ! [SY56: $i,SY57: $i] :
                    ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
                    | ~ ( is_aligned @ SV6 @ SY56 )
                    | ~ ( is_aligned @ SV6 @ SY57 ) )
              | ~ ! [SY58: $i,SY59: $i] :
                    ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
                    | ( is_aligned @ SV6 @ SY58 )
                    | ( is_aligned @ SV6 @ SY59 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[178]) ).

thf(199,plain,
    ! [SV23: $i,SV7: $i] :
      ( ( ( ( age @ SV7 @ SV23 )
         != zero )
        | ~ ( organization @ SV7 )
        | ! [SY74: $i] :
            ( ~ ( dissimilar @ SV7 @ SV23 @ SY74 )
            | ( greater @ ( age @ SV7 @ SY74 ) @ sigma ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[179]) ).

thf(200,plain,
    ! [SV24: $i,SV7: $i] :
      ( ( ( ( age @ SV7 @ SV24 )
         != zero )
        | ~ ( organization @ SV7 )
        | ! [SY75: $i] :
            ( ~ ( greater @ ( age @ SV7 @ SY75 ) @ sigma )
            | ( dissimilar @ SV7 @ SV24 @ SY75 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

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

thf(202,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( has_endowment @ SV14 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY65: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
                          | ( has_immunity @ SV14 @ SY65 ) )
                    | ~ ( organization @ SV14 ) )
              | ~ ! [SY66: $i] :
                    ( ~ ( greater @ ( age @ SV14 @ SY66 ) @ eta )
                    | ~ ( has_immunity @ SV14 @ SY66 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[182]) ).

thf(203,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( organization @ SV15 ) )
        = $true )
      | ( ( ! [SY67: $i] :
              ( ~ ( has_immunity @ SV15 @ SY67 )
              | ( ( hazard_of_mortality @ SV15 @ SY67 )
                = very_low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[183]) ).

thf(204,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = low ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod1 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod2 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[184]) ).

thf(205,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = high ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[184]) ).

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

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

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

thf(209,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ~ ( greater_or_equal @ SV17 @ SV26 )
        | ( SV17 = SV26 )
        | ( greater @ SV17 @ SV26 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[187]) ).

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

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

thf(212,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                        | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
                    | ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                        | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) )
              | ~ ~ ( ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                        | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
                    | ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                        | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[189]) ).

thf(213,plain,
    ! [SV19: $i] :
      ( ( ( ~ ( robust_position @ SV19 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY70: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY70 ) @ tau )
                    | ~ ( positional_advantage @ SV19 @ SY70 ) )
              | ~ ! [SY71: $i] :
                    ( ~ ( greater @ ( age @ SV19 @ SY71 ) @ tau )
                    | ( positional_advantage @ SV19 @ SY71 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[190]) ).

thf(214,plain,
    ! [SV20: $i,SV27: $i] :
      ( ( ~ ( greater @ SV27 @ SV20 )
        | ( smaller @ SV20 @ SV27 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[191]) ).

thf(215,plain,
    ! [SV28: $i,SV21: $i] :
      ( ( ~ ( smaller @ SV21 @ SV28 )
        | ( greater @ SV28 @ SV21 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

thf(216,plain,
    ! [SV12: $i,SV9: $i,SV2: $i] :
      ( ( ( greater @ SV2 @ SV9 )
        = $false )
      | ( ( ~ ( greater @ SV9 @ SV12 ) )
        = $true )
      | ( ( greater @ SV2 @ SV12 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[194]) ).

thf(217,plain,
    ! [SV22: $i,SV4: $i] :
      ( ( ( has_immunity @ SV4 @ SV22 )
        = $false )
      | ( ( has_endowment @ SV4 )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[195]) ).

thf(218,plain,
    ! [SV11: $i,SV5: $i] :
      ( ( ( organization @ SV5 )
        = $false )
      | ( ( ( age @ SV5 @ SV11 )
          = zero )
        = $false )
      | ( ( is_aligned @ SV5 @ SV11 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[196]) ).

thf(219,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY50: $i,SY51: $i] :
              ( ~ ( organization @ SV6 )
              | ~ ( is_aligned @ SV6 @ SY50 )
              | ( is_aligned @ SV6 @ SY51 )
              | ( dissimilar @ SV6 @ SY50 @ SY51 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[197]) ).

thf(220,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY52: $i,SY53: $i] :
              ( ~ ( organization @ SV6 )
              | ~ ( is_aligned @ SV6 @ SY53 )
              | ( is_aligned @ SV6 @ SY52 )
              | ( dissimilar @ SV6 @ SY52 @ SY53 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[197]) ).

thf(221,plain,
    ! [SV6: $i] :
      ( ( ~ ( ! [SY54: $i,SY55: $i] :
                ~ ( dissimilar @ SV6 @ SY54 @ SY55 )
            | ( organization @ SV6 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[198]) ).

thf(222,plain,
    ! [SV6: $i] :
      ( ( ~ ~ ( ~ ! [SY56: $i,SY57: $i] :
                    ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
                    | ~ ( is_aligned @ SV6 @ SY56 )
                    | ~ ( is_aligned @ SV6 @ SY57 ) )
              | ~ ! [SY58: $i,SY59: $i] :
                    ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
                    | ( is_aligned @ SV6 @ SY58 )
                    | ( is_aligned @ SV6 @ SY59 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[198]) ).

thf(223,plain,
    ! [SV23: $i,SV7: $i] :
      ( ( ( ( ( age @ SV7 @ SV23 )
           != zero )
          | ~ ( organization @ SV7 ) )
        = $true )
      | ( ( ! [SY74: $i] :
              ( ~ ( dissimilar @ SV7 @ SV23 @ SY74 )
              | ( greater @ ( age @ SV7 @ SY74 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[199]) ).

thf(224,plain,
    ! [SV24: $i,SV7: $i] :
      ( ( ( ( ( age @ SV7 @ SV24 )
           != zero )
          | ~ ( organization @ SV7 ) )
        = $true )
      | ( ( ! [SY75: $i] :
              ( ~ ( greater @ ( age @ SV7 @ SY75 ) @ sigma )
              | ( dissimilar @ SV7 @ SV24 @ SY75 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[200]) ).

thf(225,plain,
    ! [SV13: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
                    | ~ ( organization @ SV13 )
                    | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
                    | ~ ( organization @ SV13 )
                    | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) ) )
          | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
                    | ~ ( organization @ SV13 )
                    | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) )
                | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
                    | ~ ( organization @ SV13 )
                    | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[201]) ).

thf(226,plain,
    ! [SV14: $i] :
      ( ( ( has_endowment @ SV14 )
        = $false )
      | ( ( ~ ( ~ ~ ( ~ ! [SY65: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
                          | ( has_immunity @ SV14 @ SY65 ) )
                    | ~ ( organization @ SV14 ) )
              | ~ ! [SY66: $i] :
                    ( ~ ( greater @ ( age @ SV14 @ SY66 ) @ eta )
                    | ~ ( has_immunity @ SV14 @ SY66 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[202]) ).

thf(227,plain,
    ! [SV15: $i] :
      ( ( ( organization @ SV15 )
        = $false )
      | ( ( ! [SY67: $i] :
              ( ~ ( has_immunity @ SV15 @ SY67 )
              | ( ( hazard_of_mortality @ SV15 @ SY67 )
                = very_low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[203]) ).

thf(228,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ~ ( is_aligned @ SX0 @ SX1 )
                          | ~ ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = low ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ( is_aligned @ SX0 @ SX1 )
                          | ~ ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = mod1 ) ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ~ ( is_aligned @ SX0 @ SX1 )
                    | ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = mod2 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[204]) ).

thf(229,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ( is_aligned @ SX0 @ SX1 )
              | ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = high ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[205]) ).

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

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

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

thf(233,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ( ~ ( greater_or_equal @ SV17 @ SV26 ) )
        = $true )
      | ( ( ( SV17 = SV26 )
          | ( greater @ SV17 @ SV26 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[209]) ).

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

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

thf(236,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                    | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
                | ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                    | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) )
          | ~ ~ ( ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                    | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
                | ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                    | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[212]) ).

thf(237,plain,
    ! [SV19: $i] :
      ( ( ( robust_position @ SV19 )
        = $false )
      | ( ( ~ ( ~ ! [SY70: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY70 ) @ tau )
                    | ~ ( positional_advantage @ SV19 @ SY70 ) )
              | ~ ! [SY71: $i] :
                    ( ~ ( greater @ ( age @ SV19 @ SY71 ) @ tau )
                    | ( positional_advantage @ SV19 @ SY71 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[213]) ).

thf(238,plain,
    ! [SV20: $i,SV27: $i] :
      ( ( ( ~ ( greater @ SV27 @ SV20 ) )
        = $true )
      | ( ( smaller @ SV20 @ SV27 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[214]) ).

thf(239,plain,
    ! [SV28: $i,SV21: $i] :
      ( ( ( ~ ( smaller @ SV21 @ SV28 ) )
        = $true )
      | ( ( greater @ SV28 @ SV21 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[215]) ).

thf(240,plain,
    ! [SV2: $i,SV12: $i,SV9: $i] :
      ( ( ( greater @ SV9 @ SV12 )
        = $false )
      | ( ( greater @ SV2 @ SV9 )
        = $false )
      | ( ( greater @ SV2 @ SV12 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[216]) ).

thf(241,plain,
    ! [SV6: $i] :
      ( ( ! [SY50: $i,SY51: $i] :
            ( ~ ( organization @ SV6 )
            | ~ ( is_aligned @ SV6 @ SY50 )
            | ( is_aligned @ SV6 @ SY51 )
            | ( dissimilar @ SV6 @ SY50 @ SY51 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[219]) ).

thf(242,plain,
    ! [SV6: $i] :
      ( ( ! [SY52: $i,SY53: $i] :
            ( ~ ( organization @ SV6 )
            | ~ ( is_aligned @ SV6 @ SY53 )
            | ( is_aligned @ SV6 @ SY52 )
            | ( dissimilar @ SV6 @ SY52 @ SY53 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[220]) ).

thf(243,plain,
    ! [SV6: $i] :
      ( ( ! [SY54: $i,SY55: $i] :
            ~ ( dissimilar @ SV6 @ SY54 @ SY55 )
        | ( organization @ SV6 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[221]) ).

thf(244,plain,
    ! [SV6: $i] :
      ( ( ~ ( ~ ! [SY56: $i,SY57: $i] :
                  ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
                  | ~ ( is_aligned @ SV6 @ SY56 )
                  | ~ ( is_aligned @ SV6 @ SY57 ) )
            | ~ ! [SY58: $i,SY59: $i] :
                  ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
                  | ( is_aligned @ SV6 @ SY58 )
                  | ( is_aligned @ SV6 @ SY59 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[222]) ).

thf(245,plain,
    ! [SV23: $i,SV7: $i] :
      ( ( ( ( ( age @ SV7 @ SV23 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV7 ) )
        = $true )
      | ( ( ! [SY74: $i] :
              ( ~ ( dissimilar @ SV7 @ SV23 @ SY74 )
              | ( greater @ ( age @ SV7 @ SY74 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[223]) ).

thf(246,plain,
    ! [SV24: $i,SV7: $i] :
      ( ( ( ( ( age @ SV7 @ SV24 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV7 ) )
        = $true )
      | ( ( ! [SY75: $i] :
              ( ~ ( greater @ ( age @ SV7 @ SY75 ) @ sigma )
              | ( dissimilar @ SV7 @ SV24 @ SY75 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[224]) ).

thf(247,plain,
    ! [SV13: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
                    | ~ ( organization @ SV13 )
                    | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
                    | ~ ( organization @ SV13 )
                    | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) ) ) )
        = $false )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[225]) ).

thf(248,plain,
    ! [SV13: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
                    | ~ ( organization @ SV13 )
                    | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) )
                | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
                    | ~ ( organization @ SV13 )
                    | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[225]) ).

thf(249,plain,
    ! [SV14: $i] :
      ( ( ( ~ ~ ( ~ ! [SY65: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
                      | ( has_immunity @ SV14 @ SY65 ) )
                | ~ ( organization @ SV14 ) )
          | ~ ! [SY66: $i] :
                ( ~ ( greater @ ( age @ SV14 @ SY66 ) @ eta )
                | ~ ( has_immunity @ SV14 @ SY66 ) ) )
        = $false )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[226]) ).

thf(250,plain,
    ! [SV29: $i,SV15: $i] :
      ( ( ( ~ ( has_immunity @ SV15 @ SV29 )
          | ( ( hazard_of_mortality @ SV15 @ SV29 )
            = very_low ) )
        = $true )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[227]) ).

thf(251,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = low ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod1 ) ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod2 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[228]) ).

thf(252,plain,
    ! [SV30: $i] :
      ( ( ~ ( organization @ SV30 )
        | ! [SY76: $i] :
            ( ( has_immunity @ SV30 @ SY76 )
            | ( is_aligned @ SV30 @ SY76 )
            | ( positional_advantage @ SV30 @ SY76 )
            | ( ( hazard_of_mortality @ SV30 @ SY76 )
              = high ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[229]) ).

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

thf(254,plain,
    ! [SV31: $i] :
      ( ( ! [SY77: $i] :
            ( ( SV31 != SY77 )
            | ( smaller_or_equal @ SV31 @ SY77 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[231]) ).

thf(255,plain,
    ! [SV32: $i] :
      ( ( ! [SY78: $i] :
            ( ~ ( smaller @ SV32 @ SY78 )
            | ( smaller_or_equal @ SV32 @ SY78 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[232]) ).

thf(256,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ( greater_or_equal @ SV17 @ SV26 )
        = $false )
      | ( ( ( SV17 = SV26 )
          | ( greater @ SV17 @ SV26 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[233]) ).

thf(257,plain,
    ! [SV33: $i] :
      ( ( ! [SY79: $i] :
            ( ( SV33 != SY79 )
            | ( greater_or_equal @ SV33 @ SY79 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[234]) ).

thf(258,plain,
    ! [SV34: $i] :
      ( ( ! [SY80: $i] :
            ( ~ ( greater @ SV34 @ SY80 )
            | ( greater_or_equal @ SV34 @ SY80 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[235]) ).

thf(259,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                    | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
                | ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                    | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[236]) ).

thf(260,plain,
    ! [SV18: $i] :
      ( ( ( ~ ~ ( ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                    | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
                | ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                    | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[236]) ).

thf(261,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY70: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY70 ) @ tau )
                | ~ ( positional_advantage @ SV19 @ SY70 ) )
          | ~ ! [SY71: $i] :
                ( ~ ( greater @ ( age @ SV19 @ SY71 ) @ tau )
                | ( positional_advantage @ SV19 @ SY71 ) ) )
        = $false )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[237]) ).

thf(262,plain,
    ! [SV20: $i,SV27: $i] :
      ( ( ( greater @ SV27 @ SV20 )
        = $false )
      | ( ( smaller @ SV20 @ SV27 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[238]) ).

thf(263,plain,
    ! [SV28: $i,SV21: $i] :
      ( ( ( smaller @ SV21 @ SV28 )
        = $false )
      | ( ( greater @ SV28 @ SV21 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[239]) ).

thf(264,plain,
    ! [SV35: $i,SV6: $i] :
      ( ( ! [SY81: $i] :
            ( ~ ( organization @ SV6 )
            | ~ ( is_aligned @ SV6 @ SV35 )
            | ( is_aligned @ SV6 @ SY81 )
            | ( dissimilar @ SV6 @ SV35 @ SY81 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[241]) ).

thf(265,plain,
    ! [SV36: $i,SV6: $i] :
      ( ( ! [SY82: $i] :
            ( ~ ( organization @ SV6 )
            | ~ ( is_aligned @ SV6 @ SY82 )
            | ( is_aligned @ SV6 @ SV36 )
            | ( dissimilar @ SV6 @ SV36 @ SY82 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[242]) ).

thf(266,plain,
    ! [SV6: $i] :
      ( ( ( ! [SY54: $i,SY55: $i] :
              ~ ( dissimilar @ SV6 @ SY54 @ SY55 ) )
        = $true )
      | ( ( organization @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[243]) ).

thf(267,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY56: $i,SY57: $i] :
              ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
              | ~ ( is_aligned @ SV6 @ SY56 )
              | ~ ( is_aligned @ SV6 @ SY57 ) )
        | ~ ! [SY58: $i,SY59: $i] :
              ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
              | ( is_aligned @ SV6 @ SY58 )
              | ( is_aligned @ SV6 @ SY59 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[244]) ).

thf(268,plain,
    ! [SV23: $i,SV7: $i] :
      ( ( ( ( age @ SV7 @ SV23 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV7 ) )
        = $true )
      | ( ( ! [SY74: $i] :
              ( ~ ( dissimilar @ SV7 @ SV23 @ SY74 )
              | ( greater @ ( age @ SV7 @ SY74 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[245]) ).

thf(269,plain,
    ! [SV24: $i,SV7: $i] :
      ( ( ( ( age @ SV7 @ SV24 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV7 ) )
        = $true )
      | ( ( ! [SY75: $i] :
              ( ~ ( greater @ ( age @ SV7 @ SY75 ) @ sigma )
              | ( dissimilar @ SV7 @ SV24 @ SY75 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[246]) ).

thf(270,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
                  | ~ ( organization @ SV13 )
                  | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) )
              | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
                  | ~ ( organization @ SV13 )
                  | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) ) ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[247]) ).

thf(271,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
                  | ~ ( organization @ SV13 )
                  | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) )
              | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
                  | ~ ( organization @ SV13 )
                  | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[248]) ).

thf(272,plain,
    ! [SV14: $i] :
      ( ( ( ~ ~ ( ~ ! [SY65: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
                      | ( has_immunity @ SV14 @ SY65 ) )
                | ~ ( organization @ SV14 ) ) )
        = $false )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[249]) ).

thf(273,plain,
    ! [SV14: $i] :
      ( ( ( ~ ! [SY66: $i] :
                ( ~ ( greater @ ( age @ SV14 @ SY66 ) @ eta )
                | ~ ( has_immunity @ SV14 @ SY66 ) ) )
        = $false )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[249]) ).

thf(274,plain,
    ! [SV29: $i,SV15: $i] :
      ( ( ( ~ ( has_immunity @ SV15 @ SV29 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV15 @ SV29 )
          = very_low )
        = $true )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[250]) ).

thf(275,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = low ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[251]) ).

thf(276,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod2 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[251]) ).

thf(277,plain,
    ! [SV30: $i] :
      ( ( ( ~ ( organization @ SV30 ) )
        = $true )
      | ( ( ! [SY76: $i] :
              ( ( has_immunity @ SV30 @ SY76 )
              | ( is_aligned @ SV30 @ SY76 )
              | ( positional_advantage @ SV30 @ SY76 )
              | ( ( hazard_of_mortality @ SV30 @ SY76 )
                = high ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[252]) ).

thf(278,plain,
    ! [SV25: $i,SV16: $i] :
      ( ( ( SV16 = SV25 )
        = $true )
      | ( ( smaller @ SV16 @ SV25 )
        = $true )
      | ( ( smaller_or_equal @ SV16 @ SV25 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[253]) ).

thf(279,plain,
    ! [SV37: $i,SV31: $i] :
      ( ( ( SV31 != SV37 )
        | ( smaller_or_equal @ SV31 @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[254]) ).

thf(280,plain,
    ! [SV38: $i,SV32: $i] :
      ( ( ~ ( smaller @ SV32 @ SV38 )
        | ( smaller_or_equal @ SV32 @ SV38 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[255]) ).

thf(281,plain,
    ! [SV26: $i,SV17: $i] :
      ( ( ( SV17 = SV26 )
        = $true )
      | ( ( greater @ SV17 @ SV26 )
        = $true )
      | ( ( greater_or_equal @ SV17 @ SV26 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[256]) ).

thf(282,plain,
    ! [SV39: $i,SV33: $i] :
      ( ( ( SV33 != SV39 )
        | ( greater_or_equal @ SV33 @ SV39 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[257]) ).

thf(283,plain,
    ! [SV40: $i,SV34: $i] :
      ( ( ~ ( greater @ SV34 @ SV40 )
        | ( greater_or_equal @ SV34 @ SV40 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[258]) ).

thf(284,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                  | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
              | ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
                  | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[259]) ).

thf(285,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                  | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
              | ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
                  | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[260]) ).

thf(286,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY70: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY70 ) @ tau )
                | ~ ( positional_advantage @ SV19 @ SY70 ) ) )
        = $false )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[261]) ).

thf(287,plain,
    ! [SV19: $i] :
      ( ( ( ~ ! [SY71: $i] :
                ( ~ ( greater @ ( age @ SV19 @ SY71 ) @ tau )
                | ( positional_advantage @ SV19 @ SY71 ) ) )
        = $false )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[261]) ).

thf(288,plain,
    ! [SV41: $i,SV35: $i,SV6: $i] :
      ( ( ~ ( organization @ SV6 )
        | ~ ( is_aligned @ SV6 @ SV35 )
        | ( is_aligned @ SV6 @ SV41 )
        | ( dissimilar @ SV6 @ SV35 @ SV41 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[264]) ).

thf(289,plain,
    ! [SV36: $i,SV42: $i,SV6: $i] :
      ( ( ~ ( organization @ SV6 )
        | ~ ( is_aligned @ SV6 @ SV42 )
        | ( is_aligned @ SV6 @ SV36 )
        | ( dissimilar @ SV6 @ SV36 @ SV42 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[265]) ).

thf(290,plain,
    ! [SV43: $i,SV6: $i] :
      ( ( ( ! [SY83: $i] :
              ~ ( dissimilar @ SV6 @ SV43 @ SY83 ) )
        = $true )
      | ( ( organization @ SV6 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[266]) ).

thf(291,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY56: $i,SY57: $i] :
              ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
              | ~ ( is_aligned @ SV6 @ SY56 )
              | ~ ( is_aligned @ SV6 @ SY57 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[267]) ).

thf(292,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY58: $i,SY59: $i] :
              ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
              | ( is_aligned @ SV6 @ SY58 )
              | ( is_aligned @ SV6 @ SY59 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[267]) ).

thf(293,plain,
    ! [SV23: $i,SV7: $i] :
      ( ( ( organization @ SV7 )
        = $false )
      | ( ( ( age @ SV7 @ SV23 )
          = zero )
        = $false )
      | ( ( ! [SY74: $i] :
              ( ~ ( dissimilar @ SV7 @ SV23 @ SY74 )
              | ( greater @ ( age @ SV7 @ SY74 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[268]) ).

thf(294,plain,
    ! [SV24: $i,SV7: $i] :
      ( ( ( organization @ SV7 )
        = $false )
      | ( ( ( age @ SV7 @ SV24 )
          = zero )
        = $false )
      | ( ( ! [SY75: $i] :
              ( ~ ( greater @ ( age @ SV7 @ SY75 ) @ sigma )
              | ( dissimilar @ SV7 @ SV24 @ SY75 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[269]) ).

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

thf(296,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
              | ~ ( organization @ SV13 )
              | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) )
          | ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
              | ~ ( organization @ SV13 )
              | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[271]) ).

thf(297,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( ~ ! [SY65: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
                    | ( has_immunity @ SV14 @ SY65 ) )
              | ~ ( organization @ SV14 ) ) )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[272]) ).

thf(298,plain,
    ! [SV14: $i] :
      ( ( ( ! [SY66: $i] :
              ( ~ ( greater @ ( age @ SV14 @ SY66 ) @ eta )
              | ~ ( has_immunity @ SV14 @ SY66 ) ) )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[273]) ).

thf(299,plain,
    ! [SV29: $i,SV15: $i] :
      ( ( ( has_immunity @ SV15 @ SV29 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV15 @ SV29 )
          = very_low )
        = $true )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[274]) ).

thf(300,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ~ ( is_aligned @ SX0 @ SX1 )
                    | ~ ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = low ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ( is_aligned @ SX0 @ SX1 )
                    | ~ ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = mod1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[275]) ).

thf(301,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ~ ( is_aligned @ SX0 @ SX1 )
              | ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = mod2 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[276]) ).

thf(302,plain,
    ! [SV30: $i] :
      ( ( ( organization @ SV30 )
        = $false )
      | ( ( ! [SY76: $i] :
              ( ( has_immunity @ SV30 @ SY76 )
              | ( is_aligned @ SV30 @ SY76 )
              | ( positional_advantage @ SV30 @ SY76 )
              | ( ( hazard_of_mortality @ SV30 @ SY76 )
                = high ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[277]) ).

thf(303,plain,
    ! [SV37: $i,SV31: $i] :
      ( ( ( ( SV31 != SV37 ) )
        = $true )
      | ( ( smaller_or_equal @ SV31 @ SV37 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[279]) ).

thf(304,plain,
    ! [SV38: $i,SV32: $i] :
      ( ( ( ~ ( smaller @ SV32 @ SV38 ) )
        = $true )
      | ( ( smaller_or_equal @ SV32 @ SV38 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[280]) ).

thf(305,plain,
    ! [SV39: $i,SV33: $i] :
      ( ( ( ( SV33 != SV39 ) )
        = $true )
      | ( ( greater_or_equal @ SV33 @ SV39 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[282]) ).

thf(306,plain,
    ! [SV40: $i,SV34: $i] :
      ( ( ( ~ ( greater @ SV34 @ SV40 ) )
        = $true )
      | ( ( greater_or_equal @ SV34 @ SV40 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[283]) ).

thf(307,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
              | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
          | ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
              | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[284]) ).

thf(308,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
              | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
          | ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
              | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[285]) ).

thf(309,plain,
    ! [SV19: $i] :
      ( ( ( ! [SY70: $i] :
              ( ~ ( smaller_or_equal @ ( age @ SV19 @ SY70 ) @ tau )
              | ~ ( positional_advantage @ SV19 @ SY70 ) ) )
        = $true )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[286]) ).

thf(310,plain,
    ! [SV19: $i] :
      ( ( ( ! [SY71: $i] :
              ( ~ ( greater @ ( age @ SV19 @ SY71 ) @ tau )
              | ( positional_advantage @ SV19 @ SY71 ) ) )
        = $true )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[287]) ).

thf(311,plain,
    ! [SV41: $i,SV35: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 )
          | ~ ( is_aligned @ SV6 @ SV35 )
          | ( is_aligned @ SV6 @ SV41 ) )
        = $true )
      | ( ( dissimilar @ SV6 @ SV35 @ SV41 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[288]) ).

thf(312,plain,
    ! [SV36: $i,SV42: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 )
          | ~ ( is_aligned @ SV6 @ SV42 )
          | ( is_aligned @ SV6 @ SV36 ) )
        = $true )
      | ( ( dissimilar @ SV6 @ SV36 @ SV42 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[289]) ).

thf(313,plain,
    ! [SV44: $i,SV43: $i,SV6: $i] :
      ( ( ( ~ ( dissimilar @ SV6 @ SV43 @ SV44 ) )
        = $true )
      | ( ( organization @ SV6 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[290]) ).

thf(314,plain,
    ! [SV6: $i] :
      ( ( ! [SY56: $i,SY57: $i] :
            ( ~ ( dissimilar @ SV6 @ SY56 @ SY57 )
            | ~ ( is_aligned @ SV6 @ SY56 )
            | ~ ( is_aligned @ SV6 @ SY57 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[291]) ).

thf(315,plain,
    ! [SV6: $i] :
      ( ( ! [SY58: $i,SY59: $i] :
            ( ~ ( dissimilar @ SV6 @ SY58 @ SY59 )
            | ( is_aligned @ SV6 @ SY58 )
            | ( is_aligned @ SV6 @ SY59 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[292]) ).

thf(316,plain,
    ! [SV45: $i,SV23: $i,SV7: $i] :
      ( ( ( ~ ( dissimilar @ SV7 @ SV23 @ SV45 )
          | ( greater @ ( age @ SV7 @ SV45 ) @ sigma ) )
        = $true )
      | ( ( ( age @ SV7 @ SV23 )
          = zero )
        = $false )
      | ( ( organization @ SV7 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[293]) ).

thf(317,plain,
    ! [SV24: $i,SV46: $i,SV7: $i] :
      ( ( ( ~ ( greater @ ( age @ SV7 @ SV46 ) @ sigma )
          | ( dissimilar @ SV7 @ SV24 @ SV46 ) )
        = $true )
      | ( ( ( age @ SV7 @ SV24 )
          = zero )
        = $false )
      | ( ( organization @ SV7 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[294]) ).

thf(318,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
              | ~ ( organization @ SV13 )
              | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[295]) ).

thf(319,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
              | ~ ( organization @ SV13 )
              | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[295]) ).

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

thf(321,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
              | ~ ( organization @ SV13 )
              | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[296]) ).

thf(322,plain,
    ! [SV14: $i] :
      ( ( ( ~ ! [SY65: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
                | ( has_immunity @ SV14 @ SY65 ) )
          | ~ ( organization @ SV14 ) )
        = $false )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[297]) ).

thf(323,plain,
    ! [SV47: $i,SV14: $i] :
      ( ( ( ~ ( greater @ ( age @ SV14 @ SV47 ) @ eta )
          | ~ ( has_immunity @ SV14 @ SV47 ) )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[298]) ).

thf(324,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = low ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[300]) ).

thf(325,plain,
    ! [SV48: $i] :
      ( ( ~ ( organization @ SV48 )
        | ! [SY84: $i] :
            ( ( has_immunity @ SV48 @ SY84 )
            | ~ ( is_aligned @ SV48 @ SY84 )
            | ( positional_advantage @ SV48 @ SY84 )
            | ( ( hazard_of_mortality @ SV48 @ SY84 )
              = mod2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[301]) ).

thf(326,plain,
    ! [SV49: $i,SV30: $i] :
      ( ( ( ( has_immunity @ SV30 @ SV49 )
          | ( is_aligned @ SV30 @ SV49 )
          | ( positional_advantage @ SV30 @ SV49 )
          | ( ( hazard_of_mortality @ SV30 @ SV49 )
            = high ) )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[302]) ).

thf(327,plain,
    ! [SV37: $i,SV31: $i] :
      ( ( ( SV31 = SV37 )
        = $false )
      | ( ( smaller_or_equal @ SV31 @ SV37 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[303]) ).

thf(328,plain,
    ! [SV38: $i,SV32: $i] :
      ( ( ( smaller @ SV32 @ SV38 )
        = $false )
      | ( ( smaller_or_equal @ SV32 @ SV38 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[304]) ).

thf(329,plain,
    ! [SV39: $i,SV33: $i] :
      ( ( ( SV33 = SV39 )
        = $false )
      | ( ( greater_or_equal @ SV33 @ SV39 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[305]) ).

thf(330,plain,
    ! [SV40: $i,SV34: $i] :
      ( ( ( greater @ SV34 @ SV40 )
        = $false )
      | ( ( greater_or_equal @ SV34 @ SV40 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[306]) ).

thf(331,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
              | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[307]) ).

thf(332,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
              | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[307]) ).

thf(333,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
              | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[308]) ).

thf(334,plain,
    ! [SV18: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
              | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) ) )
        = $false )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[308]) ).

thf(335,plain,
    ! [SV50: $i,SV19: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV19 @ SV50 ) @ tau )
          | ~ ( positional_advantage @ SV19 @ SV50 ) )
        = $true )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[309]) ).

thf(336,plain,
    ! [SV51: $i,SV19: $i] :
      ( ( ( ~ ( greater @ ( age @ SV19 @ SV51 ) @ tau )
          | ( positional_advantage @ SV19 @ SV51 ) )
        = $true )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[310]) ).

thf(337,plain,
    ! [SV41: $i,SV35: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV6 @ SV35 )
          | ( is_aligned @ SV6 @ SV41 ) )
        = $true )
      | ( ( dissimilar @ SV6 @ SV35 @ SV41 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[311]) ).

thf(338,plain,
    ! [SV36: $i,SV42: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV6 @ SV42 )
          | ( is_aligned @ SV6 @ SV36 ) )
        = $true )
      | ( ( dissimilar @ SV6 @ SV36 @ SV42 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[312]) ).

thf(339,plain,
    ! [SV44: $i,SV43: $i,SV6: $i] :
      ( ( ( dissimilar @ SV6 @ SV43 @ SV44 )
        = $false )
      | ( ( organization @ SV6 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[313]) ).

thf(340,plain,
    ! [SV52: $i,SV6: $i] :
      ( ( ! [SY85: $i] :
            ( ~ ( dissimilar @ SV6 @ SV52 @ SY85 )
            | ~ ( is_aligned @ SV6 @ SV52 )
            | ~ ( is_aligned @ SV6 @ SY85 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[314]) ).

thf(341,plain,
    ! [SV53: $i,SV6: $i] :
      ( ( ! [SY86: $i] :
            ( ~ ( dissimilar @ SV6 @ SV53 @ SY86 )
            | ( is_aligned @ SV6 @ SV53 )
            | ( is_aligned @ SV6 @ SY86 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[315]) ).

thf(342,plain,
    ! [SV45: $i,SV23: $i,SV7: $i] :
      ( ( ( ~ ( dissimilar @ SV7 @ SV23 @ SV45 ) )
        = $true )
      | ( ( greater @ ( age @ SV7 @ SV45 ) @ sigma )
        = $true )
      | ( ( ( age @ SV7 @ SV23 )
          = zero )
        = $false )
      | ( ( organization @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[316]) ).

thf(343,plain,
    ! [SV24: $i,SV46: $i,SV7: $i] :
      ( ( ( ~ ( greater @ ( age @ SV7 @ SV46 ) @ sigma ) )
        = $true )
      | ( ( dissimilar @ SV7 @ SV24 @ SV46 )
        = $true )
      | ( ( ( age @ SV7 @ SV24 )
          = zero )
        = $false )
      | ( ( organization @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[317]) ).

thf(344,plain,
    ! [SV13: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
          | ~ ( organization @ SV13 )
          | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[318]) ).

thf(345,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
          | ~ ( organization @ SV13 )
          | ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[319]) ).

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

thf(347,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
          | ~ ( organization @ SV13 )
          | ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[321]) ).

thf(348,plain,
    ! [SV14: $i] :
      ( ( ( ~ ! [SY65: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
                | ( has_immunity @ SV14 @ SY65 ) ) )
        = $false )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[322]) ).

thf(349,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( organization @ SV14 ) )
        = $false )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[322]) ).

thf(350,plain,
    ! [SV47: $i,SV14: $i] :
      ( ( ( ~ ( greater @ ( age @ SV14 @ SV47 ) @ eta ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV14 @ SV47 ) )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[323]) ).

thf(351,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = low ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[324]) ).

thf(352,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[324]) ).

thf(353,plain,
    ! [SV48: $i] :
      ( ( ( ~ ( organization @ SV48 ) )
        = $true )
      | ( ( ! [SY84: $i] :
              ( ( has_immunity @ SV48 @ SY84 )
              | ~ ( is_aligned @ SV48 @ SY84 )
              | ( positional_advantage @ SV48 @ SY84 )
              | ( ( hazard_of_mortality @ SV48 @ SY84 )
                = mod2 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[325]) ).

thf(354,plain,
    ! [SV49: $i,SV30: $i] :
      ( ( ( has_immunity @ SV30 @ SV49 )
        = $true )
      | ( ( ( is_aligned @ SV30 @ SV49 )
          | ( positional_advantage @ SV30 @ SV49 )
          | ( ( hazard_of_mortality @ SV30 @ SV49 )
            = high ) )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[326]) ).

thf(355,plain,
    ! [SV18: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
          | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[331]) ).

thf(356,plain,
    ! [SV18: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
          | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[332]) ).

thf(357,plain,
    ! [SV18: $i] :
      ( ( ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
          | ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[333]) ).

thf(358,plain,
    ! [SV18: $i] :
      ( ( ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
          | ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[334]) ).

thf(359,plain,
    ! [SV50: $i,SV19: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV19 @ SV50 ) @ tau ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV19 @ SV50 ) )
        = $true )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[335]) ).

thf(360,plain,
    ! [SV51: $i,SV19: $i] :
      ( ( ( ~ ( greater @ ( age @ SV19 @ SV51 ) @ tau ) )
        = $true )
      | ( ( positional_advantage @ SV19 @ SV51 )
        = $true )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[336]) ).

thf(361,plain,
    ! [SV41: $i,SV35: $i,SV6: $i] :
      ( ( ( organization @ SV6 )
        = $false )
      | ( ( ~ ( is_aligned @ SV6 @ SV35 )
          | ( is_aligned @ SV6 @ SV41 ) )
        = $true )
      | ( ( dissimilar @ SV6 @ SV35 @ SV41 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[337]) ).

thf(362,plain,
    ! [SV36: $i,SV42: $i,SV6: $i] :
      ( ( ( organization @ SV6 )
        = $false )
      | ( ( ~ ( is_aligned @ SV6 @ SV42 )
          | ( is_aligned @ SV6 @ SV36 ) )
        = $true )
      | ( ( dissimilar @ SV6 @ SV36 @ SV42 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[338]) ).

thf(363,plain,
    ! [SV54: $i,SV52: $i,SV6: $i] :
      ( ( ~ ( dissimilar @ SV6 @ SV52 @ SV54 )
        | ~ ( is_aligned @ SV6 @ SV52 )
        | ~ ( is_aligned @ SV6 @ SV54 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[340]) ).

thf(364,plain,
    ! [SV55: $i,SV53: $i,SV6: $i] :
      ( ( ~ ( dissimilar @ SV6 @ SV53 @ SV55 )
        | ( is_aligned @ SV6 @ SV53 )
        | ( is_aligned @ SV6 @ SV55 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[341]) ).

thf(365,plain,
    ! [SV45: $i,SV23: $i,SV7: $i] :
      ( ( ( dissimilar @ SV7 @ SV23 @ SV45 )
        = $false )
      | ( ( greater @ ( age @ SV7 @ SV45 ) @ sigma )
        = $true )
      | ( ( ( age @ SV7 @ SV23 )
          = zero )
        = $false )
      | ( ( organization @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[342]) ).

thf(366,plain,
    ! [SV24: $i,SV46: $i,SV7: $i] :
      ( ( ( greater @ ( age @ SV7 @ SV46 ) @ sigma )
        = $false )
      | ( ( dissimilar @ SV7 @ SV24 @ SV46 )
        = $true )
      | ( ( ( age @ SV7 @ SV24 )
          = zero )
        = $false )
      | ( ( organization @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[343]) ).

thf(367,plain,
    ! [SV13: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
          | ~ ( organization @ SV13 ) )
        = $true )
      | ( ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[344]) ).

thf(368,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
          | ~ ( organization @ SV13 ) )
        = $true )
      | ( ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[345]) ).

thf(369,plain,
    ! [SV13: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
          | ~ ( organization @ SV13 ) )
        = $true )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[346]) ).

thf(370,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
          | ~ ( organization @ SV13 ) )
        = $true )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[347]) ).

thf(371,plain,
    ! [SV14: $i] :
      ( ( ( ! [SY65: $i] :
              ( ~ ( smaller_or_equal @ ( age @ SV14 @ SY65 ) @ eta )
              | ( has_immunity @ SV14 @ SY65 ) ) )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[348]) ).

thf(372,plain,
    ! [SV14: $i] :
      ( ( ( organization @ SV14 )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[349]) ).

thf(373,plain,
    ! [SV47: $i,SV14: $i] :
      ( ( ( greater @ ( age @ SV14 @ SV47 ) @ eta )
        = $false )
      | ( ( ~ ( has_immunity @ SV14 @ SV47 ) )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[350]) ).

thf(374,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ~ ( is_aligned @ SX0 @ SX1 )
              | ~ ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = low ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[351]) ).

thf(375,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ( is_aligned @ SX0 @ SX1 )
              | ~ ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = mod1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[352]) ).

thf(376,plain,
    ! [SV48: $i] :
      ( ( ( organization @ SV48 )
        = $false )
      | ( ( ! [SY84: $i] :
              ( ( has_immunity @ SV48 @ SY84 )
              | ~ ( is_aligned @ SV48 @ SY84 )
              | ( positional_advantage @ SV48 @ SY84 )
              | ( ( hazard_of_mortality @ SV48 @ SY84 )
                = mod2 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[353]) ).

thf(377,plain,
    ! [SV49: $i,SV30: $i] :
      ( ( ( ( is_aligned @ SV30 @ SV49 )
          | ( positional_advantage @ SV30 @ SV49 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV30 @ SV49 )
          = high )
        = $true )
      | ( ( has_immunity @ SV30 @ SV49 )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[354]) ).

thf(378,plain,
    ! [SV18: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
        = $true )
      | ( ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[355]) ).

thf(379,plain,
    ! [SV18: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
        = $true )
      | ( ( ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[356]) ).

thf(380,plain,
    ! [SV18: $i] :
      ( ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
        = $true )
      | ( ( greater @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[357]) ).

thf(381,plain,
    ! [SV18: $i] :
      ( ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[358]) ).

thf(382,plain,
    ! [SV50: $i,SV19: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV19 @ SV50 ) @ tau )
        = $false )
      | ( ( ~ ( positional_advantage @ SV19 @ SV50 ) )
        = $true )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[359]) ).

thf(383,plain,
    ! [SV51: $i,SV19: $i] :
      ( ( ( greater @ ( age @ SV19 @ SV51 ) @ tau )
        = $false )
      | ( ( positional_advantage @ SV19 @ SV51 )
        = $true )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[360]) ).

thf(384,plain,
    ! [SV41: $i,SV35: $i,SV6: $i] :
      ( ( ( ~ ( is_aligned @ SV6 @ SV35 ) )
        = $true )
      | ( ( is_aligned @ SV6 @ SV41 )
        = $true )
      | ( ( organization @ SV6 )
        = $false )
      | ( ( dissimilar @ SV6 @ SV35 @ SV41 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[361]) ).

thf(385,plain,
    ! [SV36: $i,SV42: $i,SV6: $i] :
      ( ( ( ~ ( is_aligned @ SV6 @ SV42 ) )
        = $true )
      | ( ( is_aligned @ SV6 @ SV36 )
        = $true )
      | ( ( organization @ SV6 )
        = $false )
      | ( ( dissimilar @ SV6 @ SV36 @ SV42 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[362]) ).

thf(386,plain,
    ! [SV54: $i,SV52: $i,SV6: $i] :
      ( ( ( ~ ( dissimilar @ SV6 @ SV52 @ SV54 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV6 @ SV52 )
          | ~ ( is_aligned @ SV6 @ SV54 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[363]) ).

thf(387,plain,
    ! [SV55: $i,SV53: $i,SV6: $i] :
      ( ( ( ~ ( dissimilar @ SV6 @ SV53 @ SV55 ) )
        = $true )
      | ( ( ( is_aligned @ SV6 @ SV53 )
          | ( is_aligned @ SV6 @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[364]) ).

thf(388,plain,
    ! [SV13: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[367]) ).

thf(389,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[368]) ).

thf(390,plain,
    ! [SV13: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[369]) ).

thf(391,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[370]) ).

thf(392,plain,
    ! [SV56: $i,SV14: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV14 @ SV56 ) @ eta )
          | ( has_immunity @ SV14 @ SV56 ) )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[371]) ).

thf(393,plain,
    ! [SV47: $i,SV14: $i] :
      ( ( ( has_immunity @ SV14 @ SV47 )
        = $false )
      | ( ( greater @ ( age @ SV14 @ SV47 ) @ eta )
        = $false )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[373]) ).

thf(394,plain,
    ! [SV57: $i] :
      ( ( ~ ( organization @ SV57 )
        | ! [SY87: $i] :
            ( ( has_immunity @ SV57 @ SY87 )
            | ~ ( is_aligned @ SV57 @ SY87 )
            | ~ ( positional_advantage @ SV57 @ SY87 )
            | ( ( hazard_of_mortality @ SV57 @ SY87 )
              = low ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[374]) ).

thf(395,plain,
    ! [SV58: $i] :
      ( ( ~ ( organization @ SV58 )
        | ! [SY88: $i] :
            ( ( has_immunity @ SV58 @ SY88 )
            | ( is_aligned @ SV58 @ SY88 )
            | ~ ( positional_advantage @ SV58 @ SY88 )
            | ( ( hazard_of_mortality @ SV58 @ SY88 )
              = mod1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[375]) ).

thf(396,plain,
    ! [SV59: $i,SV48: $i] :
      ( ( ( ( has_immunity @ SV48 @ SV59 )
          | ~ ( is_aligned @ SV48 @ SV59 )
          | ( positional_advantage @ SV48 @ SV59 )
          | ( ( hazard_of_mortality @ SV48 @ SV59 )
            = mod2 ) )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[376]) ).

thf(397,plain,
    ! [SV49: $i,SV30: $i] :
      ( ( ( is_aligned @ SV30 @ SV49 )
        = $true )
      | ( ( positional_advantage @ SV30 @ SV49 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV30 @ SV49 )
          = high )
        = $true )
      | ( ( has_immunity @ SV30 @ SV49 )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[377]) ).

thf(398,plain,
    ! [SV18: $i] :
      ( ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV18 @ ( sK6_T @ SV18 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[379]) ).

thf(399,plain,
    ! [SV18: $i] :
      ( ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
        = $false )
      | ( ( positional_advantage @ SV18 @ ( sK6_T @ SV18 ) )
        = $true )
      | ( ( robust_position @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[381]) ).

thf(400,plain,
    ! [SV50: $i,SV19: $i] :
      ( ( ( positional_advantage @ SV19 @ SV50 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV19 @ SV50 ) @ tau )
        = $false )
      | ( ( robust_position @ SV19 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[382]) ).

thf(401,plain,
    ! [SV41: $i,SV35: $i,SV6: $i] :
      ( ( ( is_aligned @ SV6 @ SV35 )
        = $false )
      | ( ( is_aligned @ SV6 @ SV41 )
        = $true )
      | ( ( organization @ SV6 )
        = $false )
      | ( ( dissimilar @ SV6 @ SV35 @ SV41 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[384]) ).

thf(402,plain,
    ! [SV36: $i,SV42: $i,SV6: $i] :
      ( ( ( is_aligned @ SV6 @ SV42 )
        = $false )
      | ( ( is_aligned @ SV6 @ SV36 )
        = $true )
      | ( ( organization @ SV6 )
        = $false )
      | ( ( dissimilar @ SV6 @ SV36 @ SV42 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[385]) ).

thf(403,plain,
    ! [SV54: $i,SV52: $i,SV6: $i] :
      ( ( ( dissimilar @ SV6 @ SV52 @ SV54 )
        = $false )
      | ( ( ~ ( is_aligned @ SV6 @ SV52 )
          | ~ ( is_aligned @ SV6 @ SV54 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[386]) ).

thf(404,plain,
    ! [SV55: $i,SV53: $i,SV6: $i] :
      ( ( ( dissimilar @ SV6 @ SV53 @ SV55 )
        = $false )
      | ( ( ( is_aligned @ SV6 @ SV53 )
          | ( is_aligned @ SV6 @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[387]) ).

thf(405,plain,
    ! [SV13: $i] :
      ( ( ( organization @ SV13 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[388]) ).

thf(406,plain,
    ! [SV13: $i] :
      ( ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $false )
      | ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[389]) ).

thf(407,plain,
    ! [SV13: $i] :
      ( ( ( organization @ SV13 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[390]) ).

thf(408,plain,
    ! [SV13: $i] :
      ( ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $false )
      | ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[391]) ).

thf(409,plain,
    ! [SV56: $i,SV14: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV14 @ SV56 ) @ eta ) )
        = $true )
      | ( ( has_immunity @ SV14 @ SV56 )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[392]) ).

thf(410,plain,
    ! [SV57: $i] :
      ( ( ( ~ ( organization @ SV57 ) )
        = $true )
      | ( ( ! [SY87: $i] :
              ( ( has_immunity @ SV57 @ SY87 )
              | ~ ( is_aligned @ SV57 @ SY87 )
              | ~ ( positional_advantage @ SV57 @ SY87 )
              | ( ( hazard_of_mortality @ SV57 @ SY87 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[394]) ).

thf(411,plain,
    ! [SV58: $i] :
      ( ( ( ~ ( organization @ SV58 ) )
        = $true )
      | ( ( ! [SY88: $i] :
              ( ( has_immunity @ SV58 @ SY88 )
              | ( is_aligned @ SV58 @ SY88 )
              | ~ ( positional_advantage @ SV58 @ SY88 )
              | ( ( hazard_of_mortality @ SV58 @ SY88 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[395]) ).

thf(412,plain,
    ! [SV59: $i,SV48: $i] :
      ( ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( ~ ( is_aligned @ SV48 @ SV59 )
          | ( positional_advantage @ SV48 @ SV59 )
          | ( ( hazard_of_mortality @ SV48 @ SV59 )
            = mod2 ) )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[396]) ).

thf(413,plain,
    ! [SV54: $i,SV52: $i,SV6: $i] :
      ( ( ( ~ ( is_aligned @ SV6 @ SV52 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV6 @ SV54 ) )
        = $true )
      | ( ( dissimilar @ SV6 @ SV52 @ SV54 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[403]) ).

thf(414,plain,
    ! [SV55: $i,SV53: $i,SV6: $i] :
      ( ( ( is_aligned @ SV6 @ SV53 )
        = $true )
      | ( ( is_aligned @ SV6 @ SV55 )
        = $true )
      | ( ( dissimilar @ SV6 @ SV53 @ SV55 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[404]) ).

thf(415,plain,
    ! [SV13: $i] :
      ( ( ( organization @ SV13 )
        = $false )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $false )
      | ( ( greater @ ( age @ SV13 @ ( sK7_T @ SV13 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[406]) ).

thf(416,plain,
    ! [SV13: $i] :
      ( ( ( organization @ SV13 )
        = $false )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $false )
      | ( ( has_immunity @ SV13 @ ( sK7_T @ SV13 ) )
        = $true )
      | ( ( has_endowment @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[408]) ).

thf(417,plain,
    ! [SV56: $i,SV14: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV14 @ SV56 ) @ eta )
        = $false )
      | ( ( has_immunity @ SV14 @ SV56 )
        = $true )
      | ( ( has_endowment @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[409]) ).

thf(418,plain,
    ! [SV57: $i] :
      ( ( ( organization @ SV57 )
        = $false )
      | ( ( ! [SY87: $i] :
              ( ( has_immunity @ SV57 @ SY87 )
              | ~ ( is_aligned @ SV57 @ SY87 )
              | ~ ( positional_advantage @ SV57 @ SY87 )
              | ( ( hazard_of_mortality @ SV57 @ SY87 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[410]) ).

thf(419,plain,
    ! [SV58: $i] :
      ( ( ( organization @ SV58 )
        = $false )
      | ( ( ! [SY88: $i] :
              ( ( has_immunity @ SV58 @ SY88 )
              | ( is_aligned @ SV58 @ SY88 )
              | ~ ( positional_advantage @ SV58 @ SY88 )
              | ( ( hazard_of_mortality @ SV58 @ SY88 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[411]) ).

thf(420,plain,
    ! [SV59: $i,SV48: $i] :
      ( ( ( ~ ( is_aligned @ SV48 @ SV59 )
          | ( positional_advantage @ SV48 @ SV59 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV48 @ SV59 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[412]) ).

thf(421,plain,
    ! [SV54: $i,SV52: $i,SV6: $i] :
      ( ( ( is_aligned @ SV6 @ SV52 )
        = $false )
      | ( ( ~ ( is_aligned @ SV6 @ SV54 ) )
        = $true )
      | ( ( dissimilar @ SV6 @ SV52 @ SV54 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[413]) ).

thf(422,plain,
    ! [SV60: $i,SV57: $i] :
      ( ( ( ( has_immunity @ SV57 @ SV60 )
          | ~ ( is_aligned @ SV57 @ SV60 )
          | ~ ( positional_advantage @ SV57 @ SV60 )
          | ( ( hazard_of_mortality @ SV57 @ SV60 )
            = low ) )
        = $true )
      | ( ( organization @ SV57 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[418]) ).

thf(423,plain,
    ! [SV61: $i,SV58: $i] :
      ( ( ( ( has_immunity @ SV58 @ SV61 )
          | ( is_aligned @ SV58 @ SV61 )
          | ~ ( positional_advantage @ SV58 @ SV61 )
          | ( ( hazard_of_mortality @ SV58 @ SV61 )
            = mod1 ) )
        = $true )
      | ( ( organization @ SV58 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[419]) ).

thf(424,plain,
    ! [SV59: $i,SV48: $i] :
      ( ( ( ~ ( is_aligned @ SV48 @ SV59 ) )
        = $true )
      | ( ( positional_advantage @ SV48 @ SV59 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV48 @ SV59 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[420]) ).

thf(425,plain,
    ! [SV52: $i,SV54: $i,SV6: $i] :
      ( ( ( is_aligned @ SV6 @ SV54 )
        = $false )
      | ( ( is_aligned @ SV6 @ SV52 )
        = $false )
      | ( ( dissimilar @ SV6 @ SV52 @ SV54 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[421]) ).

thf(426,plain,
    ! [SV60: $i,SV57: $i] :
      ( ( ( has_immunity @ SV57 @ SV60 )
        = $true )
      | ( ( ~ ( is_aligned @ SV57 @ SV60 )
          | ~ ( positional_advantage @ SV57 @ SV60 )
          | ( ( hazard_of_mortality @ SV57 @ SV60 )
            = low ) )
        = $true )
      | ( ( organization @ SV57 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[422]) ).

thf(427,plain,
    ! [SV61: $i,SV58: $i] :
      ( ( ( has_immunity @ SV58 @ SV61 )
        = $true )
      | ( ( ( is_aligned @ SV58 @ SV61 )
          | ~ ( positional_advantage @ SV58 @ SV61 )
          | ( ( hazard_of_mortality @ SV58 @ SV61 )
            = mod1 ) )
        = $true )
      | ( ( organization @ SV58 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[423]) ).

thf(428,plain,
    ! [SV59: $i,SV48: $i] :
      ( ( ( is_aligned @ SV48 @ SV59 )
        = $false )
      | ( ( positional_advantage @ SV48 @ SV59 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV48 @ SV59 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[424]) ).

thf(429,plain,
    ! [SV60: $i,SV57: $i] :
      ( ( ( ~ ( is_aligned @ SV57 @ SV60 )
          | ~ ( positional_advantage @ SV57 @ SV60 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV57 @ SV60 )
          = low )
        = $true )
      | ( ( has_immunity @ SV57 @ SV60 )
        = $true )
      | ( ( organization @ SV57 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[426]) ).

thf(430,plain,
    ! [SV61: $i,SV58: $i] :
      ( ( ( ( is_aligned @ SV58 @ SV61 )
          | ~ ( positional_advantage @ SV58 @ SV61 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV58 @ SV61 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV58 @ SV61 )
        = $true )
      | ( ( organization @ SV58 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[427]) ).

thf(431,plain,
    ! [SV60: $i,SV57: $i] :
      ( ( ( ~ ( is_aligned @ SV57 @ SV60 ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV57 @ SV60 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV57 @ SV60 )
          = low )
        = $true )
      | ( ( has_immunity @ SV57 @ SV60 )
        = $true )
      | ( ( organization @ SV57 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[429]) ).

thf(432,plain,
    ! [SV61: $i,SV58: $i] :
      ( ( ( is_aligned @ SV58 @ SV61 )
        = $true )
      | ( ( ~ ( positional_advantage @ SV58 @ SV61 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV58 @ SV61 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV58 @ SV61 )
        = $true )
      | ( ( organization @ SV58 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[430]) ).

thf(433,plain,
    ! [SV60: $i,SV57: $i] :
      ( ( ( is_aligned @ SV57 @ SV60 )
        = $false )
      | ( ( ~ ( positional_advantage @ SV57 @ SV60 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV57 @ SV60 )
          = low )
        = $true )
      | ( ( has_immunity @ SV57 @ SV60 )
        = $true )
      | ( ( organization @ SV57 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[431]) ).

thf(434,plain,
    ! [SV61: $i,SV58: $i] :
      ( ( ( positional_advantage @ SV58 @ SV61 )
        = $false )
      | ( ( is_aligned @ SV58 @ SV61 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV58 @ SV61 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV58 @ SV61 )
        = $true )
      | ( ( organization @ SV58 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[432]) ).

thf(435,plain,
    ! [SV60: $i,SV57: $i] :
      ( ( ( positional_advantage @ SV57 @ SV60 )
        = $false )
      | ( ( is_aligned @ SV57 @ SV60 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV57 @ SV60 )
          = low )
        = $true )
      | ( ( has_immunity @ SV57 @ SV60 )
        = $true )
      | ( ( organization @ SV57 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[433]) ).

thf(436,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[91,435,434,428,425,417,416,415,414,407,405,402,401,400,399,398,397,393,383,380,378,372,366,365,339,330,329,328,327,299,281,278,263,262,240,218,217,193,174,123,122,107,106,104,103,102,101,100,99,98,97,96,95,94,93,92]) ).

thf(437,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)],[77]) ).

thf(438,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)],[76]) ).

thf(439,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)],[75]) ).

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

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

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

thf(443,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK7_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK7_T @ X ) ) @ eta ) )
            & ( ~ ( has_immunity @ X @ ( sK7_T @ X ) )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK7_T @ X ) ) @ eta ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK7_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK7_T @ X ) ) )
            & ( ~ ( has_immunity @ X @ ( sK7_T @ X ) )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK7_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)],[71]) ).

thf(444,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ( has_endowment @ X )
          | ! [T: $i] :
              ~ ( has_immunity @ X @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[70]) ).

thf(445,plain,
    ( ( ! [X: $i] :
          ( ! [T0: $i,T: $i] :
              ( ~ ( organization @ X )
              | ~ ( is_aligned @ X @ T0 )
              | ( is_aligned @ X @ T )
              | ( dissimilar @ X @ T0 @ T ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( organization @ X )
              | ~ ( is_aligned @ X @ T )
              | ( is_aligned @ X @ T0 )
              | ( dissimilar @ X @ T0 @ T ) )
          & ( ! [T0: $i,T: $i] :
                ~ ( dissimilar @ X @ T0 @ T )
            | ( organization @ X ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( dissimilar @ X @ T0 @ T )
              | ~ ( is_aligned @ X @ T0 )
              | ~ ( is_aligned @ X @ T ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( dissimilar @ X @ T0 @ T )
              | ( is_aligned @ X @ T0 )
              | ( is_aligned @ X @ T ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[69]) ).

thf(446,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( ( age @ X @ T )
           != zero )
          | ~ ( organization @ X )
          | ( is_aligned @ X @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[68]) ).

thf(447,plain,
    ( ( ! [X: $i] :
          ( ! [T0: $i] :
              ( ( ( age @ X @ T0 )
               != zero )
              | ~ ( organization @ X )
              | ! [T: $i] :
                  ( ~ ( dissimilar @ X @ T0 @ T )
                  | ( greater @ ( age @ X @ T ) @ sigma ) ) )
          & ! [T0: $i] :
              ( ( ( age @ X @ T0 )
               != zero )
              | ~ ( organization @ X )
              | ! [T: $i] :
                  ( ~ ( greater @ ( age @ X @ T ) @ sigma )
                  | ( dissimilar @ X @ T0 @ T ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[67]) ).

thf(448,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK6_T @ X ) ) @ tau )
              | ( greater @ ( age @ X @ ( sK6_T @ X ) ) @ tau ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK6_T @ X ) ) @ tau )
              | ~ ( positional_advantage @ X @ ( sK6_T @ X ) ) )
            & ( ( positional_advantage @ X @ ( sK6_T @ X ) )
              | ( greater @ ( age @ X @ ( sK6_T @ X ) ) @ tau ) )
            & ( ( positional_advantage @ X @ ( sK6_T @ X ) )
              | ~ ( positional_advantage @ X @ ( sK6_T @ X ) ) ) )
          | ( robust_position @ X ) )
      & ! [X: $i] :
          ( ~ ( robust_position @ X )
          | ( ! [T: $i] :
                ( ~ ( smaller_or_equal @ ( age @ X @ T ) @ tau )
                | ~ ( positional_advantage @ X @ T ) )
            & ! [T: $i] :
                ( ~ ( greater @ ( age @ X @ T ) @ tau )
                | ( positional_advantage @ X @ T ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[66]) ).

thf(449,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ~ ( has_immunity @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = very_low ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ~ ( is_aligned @ X @ T )
              | ~ ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = low ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ( is_aligned @ X @ T )
              | ~ ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = mod1 ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ~ ( is_aligned @ X @ T )
              | ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = mod2 ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ( is_aligned @ X @ T )
              | ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = high ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[65]) ).

thf(450,plain,
    ( ( greater @ high @ mod1 )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(451,plain,
    ( ( greater @ mod1 @ low )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(452,plain,
    ( ( greater @ low @ very_low )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(453,plain,
    ( ( greater @ high @ mod2 )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(454,plain,
    ( ( greater @ mod2 @ low )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(455,plain,
    ( ( greater @ mod2 @ mod1 )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(456,plain,
    ( ( greater @ ( age @ sK1_X @ sK5_SY43 ) @ tau )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(457,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK4_SY41 ) @ tau )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(458,plain,
    ( ( greater @ ( age @ sK1_X @ sK4_SY41 ) @ sigma )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(459,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY38 ) @ sigma )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(460,plain,
    ( ( smaller @ sigma @ tau )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(461,plain,
    ( ( greater @ tau @ zero )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(462,plain,
    ( ( greater @ sigma @ zero )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(463,plain,
    ( ( ( age @ sK1_X @ sK2_SY34 )
      = zero )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(464,plain,
    ( ( ~ ( has_endowment @ sK1_X ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(465,plain,
    ( ( robust_position @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

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

thf(467,plain,
    ( ( ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) ) )
    = $true ),
    inference(copy,[status(thm)],[63]) ).

thf(468,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)],[438]) ).

thf(469,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ~ ( is_aligned @ SX0 @ SX1 )
                        | ( is_aligned @ SX0 @ SX2 )
                        | ( dissimilar @ SX0 @ SX1 @ SX2 ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ~ ( is_aligned @ SX0 @ SX2 )
                        | ( is_aligned @ SX0 @ SX1 )
                        | ( dissimilar @ SX0 @ SX1 @ SX2 ) ) )
            | ~ ~ ( ~ ( ! [SX1: $i,SX2: $i] :
                          ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                      | ( organization @ SX0 ) )
                  | ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                              | ~ ( is_aligned @ SX0 @ SX1 )
                              | ~ ( is_aligned @ SX0 @ SX2 ) )
                        | ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                              | ( is_aligned @ SX0 @ SX1 )
                              | ( is_aligned @ SX0 @ SX2 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[445]) ).

thf(470,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) ) )
                    | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK7_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)],[443]) ).

thf(471,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                              | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                          | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                              | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                    | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                              | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                          | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                              | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
                | ( robust_position @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( robust_position @ SX0 )
                | ~ ( ~ ! [SX1: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ SX1 ) )
                    | ~ ! [SX1: $i] :
                          ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                          | ( positional_advantage @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[448]) ).

thf(472,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i] :
                  ( ( ( age @ SX0 @ SX1 )
                   != zero )
                  | ~ ( organization @ SX0 )
                  | ! [SX2: $i] :
                      ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                      | ( greater @ ( age @ SX0 @ SX2 ) @ sigma ) ) )
            | ~ ! [SX1: $i] :
                  ( ( ( age @ SX0 @ SX1 )
                   != zero )
                  | ~ ( organization @ SX0 )
                  | ! [SX2: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX2 ) @ sigma )
                      | ( dissimilar @ SX0 @ SX1 @ SX2 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[447]) ).

thf(473,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ~ ( has_immunity @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = very_low ) ) )
          | ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                  ( ~ ( organization @ SX0 )
                                  | ! [SX1: $i] :
                                      ( ( has_immunity @ SX0 @ SX1 )
                                      | ~ ( is_aligned @ SX0 @ SX1 )
                                      | ~ ( positional_advantage @ SX0 @ SX1 )
                                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                        = low ) ) )
                            | ~ ! [SX0: $i] :
                                  ( ~ ( organization @ SX0 )
                                  | ! [SX1: $i] :
                                      ( ( has_immunity @ SX0 @ SX1 )
                                      | ( is_aligned @ SX0 @ SX1 )
                                      | ~ ( positional_advantage @ SX0 @ SX1 )
                                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                        = mod1 ) ) ) )
                      | ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ~ ( is_aligned @ SX0 @ SX1 )
                                | ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = mod2 ) ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ( is_aligned @ SX0 @ SX1 )
                          | ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = high ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[449]) ).

thf(474,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)],[437]) ).

thf(475,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)],[439]) ).

thf(476,plain,
    ! [SV62: $i] :
      ( ( ! [SY89: $i] :
            ( ~ ( greater @ SV62 @ SY89 )
            | ~ ( greater @ SY89 @ SV62 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[440]) ).

thf(477,plain,
    ! [SV63: $i] :
      ( ( ! [SY90: $i,SY91: $i] :
            ( ~ ( greater @ SV63 @ SY90 )
            | ~ ( greater @ SY90 @ SY91 )
            | ( greater @ SV63 @ SY91 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[441]) ).

thf(478,plain,
    ! [SV64: $i] :
      ( ( ! [SY92: $i] :
            ( ( greater @ SV64 @ SY92 )
            | ( SV64 = SY92 )
            | ( smaller @ SV64 @ SY92 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[442]) ).

thf(479,plain,
    ! [SV65: $i] :
      ( ( ~ ( organization @ SV65 )
        | ( has_endowment @ SV65 )
        | ! [SY93: $i] :
            ~ ( has_immunity @ SV65 @ SY93 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[444]) ).

thf(480,plain,
    ! [SV66: $i] :
      ( ( ! [SY94: $i] :
            ( ( ( age @ SV66 @ SY94 )
             != zero )
            | ~ ( organization @ SV66 )
            | ( is_aligned @ SV66 @ SY94 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[446]) ).

thf(481,plain,
    ( ( has_endowment @ sK1_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[464]) ).

thf(482,plain,
    ( ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY38 ) @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[467]) ).

thf(483,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)],[468]) ).

thf(484,plain,
    ! [SV67: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY95: $i,SY96: $i] :
                        ( ~ ( organization @ SV67 )
                        | ~ ( is_aligned @ SV67 @ SY95 )
                        | ( is_aligned @ SV67 @ SY96 )
                        | ( dissimilar @ SV67 @ SY95 @ SY96 ) )
                  | ~ ! [SY97: $i,SY98: $i] :
                        ( ~ ( organization @ SV67 )
                        | ~ ( is_aligned @ SV67 @ SY98 )
                        | ( is_aligned @ SV67 @ SY97 )
                        | ( dissimilar @ SV67 @ SY97 @ SY98 ) ) )
            | ~ ~ ( ~ ( ! [SY99: $i,SY100: $i] :
                          ~ ( dissimilar @ SV67 @ SY99 @ SY100 )
                      | ( organization @ SV67 ) )
                  | ~ ~ ( ~ ! [SY101: $i,SY102: $i] :
                              ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
                              | ~ ( is_aligned @ SV67 @ SY101 )
                              | ~ ( is_aligned @ SV67 @ SY102 ) )
                        | ~ ! [SY103: $i,SY104: $i] :
                              ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
                              | ( is_aligned @ SV67 @ SY103 )
                              | ( is_aligned @ SV67 @ SY104 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[469]) ).

thf(485,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) ) )
                | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK7_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)],[470]) ).

thf(486,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
            | ( robust_position @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( robust_position @ SX0 )
            | ~ ( ~ ! [SX1: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                      | ~ ( positional_advantage @ SX0 @ SX1 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                      | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[471]) ).

thf(487,plain,
    ! [SV68: $i] :
      ( ( ~ ( ~ ! [SY105: $i] :
                  ( ( ( age @ SV68 @ SY105 )
                   != zero )
                  | ~ ( organization @ SV68 )
                  | ! [SY106: $i] :
                      ( ~ ( dissimilar @ SV68 @ SY105 @ SY106 )
                      | ( greater @ ( age @ SV68 @ SY106 ) @ sigma ) ) )
            | ~ ! [SY107: $i] :
                  ( ( ( age @ SV68 @ SY107 )
                   != zero )
                  | ~ ( organization @ SV68 )
                  | ! [SY108: $i] :
                      ( ~ ( greater @ ( age @ SV68 @ SY108 ) @ sigma )
                      | ( dissimilar @ SV68 @ SY107 @ SY108 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[472]) ).

thf(488,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ~ ( has_immunity @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = very_low ) ) )
      | ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ~ ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = low ) ) )
                        | ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = mod1 ) ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod2 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = high ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[473]) ).

thf(489,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)],[474]) ).

thf(490,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)],[475]) ).

thf(491,plain,
    ! [SV69: $i,SV62: $i] :
      ( ( ~ ( greater @ SV62 @ SV69 )
        | ~ ( greater @ SV69 @ SV62 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[476]) ).

thf(492,plain,
    ! [SV70: $i,SV63: $i] :
      ( ( ! [SY109: $i] :
            ( ~ ( greater @ SV63 @ SV70 )
            | ~ ( greater @ SV70 @ SY109 )
            | ( greater @ SV63 @ SY109 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[477]) ).

thf(493,plain,
    ! [SV71: $i,SV64: $i] :
      ( ( ( greater @ SV64 @ SV71 )
        | ( SV64 = SV71 )
        | ( smaller @ SV64 @ SV71 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[478]) ).

thf(494,plain,
    ! [SV65: $i] :
      ( ( ( ~ ( organization @ SV65 )
          | ( has_endowment @ SV65 ) )
        = $true )
      | ( ( ! [SY93: $i] :
              ~ ( has_immunity @ SV65 @ SY93 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[479]) ).

thf(495,plain,
    ! [SV72: $i,SV66: $i] :
      ( ( ( ( age @ SV66 @ SV72 )
         != zero )
        | ~ ( organization @ SV66 )
        | ( is_aligned @ SV66 @ SV72 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[480]) ).

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

thf(497,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)],[483]) ).

thf(498,plain,
    ! [SV67: $i] :
      ( ( ~ ~ ( ~ ! [SY95: $i,SY96: $i] :
                    ( ~ ( organization @ SV67 )
                    | ~ ( is_aligned @ SV67 @ SY95 )
                    | ( is_aligned @ SV67 @ SY96 )
                    | ( dissimilar @ SV67 @ SY95 @ SY96 ) )
              | ~ ! [SY97: $i,SY98: $i] :
                    ( ~ ( organization @ SV67 )
                    | ~ ( is_aligned @ SV67 @ SY98 )
                    | ( is_aligned @ SV67 @ SY97 )
                    | ( dissimilar @ SV67 @ SY97 @ SY98 ) ) )
        | ~ ~ ( ~ ( ! [SY99: $i,SY100: $i] :
                      ~ ( dissimilar @ SV67 @ SY99 @ SY100 )
                  | ( organization @ SV67 ) )
              | ~ ~ ( ~ ! [SY101: $i,SY102: $i] :
                          ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
                          | ~ ( is_aligned @ SV67 @ SY101 )
                          | ~ ( is_aligned @ SV67 @ SY102 ) )
                    | ~ ! [SY103: $i,SY104: $i] :
                          ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
                          | ( is_aligned @ SV67 @ SY103 )
                          | ( is_aligned @ SV67 @ SY104 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[484]) ).

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

thf(500,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)],[485]) ).

thf(501,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
            | ( robust_position @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[486]) ).

thf(502,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( robust_position @ SX0 )
            | ~ ( ~ ! [SX1: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                      | ~ ( positional_advantage @ SX0 @ SX1 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                      | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[486]) ).

thf(503,plain,
    ! [SV68: $i] :
      ( ( ~ ! [SY105: $i] :
              ( ( ( age @ SV68 @ SY105 )
               != zero )
              | ~ ( organization @ SV68 )
              | ! [SY106: $i] :
                  ( ~ ( dissimilar @ SV68 @ SY105 @ SY106 )
                  | ( greater @ ( age @ SV68 @ SY106 ) @ sigma ) ) )
        | ~ ! [SY107: $i] :
              ( ( ( age @ SV68 @ SY107 )
               != zero )
              | ~ ( organization @ SV68 )
              | ! [SY108: $i] :
                  ( ~ ( greater @ ( age @ SV68 @ SY108 ) @ sigma )
                  | ( dissimilar @ SV68 @ SY107 @ SY108 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[487]) ).

thf(504,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ~ ( has_immunity @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = very_low ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[488]) ).

thf(505,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ~ ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = low ) ) )
                        | ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = mod1 ) ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod2 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = high ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[488]) ).

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

thf(507,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)],[489]) ).

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

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

thf(510,plain,
    ! [SV69: $i,SV62: $i] :
      ( ( ( ~ ( greater @ SV62 @ SV69 ) )
        = $true )
      | ( ( ~ ( greater @ SV69 @ SV62 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[491]) ).

thf(511,plain,
    ! [SV73: $i,SV70: $i,SV63: $i] :
      ( ( ~ ( greater @ SV63 @ SV70 )
        | ~ ( greater @ SV70 @ SV73 )
        | ( greater @ SV63 @ SV73 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[492]) ).

thf(512,plain,
    ! [SV71: $i,SV64: $i] :
      ( ( ( greater @ SV64 @ SV71 )
        = $true )
      | ( ( ( SV64 = SV71 )
          | ( smaller @ SV64 @ SV71 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[493]) ).

thf(513,plain,
    ! [SV65: $i] :
      ( ( ( ~ ( organization @ SV65 ) )
        = $true )
      | ( ( has_endowment @ SV65 )
        = $true )
      | ( ( ! [SY93: $i] :
              ~ ( has_immunity @ SV65 @ SY93 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[494]) ).

thf(514,plain,
    ! [SV72: $i,SV66: $i] :
      ( ( ( ( ( age @ SV66 @ SV72 )
           != zero )
          | ~ ( organization @ SV66 ) )
        = $true )
      | ( ( is_aligned @ SV66 @ SV72 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[495]) ).

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

thf(516,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)],[497]) ).

thf(517,plain,
    ! [SV67: $i] :
      ( ( ~ ~ ( ~ ! [SY95: $i,SY96: $i] :
                    ( ~ ( organization @ SV67 )
                    | ~ ( is_aligned @ SV67 @ SY95 )
                    | ( is_aligned @ SV67 @ SY96 )
                    | ( dissimilar @ SV67 @ SY95 @ SY96 ) )
              | ~ ! [SY97: $i,SY98: $i] :
                    ( ~ ( organization @ SV67 )
                    | ~ ( is_aligned @ SV67 @ SY98 )
                    | ( is_aligned @ SV67 @ SY97 )
                    | ( dissimilar @ SV67 @ SY97 @ SY98 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[498]) ).

thf(518,plain,
    ! [SV67: $i] :
      ( ( ~ ~ ( ~ ( ! [SY99: $i,SY100: $i] :
                      ~ ( dissimilar @ SV67 @ SY99 @ SY100 )
                  | ( organization @ SV67 ) )
              | ~ ~ ( ~ ! [SY101: $i,SY102: $i] :
                          ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
                          | ~ ( is_aligned @ SV67 @ SY101 )
                          | ~ ( is_aligned @ SV67 @ SY102 ) )
                    | ~ ! [SY103: $i,SY104: $i] :
                          ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
                          | ( is_aligned @ SV67 @ SY103 )
                          | ( is_aligned @ SV67 @ SY104 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[498]) ).

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

thf(520,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)],[500]) ).

thf(521,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                        | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                    | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                        | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
              | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                        | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                    | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                        | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
          | ( robust_position @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[501]) ).

thf(522,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( robust_position @ SX0 )
          | ~ ( ~ ! [SX1: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                    | ~ ( positional_advantage @ SX0 @ SX1 ) )
              | ~ ! [SX1: $i] :
                    ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                    | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[502]) ).

thf(523,plain,
    ! [SV68: $i] :
      ( ( ~ ! [SY105: $i] :
              ( ( ( age @ SV68 @ SY105 )
               != zero )
              | ~ ( organization @ SV68 )
              | ! [SY106: $i] :
                  ( ~ ( dissimilar @ SV68 @ SY105 @ SY106 )
                  | ( greater @ ( age @ SV68 @ SY106 ) @ sigma ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[503]) ).

thf(524,plain,
    ! [SV68: $i] :
      ( ( ~ ! [SY107: $i] :
              ( ( ( age @ SV68 @ SY107 )
               != zero )
              | ~ ( organization @ SV68 )
              | ! [SY108: $i] :
                  ( ~ ( greater @ ( age @ SV68 @ SY108 ) @ sigma )
                  | ( dissimilar @ SV68 @ SY107 @ SY108 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[503]) ).

thf(525,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ~ ( has_immunity @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = very_low ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[504]) ).

thf(526,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ~ ( is_aligned @ SX0 @ SX1 )
                                | ~ ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = low ) ) )
                      | ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ( is_aligned @ SX0 @ SX1 )
                                | ~ ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = mod1 ) ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ~ ( is_aligned @ SX0 @ SX1 )
                          | ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = mod2 ) ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ( is_aligned @ SX0 @ SX1 )
                    | ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = high ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[505]) ).

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

thf(528,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)],[507]) ).

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

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

thf(531,plain,
    ! [SV69: $i,SV62: $i] :
      ( ( ( greater @ SV62 @ SV69 )
        = $false )
      | ( ( ~ ( greater @ SV69 @ SV62 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[510]) ).

thf(532,plain,
    ! [SV73: $i,SV70: $i,SV63: $i] :
      ( ( ( ~ ( greater @ SV63 @ SV70 )
          | ~ ( greater @ SV70 @ SV73 ) )
        = $true )
      | ( ( greater @ SV63 @ SV73 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[511]) ).

thf(533,plain,
    ! [SV71: $i,SV64: $i] :
      ( ( ( SV64 = SV71 )
        = $true )
      | ( ( smaller @ SV64 @ SV71 )
        = $true )
      | ( ( greater @ SV64 @ SV71 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[512]) ).

thf(534,plain,
    ! [SV65: $i] :
      ( ( ( organization @ SV65 )
        = $false )
      | ( ( has_endowment @ SV65 )
        = $true )
      | ( ( ! [SY93: $i] :
              ~ ( has_immunity @ SV65 @ SY93 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[513]) ).

thf(535,plain,
    ! [SV72: $i,SV66: $i] :
      ( ( ( ( ( age @ SV66 @ SV72 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV66 ) )
        = $true )
      | ( ( is_aligned @ SV66 @ SV72 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[514]) ).

thf(536,plain,
    ! [SV74: $i] :
      ( ( ! [SY110: $i] :
            ( ~ ( greater_or_equal @ SV74 @ SY110 )
            | ( SV74 = SY110 )
            | ( greater @ SV74 @ SY110 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[515]) ).

thf(537,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)],[516]) ).

thf(538,plain,
    ! [SV67: $i] :
      ( ( ~ ( ~ ! [SY95: $i,SY96: $i] :
                  ( ~ ( organization @ SV67 )
                  | ~ ( is_aligned @ SV67 @ SY95 )
                  | ( is_aligned @ SV67 @ SY96 )
                  | ( dissimilar @ SV67 @ SY95 @ SY96 ) )
            | ~ ! [SY97: $i,SY98: $i] :
                  ( ~ ( organization @ SV67 )
                  | ~ ( is_aligned @ SV67 @ SY98 )
                  | ( is_aligned @ SV67 @ SY97 )
                  | ( dissimilar @ SV67 @ SY97 @ SY98 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[517]) ).

thf(539,plain,
    ! [SV67: $i] :
      ( ( ~ ( ~ ( ! [SY99: $i,SY100: $i] :
                    ~ ( dissimilar @ SV67 @ SY99 @ SY100 )
                | ( organization @ SV67 ) )
            | ~ ~ ( ~ ! [SY101: $i,SY102: $i] :
                        ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
                        | ~ ( is_aligned @ SV67 @ SY101 )
                        | ~ ( is_aligned @ SV67 @ SY102 ) )
                  | ~ ! [SY103: $i,SY104: $i] :
                        ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
                        | ( is_aligned @ SV67 @ SY103 )
                        | ( is_aligned @ SV67 @ SY104 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[518]) ).

thf(540,plain,
    ! [SV75: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                      | ~ ( organization @ SV75 )
                      | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) )
                  | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                      | ~ ( organization @ SV75 )
                      | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) ) )
            | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                      | ~ ( organization @ SV75 )
                      | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
                  | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                      | ~ ( organization @ SV75 )
                      | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) ) ) )
        | ( has_endowment @ SV75 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[519]) ).

thf(541,plain,
    ! [SV76: $i] :
      ( ( ~ ( has_endowment @ SV76 )
        | ~ ( ~ ~ ( ~ ! [SY111: $i] :
                        ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
                        | ( has_immunity @ SV76 @ SY111 ) )
                  | ~ ( organization @ SV76 ) )
            | ~ ! [SY112: $i] :
                  ( ~ ( greater @ ( age @ SV76 @ SY112 ) @ eta )
                  | ~ ( has_immunity @ SV76 @ SY112 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[520]) ).

thf(542,plain,
    ! [SV77: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                      | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
                  | ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                      | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) )
            | ~ ~ ( ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                      | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
                  | ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                      | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) ) )
        | ( robust_position @ SV77 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[521]) ).

thf(543,plain,
    ! [SV78: $i] :
      ( ( ~ ( robust_position @ SV78 )
        | ~ ( ~ ! [SY113: $i] :
                  ( ~ ( smaller_or_equal @ ( age @ SV78 @ SY113 ) @ tau )
                  | ~ ( positional_advantage @ SV78 @ SY113 ) )
            | ~ ! [SY114: $i] :
                  ( ~ ( greater @ ( age @ SV78 @ SY114 ) @ tau )
                  | ( positional_advantage @ SV78 @ SY114 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[522]) ).

thf(544,plain,
    ! [SV68: $i] :
      ( ( ! [SY105: $i] :
            ( ( ( age @ SV68 @ SY105 )
             != zero )
            | ~ ( organization @ SV68 )
            | ! [SY106: $i] :
                ( ~ ( dissimilar @ SV68 @ SY105 @ SY106 )
                | ( greater @ ( age @ SV68 @ SY106 ) @ sigma ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[523]) ).

thf(545,plain,
    ! [SV68: $i] :
      ( ( ! [SY107: $i] :
            ( ( ( age @ SV68 @ SY107 )
             != zero )
            | ~ ( organization @ SV68 )
            | ! [SY108: $i] :
                ( ~ ( greater @ ( age @ SV68 @ SY108 ) @ sigma )
                | ( dissimilar @ SV68 @ SY107 @ SY108 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[524]) ).

thf(546,plain,
    ! [SV79: $i] :
      ( ( ~ ( organization @ SV79 )
        | ! [SY115: $i] :
            ( ~ ( has_immunity @ SV79 @ SY115 )
            | ( ( hazard_of_mortality @ SV79 @ SY115 )
              = very_low ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[525]) ).

thf(547,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = low ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod1 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod2 ) ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = high ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[526]) ).

thf(548,plain,
    ! [SV80: $i] :
      ( ( ! [SY116: $i] :
            ( ~ ( smaller_or_equal @ SV80 @ SY116 )
            | ( SV80 = SY116 )
            | ( smaller @ SV80 @ SY116 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[527]) ).

thf(549,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)],[528]) ).

thf(550,plain,
    ! [SV81: $i] :
      ( ( ! [SY117: $i] :
            ( ~ ( greater @ SY117 @ SV81 )
            | ( smaller @ SV81 @ SY117 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[529]) ).

thf(551,plain,
    ! [SV82: $i] :
      ( ( ! [SY118: $i] :
            ( ~ ( smaller @ SV82 @ SY118 )
            | ( greater @ SY118 @ SV82 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[530]) ).

thf(552,plain,
    ! [SV62: $i,SV69: $i] :
      ( ( ( greater @ SV69 @ SV62 )
        = $false )
      | ( ( greater @ SV62 @ SV69 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[531]) ).

thf(553,plain,
    ! [SV73: $i,SV70: $i,SV63: $i] :
      ( ( ( ~ ( greater @ SV63 @ SV70 ) )
        = $true )
      | ( ( ~ ( greater @ SV70 @ SV73 ) )
        = $true )
      | ( ( greater @ SV63 @ SV73 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[532]) ).

thf(554,plain,
    ! [SV83: $i,SV65: $i] :
      ( ( ( ~ ( has_immunity @ SV65 @ SV83 ) )
        = $true )
      | ( ( has_endowment @ SV65 )
        = $true )
      | ( ( organization @ SV65 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[534]) ).

thf(555,plain,
    ! [SV72: $i,SV66: $i] :
      ( ( ( ( age @ SV66 @ SV72 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV66 ) )
        = $true )
      | ( ( is_aligned @ SV66 @ SV72 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[535]) ).

thf(556,plain,
    ! [SV84: $i,SV74: $i] :
      ( ( ~ ( greater_or_equal @ SV74 @ SV84 )
        | ( SV74 = SV84 )
        | ( greater @ SV74 @ SV84 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[536]) ).

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

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

thf(559,plain,
    ! [SV67: $i] :
      ( ( ~ ! [SY95: $i,SY96: $i] :
              ( ~ ( organization @ SV67 )
              | ~ ( is_aligned @ SV67 @ SY95 )
              | ( is_aligned @ SV67 @ SY96 )
              | ( dissimilar @ SV67 @ SY95 @ SY96 ) )
        | ~ ! [SY97: $i,SY98: $i] :
              ( ~ ( organization @ SV67 )
              | ~ ( is_aligned @ SV67 @ SY98 )
              | ( is_aligned @ SV67 @ SY97 )
              | ( dissimilar @ SV67 @ SY97 @ SY98 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[538]) ).

thf(560,plain,
    ! [SV67: $i] :
      ( ( ~ ( ! [SY99: $i,SY100: $i] :
                ~ ( dissimilar @ SV67 @ SY99 @ SY100 )
            | ( organization @ SV67 ) )
        | ~ ~ ( ~ ! [SY101: $i,SY102: $i] :
                    ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
                    | ~ ( is_aligned @ SV67 @ SY101 )
                    | ~ ( is_aligned @ SV67 @ SY102 ) )
              | ~ ! [SY103: $i,SY104: $i] :
                    ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
                    | ( is_aligned @ SV67 @ SY103 )
                    | ( is_aligned @ SV67 @ SY104 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[539]) ).

thf(561,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                        | ~ ( organization @ SV75 )
                        | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) )
                    | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                        | ~ ( organization @ SV75 )
                        | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) ) )
              | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                        | ~ ( organization @ SV75 )
                        | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
                    | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                        | ~ ( organization @ SV75 )
                        | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[540]) ).

thf(562,plain,
    ! [SV76: $i] :
      ( ( ( ~ ( has_endowment @ SV76 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY111: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
                          | ( has_immunity @ SV76 @ SY111 ) )
                    | ~ ( organization @ SV76 ) )
              | ~ ! [SY112: $i] :
                    ( ~ ( greater @ ( age @ SV76 @ SY112 ) @ eta )
                    | ~ ( has_immunity @ SV76 @ SY112 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[541]) ).

thf(563,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                        | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
                    | ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                        | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) )
              | ~ ~ ( ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                        | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
                    | ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                        | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[542]) ).

thf(564,plain,
    ! [SV78: $i] :
      ( ( ( ~ ( robust_position @ SV78 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY113: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV78 @ SY113 ) @ tau )
                    | ~ ( positional_advantage @ SV78 @ SY113 ) )
              | ~ ! [SY114: $i] :
                    ( ~ ( greater @ ( age @ SV78 @ SY114 ) @ tau )
                    | ( positional_advantage @ SV78 @ SY114 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[543]) ).

thf(565,plain,
    ! [SV85: $i,SV68: $i] :
      ( ( ( ( age @ SV68 @ SV85 )
         != zero )
        | ~ ( organization @ SV68 )
        | ! [SY119: $i] :
            ( ~ ( dissimilar @ SV68 @ SV85 @ SY119 )
            | ( greater @ ( age @ SV68 @ SY119 ) @ sigma ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[544]) ).

thf(566,plain,
    ! [SV86: $i,SV68: $i] :
      ( ( ( ( age @ SV68 @ SV86 )
         != zero )
        | ~ ( organization @ SV68 )
        | ! [SY120: $i] :
            ( ~ ( greater @ ( age @ SV68 @ SY120 ) @ sigma )
            | ( dissimilar @ SV68 @ SV86 @ SY120 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[545]) ).

thf(567,plain,
    ! [SV79: $i] :
      ( ( ( ~ ( organization @ SV79 ) )
        = $true )
      | ( ( ! [SY115: $i] :
              ( ~ ( has_immunity @ SV79 @ SY115 )
              | ( ( hazard_of_mortality @ SV79 @ SY115 )
                = very_low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[546]) ).

thf(568,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = low ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod1 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod2 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[547]) ).

thf(569,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = high ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[547]) ).

thf(570,plain,
    ! [SV87: $i,SV80: $i] :
      ( ( ~ ( smaller_or_equal @ SV80 @ SV87 )
        | ( SV80 = SV87 )
        | ( smaller @ SV80 @ SV87 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[548]) ).

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

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

thf(573,plain,
    ! [SV81: $i,SV88: $i] :
      ( ( ~ ( greater @ SV88 @ SV81 )
        | ( smaller @ SV81 @ SV88 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[550]) ).

thf(574,plain,
    ! [SV89: $i,SV82: $i] :
      ( ( ~ ( smaller @ SV82 @ SV89 )
        | ( greater @ SV89 @ SV82 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[551]) ).

thf(575,plain,
    ! [SV73: $i,SV70: $i,SV63: $i] :
      ( ( ( greater @ SV63 @ SV70 )
        = $false )
      | ( ( ~ ( greater @ SV70 @ SV73 ) )
        = $true )
      | ( ( greater @ SV63 @ SV73 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[553]) ).

thf(576,plain,
    ! [SV83: $i,SV65: $i] :
      ( ( ( has_immunity @ SV65 @ SV83 )
        = $false )
      | ( ( has_endowment @ SV65 )
        = $true )
      | ( ( organization @ SV65 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[554]) ).

thf(577,plain,
    ! [SV72: $i,SV66: $i] :
      ( ( ( organization @ SV66 )
        = $false )
      | ( ( ( age @ SV66 @ SV72 )
          = zero )
        = $false )
      | ( ( is_aligned @ SV66 @ SV72 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[555]) ).

thf(578,plain,
    ! [SV84: $i,SV74: $i] :
      ( ( ( ~ ( greater_or_equal @ SV74 @ SV84 ) )
        = $true )
      | ( ( ( SV74 = SV84 )
          | ( greater @ SV74 @ SV84 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[556]) ).

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

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

thf(581,plain,
    ! [SV67: $i] :
      ( ( ~ ! [SY95: $i,SY96: $i] :
              ( ~ ( organization @ SV67 )
              | ~ ( is_aligned @ SV67 @ SY95 )
              | ( is_aligned @ SV67 @ SY96 )
              | ( dissimilar @ SV67 @ SY95 @ SY96 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[559]) ).

thf(582,plain,
    ! [SV67: $i] :
      ( ( ~ ! [SY97: $i,SY98: $i] :
              ( ~ ( organization @ SV67 )
              | ~ ( is_aligned @ SV67 @ SY98 )
              | ( is_aligned @ SV67 @ SY97 )
              | ( dissimilar @ SV67 @ SY97 @ SY98 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[559]) ).

thf(583,plain,
    ! [SV67: $i] :
      ( ( ~ ( ! [SY99: $i,SY100: $i] :
                ~ ( dissimilar @ SV67 @ SY99 @ SY100 )
            | ( organization @ SV67 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[560]) ).

thf(584,plain,
    ! [SV67: $i] :
      ( ( ~ ~ ( ~ ! [SY101: $i,SY102: $i] :
                    ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
                    | ~ ( is_aligned @ SV67 @ SY101 )
                    | ~ ( is_aligned @ SV67 @ SY102 ) )
              | ~ ! [SY103: $i,SY104: $i] :
                    ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
                    | ( is_aligned @ SV67 @ SY103 )
                    | ( is_aligned @ SV67 @ SY104 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[560]) ).

thf(585,plain,
    ! [SV75: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                    | ~ ( organization @ SV75 )
                    | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                    | ~ ( organization @ SV75 )
                    | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) ) )
          | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                    | ~ ( organization @ SV75 )
                    | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
                | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                    | ~ ( organization @ SV75 )
                    | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[561]) ).

thf(586,plain,
    ! [SV76: $i] :
      ( ( ( has_endowment @ SV76 )
        = $false )
      | ( ( ~ ( ~ ~ ( ~ ! [SY111: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
                          | ( has_immunity @ SV76 @ SY111 ) )
                    | ~ ( organization @ SV76 ) )
              | ~ ! [SY112: $i] :
                    ( ~ ( greater @ ( age @ SV76 @ SY112 ) @ eta )
                    | ~ ( has_immunity @ SV76 @ SY112 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[562]) ).

thf(587,plain,
    ! [SV77: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                    | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
                | ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                    | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) )
          | ~ ~ ( ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                    | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
                | ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                    | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[563]) ).

thf(588,plain,
    ! [SV78: $i] :
      ( ( ( robust_position @ SV78 )
        = $false )
      | ( ( ~ ( ~ ! [SY113: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV78 @ SY113 ) @ tau )
                    | ~ ( positional_advantage @ SV78 @ SY113 ) )
              | ~ ! [SY114: $i] :
                    ( ~ ( greater @ ( age @ SV78 @ SY114 ) @ tau )
                    | ( positional_advantage @ SV78 @ SY114 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[564]) ).

thf(589,plain,
    ! [SV85: $i,SV68: $i] :
      ( ( ( ( ( age @ SV68 @ SV85 )
           != zero )
          | ~ ( organization @ SV68 ) )
        = $true )
      | ( ( ! [SY119: $i] :
              ( ~ ( dissimilar @ SV68 @ SV85 @ SY119 )
              | ( greater @ ( age @ SV68 @ SY119 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[565]) ).

thf(590,plain,
    ! [SV86: $i,SV68: $i] :
      ( ( ( ( ( age @ SV68 @ SV86 )
           != zero )
          | ~ ( organization @ SV68 ) )
        = $true )
      | ( ( ! [SY120: $i] :
              ( ~ ( greater @ ( age @ SV68 @ SY120 ) @ sigma )
              | ( dissimilar @ SV68 @ SV86 @ SY120 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[566]) ).

thf(591,plain,
    ! [SV79: $i] :
      ( ( ( organization @ SV79 )
        = $false )
      | ( ( ! [SY115: $i] :
              ( ~ ( has_immunity @ SV79 @ SY115 )
              | ( ( hazard_of_mortality @ SV79 @ SY115 )
                = very_low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[567]) ).

thf(592,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ~ ( is_aligned @ SX0 @ SX1 )
                          | ~ ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = low ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ( is_aligned @ SX0 @ SX1 )
                          | ~ ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = mod1 ) ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ~ ( is_aligned @ SX0 @ SX1 )
                    | ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = mod2 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[568]) ).

thf(593,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ( is_aligned @ SX0 @ SX1 )
              | ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = high ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[569]) ).

thf(594,plain,
    ! [SV87: $i,SV80: $i] :
      ( ( ( ~ ( smaller_or_equal @ SV80 @ SV87 ) )
        = $true )
      | ( ( ( SV80 = SV87 )
          | ( smaller @ SV80 @ SV87 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[570]) ).

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

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

thf(597,plain,
    ! [SV81: $i,SV88: $i] :
      ( ( ( ~ ( greater @ SV88 @ SV81 ) )
        = $true )
      | ( ( smaller @ SV81 @ SV88 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[573]) ).

thf(598,plain,
    ! [SV89: $i,SV82: $i] :
      ( ( ( ~ ( smaller @ SV82 @ SV89 ) )
        = $true )
      | ( ( greater @ SV89 @ SV82 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[574]) ).

thf(599,plain,
    ! [SV63: $i,SV73: $i,SV70: $i] :
      ( ( ( greater @ SV70 @ SV73 )
        = $false )
      | ( ( greater @ SV63 @ SV70 )
        = $false )
      | ( ( greater @ SV63 @ SV73 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[575]) ).

thf(600,plain,
    ! [SV84: $i,SV74: $i] :
      ( ( ( greater_or_equal @ SV74 @ SV84 )
        = $false )
      | ( ( ( SV74 = SV84 )
          | ( greater @ SV74 @ SV84 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[578]) ).

thf(601,plain,
    ! [SV90: $i] :
      ( ( ! [SY121: $i] :
            ( ( SV90 != SY121 )
            | ( greater_or_equal @ SV90 @ SY121 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[579]) ).

thf(602,plain,
    ! [SV91: $i] :
      ( ( ! [SY122: $i] :
            ( ~ ( greater @ SV91 @ SY122 )
            | ( greater_or_equal @ SV91 @ SY122 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[580]) ).

thf(603,plain,
    ! [SV67: $i] :
      ( ( ! [SY95: $i,SY96: $i] :
            ( ~ ( organization @ SV67 )
            | ~ ( is_aligned @ SV67 @ SY95 )
            | ( is_aligned @ SV67 @ SY96 )
            | ( dissimilar @ SV67 @ SY95 @ SY96 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[581]) ).

thf(604,plain,
    ! [SV67: $i] :
      ( ( ! [SY97: $i,SY98: $i] :
            ( ~ ( organization @ SV67 )
            | ~ ( is_aligned @ SV67 @ SY98 )
            | ( is_aligned @ SV67 @ SY97 )
            | ( dissimilar @ SV67 @ SY97 @ SY98 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[582]) ).

thf(605,plain,
    ! [SV67: $i] :
      ( ( ! [SY99: $i,SY100: $i] :
            ~ ( dissimilar @ SV67 @ SY99 @ SY100 )
        | ( organization @ SV67 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[583]) ).

thf(606,plain,
    ! [SV67: $i] :
      ( ( ~ ( ~ ! [SY101: $i,SY102: $i] :
                  ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
                  | ~ ( is_aligned @ SV67 @ SY101 )
                  | ~ ( is_aligned @ SV67 @ SY102 ) )
            | ~ ! [SY103: $i,SY104: $i] :
                  ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
                  | ( is_aligned @ SV67 @ SY103 )
                  | ( is_aligned @ SV67 @ SY104 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[584]) ).

thf(607,plain,
    ! [SV75: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                    | ~ ( organization @ SV75 )
                    | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                    | ~ ( organization @ SV75 )
                    | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[585]) ).

thf(608,plain,
    ! [SV75: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                    | ~ ( organization @ SV75 )
                    | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
                | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                    | ~ ( organization @ SV75 )
                    | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[585]) ).

thf(609,plain,
    ! [SV76: $i] :
      ( ( ( ~ ~ ( ~ ! [SY111: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
                      | ( has_immunity @ SV76 @ SY111 ) )
                | ~ ( organization @ SV76 ) )
          | ~ ! [SY112: $i] :
                ( ~ ( greater @ ( age @ SV76 @ SY112 ) @ eta )
                | ~ ( has_immunity @ SV76 @ SY112 ) ) )
        = $false )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[586]) ).

thf(610,plain,
    ! [SV77: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                    | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
                | ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                    | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[587]) ).

thf(611,plain,
    ! [SV77: $i] :
      ( ( ( ~ ~ ( ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                    | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
                | ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                    | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[587]) ).

thf(612,plain,
    ! [SV78: $i] :
      ( ( ( ~ ! [SY113: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV78 @ SY113 ) @ tau )
                | ~ ( positional_advantage @ SV78 @ SY113 ) )
          | ~ ! [SY114: $i] :
                ( ~ ( greater @ ( age @ SV78 @ SY114 ) @ tau )
                | ( positional_advantage @ SV78 @ SY114 ) ) )
        = $false )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[588]) ).

thf(613,plain,
    ! [SV85: $i,SV68: $i] :
      ( ( ( ( ( age @ SV68 @ SV85 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV68 ) )
        = $true )
      | ( ( ! [SY119: $i] :
              ( ~ ( dissimilar @ SV68 @ SV85 @ SY119 )
              | ( greater @ ( age @ SV68 @ SY119 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[589]) ).

thf(614,plain,
    ! [SV86: $i,SV68: $i] :
      ( ( ( ( ( age @ SV68 @ SV86 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV68 ) )
        = $true )
      | ( ( ! [SY120: $i] :
              ( ~ ( greater @ ( age @ SV68 @ SY120 ) @ sigma )
              | ( dissimilar @ SV68 @ SV86 @ SY120 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[590]) ).

thf(615,plain,
    ! [SV92: $i,SV79: $i] :
      ( ( ( ~ ( has_immunity @ SV79 @ SV92 )
          | ( ( hazard_of_mortality @ SV79 @ SV92 )
            = very_low ) )
        = $true )
      | ( ( organization @ SV79 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[591]) ).

thf(616,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = low ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod1 ) ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod2 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[592]) ).

thf(617,plain,
    ! [SV93: $i] :
      ( ( ~ ( organization @ SV93 )
        | ! [SY123: $i] :
            ( ( has_immunity @ SV93 @ SY123 )
            | ( is_aligned @ SV93 @ SY123 )
            | ( positional_advantage @ SV93 @ SY123 )
            | ( ( hazard_of_mortality @ SV93 @ SY123 )
              = high ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[593]) ).

thf(618,plain,
    ! [SV87: $i,SV80: $i] :
      ( ( ( smaller_or_equal @ SV80 @ SV87 )
        = $false )
      | ( ( ( SV80 = SV87 )
          | ( smaller @ SV80 @ SV87 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[594]) ).

thf(619,plain,
    ! [SV94: $i] :
      ( ( ! [SY124: $i] :
            ( ( SV94 != SY124 )
            | ( smaller_or_equal @ SV94 @ SY124 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[595]) ).

thf(620,plain,
    ! [SV95: $i] :
      ( ( ! [SY125: $i] :
            ( ~ ( smaller @ SV95 @ SY125 )
            | ( smaller_or_equal @ SV95 @ SY125 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[596]) ).

thf(621,plain,
    ! [SV81: $i,SV88: $i] :
      ( ( ( greater @ SV88 @ SV81 )
        = $false )
      | ( ( smaller @ SV81 @ SV88 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[597]) ).

thf(622,plain,
    ! [SV89: $i,SV82: $i] :
      ( ( ( smaller @ SV82 @ SV89 )
        = $false )
      | ( ( greater @ SV89 @ SV82 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[598]) ).

thf(623,plain,
    ! [SV84: $i,SV74: $i] :
      ( ( ( SV74 = SV84 )
        = $true )
      | ( ( greater @ SV74 @ SV84 )
        = $true )
      | ( ( greater_or_equal @ SV74 @ SV84 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[600]) ).

thf(624,plain,
    ! [SV96: $i,SV90: $i] :
      ( ( ( SV90 != SV96 )
        | ( greater_or_equal @ SV90 @ SV96 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[601]) ).

thf(625,plain,
    ! [SV97: $i,SV91: $i] :
      ( ( ~ ( greater @ SV91 @ SV97 )
        | ( greater_or_equal @ SV91 @ SV97 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[602]) ).

thf(626,plain,
    ! [SV98: $i,SV67: $i] :
      ( ( ! [SY126: $i] :
            ( ~ ( organization @ SV67 )
            | ~ ( is_aligned @ SV67 @ SV98 )
            | ( is_aligned @ SV67 @ SY126 )
            | ( dissimilar @ SV67 @ SV98 @ SY126 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[603]) ).

thf(627,plain,
    ! [SV99: $i,SV67: $i] :
      ( ( ! [SY127: $i] :
            ( ~ ( organization @ SV67 )
            | ~ ( is_aligned @ SV67 @ SY127 )
            | ( is_aligned @ SV67 @ SV99 )
            | ( dissimilar @ SV67 @ SV99 @ SY127 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[604]) ).

thf(628,plain,
    ! [SV67: $i] :
      ( ( ( ! [SY99: $i,SY100: $i] :
              ~ ( dissimilar @ SV67 @ SY99 @ SY100 ) )
        = $true )
      | ( ( organization @ SV67 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[605]) ).

thf(629,plain,
    ! [SV67: $i] :
      ( ( ~ ! [SY101: $i,SY102: $i] :
              ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
              | ~ ( is_aligned @ SV67 @ SY101 )
              | ~ ( is_aligned @ SV67 @ SY102 ) )
        | ~ ! [SY103: $i,SY104: $i] :
              ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
              | ( is_aligned @ SV67 @ SY103 )
              | ( is_aligned @ SV67 @ SY104 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[606]) ).

thf(630,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                  | ~ ( organization @ SV75 )
                  | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) )
              | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                  | ~ ( organization @ SV75 )
                  | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) ) ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[607]) ).

thf(631,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
                  | ~ ( organization @ SV75 )
                  | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
              | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
                  | ~ ( organization @ SV75 )
                  | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[608]) ).

thf(632,plain,
    ! [SV76: $i] :
      ( ( ( ~ ~ ( ~ ! [SY111: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
                      | ( has_immunity @ SV76 @ SY111 ) )
                | ~ ( organization @ SV76 ) ) )
        = $false )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[609]) ).

thf(633,plain,
    ! [SV76: $i] :
      ( ( ( ~ ! [SY112: $i] :
                ( ~ ( greater @ ( age @ SV76 @ SY112 ) @ eta )
                | ~ ( has_immunity @ SV76 @ SY112 ) ) )
        = $false )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[609]) ).

thf(634,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                  | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
              | ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
                  | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[610]) ).

thf(635,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                  | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
              | ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
                  | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[611]) ).

thf(636,plain,
    ! [SV78: $i] :
      ( ( ( ~ ! [SY113: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV78 @ SY113 ) @ tau )
                | ~ ( positional_advantage @ SV78 @ SY113 ) ) )
        = $false )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[612]) ).

thf(637,plain,
    ! [SV78: $i] :
      ( ( ( ~ ! [SY114: $i] :
                ( ~ ( greater @ ( age @ SV78 @ SY114 ) @ tau )
                | ( positional_advantage @ SV78 @ SY114 ) ) )
        = $false )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[612]) ).

thf(638,plain,
    ! [SV85: $i,SV68: $i] :
      ( ( ( ( age @ SV68 @ SV85 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV68 ) )
        = $true )
      | ( ( ! [SY119: $i] :
              ( ~ ( dissimilar @ SV68 @ SV85 @ SY119 )
              | ( greater @ ( age @ SV68 @ SY119 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[613]) ).

thf(639,plain,
    ! [SV86: $i,SV68: $i] :
      ( ( ( ( age @ SV68 @ SV86 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV68 ) )
        = $true )
      | ( ( ! [SY120: $i] :
              ( ~ ( greater @ ( age @ SV68 @ SY120 ) @ sigma )
              | ( dissimilar @ SV68 @ SV86 @ SY120 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[614]) ).

thf(640,plain,
    ! [SV92: $i,SV79: $i] :
      ( ( ( ~ ( has_immunity @ SV79 @ SV92 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV79 @ SV92 )
          = very_low )
        = $true )
      | ( ( organization @ SV79 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[615]) ).

thf(641,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = low ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[616]) ).

thf(642,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod2 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[616]) ).

thf(643,plain,
    ! [SV93: $i] :
      ( ( ( ~ ( organization @ SV93 ) )
        = $true )
      | ( ( ! [SY123: $i] :
              ( ( has_immunity @ SV93 @ SY123 )
              | ( is_aligned @ SV93 @ SY123 )
              | ( positional_advantage @ SV93 @ SY123 )
              | ( ( hazard_of_mortality @ SV93 @ SY123 )
                = high ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[617]) ).

thf(644,plain,
    ! [SV87: $i,SV80: $i] :
      ( ( ( SV80 = SV87 )
        = $true )
      | ( ( smaller @ SV80 @ SV87 )
        = $true )
      | ( ( smaller_or_equal @ SV80 @ SV87 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[618]) ).

thf(645,plain,
    ! [SV100: $i,SV94: $i] :
      ( ( ( SV94 != SV100 )
        | ( smaller_or_equal @ SV94 @ SV100 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[619]) ).

thf(646,plain,
    ! [SV101: $i,SV95: $i] :
      ( ( ~ ( smaller @ SV95 @ SV101 )
        | ( smaller_or_equal @ SV95 @ SV101 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[620]) ).

thf(647,plain,
    ! [SV96: $i,SV90: $i] :
      ( ( ( ( SV90 != SV96 ) )
        = $true )
      | ( ( greater_or_equal @ SV90 @ SV96 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[624]) ).

thf(648,plain,
    ! [SV97: $i,SV91: $i] :
      ( ( ( ~ ( greater @ SV91 @ SV97 ) )
        = $true )
      | ( ( greater_or_equal @ SV91 @ SV97 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[625]) ).

thf(649,plain,
    ! [SV102: $i,SV98: $i,SV67: $i] :
      ( ( ~ ( organization @ SV67 )
        | ~ ( is_aligned @ SV67 @ SV98 )
        | ( is_aligned @ SV67 @ SV102 )
        | ( dissimilar @ SV67 @ SV98 @ SV102 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[626]) ).

thf(650,plain,
    ! [SV99: $i,SV103: $i,SV67: $i] :
      ( ( ~ ( organization @ SV67 )
        | ~ ( is_aligned @ SV67 @ SV103 )
        | ( is_aligned @ SV67 @ SV99 )
        | ( dissimilar @ SV67 @ SV99 @ SV103 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[627]) ).

thf(651,plain,
    ! [SV104: $i,SV67: $i] :
      ( ( ( ! [SY128: $i] :
              ~ ( dissimilar @ SV67 @ SV104 @ SY128 ) )
        = $true )
      | ( ( organization @ SV67 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[628]) ).

thf(652,plain,
    ! [SV67: $i] :
      ( ( ~ ! [SY101: $i,SY102: $i] :
              ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
              | ~ ( is_aligned @ SV67 @ SY101 )
              | ~ ( is_aligned @ SV67 @ SY102 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[629]) ).

thf(653,plain,
    ! [SV67: $i] :
      ( ( ~ ! [SY103: $i,SY104: $i] :
              ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
              | ( is_aligned @ SV67 @ SY103 )
              | ( is_aligned @ SV67 @ SY104 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[629]) ).

thf(654,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
              | ~ ( organization @ SV75 )
              | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) )
          | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
              | ~ ( organization @ SV75 )
              | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[630]) ).

thf(655,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
              | ~ ( organization @ SV75 )
              | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
          | ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
              | ~ ( organization @ SV75 )
              | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[631]) ).

thf(656,plain,
    ! [SV76: $i] :
      ( ( ( ~ ( ~ ! [SY111: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
                    | ( has_immunity @ SV76 @ SY111 ) )
              | ~ ( organization @ SV76 ) ) )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[632]) ).

thf(657,plain,
    ! [SV76: $i] :
      ( ( ( ! [SY112: $i] :
              ( ~ ( greater @ ( age @ SV76 @ SY112 ) @ eta )
              | ~ ( has_immunity @ SV76 @ SY112 ) ) )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[633]) ).

thf(658,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
              | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
          | ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
              | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[634]) ).

thf(659,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
              | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
          | ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
              | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[635]) ).

thf(660,plain,
    ! [SV78: $i] :
      ( ( ( ! [SY113: $i] :
              ( ~ ( smaller_or_equal @ ( age @ SV78 @ SY113 ) @ tau )
              | ~ ( positional_advantage @ SV78 @ SY113 ) ) )
        = $true )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[636]) ).

thf(661,plain,
    ! [SV78: $i] :
      ( ( ( ! [SY114: $i] :
              ( ~ ( greater @ ( age @ SV78 @ SY114 ) @ tau )
              | ( positional_advantage @ SV78 @ SY114 ) ) )
        = $true )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[637]) ).

thf(662,plain,
    ! [SV85: $i,SV68: $i] :
      ( ( ( organization @ SV68 )
        = $false )
      | ( ( ( age @ SV68 @ SV85 )
          = zero )
        = $false )
      | ( ( ! [SY119: $i] :
              ( ~ ( dissimilar @ SV68 @ SV85 @ SY119 )
              | ( greater @ ( age @ SV68 @ SY119 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[638]) ).

thf(663,plain,
    ! [SV86: $i,SV68: $i] :
      ( ( ( organization @ SV68 )
        = $false )
      | ( ( ( age @ SV68 @ SV86 )
          = zero )
        = $false )
      | ( ( ! [SY120: $i] :
              ( ~ ( greater @ ( age @ SV68 @ SY120 ) @ sigma )
              | ( dissimilar @ SV68 @ SV86 @ SY120 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[639]) ).

thf(664,plain,
    ! [SV92: $i,SV79: $i] :
      ( ( ( has_immunity @ SV79 @ SV92 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV79 @ SV92 )
          = very_low )
        = $true )
      | ( ( organization @ SV79 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[640]) ).

thf(665,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ~ ( is_aligned @ SX0 @ SX1 )
                    | ~ ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = low ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ( is_aligned @ SX0 @ SX1 )
                    | ~ ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = mod1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[641]) ).

thf(666,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ~ ( is_aligned @ SX0 @ SX1 )
              | ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = mod2 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[642]) ).

thf(667,plain,
    ! [SV93: $i] :
      ( ( ( organization @ SV93 )
        = $false )
      | ( ( ! [SY123: $i] :
              ( ( has_immunity @ SV93 @ SY123 )
              | ( is_aligned @ SV93 @ SY123 )
              | ( positional_advantage @ SV93 @ SY123 )
              | ( ( hazard_of_mortality @ SV93 @ SY123 )
                = high ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[643]) ).

thf(668,plain,
    ! [SV100: $i,SV94: $i] :
      ( ( ( ( SV94 != SV100 ) )
        = $true )
      | ( ( smaller_or_equal @ SV94 @ SV100 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[645]) ).

thf(669,plain,
    ! [SV101: $i,SV95: $i] :
      ( ( ( ~ ( smaller @ SV95 @ SV101 ) )
        = $true )
      | ( ( smaller_or_equal @ SV95 @ SV101 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[646]) ).

thf(670,plain,
    ! [SV96: $i,SV90: $i] :
      ( ( ( SV90 = SV96 )
        = $false )
      | ( ( greater_or_equal @ SV90 @ SV96 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[647]) ).

thf(671,plain,
    ! [SV97: $i,SV91: $i] :
      ( ( ( greater @ SV91 @ SV97 )
        = $false )
      | ( ( greater_or_equal @ SV91 @ SV97 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[648]) ).

thf(672,plain,
    ! [SV102: $i,SV98: $i,SV67: $i] :
      ( ( ( ~ ( organization @ SV67 )
          | ~ ( is_aligned @ SV67 @ SV98 )
          | ( is_aligned @ SV67 @ SV102 ) )
        = $true )
      | ( ( dissimilar @ SV67 @ SV98 @ SV102 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[649]) ).

thf(673,plain,
    ! [SV99: $i,SV103: $i,SV67: $i] :
      ( ( ( ~ ( organization @ SV67 )
          | ~ ( is_aligned @ SV67 @ SV103 )
          | ( is_aligned @ SV67 @ SV99 ) )
        = $true )
      | ( ( dissimilar @ SV67 @ SV99 @ SV103 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[650]) ).

thf(674,plain,
    ! [SV105: $i,SV104: $i,SV67: $i] :
      ( ( ( ~ ( dissimilar @ SV67 @ SV104 @ SV105 ) )
        = $true )
      | ( ( organization @ SV67 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[651]) ).

thf(675,plain,
    ! [SV67: $i] :
      ( ( ! [SY101: $i,SY102: $i] :
            ( ~ ( dissimilar @ SV67 @ SY101 @ SY102 )
            | ~ ( is_aligned @ SV67 @ SY101 )
            | ~ ( is_aligned @ SV67 @ SY102 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[652]) ).

thf(676,plain,
    ! [SV67: $i] :
      ( ( ! [SY103: $i,SY104: $i] :
            ( ~ ( dissimilar @ SV67 @ SY103 @ SY104 )
            | ( is_aligned @ SV67 @ SY103 )
            | ( is_aligned @ SV67 @ SY104 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[653]) ).

thf(677,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
              | ~ ( organization @ SV75 )
              | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[654]) ).

thf(678,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
              | ~ ( organization @ SV75 )
              | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[654]) ).

thf(679,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
              | ~ ( organization @ SV75 )
              | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[655]) ).

thf(680,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
              | ~ ( organization @ SV75 )
              | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[655]) ).

thf(681,plain,
    ! [SV76: $i] :
      ( ( ( ~ ! [SY111: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
                | ( has_immunity @ SV76 @ SY111 ) )
          | ~ ( organization @ SV76 ) )
        = $false )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[656]) ).

thf(682,plain,
    ! [SV106: $i,SV76: $i] :
      ( ( ( ~ ( greater @ ( age @ SV76 @ SV106 ) @ eta )
          | ~ ( has_immunity @ SV76 @ SV106 ) )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[657]) ).

thf(683,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
              | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[658]) ).

thf(684,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
              | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[658]) ).

thf(685,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
              | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[659]) ).

thf(686,plain,
    ! [SV77: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
              | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) ) )
        = $false )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[659]) ).

thf(687,plain,
    ! [SV107: $i,SV78: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV78 @ SV107 ) @ tau )
          | ~ ( positional_advantage @ SV78 @ SV107 ) )
        = $true )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[660]) ).

thf(688,plain,
    ! [SV108: $i,SV78: $i] :
      ( ( ( ~ ( greater @ ( age @ SV78 @ SV108 ) @ tau )
          | ( positional_advantage @ SV78 @ SV108 ) )
        = $true )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[661]) ).

thf(689,plain,
    ! [SV109: $i,SV85: $i,SV68: $i] :
      ( ( ( ~ ( dissimilar @ SV68 @ SV85 @ SV109 )
          | ( greater @ ( age @ SV68 @ SV109 ) @ sigma ) )
        = $true )
      | ( ( ( age @ SV68 @ SV85 )
          = zero )
        = $false )
      | ( ( organization @ SV68 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[662]) ).

thf(690,plain,
    ! [SV86: $i,SV110: $i,SV68: $i] :
      ( ( ( ~ ( greater @ ( age @ SV68 @ SV110 ) @ sigma )
          | ( dissimilar @ SV68 @ SV86 @ SV110 ) )
        = $true )
      | ( ( ( age @ SV68 @ SV86 )
          = zero )
        = $false )
      | ( ( organization @ SV68 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[663]) ).

thf(691,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = low ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[665]) ).

thf(692,plain,
    ! [SV111: $i] :
      ( ( ~ ( organization @ SV111 )
        | ! [SY129: $i] :
            ( ( has_immunity @ SV111 @ SY129 )
            | ~ ( is_aligned @ SV111 @ SY129 )
            | ( positional_advantage @ SV111 @ SY129 )
            | ( ( hazard_of_mortality @ SV111 @ SY129 )
              = mod2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[666]) ).

thf(693,plain,
    ! [SV112: $i,SV93: $i] :
      ( ( ( ( has_immunity @ SV93 @ SV112 )
          | ( is_aligned @ SV93 @ SV112 )
          | ( positional_advantage @ SV93 @ SV112 )
          | ( ( hazard_of_mortality @ SV93 @ SV112 )
            = high ) )
        = $true )
      | ( ( organization @ SV93 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[667]) ).

thf(694,plain,
    ! [SV100: $i,SV94: $i] :
      ( ( ( SV94 = SV100 )
        = $false )
      | ( ( smaller_or_equal @ SV94 @ SV100 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[668]) ).

thf(695,plain,
    ! [SV101: $i,SV95: $i] :
      ( ( ( smaller @ SV95 @ SV101 )
        = $false )
      | ( ( smaller_or_equal @ SV95 @ SV101 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[669]) ).

thf(696,plain,
    ! [SV102: $i,SV98: $i,SV67: $i] :
      ( ( ( ~ ( organization @ SV67 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV67 @ SV98 )
          | ( is_aligned @ SV67 @ SV102 ) )
        = $true )
      | ( ( dissimilar @ SV67 @ SV98 @ SV102 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[672]) ).

thf(697,plain,
    ! [SV99: $i,SV103: $i,SV67: $i] :
      ( ( ( ~ ( organization @ SV67 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV67 @ SV103 )
          | ( is_aligned @ SV67 @ SV99 ) )
        = $true )
      | ( ( dissimilar @ SV67 @ SV99 @ SV103 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[673]) ).

thf(698,plain,
    ! [SV105: $i,SV104: $i,SV67: $i] :
      ( ( ( dissimilar @ SV67 @ SV104 @ SV105 )
        = $false )
      | ( ( organization @ SV67 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[674]) ).

thf(699,plain,
    ! [SV113: $i,SV67: $i] :
      ( ( ! [SY130: $i] :
            ( ~ ( dissimilar @ SV67 @ SV113 @ SY130 )
            | ~ ( is_aligned @ SV67 @ SV113 )
            | ~ ( is_aligned @ SV67 @ SY130 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[675]) ).

thf(700,plain,
    ! [SV114: $i,SV67: $i] :
      ( ( ! [SY131: $i] :
            ( ~ ( dissimilar @ SV67 @ SV114 @ SY131 )
            | ( is_aligned @ SV67 @ SV114 )
            | ( is_aligned @ SV67 @ SY131 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[676]) ).

thf(701,plain,
    ! [SV75: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
          | ~ ( organization @ SV75 )
          | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[677]) ).

thf(702,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
          | ~ ( organization @ SV75 )
          | ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[678]) ).

thf(703,plain,
    ! [SV75: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
          | ~ ( organization @ SV75 )
          | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[679]) ).

thf(704,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
          | ~ ( organization @ SV75 )
          | ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[680]) ).

thf(705,plain,
    ! [SV76: $i] :
      ( ( ( ~ ! [SY111: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
                | ( has_immunity @ SV76 @ SY111 ) ) )
        = $false )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[681]) ).

thf(706,plain,
    ! [SV76: $i] :
      ( ( ( ~ ( organization @ SV76 ) )
        = $false )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[681]) ).

thf(707,plain,
    ! [SV106: $i,SV76: $i] :
      ( ( ( ~ ( greater @ ( age @ SV76 @ SV106 ) @ eta ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV76 @ SV106 ) )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[682]) ).

thf(708,plain,
    ! [SV77: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
          | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[683]) ).

thf(709,plain,
    ! [SV77: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
          | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[684]) ).

thf(710,plain,
    ! [SV77: $i] :
      ( ( ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
          | ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[685]) ).

thf(711,plain,
    ! [SV77: $i] :
      ( ( ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
          | ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[686]) ).

thf(712,plain,
    ! [SV107: $i,SV78: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV78 @ SV107 ) @ tau ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV78 @ SV107 ) )
        = $true )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[687]) ).

thf(713,plain,
    ! [SV108: $i,SV78: $i] :
      ( ( ( ~ ( greater @ ( age @ SV78 @ SV108 ) @ tau ) )
        = $true )
      | ( ( positional_advantage @ SV78 @ SV108 )
        = $true )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[688]) ).

thf(714,plain,
    ! [SV109: $i,SV85: $i,SV68: $i] :
      ( ( ( ~ ( dissimilar @ SV68 @ SV85 @ SV109 ) )
        = $true )
      | ( ( greater @ ( age @ SV68 @ SV109 ) @ sigma )
        = $true )
      | ( ( ( age @ SV68 @ SV85 )
          = zero )
        = $false )
      | ( ( organization @ SV68 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[689]) ).

thf(715,plain,
    ! [SV86: $i,SV110: $i,SV68: $i] :
      ( ( ( ~ ( greater @ ( age @ SV68 @ SV110 ) @ sigma ) )
        = $true )
      | ( ( dissimilar @ SV68 @ SV86 @ SV110 )
        = $true )
      | ( ( ( age @ SV68 @ SV86 )
          = zero )
        = $false )
      | ( ( organization @ SV68 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[690]) ).

thf(716,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = low ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[691]) ).

thf(717,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[691]) ).

thf(718,plain,
    ! [SV111: $i] :
      ( ( ( ~ ( organization @ SV111 ) )
        = $true )
      | ( ( ! [SY129: $i] :
              ( ( has_immunity @ SV111 @ SY129 )
              | ~ ( is_aligned @ SV111 @ SY129 )
              | ( positional_advantage @ SV111 @ SY129 )
              | ( ( hazard_of_mortality @ SV111 @ SY129 )
                = mod2 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[692]) ).

thf(719,plain,
    ! [SV112: $i,SV93: $i] :
      ( ( ( has_immunity @ SV93 @ SV112 )
        = $true )
      | ( ( ( is_aligned @ SV93 @ SV112 )
          | ( positional_advantage @ SV93 @ SV112 )
          | ( ( hazard_of_mortality @ SV93 @ SV112 )
            = high ) )
        = $true )
      | ( ( organization @ SV93 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[693]) ).

thf(720,plain,
    ! [SV102: $i,SV98: $i,SV67: $i] :
      ( ( ( organization @ SV67 )
        = $false )
      | ( ( ~ ( is_aligned @ SV67 @ SV98 )
          | ( is_aligned @ SV67 @ SV102 ) )
        = $true )
      | ( ( dissimilar @ SV67 @ SV98 @ SV102 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[696]) ).

thf(721,plain,
    ! [SV99: $i,SV103: $i,SV67: $i] :
      ( ( ( organization @ SV67 )
        = $false )
      | ( ( ~ ( is_aligned @ SV67 @ SV103 )
          | ( is_aligned @ SV67 @ SV99 ) )
        = $true )
      | ( ( dissimilar @ SV67 @ SV99 @ SV103 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[697]) ).

thf(722,plain,
    ! [SV115: $i,SV113: $i,SV67: $i] :
      ( ( ~ ( dissimilar @ SV67 @ SV113 @ SV115 )
        | ~ ( is_aligned @ SV67 @ SV113 )
        | ~ ( is_aligned @ SV67 @ SV115 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[699]) ).

thf(723,plain,
    ! [SV116: $i,SV114: $i,SV67: $i] :
      ( ( ~ ( dissimilar @ SV67 @ SV114 @ SV116 )
        | ( is_aligned @ SV67 @ SV114 )
        | ( is_aligned @ SV67 @ SV116 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[700]) ).

thf(724,plain,
    ! [SV75: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
          | ~ ( organization @ SV75 ) )
        = $true )
      | ( ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[701]) ).

thf(725,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
          | ~ ( organization @ SV75 ) )
        = $true )
      | ( ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[702]) ).

thf(726,plain,
    ! [SV75: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
          | ~ ( organization @ SV75 ) )
        = $true )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[703]) ).

thf(727,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
          | ~ ( organization @ SV75 ) )
        = $true )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[704]) ).

thf(728,plain,
    ! [SV76: $i] :
      ( ( ( ! [SY111: $i] :
              ( ~ ( smaller_or_equal @ ( age @ SV76 @ SY111 ) @ eta )
              | ( has_immunity @ SV76 @ SY111 ) ) )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[705]) ).

thf(729,plain,
    ! [SV76: $i] :
      ( ( ( organization @ SV76 )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[706]) ).

thf(730,plain,
    ! [SV106: $i,SV76: $i] :
      ( ( ( greater @ ( age @ SV76 @ SV106 ) @ eta )
        = $false )
      | ( ( ~ ( has_immunity @ SV76 @ SV106 ) )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[707]) ).

thf(731,plain,
    ! [SV77: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
        = $true )
      | ( ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[708]) ).

thf(732,plain,
    ! [SV77: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
        = $true )
      | ( ( ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[709]) ).

thf(733,plain,
    ! [SV77: $i] :
      ( ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
        = $true )
      | ( ( greater @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[710]) ).

thf(734,plain,
    ! [SV77: $i] :
      ( ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[711]) ).

thf(735,plain,
    ! [SV107: $i,SV78: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV78 @ SV107 ) @ tau )
        = $false )
      | ( ( ~ ( positional_advantage @ SV78 @ SV107 ) )
        = $true )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[712]) ).

thf(736,plain,
    ! [SV108: $i,SV78: $i] :
      ( ( ( greater @ ( age @ SV78 @ SV108 ) @ tau )
        = $false )
      | ( ( positional_advantage @ SV78 @ SV108 )
        = $true )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[713]) ).

thf(737,plain,
    ! [SV109: $i,SV85: $i,SV68: $i] :
      ( ( ( dissimilar @ SV68 @ SV85 @ SV109 )
        = $false )
      | ( ( greater @ ( age @ SV68 @ SV109 ) @ sigma )
        = $true )
      | ( ( ( age @ SV68 @ SV85 )
          = zero )
        = $false )
      | ( ( organization @ SV68 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[714]) ).

thf(738,plain,
    ! [SV86: $i,SV110: $i,SV68: $i] :
      ( ( ( greater @ ( age @ SV68 @ SV110 ) @ sigma )
        = $false )
      | ( ( dissimilar @ SV68 @ SV86 @ SV110 )
        = $true )
      | ( ( ( age @ SV68 @ SV86 )
          = zero )
        = $false )
      | ( ( organization @ SV68 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[715]) ).

thf(739,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ~ ( is_aligned @ SX0 @ SX1 )
              | ~ ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = low ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[716]) ).

thf(740,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ( is_aligned @ SX0 @ SX1 )
              | ~ ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = mod1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[717]) ).

thf(741,plain,
    ! [SV111: $i] :
      ( ( ( organization @ SV111 )
        = $false )
      | ( ( ! [SY129: $i] :
              ( ( has_immunity @ SV111 @ SY129 )
              | ~ ( is_aligned @ SV111 @ SY129 )
              | ( positional_advantage @ SV111 @ SY129 )
              | ( ( hazard_of_mortality @ SV111 @ SY129 )
                = mod2 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[718]) ).

thf(742,plain,
    ! [SV112: $i,SV93: $i] :
      ( ( ( ( is_aligned @ SV93 @ SV112 )
          | ( positional_advantage @ SV93 @ SV112 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV93 @ SV112 )
          = high )
        = $true )
      | ( ( has_immunity @ SV93 @ SV112 )
        = $true )
      | ( ( organization @ SV93 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[719]) ).

thf(743,plain,
    ! [SV102: $i,SV98: $i,SV67: $i] :
      ( ( ( ~ ( is_aligned @ SV67 @ SV98 ) )
        = $true )
      | ( ( is_aligned @ SV67 @ SV102 )
        = $true )
      | ( ( organization @ SV67 )
        = $false )
      | ( ( dissimilar @ SV67 @ SV98 @ SV102 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[720]) ).

thf(744,plain,
    ! [SV99: $i,SV103: $i,SV67: $i] :
      ( ( ( ~ ( is_aligned @ SV67 @ SV103 ) )
        = $true )
      | ( ( is_aligned @ SV67 @ SV99 )
        = $true )
      | ( ( organization @ SV67 )
        = $false )
      | ( ( dissimilar @ SV67 @ SV99 @ SV103 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[721]) ).

thf(745,plain,
    ! [SV115: $i,SV113: $i,SV67: $i] :
      ( ( ( ~ ( dissimilar @ SV67 @ SV113 @ SV115 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV67 @ SV113 )
          | ~ ( is_aligned @ SV67 @ SV115 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[722]) ).

thf(746,plain,
    ! [SV116: $i,SV114: $i,SV67: $i] :
      ( ( ( ~ ( dissimilar @ SV67 @ SV114 @ SV116 ) )
        = $true )
      | ( ( ( is_aligned @ SV67 @ SV114 )
          | ( is_aligned @ SV67 @ SV116 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[723]) ).

thf(747,plain,
    ! [SV75: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV75 ) )
        = $true )
      | ( ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[724]) ).

thf(748,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV75 ) )
        = $true )
      | ( ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[725]) ).

thf(749,plain,
    ! [SV75: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV75 ) )
        = $true )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[726]) ).

thf(750,plain,
    ! [SV75: $i] :
      ( ( ( ~ ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV75 ) )
        = $true )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[727]) ).

thf(751,plain,
    ! [SV117: $i,SV76: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV76 @ SV117 ) @ eta )
          | ( has_immunity @ SV76 @ SV117 ) )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[728]) ).

thf(752,plain,
    ! [SV106: $i,SV76: $i] :
      ( ( ( has_immunity @ SV76 @ SV106 )
        = $false )
      | ( ( greater @ ( age @ SV76 @ SV106 ) @ eta )
        = $false )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[730]) ).

thf(753,plain,
    ! [SV77: $i] :
      ( ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV77 @ ( sK6_T @ SV77 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[732]) ).

thf(754,plain,
    ! [SV77: $i] :
      ( ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
        = $false )
      | ( ( positional_advantage @ SV77 @ ( sK6_T @ SV77 ) )
        = $true )
      | ( ( robust_position @ SV77 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[734]) ).

thf(755,plain,
    ! [SV107: $i,SV78: $i] :
      ( ( ( positional_advantage @ SV78 @ SV107 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV78 @ SV107 ) @ tau )
        = $false )
      | ( ( robust_position @ SV78 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[735]) ).

thf(756,plain,
    ! [SV118: $i] :
      ( ( ~ ( organization @ SV118 )
        | ! [SY132: $i] :
            ( ( has_immunity @ SV118 @ SY132 )
            | ~ ( is_aligned @ SV118 @ SY132 )
            | ~ ( positional_advantage @ SV118 @ SY132 )
            | ( ( hazard_of_mortality @ SV118 @ SY132 )
              = low ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[739]) ).

thf(757,plain,
    ! [SV119: $i] :
      ( ( ~ ( organization @ SV119 )
        | ! [SY133: $i] :
            ( ( has_immunity @ SV119 @ SY133 )
            | ( is_aligned @ SV119 @ SY133 )
            | ~ ( positional_advantage @ SV119 @ SY133 )
            | ( ( hazard_of_mortality @ SV119 @ SY133 )
              = mod1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[740]) ).

thf(758,plain,
    ! [SV120: $i,SV111: $i] :
      ( ( ( ( has_immunity @ SV111 @ SV120 )
          | ~ ( is_aligned @ SV111 @ SV120 )
          | ( positional_advantage @ SV111 @ SV120 )
          | ( ( hazard_of_mortality @ SV111 @ SV120 )
            = mod2 ) )
        = $true )
      | ( ( organization @ SV111 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[741]) ).

thf(759,plain,
    ! [SV112: $i,SV93: $i] :
      ( ( ( is_aligned @ SV93 @ SV112 )
        = $true )
      | ( ( positional_advantage @ SV93 @ SV112 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV93 @ SV112 )
          = high )
        = $true )
      | ( ( has_immunity @ SV93 @ SV112 )
        = $true )
      | ( ( organization @ SV93 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[742]) ).

thf(760,plain,
    ! [SV102: $i,SV98: $i,SV67: $i] :
      ( ( ( is_aligned @ SV67 @ SV98 )
        = $false )
      | ( ( is_aligned @ SV67 @ SV102 )
        = $true )
      | ( ( organization @ SV67 )
        = $false )
      | ( ( dissimilar @ SV67 @ SV98 @ SV102 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[743]) ).

thf(761,plain,
    ! [SV99: $i,SV103: $i,SV67: $i] :
      ( ( ( is_aligned @ SV67 @ SV103 )
        = $false )
      | ( ( is_aligned @ SV67 @ SV99 )
        = $true )
      | ( ( organization @ SV67 )
        = $false )
      | ( ( dissimilar @ SV67 @ SV99 @ SV103 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[744]) ).

thf(762,plain,
    ! [SV115: $i,SV113: $i,SV67: $i] :
      ( ( ( dissimilar @ SV67 @ SV113 @ SV115 )
        = $false )
      | ( ( ~ ( is_aligned @ SV67 @ SV113 )
          | ~ ( is_aligned @ SV67 @ SV115 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[745]) ).

thf(763,plain,
    ! [SV116: $i,SV114: $i,SV67: $i] :
      ( ( ( dissimilar @ SV67 @ SV114 @ SV116 )
        = $false )
      | ( ( ( is_aligned @ SV67 @ SV114 )
          | ( is_aligned @ SV67 @ SV116 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[746]) ).

thf(764,plain,
    ! [SV75: $i] :
      ( ( ( organization @ SV75 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[747]) ).

thf(765,plain,
    ! [SV75: $i] :
      ( ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $false )
      | ( ( ~ ( organization @ SV75 ) )
        = $true )
      | ( ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[748]) ).

thf(766,plain,
    ! [SV75: $i] :
      ( ( ( organization @ SV75 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[749]) ).

thf(767,plain,
    ! [SV75: $i] :
      ( ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $false )
      | ( ( ~ ( organization @ SV75 ) )
        = $true )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[750]) ).

thf(768,plain,
    ! [SV117: $i,SV76: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV76 @ SV117 ) @ eta ) )
        = $true )
      | ( ( has_immunity @ SV76 @ SV117 )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[751]) ).

thf(769,plain,
    ! [SV118: $i] :
      ( ( ( ~ ( organization @ SV118 ) )
        = $true )
      | ( ( ! [SY132: $i] :
              ( ( has_immunity @ SV118 @ SY132 )
              | ~ ( is_aligned @ SV118 @ SY132 )
              | ~ ( positional_advantage @ SV118 @ SY132 )
              | ( ( hazard_of_mortality @ SV118 @ SY132 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[756]) ).

thf(770,plain,
    ! [SV119: $i] :
      ( ( ( ~ ( organization @ SV119 ) )
        = $true )
      | ( ( ! [SY133: $i] :
              ( ( has_immunity @ SV119 @ SY133 )
              | ( is_aligned @ SV119 @ SY133 )
              | ~ ( positional_advantage @ SV119 @ SY133 )
              | ( ( hazard_of_mortality @ SV119 @ SY133 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[757]) ).

thf(771,plain,
    ! [SV120: $i,SV111: $i] :
      ( ( ( has_immunity @ SV111 @ SV120 )
        = $true )
      | ( ( ~ ( is_aligned @ SV111 @ SV120 )
          | ( positional_advantage @ SV111 @ SV120 )
          | ( ( hazard_of_mortality @ SV111 @ SV120 )
            = mod2 ) )
        = $true )
      | ( ( organization @ SV111 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[758]) ).

thf(772,plain,
    ! [SV115: $i,SV113: $i,SV67: $i] :
      ( ( ( ~ ( is_aligned @ SV67 @ SV113 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV67 @ SV115 ) )
        = $true )
      | ( ( dissimilar @ SV67 @ SV113 @ SV115 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[762]) ).

thf(773,plain,
    ! [SV116: $i,SV114: $i,SV67: $i] :
      ( ( ( is_aligned @ SV67 @ SV114 )
        = $true )
      | ( ( is_aligned @ SV67 @ SV116 )
        = $true )
      | ( ( dissimilar @ SV67 @ SV114 @ SV116 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[763]) ).

thf(774,plain,
    ! [SV75: $i] :
      ( ( ( organization @ SV75 )
        = $false )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $false )
      | ( ( greater @ ( age @ SV75 @ ( sK7_T @ SV75 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[765]) ).

thf(775,plain,
    ! [SV75: $i] :
      ( ( ( organization @ SV75 )
        = $false )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $false )
      | ( ( has_immunity @ SV75 @ ( sK7_T @ SV75 ) )
        = $true )
      | ( ( has_endowment @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[767]) ).

thf(776,plain,
    ! [SV117: $i,SV76: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV76 @ SV117 ) @ eta )
        = $false )
      | ( ( has_immunity @ SV76 @ SV117 )
        = $true )
      | ( ( has_endowment @ SV76 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[768]) ).

thf(777,plain,
    ! [SV118: $i] :
      ( ( ( organization @ SV118 )
        = $false )
      | ( ( ! [SY132: $i] :
              ( ( has_immunity @ SV118 @ SY132 )
              | ~ ( is_aligned @ SV118 @ SY132 )
              | ~ ( positional_advantage @ SV118 @ SY132 )
              | ( ( hazard_of_mortality @ SV118 @ SY132 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[769]) ).

thf(778,plain,
    ! [SV119: $i] :
      ( ( ( organization @ SV119 )
        = $false )
      | ( ( ! [SY133: $i] :
              ( ( has_immunity @ SV119 @ SY133 )
              | ( is_aligned @ SV119 @ SY133 )
              | ~ ( positional_advantage @ SV119 @ SY133 )
              | ( ( hazard_of_mortality @ SV119 @ SY133 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[770]) ).

thf(779,plain,
    ! [SV120: $i,SV111: $i] :
      ( ( ( ~ ( is_aligned @ SV111 @ SV120 )
          | ( positional_advantage @ SV111 @ SV120 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV111 @ SV120 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV111 @ SV120 )
        = $true )
      | ( ( organization @ SV111 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[771]) ).

thf(780,plain,
    ! [SV115: $i,SV113: $i,SV67: $i] :
      ( ( ( is_aligned @ SV67 @ SV113 )
        = $false )
      | ( ( ~ ( is_aligned @ SV67 @ SV115 ) )
        = $true )
      | ( ( dissimilar @ SV67 @ SV113 @ SV115 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[772]) ).

thf(781,plain,
    ! [SV121: $i,SV118: $i] :
      ( ( ( ( has_immunity @ SV118 @ SV121 )
          | ~ ( is_aligned @ SV118 @ SV121 )
          | ~ ( positional_advantage @ SV118 @ SV121 )
          | ( ( hazard_of_mortality @ SV118 @ SV121 )
            = low ) )
        = $true )
      | ( ( organization @ SV118 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[777]) ).

thf(782,plain,
    ! [SV122: $i,SV119: $i] :
      ( ( ( ( has_immunity @ SV119 @ SV122 )
          | ( is_aligned @ SV119 @ SV122 )
          | ~ ( positional_advantage @ SV119 @ SV122 )
          | ( ( hazard_of_mortality @ SV119 @ SV122 )
            = mod1 ) )
        = $true )
      | ( ( organization @ SV119 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[778]) ).

thf(783,plain,
    ! [SV120: $i,SV111: $i] :
      ( ( ( ~ ( is_aligned @ SV111 @ SV120 ) )
        = $true )
      | ( ( positional_advantage @ SV111 @ SV120 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV111 @ SV120 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV111 @ SV120 )
        = $true )
      | ( ( organization @ SV111 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[779]) ).

thf(784,plain,
    ! [SV113: $i,SV115: $i,SV67: $i] :
      ( ( ( is_aligned @ SV67 @ SV115 )
        = $false )
      | ( ( is_aligned @ SV67 @ SV113 )
        = $false )
      | ( ( dissimilar @ SV67 @ SV113 @ SV115 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[780]) ).

thf(785,plain,
    ! [SV121: $i,SV118: $i] :
      ( ( ( has_immunity @ SV118 @ SV121 )
        = $true )
      | ( ( ~ ( is_aligned @ SV118 @ SV121 )
          | ~ ( positional_advantage @ SV118 @ SV121 )
          | ( ( hazard_of_mortality @ SV118 @ SV121 )
            = low ) )
        = $true )
      | ( ( organization @ SV118 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[781]) ).

thf(786,plain,
    ! [SV122: $i,SV119: $i] :
      ( ( ( has_immunity @ SV119 @ SV122 )
        = $true )
      | ( ( ( is_aligned @ SV119 @ SV122 )
          | ~ ( positional_advantage @ SV119 @ SV122 )
          | ( ( hazard_of_mortality @ SV119 @ SV122 )
            = mod1 ) )
        = $true )
      | ( ( organization @ SV119 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[782]) ).

thf(787,plain,
    ! [SV120: $i,SV111: $i] :
      ( ( ( is_aligned @ SV111 @ SV120 )
        = $false )
      | ( ( positional_advantage @ SV111 @ SV120 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV111 @ SV120 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV111 @ SV120 )
        = $true )
      | ( ( organization @ SV111 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[783]) ).

thf(788,plain,
    ! [SV121: $i,SV118: $i] :
      ( ( ( ~ ( is_aligned @ SV118 @ SV121 )
          | ~ ( positional_advantage @ SV118 @ SV121 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV118 @ SV121 )
          = low )
        = $true )
      | ( ( has_immunity @ SV118 @ SV121 )
        = $true )
      | ( ( organization @ SV118 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[785]) ).

thf(789,plain,
    ! [SV122: $i,SV119: $i] :
      ( ( ( ( is_aligned @ SV119 @ SV122 )
          | ~ ( positional_advantage @ SV119 @ SV122 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV119 @ SV122 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV119 @ SV122 )
        = $true )
      | ( ( organization @ SV119 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[786]) ).

thf(790,plain,
    ! [SV121: $i,SV118: $i] :
      ( ( ( ~ ( is_aligned @ SV118 @ SV121 ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV118 @ SV121 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV118 @ SV121 )
          = low )
        = $true )
      | ( ( has_immunity @ SV118 @ SV121 )
        = $true )
      | ( ( organization @ SV118 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[788]) ).

thf(791,plain,
    ! [SV122: $i,SV119: $i] :
      ( ( ( is_aligned @ SV119 @ SV122 )
        = $true )
      | ( ( ~ ( positional_advantage @ SV119 @ SV122 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV119 @ SV122 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV119 @ SV122 )
        = $true )
      | ( ( organization @ SV119 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[789]) ).

thf(792,plain,
    ! [SV121: $i,SV118: $i] :
      ( ( ( is_aligned @ SV118 @ SV121 )
        = $false )
      | ( ( ~ ( positional_advantage @ SV118 @ SV121 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV118 @ SV121 )
          = low )
        = $true )
      | ( ( has_immunity @ SV118 @ SV121 )
        = $true )
      | ( ( organization @ SV118 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[790]) ).

thf(793,plain,
    ! [SV122: $i,SV119: $i] :
      ( ( ( positional_advantage @ SV119 @ SV122 )
        = $false )
      | ( ( is_aligned @ SV119 @ SV122 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV119 @ SV122 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV119 @ SV122 )
        = $true )
      | ( ( organization @ SV119 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[791]) ).

thf(794,plain,
    ! [SV121: $i,SV118: $i] :
      ( ( ( positional_advantage @ SV118 @ SV121 )
        = $false )
      | ( ( is_aligned @ SV118 @ SV121 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV118 @ SV121 )
          = low )
        = $true )
      | ( ( has_immunity @ SV118 @ SV121 )
        = $true )
      | ( ( organization @ SV118 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[792]) ).

thf(795,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[450,794,793,787,784,776,775,774,773,766,764,761,760,759,755,754,753,752,738,737,736,733,731,729,698,695,694,671,670,664,644,623,622,621,599,577,576,552,533,482,481,466,465,463,462,461,460,459,458,457,456,455,454,453,452,451]) ).

thf(796,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)],[77]) ).

thf(797,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)],[76]) ).

thf(798,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)],[75]) ).

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

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

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

thf(802,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK7_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK7_T @ X ) ) @ eta ) )
            & ( ~ ( has_immunity @ X @ ( sK7_T @ X ) )
              | ~ ( organization @ X )
              | ( greater @ ( age @ X @ ( sK7_T @ X ) ) @ eta ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK7_T @ X ) ) @ eta )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK7_T @ X ) ) )
            & ( ~ ( has_immunity @ X @ ( sK7_T @ X ) )
              | ~ ( organization @ X )
              | ( has_immunity @ X @ ( sK7_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)],[71]) ).

thf(803,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ( has_endowment @ X )
          | ! [T: $i] :
              ~ ( has_immunity @ X @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[70]) ).

thf(804,plain,
    ( ( ! [X: $i] :
          ( ! [T0: $i,T: $i] :
              ( ~ ( organization @ X )
              | ~ ( is_aligned @ X @ T0 )
              | ( is_aligned @ X @ T )
              | ( dissimilar @ X @ T0 @ T ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( organization @ X )
              | ~ ( is_aligned @ X @ T )
              | ( is_aligned @ X @ T0 )
              | ( dissimilar @ X @ T0 @ T ) )
          & ( ! [T0: $i,T: $i] :
                ~ ( dissimilar @ X @ T0 @ T )
            | ( organization @ X ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( dissimilar @ X @ T0 @ T )
              | ~ ( is_aligned @ X @ T0 )
              | ~ ( is_aligned @ X @ T ) )
          & ! [T0: $i,T: $i] :
              ( ~ ( dissimilar @ X @ T0 @ T )
              | ( is_aligned @ X @ T0 )
              | ( is_aligned @ X @ T ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[69]) ).

thf(805,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( ( age @ X @ T )
           != zero )
          | ~ ( organization @ X )
          | ( is_aligned @ X @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[68]) ).

thf(806,plain,
    ( ( ! [X: $i] :
          ( ! [T0: $i] :
              ( ( ( age @ X @ T0 )
               != zero )
              | ~ ( organization @ X )
              | ! [T: $i] :
                  ( ~ ( dissimilar @ X @ T0 @ T )
                  | ( greater @ ( age @ X @ T ) @ sigma ) ) )
          & ! [T0: $i] :
              ( ( ( age @ X @ T0 )
               != zero )
              | ~ ( organization @ X )
              | ! [T: $i] :
                  ( ~ ( greater @ ( age @ X @ T ) @ sigma )
                  | ( dissimilar @ X @ T0 @ T ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[67]) ).

thf(807,plain,
    ( ( ! [X: $i] :
          ( ( ( ( smaller_or_equal @ ( age @ X @ ( sK6_T @ X ) ) @ tau )
              | ( greater @ ( age @ X @ ( sK6_T @ X ) ) @ tau ) )
            & ( ( smaller_or_equal @ ( age @ X @ ( sK6_T @ X ) ) @ tau )
              | ~ ( positional_advantage @ X @ ( sK6_T @ X ) ) )
            & ( ( positional_advantage @ X @ ( sK6_T @ X ) )
              | ( greater @ ( age @ X @ ( sK6_T @ X ) ) @ tau ) )
            & ( ( positional_advantage @ X @ ( sK6_T @ X ) )
              | ~ ( positional_advantage @ X @ ( sK6_T @ X ) ) ) )
          | ( robust_position @ X ) )
      & ! [X: $i] :
          ( ~ ( robust_position @ X )
          | ( ! [T: $i] :
                ( ~ ( smaller_or_equal @ ( age @ X @ T ) @ tau )
                | ~ ( positional_advantage @ X @ T ) )
            & ! [T: $i] :
                ( ~ ( greater @ ( age @ X @ T ) @ tau )
                | ( positional_advantage @ X @ T ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[66]) ).

thf(808,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ~ ( has_immunity @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = very_low ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ~ ( is_aligned @ X @ T )
              | ~ ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = low ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ( is_aligned @ X @ T )
              | ~ ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = mod1 ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ~ ( is_aligned @ X @ T )
              | ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = mod2 ) ) )
      & ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T: $i] :
              ( ( has_immunity @ X @ T )
              | ( is_aligned @ X @ T )
              | ( positional_advantage @ X @ T )
              | ( ( hazard_of_mortality @ X @ T )
                = high ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[65]) ).

thf(809,plain,
    ( ( greater @ high @ mod1 )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(810,plain,
    ( ( greater @ mod1 @ low )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(811,plain,
    ( ( greater @ low @ very_low )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(812,plain,
    ( ( greater @ high @ mod2 )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(813,plain,
    ( ( greater @ mod2 @ low )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(814,plain,
    ( ( greater @ mod2 @ mod1 )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(815,plain,
    ( ( greater @ ( age @ sK1_X @ sK5_SY43 ) @ tau )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(816,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK4_SY41 ) @ tau )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(817,plain,
    ( ( greater @ ( age @ sK1_X @ sK4_SY41 ) @ sigma )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(818,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY38 ) @ sigma )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(819,plain,
    ( ( smaller @ sigma @ tau )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(820,plain,
    ( ( greater @ tau @ zero )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(821,plain,
    ( ( greater @ sigma @ zero )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(822,plain,
    ( ( ( age @ sK1_X @ sK2_SY34 )
      = zero )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(823,plain,
    ( ( ~ ( has_endowment @ sK1_X ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(824,plain,
    ( ( robust_position @ sK1_X )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

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

thf(826,plain,
    ( ( ( ( hazard_of_mortality @ sK1_X @ sK3_SY38 )
       != ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) ) )
    = $true ),
    inference(copy,[status(thm)],[64]) ).

thf(827,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)],[796]) ).

thf(828,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) ) )
                    | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) ) )
                          | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                              | ~ ( organization @ SX0 )
                              | ( has_immunity @ SX0 @ ( sK7_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)],[802]) ).

thf(829,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)],[798]) ).

thf(830,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ~ ( has_immunity @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = very_low ) ) )
          | ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                                  ( ~ ( organization @ SX0 )
                                  | ! [SX1: $i] :
                                      ( ( has_immunity @ SX0 @ SX1 )
                                      | ~ ( is_aligned @ SX0 @ SX1 )
                                      | ~ ( positional_advantage @ SX0 @ SX1 )
                                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                        = low ) ) )
                            | ~ ! [SX0: $i] :
                                  ( ~ ( organization @ SX0 )
                                  | ! [SX1: $i] :
                                      ( ( has_immunity @ SX0 @ SX1 )
                                      | ( is_aligned @ SX0 @ SX1 )
                                      | ~ ( positional_advantage @ SX0 @ SX1 )
                                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                        = mod1 ) ) ) )
                      | ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ~ ( is_aligned @ SX0 @ SX1 )
                                | ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = mod2 ) ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ( is_aligned @ SX0 @ SX1 )
                          | ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = high ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[808]) ).

thf(831,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)],[797]) ).

thf(832,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ! [SX1: $i] :
                  ( ( ( age @ SX0 @ SX1 )
                   != zero )
                  | ~ ( organization @ SX0 )
                  | ! [SX2: $i] :
                      ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                      | ( greater @ ( age @ SX0 @ SX2 ) @ sigma ) ) )
            | ~ ! [SX1: $i] :
                  ( ( ( age @ SX0 @ SX1 )
                   != zero )
                  | ~ ( organization @ SX0 )
                  | ! [SX2: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX2 ) @ sigma )
                      | ( dissimilar @ SX0 @ SX1 @ SX2 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[806]) ).

thf(833,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                              | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                          | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                              | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                    | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                              | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                          | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                              | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
                | ( robust_position @ SX0 ) )
          | ~ ! [SX0: $i] :
                ( ~ ( robust_position @ SX0 )
                | ~ ( ~ ! [SX1: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ SX1 ) )
                    | ~ ! [SX1: $i] :
                          ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                          | ( positional_advantage @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[807]) ).

thf(834,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ~ ( is_aligned @ SX0 @ SX1 )
                        | ( is_aligned @ SX0 @ SX2 )
                        | ( dissimilar @ SX0 @ SX1 @ SX2 ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ~ ( is_aligned @ SX0 @ SX2 )
                        | ( is_aligned @ SX0 @ SX1 )
                        | ( dissimilar @ SX0 @ SX1 @ SX2 ) ) )
            | ~ ~ ( ~ ( ! [SX1: $i,SX2: $i] :
                          ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                      | ( organization @ SX0 ) )
                  | ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                              | ~ ( is_aligned @ SX0 @ SX1 )
                              | ~ ( is_aligned @ SX0 @ SX2 ) )
                        | ~ ! [SX1: $i,SX2: $i] :
                              ( ~ ( dissimilar @ SX0 @ SX1 @ SX2 )
                              | ( is_aligned @ SX0 @ SX1 )
                              | ( is_aligned @ SX0 @ SX2 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[804]) ).

thf(835,plain,
    ! [SV123: $i] :
      ( ( ! [SY134: $i] :
            ( ~ ( greater @ SV123 @ SY134 )
            | ~ ( greater @ SY134 @ SV123 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[799]) ).

thf(836,plain,
    ! [SV124: $i] :
      ( ( ! [SY135: $i,SY136: $i] :
            ( ~ ( greater @ SV124 @ SY135 )
            | ~ ( greater @ SY135 @ SY136 )
            | ( greater @ SV124 @ SY136 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[800]) ).

thf(837,plain,
    ! [SV125: $i] :
      ( ( ! [SY137: $i] :
            ( ( greater @ SV125 @ SY137 )
            | ( SV125 = SY137 )
            | ( smaller @ SV125 @ SY137 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[801]) ).

thf(838,plain,
    ! [SV126: $i] :
      ( ( ~ ( organization @ SV126 )
        | ( has_endowment @ SV126 )
        | ! [SY138: $i] :
            ~ ( has_immunity @ SV126 @ SY138 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[803]) ).

thf(839,plain,
    ! [SV127: $i] :
      ( ( ! [SY139: $i] :
            ( ( ( age @ SV127 @ SY139 )
             != zero )
            | ~ ( organization @ SV127 )
            | ( is_aligned @ SV127 @ SY139 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[805]) ).

thf(840,plain,
    ( ( has_endowment @ sK1_X )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[823]) ).

thf(841,plain,
    ( ( ( hazard_of_mortality @ sK1_X @ sK3_SY38 )
      = ( hazard_of_mortality @ sK1_X @ sK2_SY34 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[826]) ).

thf(842,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)],[827]) ).

thf(843,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( greater @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta ) ) )
                | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK7_T @ SX0 ) ) @ eta )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) ) )
                      | ~ ( ~ ( has_immunity @ SX0 @ ( sK7_T @ SX0 ) )
                          | ~ ( organization @ SX0 )
                          | ( has_immunity @ SX0 @ ( sK7_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)],[828]) ).

thf(844,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)],[829]) ).

thf(845,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ~ ( has_immunity @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = very_low ) ) )
      | ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ~ ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = low ) ) )
                        | ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = mod1 ) ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod2 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = high ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[830]) ).

thf(846,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)],[831]) ).

thf(847,plain,
    ! [SV128: $i] :
      ( ( ~ ( ~ ! [SY140: $i] :
                  ( ( ( age @ SV128 @ SY140 )
                   != zero )
                  | ~ ( organization @ SV128 )
                  | ! [SY141: $i] :
                      ( ~ ( dissimilar @ SV128 @ SY140 @ SY141 )
                      | ( greater @ ( age @ SV128 @ SY141 ) @ sigma ) ) )
            | ~ ! [SY142: $i] :
                  ( ( ( age @ SV128 @ SY142 )
                   != zero )
                  | ~ ( organization @ SV128 )
                  | ! [SY143: $i] :
                      ( ~ ( greater @ ( age @ SV128 @ SY143 ) @ sigma )
                      | ( dissimilar @ SV128 @ SY142 @ SY143 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[832]) ).

thf(848,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
            | ( robust_position @ SX0 ) )
      | ~ ! [SX0: $i] :
            ( ~ ( robust_position @ SX0 )
            | ~ ( ~ ! [SX1: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                      | ~ ( positional_advantage @ SX0 @ SX1 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                      | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[833]) ).

thf(849,plain,
    ! [SV129: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY144: $i,SY145: $i] :
                        ( ~ ( organization @ SV129 )
                        | ~ ( is_aligned @ SV129 @ SY144 )
                        | ( is_aligned @ SV129 @ SY145 )
                        | ( dissimilar @ SV129 @ SY144 @ SY145 ) )
                  | ~ ! [SY146: $i,SY147: $i] :
                        ( ~ ( organization @ SV129 )
                        | ~ ( is_aligned @ SV129 @ SY147 )
                        | ( is_aligned @ SV129 @ SY146 )
                        | ( dissimilar @ SV129 @ SY146 @ SY147 ) ) )
            | ~ ~ ( ~ ( ! [SY148: $i,SY149: $i] :
                          ~ ( dissimilar @ SV129 @ SY148 @ SY149 )
                      | ( organization @ SV129 ) )
                  | ~ ~ ( ~ ! [SY150: $i,SY151: $i] :
                              ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
                              | ~ ( is_aligned @ SV129 @ SY150 )
                              | ~ ( is_aligned @ SV129 @ SY151 ) )
                        | ~ ! [SY152: $i,SY153: $i] :
                              ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
                              | ( is_aligned @ SV129 @ SY152 )
                              | ( is_aligned @ SV129 @ SY153 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[834]) ).

thf(850,plain,
    ! [SV130: $i,SV123: $i] :
      ( ( ~ ( greater @ SV123 @ SV130 )
        | ~ ( greater @ SV130 @ SV123 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[835]) ).

thf(851,plain,
    ! [SV131: $i,SV124: $i] :
      ( ( ! [SY154: $i] :
            ( ~ ( greater @ SV124 @ SV131 )
            | ~ ( greater @ SV131 @ SY154 )
            | ( greater @ SV124 @ SY154 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[836]) ).

thf(852,plain,
    ! [SV132: $i,SV125: $i] :
      ( ( ( greater @ SV125 @ SV132 )
        | ( SV125 = SV132 )
        | ( smaller @ SV125 @ SV132 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[837]) ).

thf(853,plain,
    ! [SV126: $i] :
      ( ( ( ~ ( organization @ SV126 )
          | ( has_endowment @ SV126 ) )
        = $true )
      | ( ( ! [SY138: $i] :
              ~ ( has_immunity @ SV126 @ SY138 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[838]) ).

thf(854,plain,
    ! [SV133: $i,SV127: $i] :
      ( ( ( ( age @ SV127 @ SV133 )
         != zero )
        | ~ ( organization @ SV127 )
        | ( is_aligned @ SV127 @ SV133 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[839]) ).

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

thf(856,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)],[842]) ).

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

thf(858,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)],[843]) ).

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

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

thf(861,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ~ ( has_immunity @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = very_low ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[845]) ).

thf(862,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ~ ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = low ) ) )
                        | ~ ! [SX0: $i] :
                              ( ~ ( organization @ SX0 )
                              | ! [SX1: $i] :
                                  ( ( has_immunity @ SX0 @ SX1 )
                                  | ( is_aligned @ SX0 @ SX1 )
                                  | ~ ( positional_advantage @ SX0 @ SX1 )
                                  | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                    = mod1 ) ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod2 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = high ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[845]) ).

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

thf(864,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)],[846]) ).

thf(865,plain,
    ! [SV128: $i] :
      ( ( ~ ! [SY140: $i] :
              ( ( ( age @ SV128 @ SY140 )
               != zero )
              | ~ ( organization @ SV128 )
              | ! [SY141: $i] :
                  ( ~ ( dissimilar @ SV128 @ SY140 @ SY141 )
                  | ( greater @ ( age @ SV128 @ SY141 ) @ sigma ) ) )
        | ~ ! [SY142: $i] :
              ( ( ( age @ SV128 @ SY142 )
               != zero )
              | ~ ( organization @ SV128 )
              | ! [SY143: $i] :
                  ( ~ ( greater @ ( age @ SV128 @ SY143 ) @ sigma )
                  | ( dissimilar @ SV128 @ SY142 @ SY143 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[847]) ).

thf(866,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
                | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                      | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                          | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
            | ( robust_position @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[848]) ).

thf(867,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( robust_position @ SX0 )
            | ~ ( ~ ! [SX1: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                      | ~ ( positional_advantage @ SX0 @ SX1 ) )
                | ~ ! [SX1: $i] :
                      ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                      | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[848]) ).

thf(868,plain,
    ! [SV129: $i] :
      ( ( ~ ~ ( ~ ! [SY144: $i,SY145: $i] :
                    ( ~ ( organization @ SV129 )
                    | ~ ( is_aligned @ SV129 @ SY144 )
                    | ( is_aligned @ SV129 @ SY145 )
                    | ( dissimilar @ SV129 @ SY144 @ SY145 ) )
              | ~ ! [SY146: $i,SY147: $i] :
                    ( ~ ( organization @ SV129 )
                    | ~ ( is_aligned @ SV129 @ SY147 )
                    | ( is_aligned @ SV129 @ SY146 )
                    | ( dissimilar @ SV129 @ SY146 @ SY147 ) ) )
        | ~ ~ ( ~ ( ! [SY148: $i,SY149: $i] :
                      ~ ( dissimilar @ SV129 @ SY148 @ SY149 )
                  | ( organization @ SV129 ) )
              | ~ ~ ( ~ ! [SY150: $i,SY151: $i] :
                          ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
                          | ~ ( is_aligned @ SV129 @ SY150 )
                          | ~ ( is_aligned @ SV129 @ SY151 ) )
                    | ~ ! [SY152: $i,SY153: $i] :
                          ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
                          | ( is_aligned @ SV129 @ SY152 )
                          | ( is_aligned @ SV129 @ SY153 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[849]) ).

thf(869,plain,
    ! [SV130: $i,SV123: $i] :
      ( ( ( ~ ( greater @ SV123 @ SV130 ) )
        = $true )
      | ( ( ~ ( greater @ SV130 @ SV123 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[850]) ).

thf(870,plain,
    ! [SV134: $i,SV131: $i,SV124: $i] :
      ( ( ~ ( greater @ SV124 @ SV131 )
        | ~ ( greater @ SV131 @ SV134 )
        | ( greater @ SV124 @ SV134 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[851]) ).

thf(871,plain,
    ! [SV132: $i,SV125: $i] :
      ( ( ( greater @ SV125 @ SV132 )
        = $true )
      | ( ( ( SV125 = SV132 )
          | ( smaller @ SV125 @ SV132 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[852]) ).

thf(872,plain,
    ! [SV126: $i] :
      ( ( ( ~ ( organization @ SV126 ) )
        = $true )
      | ( ( has_endowment @ SV126 )
        = $true )
      | ( ( ! [SY138: $i] :
              ~ ( has_immunity @ SV126 @ SY138 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[853]) ).

thf(873,plain,
    ! [SV133: $i,SV127: $i] :
      ( ( ( ( ( age @ SV127 @ SV133 )
           != zero )
          | ~ ( organization @ SV127 ) )
        = $true )
      | ( ( is_aligned @ SV127 @ SV133 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[854]) ).

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

thf(875,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)],[856]) ).

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

thf(877,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)],[858]) ).

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

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

thf(880,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ~ ( has_immunity @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = very_low ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[861]) ).

thf(881,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ~ ( is_aligned @ SX0 @ SX1 )
                                | ~ ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = low ) ) )
                      | ~ ! [SX0: $i] :
                            ( ~ ( organization @ SX0 )
                            | ! [SX1: $i] :
                                ( ( has_immunity @ SX0 @ SX1 )
                                | ( is_aligned @ SX0 @ SX1 )
                                | ~ ( positional_advantage @ SX0 @ SX1 )
                                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                                  = mod1 ) ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ~ ( is_aligned @ SX0 @ SX1 )
                          | ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = mod2 ) ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ( is_aligned @ SX0 @ SX1 )
                    | ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = high ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[862]) ).

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

thf(883,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)],[864]) ).

thf(884,plain,
    ! [SV128: $i] :
      ( ( ~ ! [SY140: $i] :
              ( ( ( age @ SV128 @ SY140 )
               != zero )
              | ~ ( organization @ SV128 )
              | ! [SY141: $i] :
                  ( ~ ( dissimilar @ SV128 @ SY140 @ SY141 )
                  | ( greater @ ( age @ SV128 @ SY141 ) @ sigma ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[865]) ).

thf(885,plain,
    ! [SV128: $i] :
      ( ( ~ ! [SY142: $i] :
              ( ( ( age @ SV128 @ SY142 )
               != zero )
              | ~ ( organization @ SV128 )
              | ! [SY143: $i] :
                  ( ~ ( greater @ ( age @ SV128 @ SY143 ) @ sigma )
                  | ( dissimilar @ SV128 @ SY142 @ SY143 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[865]) ).

thf(886,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                        | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                    | ~ ( ( smaller_or_equal @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau )
                        | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) )
              | ~ ~ ( ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                        | ( greater @ ( age @ SX0 @ ( sK6_T @ SX0 ) ) @ tau ) )
                    | ~ ( ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) )
                        | ~ ( positional_advantage @ SX0 @ ( sK6_T @ SX0 ) ) ) ) )
          | ( robust_position @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[866]) ).

thf(887,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( robust_position @ SX0 )
          | ~ ( ~ ! [SX1: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SX0 @ SX1 ) @ tau )
                    | ~ ( positional_advantage @ SX0 @ SX1 ) )
              | ~ ! [SX1: $i] :
                    ( ~ ( greater @ ( age @ SX0 @ SX1 ) @ tau )
                    | ( positional_advantage @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[867]) ).

thf(888,plain,
    ! [SV129: $i] :
      ( ( ~ ~ ( ~ ! [SY144: $i,SY145: $i] :
                    ( ~ ( organization @ SV129 )
                    | ~ ( is_aligned @ SV129 @ SY144 )
                    | ( is_aligned @ SV129 @ SY145 )
                    | ( dissimilar @ SV129 @ SY144 @ SY145 ) )
              | ~ ! [SY146: $i,SY147: $i] :
                    ( ~ ( organization @ SV129 )
                    | ~ ( is_aligned @ SV129 @ SY147 )
                    | ( is_aligned @ SV129 @ SY146 )
                    | ( dissimilar @ SV129 @ SY146 @ SY147 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[868]) ).

thf(889,plain,
    ! [SV129: $i] :
      ( ( ~ ~ ( ~ ( ! [SY148: $i,SY149: $i] :
                      ~ ( dissimilar @ SV129 @ SY148 @ SY149 )
                  | ( organization @ SV129 ) )
              | ~ ~ ( ~ ! [SY150: $i,SY151: $i] :
                          ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
                          | ~ ( is_aligned @ SV129 @ SY150 )
                          | ~ ( is_aligned @ SV129 @ SY151 ) )
                    | ~ ! [SY152: $i,SY153: $i] :
                          ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
                          | ( is_aligned @ SV129 @ SY152 )
                          | ( is_aligned @ SV129 @ SY153 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[868]) ).

thf(890,plain,
    ! [SV130: $i,SV123: $i] :
      ( ( ( greater @ SV123 @ SV130 )
        = $false )
      | ( ( ~ ( greater @ SV130 @ SV123 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[869]) ).

thf(891,plain,
    ! [SV134: $i,SV131: $i,SV124: $i] :
      ( ( ( ~ ( greater @ SV124 @ SV131 )
          | ~ ( greater @ SV131 @ SV134 ) )
        = $true )
      | ( ( greater @ SV124 @ SV134 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[870]) ).

thf(892,plain,
    ! [SV132: $i,SV125: $i] :
      ( ( ( SV125 = SV132 )
        = $true )
      | ( ( smaller @ SV125 @ SV132 )
        = $true )
      | ( ( greater @ SV125 @ SV132 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[871]) ).

thf(893,plain,
    ! [SV126: $i] :
      ( ( ( organization @ SV126 )
        = $false )
      | ( ( has_endowment @ SV126 )
        = $true )
      | ( ( ! [SY138: $i] :
              ~ ( has_immunity @ SV126 @ SY138 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[872]) ).

thf(894,plain,
    ! [SV133: $i,SV127: $i] :
      ( ( ( ( ( age @ SV127 @ SV133 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV127 ) )
        = $true )
      | ( ( is_aligned @ SV127 @ SV133 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[873]) ).

thf(895,plain,
    ! [SV135: $i] :
      ( ( ! [SY155: $i] :
            ( ~ ( smaller_or_equal @ SV135 @ SY155 )
            | ( SV135 = SY155 )
            | ( smaller @ SV135 @ SY155 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[874]) ).

thf(896,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)],[875]) ).

thf(897,plain,
    ! [SV136: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                      | ~ ( organization @ SV136 )
                      | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) )
                  | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                      | ~ ( organization @ SV136 )
                      | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) ) )
            | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                      | ~ ( organization @ SV136 )
                      | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
                  | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                      | ~ ( organization @ SV136 )
                      | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) ) ) )
        | ( has_endowment @ SV136 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[876]) ).

thf(898,plain,
    ! [SV137: $i] :
      ( ( ~ ( has_endowment @ SV137 )
        | ~ ( ~ ~ ( ~ ! [SY156: $i] :
                        ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
                        | ( has_immunity @ SV137 @ SY156 ) )
                  | ~ ( organization @ SV137 ) )
            | ~ ! [SY157: $i] :
                  ( ~ ( greater @ ( age @ SV137 @ SY157 ) @ eta )
                  | ~ ( has_immunity @ SV137 @ SY157 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[877]) ).

thf(899,plain,
    ! [SV138: $i] :
      ( ( ! [SY158: $i] :
            ( ~ ( greater @ SY158 @ SV138 )
            | ( smaller @ SV138 @ SY158 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[878]) ).

thf(900,plain,
    ! [SV139: $i] :
      ( ( ! [SY159: $i] :
            ( ~ ( smaller @ SV139 @ SY159 )
            | ( greater @ SY159 @ SV139 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[879]) ).

thf(901,plain,
    ! [SV140: $i] :
      ( ( ~ ( organization @ SV140 )
        | ! [SY160: $i] :
            ( ~ ( has_immunity @ SV140 @ SY160 )
            | ( ( hazard_of_mortality @ SV140 @ SY160 )
              = very_low ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[880]) ).

thf(902,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = low ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod1 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod2 ) ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = high ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[881]) ).

thf(903,plain,
    ! [SV141: $i] :
      ( ( ! [SY161: $i] :
            ( ~ ( greater_or_equal @ SV141 @ SY161 )
            | ( SV141 = SY161 )
            | ( greater @ SV141 @ SY161 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[882]) ).

thf(904,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)],[883]) ).

thf(905,plain,
    ! [SV128: $i] :
      ( ( ! [SY140: $i] :
            ( ( ( age @ SV128 @ SY140 )
             != zero )
            | ~ ( organization @ SV128 )
            | ! [SY141: $i] :
                ( ~ ( dissimilar @ SV128 @ SY140 @ SY141 )
                | ( greater @ ( age @ SV128 @ SY141 ) @ sigma ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[884]) ).

thf(906,plain,
    ! [SV128: $i] :
      ( ( ! [SY142: $i] :
            ( ( ( age @ SV128 @ SY142 )
             != zero )
            | ~ ( organization @ SV128 )
            | ! [SY143: $i] :
                ( ~ ( greater @ ( age @ SV128 @ SY143 ) @ sigma )
                | ( dissimilar @ SV128 @ SY142 @ SY143 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[885]) ).

thf(907,plain,
    ! [SV142: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                      | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
                  | ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                      | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) )
            | ~ ~ ( ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                      | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
                  | ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                      | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) ) )
        | ( robust_position @ SV142 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[886]) ).

thf(908,plain,
    ! [SV143: $i] :
      ( ( ~ ( robust_position @ SV143 )
        | ~ ( ~ ! [SY162: $i] :
                  ( ~ ( smaller_or_equal @ ( age @ SV143 @ SY162 ) @ tau )
                  | ~ ( positional_advantage @ SV143 @ SY162 ) )
            | ~ ! [SY163: $i] :
                  ( ~ ( greater @ ( age @ SV143 @ SY163 ) @ tau )
                  | ( positional_advantage @ SV143 @ SY163 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[887]) ).

thf(909,plain,
    ! [SV129: $i] :
      ( ( ~ ( ~ ! [SY144: $i,SY145: $i] :
                  ( ~ ( organization @ SV129 )
                  | ~ ( is_aligned @ SV129 @ SY144 )
                  | ( is_aligned @ SV129 @ SY145 )
                  | ( dissimilar @ SV129 @ SY144 @ SY145 ) )
            | ~ ! [SY146: $i,SY147: $i] :
                  ( ~ ( organization @ SV129 )
                  | ~ ( is_aligned @ SV129 @ SY147 )
                  | ( is_aligned @ SV129 @ SY146 )
                  | ( dissimilar @ SV129 @ SY146 @ SY147 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[888]) ).

thf(910,plain,
    ! [SV129: $i] :
      ( ( ~ ( ~ ( ! [SY148: $i,SY149: $i] :
                    ~ ( dissimilar @ SV129 @ SY148 @ SY149 )
                | ( organization @ SV129 ) )
            | ~ ~ ( ~ ! [SY150: $i,SY151: $i] :
                        ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
                        | ~ ( is_aligned @ SV129 @ SY150 )
                        | ~ ( is_aligned @ SV129 @ SY151 ) )
                  | ~ ! [SY152: $i,SY153: $i] :
                        ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
                        | ( is_aligned @ SV129 @ SY152 )
                        | ( is_aligned @ SV129 @ SY153 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[889]) ).

thf(911,plain,
    ! [SV123: $i,SV130: $i] :
      ( ( ( greater @ SV130 @ SV123 )
        = $false )
      | ( ( greater @ SV123 @ SV130 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[890]) ).

thf(912,plain,
    ! [SV134: $i,SV131: $i,SV124: $i] :
      ( ( ( ~ ( greater @ SV124 @ SV131 ) )
        = $true )
      | ( ( ~ ( greater @ SV131 @ SV134 ) )
        = $true )
      | ( ( greater @ SV124 @ SV134 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[891]) ).

thf(913,plain,
    ! [SV144: $i,SV126: $i] :
      ( ( ( ~ ( has_immunity @ SV126 @ SV144 ) )
        = $true )
      | ( ( has_endowment @ SV126 )
        = $true )
      | ( ( organization @ SV126 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[893]) ).

thf(914,plain,
    ! [SV133: $i,SV127: $i] :
      ( ( ( ( age @ SV127 @ SV133 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV127 ) )
        = $true )
      | ( ( is_aligned @ SV127 @ SV133 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[894]) ).

thf(915,plain,
    ! [SV145: $i,SV135: $i] :
      ( ( ~ ( smaller_or_equal @ SV135 @ SV145 )
        | ( SV135 = SV145 )
        | ( smaller @ SV135 @ SV145 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[895]) ).

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

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

thf(918,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                        | ~ ( organization @ SV136 )
                        | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) )
                    | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                        | ~ ( organization @ SV136 )
                        | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) ) )
              | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                        | ~ ( organization @ SV136 )
                        | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
                    | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                        | ~ ( organization @ SV136 )
                        | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[897]) ).

thf(919,plain,
    ! [SV137: $i] :
      ( ( ( ~ ( has_endowment @ SV137 ) )
        = $true )
      | ( ( ~ ( ~ ~ ( ~ ! [SY156: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
                          | ( has_immunity @ SV137 @ SY156 ) )
                    | ~ ( organization @ SV137 ) )
              | ~ ! [SY157: $i] :
                    ( ~ ( greater @ ( age @ SV137 @ SY157 ) @ eta )
                    | ~ ( has_immunity @ SV137 @ SY157 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[898]) ).

thf(920,plain,
    ! [SV138: $i,SV146: $i] :
      ( ( ~ ( greater @ SV146 @ SV138 )
        | ( smaller @ SV138 @ SV146 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[899]) ).

thf(921,plain,
    ! [SV147: $i,SV139: $i] :
      ( ( ~ ( smaller @ SV139 @ SV147 )
        | ( greater @ SV147 @ SV139 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[900]) ).

thf(922,plain,
    ! [SV140: $i] :
      ( ( ( ~ ( organization @ SV140 ) )
        = $true )
      | ( ( ! [SY160: $i] :
              ( ~ ( has_immunity @ SV140 @ SY160 )
              | ( ( hazard_of_mortality @ SV140 @ SY160 )
                = very_low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[901]) ).

thf(923,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ~ ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = low ) ) )
                  | ~ ! [SX0: $i] :
                        ( ~ ( organization @ SX0 )
                        | ! [SX1: $i] :
                            ( ( has_immunity @ SX0 @ SX1 )
                            | ( is_aligned @ SX0 @ SX1 )
                            | ~ ( positional_advantage @ SX0 @ SX1 )
                            | ( ( hazard_of_mortality @ SX0 @ SX1 )
                              = mod1 ) ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod2 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[902]) ).

thf(924,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = high ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[902]) ).

thf(925,plain,
    ! [SV148: $i,SV141: $i] :
      ( ( ~ ( greater_or_equal @ SV141 @ SV148 )
        | ( SV141 = SV148 )
        | ( greater @ SV141 @ SV148 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[903]) ).

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

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

thf(928,plain,
    ! [SV149: $i,SV128: $i] :
      ( ( ( ( age @ SV128 @ SV149 )
         != zero )
        | ~ ( organization @ SV128 )
        | ! [SY164: $i] :
            ( ~ ( dissimilar @ SV128 @ SV149 @ SY164 )
            | ( greater @ ( age @ SV128 @ SY164 ) @ sigma ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[905]) ).

thf(929,plain,
    ! [SV150: $i,SV128: $i] :
      ( ( ( ( age @ SV128 @ SV150 )
         != zero )
        | ~ ( organization @ SV128 )
        | ! [SY165: $i] :
            ( ~ ( greater @ ( age @ SV128 @ SY165 ) @ sigma )
            | ( dissimilar @ SV128 @ SV150 @ SY165 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[906]) ).

thf(930,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                        | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
                    | ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                        | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) )
              | ~ ~ ( ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                        | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
                    | ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                        | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[907]) ).

thf(931,plain,
    ! [SV143: $i] :
      ( ( ( ~ ( robust_position @ SV143 ) )
        = $true )
      | ( ( ~ ( ~ ! [SY162: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV143 @ SY162 ) @ tau )
                    | ~ ( positional_advantage @ SV143 @ SY162 ) )
              | ~ ! [SY163: $i] :
                    ( ~ ( greater @ ( age @ SV143 @ SY163 ) @ tau )
                    | ( positional_advantage @ SV143 @ SY163 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[908]) ).

thf(932,plain,
    ! [SV129: $i] :
      ( ( ~ ! [SY144: $i,SY145: $i] :
              ( ~ ( organization @ SV129 )
              | ~ ( is_aligned @ SV129 @ SY144 )
              | ( is_aligned @ SV129 @ SY145 )
              | ( dissimilar @ SV129 @ SY144 @ SY145 ) )
        | ~ ! [SY146: $i,SY147: $i] :
              ( ~ ( organization @ SV129 )
              | ~ ( is_aligned @ SV129 @ SY147 )
              | ( is_aligned @ SV129 @ SY146 )
              | ( dissimilar @ SV129 @ SY146 @ SY147 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[909]) ).

thf(933,plain,
    ! [SV129: $i] :
      ( ( ~ ( ! [SY148: $i,SY149: $i] :
                ~ ( dissimilar @ SV129 @ SY148 @ SY149 )
            | ( organization @ SV129 ) )
        | ~ ~ ( ~ ! [SY150: $i,SY151: $i] :
                    ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
                    | ~ ( is_aligned @ SV129 @ SY150 )
                    | ~ ( is_aligned @ SV129 @ SY151 ) )
              | ~ ! [SY152: $i,SY153: $i] :
                    ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
                    | ( is_aligned @ SV129 @ SY152 )
                    | ( is_aligned @ SV129 @ SY153 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[910]) ).

thf(934,plain,
    ! [SV134: $i,SV131: $i,SV124: $i] :
      ( ( ( greater @ SV124 @ SV131 )
        = $false )
      | ( ( ~ ( greater @ SV131 @ SV134 ) )
        = $true )
      | ( ( greater @ SV124 @ SV134 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[912]) ).

thf(935,plain,
    ! [SV144: $i,SV126: $i] :
      ( ( ( has_immunity @ SV126 @ SV144 )
        = $false )
      | ( ( has_endowment @ SV126 )
        = $true )
      | ( ( organization @ SV126 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[913]) ).

thf(936,plain,
    ! [SV133: $i,SV127: $i] :
      ( ( ( organization @ SV127 )
        = $false )
      | ( ( ( age @ SV127 @ SV133 )
          = zero )
        = $false )
      | ( ( is_aligned @ SV127 @ SV133 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[914]) ).

thf(937,plain,
    ! [SV145: $i,SV135: $i] :
      ( ( ( ~ ( smaller_or_equal @ SV135 @ SV145 ) )
        = $true )
      | ( ( ( SV135 = SV145 )
          | ( smaller @ SV135 @ SV145 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[915]) ).

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

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

thf(940,plain,
    ! [SV136: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                    | ~ ( organization @ SV136 )
                    | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                    | ~ ( organization @ SV136 )
                    | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) ) )
          | ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                    | ~ ( organization @ SV136 )
                    | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
                | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                    | ~ ( organization @ SV136 )
                    | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[918]) ).

thf(941,plain,
    ! [SV137: $i] :
      ( ( ( has_endowment @ SV137 )
        = $false )
      | ( ( ~ ( ~ ~ ( ~ ! [SY156: $i] :
                          ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
                          | ( has_immunity @ SV137 @ SY156 ) )
                    | ~ ( organization @ SV137 ) )
              | ~ ! [SY157: $i] :
                    ( ~ ( greater @ ( age @ SV137 @ SY157 ) @ eta )
                    | ~ ( has_immunity @ SV137 @ SY157 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[919]) ).

thf(942,plain,
    ! [SV138: $i,SV146: $i] :
      ( ( ( ~ ( greater @ SV146 @ SV138 ) )
        = $true )
      | ( ( smaller @ SV138 @ SV146 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[920]) ).

thf(943,plain,
    ! [SV147: $i,SV139: $i] :
      ( ( ( ~ ( smaller @ SV139 @ SV147 ) )
        = $true )
      | ( ( greater @ SV147 @ SV139 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[921]) ).

thf(944,plain,
    ! [SV140: $i] :
      ( ( ( organization @ SV140 )
        = $false )
      | ( ( ! [SY160: $i] :
              ( ~ ( has_immunity @ SV140 @ SY160 )
              | ( ( hazard_of_mortality @ SV140 @ SY160 )
                = very_low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[922]) ).

thf(945,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ~ ( is_aligned @ SX0 @ SX1 )
                          | ~ ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = low ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( organization @ SX0 )
                      | ! [SX1: $i] :
                          ( ( has_immunity @ SX0 @ SX1 )
                          | ( is_aligned @ SX0 @ SX1 )
                          | ~ ( positional_advantage @ SX0 @ SX1 )
                          | ( ( hazard_of_mortality @ SX0 @ SX1 )
                            = mod1 ) ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ~ ( is_aligned @ SX0 @ SX1 )
                    | ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = mod2 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[923]) ).

thf(946,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ( is_aligned @ SX0 @ SX1 )
              | ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = high ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[924]) ).

thf(947,plain,
    ! [SV148: $i,SV141: $i] :
      ( ( ( ~ ( greater_or_equal @ SV141 @ SV148 ) )
        = $true )
      | ( ( ( SV141 = SV148 )
          | ( greater @ SV141 @ SV148 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[925]) ).

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

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

thf(950,plain,
    ! [SV149: $i,SV128: $i] :
      ( ( ( ( ( age @ SV128 @ SV149 )
           != zero )
          | ~ ( organization @ SV128 ) )
        = $true )
      | ( ( ! [SY164: $i] :
              ( ~ ( dissimilar @ SV128 @ SV149 @ SY164 )
              | ( greater @ ( age @ SV128 @ SY164 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[928]) ).

thf(951,plain,
    ! [SV150: $i,SV128: $i] :
      ( ( ( ( ( age @ SV128 @ SV150 )
           != zero )
          | ~ ( organization @ SV128 ) )
        = $true )
      | ( ( ! [SY165: $i] :
              ( ~ ( greater @ ( age @ SV128 @ SY165 ) @ sigma )
              | ( dissimilar @ SV128 @ SV150 @ SY165 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[929]) ).

thf(952,plain,
    ! [SV142: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                    | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
                | ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                    | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) )
          | ~ ~ ( ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                    | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
                | ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                    | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[930]) ).

thf(953,plain,
    ! [SV143: $i] :
      ( ( ( robust_position @ SV143 )
        = $false )
      | ( ( ~ ( ~ ! [SY162: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV143 @ SY162 ) @ tau )
                    | ~ ( positional_advantage @ SV143 @ SY162 ) )
              | ~ ! [SY163: $i] :
                    ( ~ ( greater @ ( age @ SV143 @ SY163 ) @ tau )
                    | ( positional_advantage @ SV143 @ SY163 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[931]) ).

thf(954,plain,
    ! [SV129: $i] :
      ( ( ~ ! [SY144: $i,SY145: $i] :
              ( ~ ( organization @ SV129 )
              | ~ ( is_aligned @ SV129 @ SY144 )
              | ( is_aligned @ SV129 @ SY145 )
              | ( dissimilar @ SV129 @ SY144 @ SY145 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[932]) ).

thf(955,plain,
    ! [SV129: $i] :
      ( ( ~ ! [SY146: $i,SY147: $i] :
              ( ~ ( organization @ SV129 )
              | ~ ( is_aligned @ SV129 @ SY147 )
              | ( is_aligned @ SV129 @ SY146 )
              | ( dissimilar @ SV129 @ SY146 @ SY147 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[932]) ).

thf(956,plain,
    ! [SV129: $i] :
      ( ( ~ ( ! [SY148: $i,SY149: $i] :
                ~ ( dissimilar @ SV129 @ SY148 @ SY149 )
            | ( organization @ SV129 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[933]) ).

thf(957,plain,
    ! [SV129: $i] :
      ( ( ~ ~ ( ~ ! [SY150: $i,SY151: $i] :
                    ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
                    | ~ ( is_aligned @ SV129 @ SY150 )
                    | ~ ( is_aligned @ SV129 @ SY151 ) )
              | ~ ! [SY152: $i,SY153: $i] :
                    ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
                    | ( is_aligned @ SV129 @ SY152 )
                    | ( is_aligned @ SV129 @ SY153 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[933]) ).

thf(958,plain,
    ! [SV124: $i,SV134: $i,SV131: $i] :
      ( ( ( greater @ SV131 @ SV134 )
        = $false )
      | ( ( greater @ SV124 @ SV131 )
        = $false )
      | ( ( greater @ SV124 @ SV134 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[934]) ).

thf(959,plain,
    ! [SV145: $i,SV135: $i] :
      ( ( ( smaller_or_equal @ SV135 @ SV145 )
        = $false )
      | ( ( ( SV135 = SV145 )
          | ( smaller @ SV135 @ SV145 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[937]) ).

thf(960,plain,
    ! [SV151: $i] :
      ( ( ! [SY166: $i] :
            ( ( SV151 != SY166 )
            | ( smaller_or_equal @ SV151 @ SY166 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[938]) ).

thf(961,plain,
    ! [SV152: $i] :
      ( ( ! [SY167: $i] :
            ( ~ ( smaller @ SV152 @ SY167 )
            | ( smaller_or_equal @ SV152 @ SY167 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[939]) ).

thf(962,plain,
    ! [SV136: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                    | ~ ( organization @ SV136 )
                    | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) )
                | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                    | ~ ( organization @ SV136 )
                    | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[940]) ).

thf(963,plain,
    ! [SV136: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                    | ~ ( organization @ SV136 )
                    | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
                | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                    | ~ ( organization @ SV136 )
                    | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[940]) ).

thf(964,plain,
    ! [SV137: $i] :
      ( ( ( ~ ~ ( ~ ! [SY156: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
                      | ( has_immunity @ SV137 @ SY156 ) )
                | ~ ( organization @ SV137 ) )
          | ~ ! [SY157: $i] :
                ( ~ ( greater @ ( age @ SV137 @ SY157 ) @ eta )
                | ~ ( has_immunity @ SV137 @ SY157 ) ) )
        = $false )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[941]) ).

thf(965,plain,
    ! [SV138: $i,SV146: $i] :
      ( ( ( greater @ SV146 @ SV138 )
        = $false )
      | ( ( smaller @ SV138 @ SV146 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[942]) ).

thf(966,plain,
    ! [SV147: $i,SV139: $i] :
      ( ( ( smaller @ SV139 @ SV147 )
        = $false )
      | ( ( greater @ SV147 @ SV139 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[943]) ).

thf(967,plain,
    ! [SV153: $i,SV140: $i] :
      ( ( ( ~ ( has_immunity @ SV140 @ SV153 )
          | ( ( hazard_of_mortality @ SV140 @ SV153 )
            = very_low ) )
        = $true )
      | ( ( organization @ SV140 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[944]) ).

thf(968,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = low ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod1 ) ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod2 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[945]) ).

thf(969,plain,
    ! [SV154: $i] :
      ( ( ~ ( organization @ SV154 )
        | ! [SY168: $i] :
            ( ( has_immunity @ SV154 @ SY168 )
            | ( is_aligned @ SV154 @ SY168 )
            | ( positional_advantage @ SV154 @ SY168 )
            | ( ( hazard_of_mortality @ SV154 @ SY168 )
              = high ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[946]) ).

thf(970,plain,
    ! [SV148: $i,SV141: $i] :
      ( ( ( greater_or_equal @ SV141 @ SV148 )
        = $false )
      | ( ( ( SV141 = SV148 )
          | ( greater @ SV141 @ SV148 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[947]) ).

thf(971,plain,
    ! [SV155: $i] :
      ( ( ! [SY169: $i] :
            ( ( SV155 != SY169 )
            | ( greater_or_equal @ SV155 @ SY169 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[948]) ).

thf(972,plain,
    ! [SV156: $i] :
      ( ( ! [SY170: $i] :
            ( ~ ( greater @ SV156 @ SY170 )
            | ( greater_or_equal @ SV156 @ SY170 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[949]) ).

thf(973,plain,
    ! [SV149: $i,SV128: $i] :
      ( ( ( ( ( age @ SV128 @ SV149 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV128 ) )
        = $true )
      | ( ( ! [SY164: $i] :
              ( ~ ( dissimilar @ SV128 @ SV149 @ SY164 )
              | ( greater @ ( age @ SV128 @ SY164 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[950]) ).

thf(974,plain,
    ! [SV150: $i,SV128: $i] :
      ( ( ( ( ( age @ SV128 @ SV150 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV128 ) )
        = $true )
      | ( ( ! [SY165: $i] :
              ( ~ ( greater @ ( age @ SV128 @ SY165 ) @ sigma )
              | ( dissimilar @ SV128 @ SV150 @ SY165 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[951]) ).

thf(975,plain,
    ! [SV142: $i] :
      ( ( ( ~ ~ ( ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                    | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
                | ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                    | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[952]) ).

thf(976,plain,
    ! [SV142: $i] :
      ( ( ( ~ ~ ( ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                    | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
                | ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                    | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[952]) ).

thf(977,plain,
    ! [SV143: $i] :
      ( ( ( ~ ! [SY162: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV143 @ SY162 ) @ tau )
                | ~ ( positional_advantage @ SV143 @ SY162 ) )
          | ~ ! [SY163: $i] :
                ( ~ ( greater @ ( age @ SV143 @ SY163 ) @ tau )
                | ( positional_advantage @ SV143 @ SY163 ) ) )
        = $false )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[953]) ).

thf(978,plain,
    ! [SV129: $i] :
      ( ( ! [SY144: $i,SY145: $i] :
            ( ~ ( organization @ SV129 )
            | ~ ( is_aligned @ SV129 @ SY144 )
            | ( is_aligned @ SV129 @ SY145 )
            | ( dissimilar @ SV129 @ SY144 @ SY145 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[954]) ).

thf(979,plain,
    ! [SV129: $i] :
      ( ( ! [SY146: $i,SY147: $i] :
            ( ~ ( organization @ SV129 )
            | ~ ( is_aligned @ SV129 @ SY147 )
            | ( is_aligned @ SV129 @ SY146 )
            | ( dissimilar @ SV129 @ SY146 @ SY147 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[955]) ).

thf(980,plain,
    ! [SV129: $i] :
      ( ( ! [SY148: $i,SY149: $i] :
            ~ ( dissimilar @ SV129 @ SY148 @ SY149 )
        | ( organization @ SV129 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[956]) ).

thf(981,plain,
    ! [SV129: $i] :
      ( ( ~ ( ~ ! [SY150: $i,SY151: $i] :
                  ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
                  | ~ ( is_aligned @ SV129 @ SY150 )
                  | ~ ( is_aligned @ SV129 @ SY151 ) )
            | ~ ! [SY152: $i,SY153: $i] :
                  ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
                  | ( is_aligned @ SV129 @ SY152 )
                  | ( is_aligned @ SV129 @ SY153 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[957]) ).

thf(982,plain,
    ! [SV145: $i,SV135: $i] :
      ( ( ( SV135 = SV145 )
        = $true )
      | ( ( smaller @ SV135 @ SV145 )
        = $true )
      | ( ( smaller_or_equal @ SV135 @ SV145 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[959]) ).

thf(983,plain,
    ! [SV157: $i,SV151: $i] :
      ( ( ( SV151 != SV157 )
        | ( smaller_or_equal @ SV151 @ SV157 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[960]) ).

thf(984,plain,
    ! [SV158: $i,SV152: $i] :
      ( ( ~ ( smaller @ SV152 @ SV158 )
        | ( smaller_or_equal @ SV152 @ SV158 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[961]) ).

thf(985,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                  | ~ ( organization @ SV136 )
                  | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) )
              | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                  | ~ ( organization @ SV136 )
                  | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) ) ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[962]) ).

thf(986,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
                  | ~ ( organization @ SV136 )
                  | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
              | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
                  | ~ ( organization @ SV136 )
                  | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) ) ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[963]) ).

thf(987,plain,
    ! [SV137: $i] :
      ( ( ( ~ ~ ( ~ ! [SY156: $i] :
                      ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
                      | ( has_immunity @ SV137 @ SY156 ) )
                | ~ ( organization @ SV137 ) ) )
        = $false )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[964]) ).

thf(988,plain,
    ! [SV137: $i] :
      ( ( ( ~ ! [SY157: $i] :
                ( ~ ( greater @ ( age @ SV137 @ SY157 ) @ eta )
                | ~ ( has_immunity @ SV137 @ SY157 ) ) )
        = $false )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[964]) ).

thf(989,plain,
    ! [SV153: $i,SV140: $i] :
      ( ( ( ~ ( has_immunity @ SV140 @ SV153 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV140 @ SV153 )
          = very_low )
        = $true )
      | ( ( organization @ SV140 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[967]) ).

thf(990,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ~ ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = low ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( organization @ SX0 )
                  | ! [SX1: $i] :
                      ( ( has_immunity @ SX0 @ SX1 )
                      | ( is_aligned @ SX0 @ SX1 )
                      | ~ ( positional_advantage @ SX0 @ SX1 )
                      | ( ( hazard_of_mortality @ SX0 @ SX1 )
                        = mod1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[968]) ).

thf(991,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod2 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[968]) ).

thf(992,plain,
    ! [SV154: $i] :
      ( ( ( ~ ( organization @ SV154 ) )
        = $true )
      | ( ( ! [SY168: $i] :
              ( ( has_immunity @ SV154 @ SY168 )
              | ( is_aligned @ SV154 @ SY168 )
              | ( positional_advantage @ SV154 @ SY168 )
              | ( ( hazard_of_mortality @ SV154 @ SY168 )
                = high ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[969]) ).

thf(993,plain,
    ! [SV148: $i,SV141: $i] :
      ( ( ( SV141 = SV148 )
        = $true )
      | ( ( greater @ SV141 @ SV148 )
        = $true )
      | ( ( greater_or_equal @ SV141 @ SV148 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[970]) ).

thf(994,plain,
    ! [SV159: $i,SV155: $i] :
      ( ( ( SV155 != SV159 )
        | ( greater_or_equal @ SV155 @ SV159 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[971]) ).

thf(995,plain,
    ! [SV160: $i,SV156: $i] :
      ( ( ~ ( greater @ SV156 @ SV160 )
        | ( greater_or_equal @ SV156 @ SV160 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[972]) ).

thf(996,plain,
    ! [SV149: $i,SV128: $i] :
      ( ( ( ( age @ SV128 @ SV149 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV128 ) )
        = $true )
      | ( ( ! [SY164: $i] :
              ( ~ ( dissimilar @ SV128 @ SV149 @ SY164 )
              | ( greater @ ( age @ SV128 @ SY164 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[973]) ).

thf(997,plain,
    ! [SV150: $i,SV128: $i] :
      ( ( ( ( age @ SV128 @ SV150 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV128 ) )
        = $true )
      | ( ( ! [SY165: $i] :
              ( ~ ( greater @ ( age @ SV128 @ SY165 ) @ sigma )
              | ( dissimilar @ SV128 @ SV150 @ SY165 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[974]) ).

thf(998,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                  | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
              | ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
                  | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[975]) ).

thf(999,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                  | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
              | ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
                  | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[976]) ).

thf(1000,plain,
    ! [SV143: $i] :
      ( ( ( ~ ! [SY162: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV143 @ SY162 ) @ tau )
                | ~ ( positional_advantage @ SV143 @ SY162 ) ) )
        = $false )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[977]) ).

thf(1001,plain,
    ! [SV143: $i] :
      ( ( ( ~ ! [SY163: $i] :
                ( ~ ( greater @ ( age @ SV143 @ SY163 ) @ tau )
                | ( positional_advantage @ SV143 @ SY163 ) ) )
        = $false )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[977]) ).

thf(1002,plain,
    ! [SV161: $i,SV129: $i] :
      ( ( ! [SY171: $i] :
            ( ~ ( organization @ SV129 )
            | ~ ( is_aligned @ SV129 @ SV161 )
            | ( is_aligned @ SV129 @ SY171 )
            | ( dissimilar @ SV129 @ SV161 @ SY171 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[978]) ).

thf(1003,plain,
    ! [SV162: $i,SV129: $i] :
      ( ( ! [SY172: $i] :
            ( ~ ( organization @ SV129 )
            | ~ ( is_aligned @ SV129 @ SY172 )
            | ( is_aligned @ SV129 @ SV162 )
            | ( dissimilar @ SV129 @ SV162 @ SY172 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[979]) ).

thf(1004,plain,
    ! [SV129: $i] :
      ( ( ( ! [SY148: $i,SY149: $i] :
              ~ ( dissimilar @ SV129 @ SY148 @ SY149 ) )
        = $true )
      | ( ( organization @ SV129 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[980]) ).

thf(1005,plain,
    ! [SV129: $i] :
      ( ( ~ ! [SY150: $i,SY151: $i] :
              ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
              | ~ ( is_aligned @ SV129 @ SY150 )
              | ~ ( is_aligned @ SV129 @ SY151 ) )
        | ~ ! [SY152: $i,SY153: $i] :
              ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
              | ( is_aligned @ SV129 @ SY152 )
              | ( is_aligned @ SV129 @ SY153 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[981]) ).

thf(1006,plain,
    ! [SV157: $i,SV151: $i] :
      ( ( ( ( SV151 != SV157 ) )
        = $true )
      | ( ( smaller_or_equal @ SV151 @ SV157 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[983]) ).

thf(1007,plain,
    ! [SV158: $i,SV152: $i] :
      ( ( ( ~ ( smaller @ SV152 @ SV158 ) )
        = $true )
      | ( ( smaller_or_equal @ SV152 @ SV158 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[984]) ).

thf(1008,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
              | ~ ( organization @ SV136 )
              | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) )
          | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
              | ~ ( organization @ SV136 )
              | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[985]) ).

thf(1009,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
              | ~ ( organization @ SV136 )
              | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
          | ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
              | ~ ( organization @ SV136 )
              | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[986]) ).

thf(1010,plain,
    ! [SV137: $i] :
      ( ( ( ~ ( ~ ! [SY156: $i] :
                    ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
                    | ( has_immunity @ SV137 @ SY156 ) )
              | ~ ( organization @ SV137 ) ) )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[987]) ).

thf(1011,plain,
    ! [SV137: $i] :
      ( ( ( ! [SY157: $i] :
              ( ~ ( greater @ ( age @ SV137 @ SY157 ) @ eta )
              | ~ ( has_immunity @ SV137 @ SY157 ) ) )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[988]) ).

thf(1012,plain,
    ! [SV153: $i,SV140: $i] :
      ( ( ( has_immunity @ SV140 @ SV153 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV140 @ SV153 )
          = very_low )
        = $true )
      | ( ( organization @ SV140 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[989]) ).

thf(1013,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ~ ( is_aligned @ SX0 @ SX1 )
                    | ~ ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = low ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( organization @ SX0 )
                | ! [SX1: $i] :
                    ( ( has_immunity @ SX0 @ SX1 )
                    | ( is_aligned @ SX0 @ SX1 )
                    | ~ ( positional_advantage @ SX0 @ SX1 )
                    | ( ( hazard_of_mortality @ SX0 @ SX1 )
                      = mod1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[990]) ).

thf(1014,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ~ ( is_aligned @ SX0 @ SX1 )
              | ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = mod2 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[991]) ).

thf(1015,plain,
    ! [SV154: $i] :
      ( ( ( organization @ SV154 )
        = $false )
      | ( ( ! [SY168: $i] :
              ( ( has_immunity @ SV154 @ SY168 )
              | ( is_aligned @ SV154 @ SY168 )
              | ( positional_advantage @ SV154 @ SY168 )
              | ( ( hazard_of_mortality @ SV154 @ SY168 )
                = high ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[992]) ).

thf(1016,plain,
    ! [SV159: $i,SV155: $i] :
      ( ( ( ( SV155 != SV159 ) )
        = $true )
      | ( ( greater_or_equal @ SV155 @ SV159 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[994]) ).

thf(1017,plain,
    ! [SV160: $i,SV156: $i] :
      ( ( ( ~ ( greater @ SV156 @ SV160 ) )
        = $true )
      | ( ( greater_or_equal @ SV156 @ SV160 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[995]) ).

thf(1018,plain,
    ! [SV149: $i,SV128: $i] :
      ( ( ( organization @ SV128 )
        = $false )
      | ( ( ( age @ SV128 @ SV149 )
          = zero )
        = $false )
      | ( ( ! [SY164: $i] :
              ( ~ ( dissimilar @ SV128 @ SV149 @ SY164 )
              | ( greater @ ( age @ SV128 @ SY164 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[996]) ).

thf(1019,plain,
    ! [SV150: $i,SV128: $i] :
      ( ( ( organization @ SV128 )
        = $false )
      | ( ( ( age @ SV128 @ SV150 )
          = zero )
        = $false )
      | ( ( ! [SY165: $i] :
              ( ~ ( greater @ ( age @ SV128 @ SY165 ) @ sigma )
              | ( dissimilar @ SV128 @ SV150 @ SY165 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[997]) ).

thf(1020,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
              | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
          | ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
              | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[998]) ).

thf(1021,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
              | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
          | ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
              | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[999]) ).

thf(1022,plain,
    ! [SV143: $i] :
      ( ( ( ! [SY162: $i] :
              ( ~ ( smaller_or_equal @ ( age @ SV143 @ SY162 ) @ tau )
              | ~ ( positional_advantage @ SV143 @ SY162 ) ) )
        = $true )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[1000]) ).

thf(1023,plain,
    ! [SV143: $i] :
      ( ( ( ! [SY163: $i] :
              ( ~ ( greater @ ( age @ SV143 @ SY163 ) @ tau )
              | ( positional_advantage @ SV143 @ SY163 ) ) )
        = $true )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[1001]) ).

thf(1024,plain,
    ! [SV163: $i,SV161: $i,SV129: $i] :
      ( ( ~ ( organization @ SV129 )
        | ~ ( is_aligned @ SV129 @ SV161 )
        | ( is_aligned @ SV129 @ SV163 )
        | ( dissimilar @ SV129 @ SV161 @ SV163 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1002]) ).

thf(1025,plain,
    ! [SV162: $i,SV164: $i,SV129: $i] :
      ( ( ~ ( organization @ SV129 )
        | ~ ( is_aligned @ SV129 @ SV164 )
        | ( is_aligned @ SV129 @ SV162 )
        | ( dissimilar @ SV129 @ SV162 @ SV164 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1003]) ).

thf(1026,plain,
    ! [SV165: $i,SV129: $i] :
      ( ( ( ! [SY173: $i] :
              ~ ( dissimilar @ SV129 @ SV165 @ SY173 ) )
        = $true )
      | ( ( organization @ SV129 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[1004]) ).

thf(1027,plain,
    ! [SV129: $i] :
      ( ( ~ ! [SY150: $i,SY151: $i] :
              ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
              | ~ ( is_aligned @ SV129 @ SY150 )
              | ~ ( is_aligned @ SV129 @ SY151 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[1005]) ).

thf(1028,plain,
    ! [SV129: $i] :
      ( ( ~ ! [SY152: $i,SY153: $i] :
              ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
              | ( is_aligned @ SV129 @ SY152 )
              | ( is_aligned @ SV129 @ SY153 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[1005]) ).

thf(1029,plain,
    ! [SV157: $i,SV151: $i] :
      ( ( ( SV151 = SV157 )
        = $false )
      | ( ( smaller_or_equal @ SV151 @ SV157 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1006]) ).

thf(1030,plain,
    ! [SV158: $i,SV152: $i] :
      ( ( ( smaller @ SV152 @ SV158 )
        = $false )
      | ( ( smaller_or_equal @ SV152 @ SV158 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1007]) ).

thf(1031,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
              | ~ ( organization @ SV136 )
              | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1008]) ).

thf(1032,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
              | ~ ( organization @ SV136 )
              | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1008]) ).

thf(1033,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
              | ~ ( organization @ SV136 )
              | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1009]) ).

thf(1034,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
              | ~ ( organization @ SV136 )
              | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) ) )
        = $false )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1009]) ).

thf(1035,plain,
    ! [SV137: $i] :
      ( ( ( ~ ! [SY156: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
                | ( has_immunity @ SV137 @ SY156 ) )
          | ~ ( organization @ SV137 ) )
        = $false )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1010]) ).

thf(1036,plain,
    ! [SV166: $i,SV137: $i] :
      ( ( ( ~ ( greater @ ( age @ SV137 @ SV166 ) @ eta )
          | ~ ( has_immunity @ SV137 @ SV166 ) )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1011]) ).

thf(1037,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = low ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[1013]) ).

thf(1038,plain,
    ! [SV167: $i] :
      ( ( ~ ( organization @ SV167 )
        | ! [SY174: $i] :
            ( ( has_immunity @ SV167 @ SY174 )
            | ~ ( is_aligned @ SV167 @ SY174 )
            | ( positional_advantage @ SV167 @ SY174 )
            | ( ( hazard_of_mortality @ SV167 @ SY174 )
              = mod2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1014]) ).

thf(1039,plain,
    ! [SV168: $i,SV154: $i] :
      ( ( ( ( has_immunity @ SV154 @ SV168 )
          | ( is_aligned @ SV154 @ SV168 )
          | ( positional_advantage @ SV154 @ SV168 )
          | ( ( hazard_of_mortality @ SV154 @ SV168 )
            = high ) )
        = $true )
      | ( ( organization @ SV154 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1015]) ).

thf(1040,plain,
    ! [SV159: $i,SV155: $i] :
      ( ( ( SV155 = SV159 )
        = $false )
      | ( ( greater_or_equal @ SV155 @ SV159 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1016]) ).

thf(1041,plain,
    ! [SV160: $i,SV156: $i] :
      ( ( ( greater @ SV156 @ SV160 )
        = $false )
      | ( ( greater_or_equal @ SV156 @ SV160 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1017]) ).

thf(1042,plain,
    ! [SV169: $i,SV149: $i,SV128: $i] :
      ( ( ( ~ ( dissimilar @ SV128 @ SV149 @ SV169 )
          | ( greater @ ( age @ SV128 @ SV169 ) @ sigma ) )
        = $true )
      | ( ( ( age @ SV128 @ SV149 )
          = zero )
        = $false )
      | ( ( organization @ SV128 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1018]) ).

thf(1043,plain,
    ! [SV150: $i,SV170: $i,SV128: $i] :
      ( ( ( ~ ( greater @ ( age @ SV128 @ SV170 ) @ sigma )
          | ( dissimilar @ SV128 @ SV150 @ SV170 ) )
        = $true )
      | ( ( ( age @ SV128 @ SV150 )
          = zero )
        = $false )
      | ( ( organization @ SV128 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1019]) ).

thf(1044,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
              | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1020]) ).

thf(1045,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
              | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1020]) ).

thf(1046,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
              | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1021]) ).

thf(1047,plain,
    ! [SV142: $i] :
      ( ( ( ~ ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
              | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) ) )
        = $false )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_neg,[status(thm)],[1021]) ).

thf(1048,plain,
    ! [SV171: $i,SV143: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV143 @ SV171 ) @ tau )
          | ~ ( positional_advantage @ SV143 @ SV171 ) )
        = $true )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1022]) ).

thf(1049,plain,
    ! [SV172: $i,SV143: $i] :
      ( ( ( ~ ( greater @ ( age @ SV143 @ SV172 ) @ tau )
          | ( positional_advantage @ SV143 @ SV172 ) )
        = $true )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1023]) ).

thf(1050,plain,
    ! [SV163: $i,SV161: $i,SV129: $i] :
      ( ( ( ~ ( organization @ SV129 )
          | ~ ( is_aligned @ SV129 @ SV161 )
          | ( is_aligned @ SV129 @ SV163 ) )
        = $true )
      | ( ( dissimilar @ SV129 @ SV161 @ SV163 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1024]) ).

thf(1051,plain,
    ! [SV162: $i,SV164: $i,SV129: $i] :
      ( ( ( ~ ( organization @ SV129 )
          | ~ ( is_aligned @ SV129 @ SV164 )
          | ( is_aligned @ SV129 @ SV162 ) )
        = $true )
      | ( ( dissimilar @ SV129 @ SV162 @ SV164 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1025]) ).

thf(1052,plain,
    ! [SV173: $i,SV165: $i,SV129: $i] :
      ( ( ( ~ ( dissimilar @ SV129 @ SV165 @ SV173 ) )
        = $true )
      | ( ( organization @ SV129 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[1026]) ).

thf(1053,plain,
    ! [SV129: $i] :
      ( ( ! [SY150: $i,SY151: $i] :
            ( ~ ( dissimilar @ SV129 @ SY150 @ SY151 )
            | ~ ( is_aligned @ SV129 @ SY150 )
            | ~ ( is_aligned @ SV129 @ SY151 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[1027]) ).

thf(1054,plain,
    ! [SV129: $i] :
      ( ( ! [SY152: $i,SY153: $i] :
            ( ~ ( dissimilar @ SV129 @ SY152 @ SY153 )
            | ( is_aligned @ SV129 @ SY152 )
            | ( is_aligned @ SV129 @ SY153 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[1028]) ).

thf(1055,plain,
    ! [SV136: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
          | ~ ( organization @ SV136 )
          | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1031]) ).

thf(1056,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
          | ~ ( organization @ SV136 )
          | ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1032]) ).

thf(1057,plain,
    ! [SV136: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
          | ~ ( organization @ SV136 )
          | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1033]) ).

thf(1058,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
          | ~ ( organization @ SV136 )
          | ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1034]) ).

thf(1059,plain,
    ! [SV137: $i] :
      ( ( ( ~ ! [SY156: $i] :
                ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
                | ( has_immunity @ SV137 @ SY156 ) ) )
        = $false )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[1035]) ).

thf(1060,plain,
    ! [SV137: $i] :
      ( ( ( ~ ( organization @ SV137 ) )
        = $false )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[1035]) ).

thf(1061,plain,
    ! [SV166: $i,SV137: $i] :
      ( ( ( ~ ( greater @ ( age @ SV137 @ SV166 ) @ eta ) )
        = $true )
      | ( ( ~ ( has_immunity @ SV137 @ SV166 ) )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1036]) ).

thf(1062,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ~ ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = low ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1037]) ).

thf(1063,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( organization @ SX0 )
            | ! [SX1: $i] :
                ( ( has_immunity @ SX0 @ SX1 )
                | ( is_aligned @ SX0 @ SX1 )
                | ~ ( positional_advantage @ SX0 @ SX1 )
                | ( ( hazard_of_mortality @ SX0 @ SX1 )
                  = mod1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[1037]) ).

thf(1064,plain,
    ! [SV167: $i] :
      ( ( ( ~ ( organization @ SV167 ) )
        = $true )
      | ( ( ! [SY174: $i] :
              ( ( has_immunity @ SV167 @ SY174 )
              | ~ ( is_aligned @ SV167 @ SY174 )
              | ( positional_advantage @ SV167 @ SY174 )
              | ( ( hazard_of_mortality @ SV167 @ SY174 )
                = mod2 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1038]) ).

thf(1065,plain,
    ! [SV168: $i,SV154: $i] :
      ( ( ( has_immunity @ SV154 @ SV168 )
        = $true )
      | ( ( ( is_aligned @ SV154 @ SV168 )
          | ( positional_advantage @ SV154 @ SV168 )
          | ( ( hazard_of_mortality @ SV154 @ SV168 )
            = high ) )
        = $true )
      | ( ( organization @ SV154 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1039]) ).

thf(1066,plain,
    ! [SV169: $i,SV149: $i,SV128: $i] :
      ( ( ( ~ ( dissimilar @ SV128 @ SV149 @ SV169 ) )
        = $true )
      | ( ( greater @ ( age @ SV128 @ SV169 ) @ sigma )
        = $true )
      | ( ( ( age @ SV128 @ SV149 )
          = zero )
        = $false )
      | ( ( organization @ SV128 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1042]) ).

thf(1067,plain,
    ! [SV150: $i,SV170: $i,SV128: $i] :
      ( ( ( ~ ( greater @ ( age @ SV128 @ SV170 ) @ sigma ) )
        = $true )
      | ( ( dissimilar @ SV128 @ SV150 @ SV170 )
        = $true )
      | ( ( ( age @ SV128 @ SV150 )
          = zero )
        = $false )
      | ( ( organization @ SV128 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1043]) ).

thf(1068,plain,
    ! [SV142: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
          | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1044]) ).

thf(1069,plain,
    ! [SV142: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
          | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1045]) ).

thf(1070,plain,
    ! [SV142: $i] :
      ( ( ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
          | ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1046]) ).

thf(1071,plain,
    ! [SV142: $i] :
      ( ( ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
          | ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_neg,[status(thm)],[1047]) ).

thf(1072,plain,
    ! [SV171: $i,SV143: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV143 @ SV171 ) @ tau ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV143 @ SV171 ) )
        = $true )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1048]) ).

thf(1073,plain,
    ! [SV172: $i,SV143: $i] :
      ( ( ( ~ ( greater @ ( age @ SV143 @ SV172 ) @ tau ) )
        = $true )
      | ( ( positional_advantage @ SV143 @ SV172 )
        = $true )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1049]) ).

thf(1074,plain,
    ! [SV163: $i,SV161: $i,SV129: $i] :
      ( ( ( ~ ( organization @ SV129 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV129 @ SV161 )
          | ( is_aligned @ SV129 @ SV163 ) )
        = $true )
      | ( ( dissimilar @ SV129 @ SV161 @ SV163 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1050]) ).

thf(1075,plain,
    ! [SV162: $i,SV164: $i,SV129: $i] :
      ( ( ( ~ ( organization @ SV129 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV129 @ SV164 )
          | ( is_aligned @ SV129 @ SV162 ) )
        = $true )
      | ( ( dissimilar @ SV129 @ SV162 @ SV164 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1051]) ).

thf(1076,plain,
    ! [SV173: $i,SV165: $i,SV129: $i] :
      ( ( ( dissimilar @ SV129 @ SV165 @ SV173 )
        = $false )
      | ( ( organization @ SV129 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1052]) ).

thf(1077,plain,
    ! [SV174: $i,SV129: $i] :
      ( ( ! [SY175: $i] :
            ( ~ ( dissimilar @ SV129 @ SV174 @ SY175 )
            | ~ ( is_aligned @ SV129 @ SV174 )
            | ~ ( is_aligned @ SV129 @ SY175 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1053]) ).

thf(1078,plain,
    ! [SV175: $i,SV129: $i] :
      ( ( ! [SY176: $i] :
            ( ~ ( dissimilar @ SV129 @ SV175 @ SY176 )
            | ( is_aligned @ SV129 @ SV175 )
            | ( is_aligned @ SV129 @ SY176 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1054]) ).

thf(1079,plain,
    ! [SV136: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
          | ~ ( organization @ SV136 ) )
        = $true )
      | ( ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1055]) ).

thf(1080,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
          | ~ ( organization @ SV136 ) )
        = $true )
      | ( ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1056]) ).

thf(1081,plain,
    ! [SV136: $i] :
      ( ( ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
          | ~ ( organization @ SV136 ) )
        = $true )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1057]) ).

thf(1082,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
          | ~ ( organization @ SV136 ) )
        = $true )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1058]) ).

thf(1083,plain,
    ! [SV137: $i] :
      ( ( ( ! [SY156: $i] :
              ( ~ ( smaller_or_equal @ ( age @ SV137 @ SY156 ) @ eta )
              | ( has_immunity @ SV137 @ SY156 ) ) )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[1059]) ).

thf(1084,plain,
    ! [SV137: $i] :
      ( ( ( organization @ SV137 )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[1060]) ).

thf(1085,plain,
    ! [SV166: $i,SV137: $i] :
      ( ( ( greater @ ( age @ SV137 @ SV166 ) @ eta )
        = $false )
      | ( ( ~ ( has_immunity @ SV137 @ SV166 ) )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1061]) ).

thf(1086,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ~ ( is_aligned @ SX0 @ SX1 )
              | ~ ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = low ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1062]) ).

thf(1087,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( organization @ SX0 )
          | ! [SX1: $i] :
              ( ( has_immunity @ SX0 @ SX1 )
              | ( is_aligned @ SX0 @ SX1 )
              | ~ ( positional_advantage @ SX0 @ SX1 )
              | ( ( hazard_of_mortality @ SX0 @ SX1 )
                = mod1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[1063]) ).

thf(1088,plain,
    ! [SV167: $i] :
      ( ( ( organization @ SV167 )
        = $false )
      | ( ( ! [SY174: $i] :
              ( ( has_immunity @ SV167 @ SY174 )
              | ~ ( is_aligned @ SV167 @ SY174 )
              | ( positional_advantage @ SV167 @ SY174 )
              | ( ( hazard_of_mortality @ SV167 @ SY174 )
                = mod2 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1064]) ).

thf(1089,plain,
    ! [SV168: $i,SV154: $i] :
      ( ( ( ( is_aligned @ SV154 @ SV168 )
          | ( positional_advantage @ SV154 @ SV168 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV154 @ SV168 )
          = high )
        = $true )
      | ( ( has_immunity @ SV154 @ SV168 )
        = $true )
      | ( ( organization @ SV154 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1065]) ).

thf(1090,plain,
    ! [SV169: $i,SV149: $i,SV128: $i] :
      ( ( ( dissimilar @ SV128 @ SV149 @ SV169 )
        = $false )
      | ( ( greater @ ( age @ SV128 @ SV169 ) @ sigma )
        = $true )
      | ( ( ( age @ SV128 @ SV149 )
          = zero )
        = $false )
      | ( ( organization @ SV128 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1066]) ).

thf(1091,plain,
    ! [SV150: $i,SV170: $i,SV128: $i] :
      ( ( ( greater @ ( age @ SV128 @ SV170 ) @ sigma )
        = $false )
      | ( ( dissimilar @ SV128 @ SV150 @ SV170 )
        = $true )
      | ( ( ( age @ SV128 @ SV150 )
          = zero )
        = $false )
      | ( ( organization @ SV128 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1067]) ).

thf(1092,plain,
    ! [SV142: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
        = $true )
      | ( ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1068]) ).

thf(1093,plain,
    ! [SV142: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
        = $true )
      | ( ( ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1069]) ).

thf(1094,plain,
    ! [SV142: $i] :
      ( ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
        = $true )
      | ( ( greater @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1070]) ).

thf(1095,plain,
    ! [SV142: $i] :
      ( ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1071]) ).

thf(1096,plain,
    ! [SV171: $i,SV143: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV143 @ SV171 ) @ tau )
        = $false )
      | ( ( ~ ( positional_advantage @ SV143 @ SV171 ) )
        = $true )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1072]) ).

thf(1097,plain,
    ! [SV172: $i,SV143: $i] :
      ( ( ( greater @ ( age @ SV143 @ SV172 ) @ tau )
        = $false )
      | ( ( positional_advantage @ SV143 @ SV172 )
        = $true )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1073]) ).

thf(1098,plain,
    ! [SV163: $i,SV161: $i,SV129: $i] :
      ( ( ( organization @ SV129 )
        = $false )
      | ( ( ~ ( is_aligned @ SV129 @ SV161 )
          | ( is_aligned @ SV129 @ SV163 ) )
        = $true )
      | ( ( dissimilar @ SV129 @ SV161 @ SV163 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1074]) ).

thf(1099,plain,
    ! [SV162: $i,SV164: $i,SV129: $i] :
      ( ( ( organization @ SV129 )
        = $false )
      | ( ( ~ ( is_aligned @ SV129 @ SV164 )
          | ( is_aligned @ SV129 @ SV162 ) )
        = $true )
      | ( ( dissimilar @ SV129 @ SV162 @ SV164 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1075]) ).

thf(1100,plain,
    ! [SV176: $i,SV174: $i,SV129: $i] :
      ( ( ~ ( dissimilar @ SV129 @ SV174 @ SV176 )
        | ~ ( is_aligned @ SV129 @ SV174 )
        | ~ ( is_aligned @ SV129 @ SV176 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1077]) ).

thf(1101,plain,
    ! [SV177: $i,SV175: $i,SV129: $i] :
      ( ( ~ ( dissimilar @ SV129 @ SV175 @ SV177 )
        | ( is_aligned @ SV129 @ SV175 )
        | ( is_aligned @ SV129 @ SV177 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1078]) ).

thf(1102,plain,
    ! [SV136: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV136 ) )
        = $true )
      | ( ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1079]) ).

thf(1103,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV136 ) )
        = $true )
      | ( ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1080]) ).

thf(1104,plain,
    ! [SV136: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( ~ ( organization @ SV136 ) )
        = $true )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1081]) ).

thf(1105,plain,
    ! [SV136: $i] :
      ( ( ( ~ ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) ) )
        = $true )
      | ( ( ~ ( organization @ SV136 ) )
        = $true )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1082]) ).

thf(1106,plain,
    ! [SV178: $i,SV137: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV137 @ SV178 ) @ eta )
          | ( has_immunity @ SV137 @ SV178 ) )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1083]) ).

thf(1107,plain,
    ! [SV166: $i,SV137: $i] :
      ( ( ( has_immunity @ SV137 @ SV166 )
        = $false )
      | ( ( greater @ ( age @ SV137 @ SV166 ) @ eta )
        = $false )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1085]) ).

thf(1108,plain,
    ! [SV179: $i] :
      ( ( ~ ( organization @ SV179 )
        | ! [SY177: $i] :
            ( ( has_immunity @ SV179 @ SY177 )
            | ~ ( is_aligned @ SV179 @ SY177 )
            | ~ ( positional_advantage @ SV179 @ SY177 )
            | ( ( hazard_of_mortality @ SV179 @ SY177 )
              = low ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1086]) ).

thf(1109,plain,
    ! [SV180: $i] :
      ( ( ~ ( organization @ SV180 )
        | ! [SY178: $i] :
            ( ( has_immunity @ SV180 @ SY178 )
            | ( is_aligned @ SV180 @ SY178 )
            | ~ ( positional_advantage @ SV180 @ SY178 )
            | ( ( hazard_of_mortality @ SV180 @ SY178 )
              = mod1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[1087]) ).

thf(1110,plain,
    ! [SV181: $i,SV167: $i] :
      ( ( ( ( has_immunity @ SV167 @ SV181 )
          | ~ ( is_aligned @ SV167 @ SV181 )
          | ( positional_advantage @ SV167 @ SV181 )
          | ( ( hazard_of_mortality @ SV167 @ SV181 )
            = mod2 ) )
        = $true )
      | ( ( organization @ SV167 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1088]) ).

thf(1111,plain,
    ! [SV168: $i,SV154: $i] :
      ( ( ( is_aligned @ SV154 @ SV168 )
        = $true )
      | ( ( positional_advantage @ SV154 @ SV168 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV154 @ SV168 )
          = high )
        = $true )
      | ( ( has_immunity @ SV154 @ SV168 )
        = $true )
      | ( ( organization @ SV154 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1089]) ).

thf(1112,plain,
    ! [SV142: $i] :
      ( ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV142 @ ( sK6_T @ SV142 ) ) @ tau )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1093]) ).

thf(1113,plain,
    ! [SV142: $i] :
      ( ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
        = $false )
      | ( ( positional_advantage @ SV142 @ ( sK6_T @ SV142 ) )
        = $true )
      | ( ( robust_position @ SV142 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1095]) ).

thf(1114,plain,
    ! [SV171: $i,SV143: $i] :
      ( ( ( positional_advantage @ SV143 @ SV171 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV143 @ SV171 ) @ tau )
        = $false )
      | ( ( robust_position @ SV143 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1096]) ).

thf(1115,plain,
    ! [SV163: $i,SV161: $i,SV129: $i] :
      ( ( ( ~ ( is_aligned @ SV129 @ SV161 ) )
        = $true )
      | ( ( is_aligned @ SV129 @ SV163 )
        = $true )
      | ( ( organization @ SV129 )
        = $false )
      | ( ( dissimilar @ SV129 @ SV161 @ SV163 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1098]) ).

thf(1116,plain,
    ! [SV162: $i,SV164: $i,SV129: $i] :
      ( ( ( ~ ( is_aligned @ SV129 @ SV164 ) )
        = $true )
      | ( ( is_aligned @ SV129 @ SV162 )
        = $true )
      | ( ( organization @ SV129 )
        = $false )
      | ( ( dissimilar @ SV129 @ SV162 @ SV164 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1099]) ).

thf(1117,plain,
    ! [SV176: $i,SV174: $i,SV129: $i] :
      ( ( ( ~ ( dissimilar @ SV129 @ SV174 @ SV176 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV129 @ SV174 )
          | ~ ( is_aligned @ SV129 @ SV176 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1100]) ).

thf(1118,plain,
    ! [SV177: $i,SV175: $i,SV129: $i] :
      ( ( ( ~ ( dissimilar @ SV129 @ SV175 @ SV177 ) )
        = $true )
      | ( ( ( is_aligned @ SV129 @ SV175 )
          | ( is_aligned @ SV129 @ SV177 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1101]) ).

thf(1119,plain,
    ! [SV136: $i] :
      ( ( ( organization @ SV136 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1102]) ).

thf(1120,plain,
    ! [SV136: $i] :
      ( ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $false )
      | ( ( ~ ( organization @ SV136 ) )
        = $true )
      | ( ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1103]) ).

thf(1121,plain,
    ! [SV136: $i] :
      ( ( ( organization @ SV136 )
        = $false )
      | ( ( smaller_or_equal @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1104]) ).

thf(1122,plain,
    ! [SV136: $i] :
      ( ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $false )
      | ( ( ~ ( organization @ SV136 ) )
        = $true )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1105]) ).

thf(1123,plain,
    ! [SV178: $i,SV137: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( age @ SV137 @ SV178 ) @ eta ) )
        = $true )
      | ( ( has_immunity @ SV137 @ SV178 )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1106]) ).

thf(1124,plain,
    ! [SV179: $i] :
      ( ( ( ~ ( organization @ SV179 ) )
        = $true )
      | ( ( ! [SY177: $i] :
              ( ( has_immunity @ SV179 @ SY177 )
              | ~ ( is_aligned @ SV179 @ SY177 )
              | ~ ( positional_advantage @ SV179 @ SY177 )
              | ( ( hazard_of_mortality @ SV179 @ SY177 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1108]) ).

thf(1125,plain,
    ! [SV180: $i] :
      ( ( ( ~ ( organization @ SV180 ) )
        = $true )
      | ( ( ! [SY178: $i] :
              ( ( has_immunity @ SV180 @ SY178 )
              | ( is_aligned @ SV180 @ SY178 )
              | ~ ( positional_advantage @ SV180 @ SY178 )
              | ( ( hazard_of_mortality @ SV180 @ SY178 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[1109]) ).

thf(1126,plain,
    ! [SV181: $i,SV167: $i] :
      ( ( ( has_immunity @ SV167 @ SV181 )
        = $true )
      | ( ( ~ ( is_aligned @ SV167 @ SV181 )
          | ( positional_advantage @ SV167 @ SV181 )
          | ( ( hazard_of_mortality @ SV167 @ SV181 )
            = mod2 ) )
        = $true )
      | ( ( organization @ SV167 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1110]) ).

thf(1127,plain,
    ! [SV163: $i,SV161: $i,SV129: $i] :
      ( ( ( is_aligned @ SV129 @ SV161 )
        = $false )
      | ( ( is_aligned @ SV129 @ SV163 )
        = $true )
      | ( ( organization @ SV129 )
        = $false )
      | ( ( dissimilar @ SV129 @ SV161 @ SV163 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1115]) ).

thf(1128,plain,
    ! [SV162: $i,SV164: $i,SV129: $i] :
      ( ( ( is_aligned @ SV129 @ SV164 )
        = $false )
      | ( ( is_aligned @ SV129 @ SV162 )
        = $true )
      | ( ( organization @ SV129 )
        = $false )
      | ( ( dissimilar @ SV129 @ SV162 @ SV164 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1116]) ).

thf(1129,plain,
    ! [SV176: $i,SV174: $i,SV129: $i] :
      ( ( ( dissimilar @ SV129 @ SV174 @ SV176 )
        = $false )
      | ( ( ~ ( is_aligned @ SV129 @ SV174 )
          | ~ ( is_aligned @ SV129 @ SV176 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1117]) ).

thf(1130,plain,
    ! [SV177: $i,SV175: $i,SV129: $i] :
      ( ( ( dissimilar @ SV129 @ SV175 @ SV177 )
        = $false )
      | ( ( ( is_aligned @ SV129 @ SV175 )
          | ( is_aligned @ SV129 @ SV177 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1118]) ).

thf(1131,plain,
    ! [SV136: $i] :
      ( ( ( organization @ SV136 )
        = $false )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $false )
      | ( ( greater @ ( age @ SV136 @ ( sK7_T @ SV136 ) ) @ eta )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1120]) ).

thf(1132,plain,
    ! [SV136: $i] :
      ( ( ( organization @ SV136 )
        = $false )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $false )
      | ( ( has_immunity @ SV136 @ ( sK7_T @ SV136 ) )
        = $true )
      | ( ( has_endowment @ SV136 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1122]) ).

thf(1133,plain,
    ! [SV178: $i,SV137: $i] :
      ( ( ( smaller_or_equal @ ( age @ SV137 @ SV178 ) @ eta )
        = $false )
      | ( ( has_immunity @ SV137 @ SV178 )
        = $true )
      | ( ( has_endowment @ SV137 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1123]) ).

thf(1134,plain,
    ! [SV179: $i] :
      ( ( ( organization @ SV179 )
        = $false )
      | ( ( ! [SY177: $i] :
              ( ( has_immunity @ SV179 @ SY177 )
              | ~ ( is_aligned @ SV179 @ SY177 )
              | ~ ( positional_advantage @ SV179 @ SY177 )
              | ( ( hazard_of_mortality @ SV179 @ SY177 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1124]) ).

thf(1135,plain,
    ! [SV180: $i] :
      ( ( ( organization @ SV180 )
        = $false )
      | ( ( ! [SY178: $i] :
              ( ( has_immunity @ SV180 @ SY178 )
              | ( is_aligned @ SV180 @ SY178 )
              | ~ ( positional_advantage @ SV180 @ SY178 )
              | ( ( hazard_of_mortality @ SV180 @ SY178 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[1125]) ).

thf(1136,plain,
    ! [SV181: $i,SV167: $i] :
      ( ( ( ~ ( is_aligned @ SV167 @ SV181 )
          | ( positional_advantage @ SV167 @ SV181 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV167 @ SV181 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV167 @ SV181 )
        = $true )
      | ( ( organization @ SV167 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1126]) ).

thf(1137,plain,
    ! [SV176: $i,SV174: $i,SV129: $i] :
      ( ( ( ~ ( is_aligned @ SV129 @ SV174 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV129 @ SV176 ) )
        = $true )
      | ( ( dissimilar @ SV129 @ SV174 @ SV176 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1129]) ).

thf(1138,plain,
    ! [SV177: $i,SV175: $i,SV129: $i] :
      ( ( ( is_aligned @ SV129 @ SV175 )
        = $true )
      | ( ( is_aligned @ SV129 @ SV177 )
        = $true )
      | ( ( dissimilar @ SV129 @ SV175 @ SV177 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1130]) ).

thf(1139,plain,
    ! [SV182: $i,SV179: $i] :
      ( ( ( ( has_immunity @ SV179 @ SV182 )
          | ~ ( is_aligned @ SV179 @ SV182 )
          | ~ ( positional_advantage @ SV179 @ SV182 )
          | ( ( hazard_of_mortality @ SV179 @ SV182 )
            = low ) )
        = $true )
      | ( ( organization @ SV179 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1134]) ).

thf(1140,plain,
    ! [SV183: $i,SV180: $i] :
      ( ( ( ( has_immunity @ SV180 @ SV183 )
          | ( is_aligned @ SV180 @ SV183 )
          | ~ ( positional_advantage @ SV180 @ SV183 )
          | ( ( hazard_of_mortality @ SV180 @ SV183 )
            = mod1 ) )
        = $true )
      | ( ( organization @ SV180 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[1135]) ).

thf(1141,plain,
    ! [SV181: $i,SV167: $i] :
      ( ( ( ~ ( is_aligned @ SV167 @ SV181 ) )
        = $true )
      | ( ( positional_advantage @ SV167 @ SV181 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV167 @ SV181 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV167 @ SV181 )
        = $true )
      | ( ( organization @ SV167 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1136]) ).

thf(1142,plain,
    ! [SV176: $i,SV174: $i,SV129: $i] :
      ( ( ( is_aligned @ SV129 @ SV174 )
        = $false )
      | ( ( ~ ( is_aligned @ SV129 @ SV176 ) )
        = $true )
      | ( ( dissimilar @ SV129 @ SV174 @ SV176 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1137]) ).

thf(1143,plain,
    ! [SV182: $i,SV179: $i] :
      ( ( ( has_immunity @ SV179 @ SV182 )
        = $true )
      | ( ( ~ ( is_aligned @ SV179 @ SV182 )
          | ~ ( positional_advantage @ SV179 @ SV182 )
          | ( ( hazard_of_mortality @ SV179 @ SV182 )
            = low ) )
        = $true )
      | ( ( organization @ SV179 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1139]) ).

thf(1144,plain,
    ! [SV183: $i,SV180: $i] :
      ( ( ( has_immunity @ SV180 @ SV183 )
        = $true )
      | ( ( ( is_aligned @ SV180 @ SV183 )
          | ~ ( positional_advantage @ SV180 @ SV183 )
          | ( ( hazard_of_mortality @ SV180 @ SV183 )
            = mod1 ) )
        = $true )
      | ( ( organization @ SV180 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1140]) ).

thf(1145,plain,
    ! [SV181: $i,SV167: $i] :
      ( ( ( is_aligned @ SV167 @ SV181 )
        = $false )
      | ( ( positional_advantage @ SV167 @ SV181 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV167 @ SV181 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV167 @ SV181 )
        = $true )
      | ( ( organization @ SV167 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1141]) ).

thf(1146,plain,
    ! [SV174: $i,SV176: $i,SV129: $i] :
      ( ( ( is_aligned @ SV129 @ SV176 )
        = $false )
      | ( ( is_aligned @ SV129 @ SV174 )
        = $false )
      | ( ( dissimilar @ SV129 @ SV174 @ SV176 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1142]) ).

thf(1147,plain,
    ! [SV182: $i,SV179: $i] :
      ( ( ( ~ ( is_aligned @ SV179 @ SV182 )
          | ~ ( positional_advantage @ SV179 @ SV182 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV179 @ SV182 )
          = low )
        = $true )
      | ( ( has_immunity @ SV179 @ SV182 )
        = $true )
      | ( ( organization @ SV179 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1143]) ).

thf(1148,plain,
    ! [SV183: $i,SV180: $i] :
      ( ( ( ( is_aligned @ SV180 @ SV183 )
          | ~ ( positional_advantage @ SV180 @ SV183 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV180 @ SV183 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV180 @ SV183 )
        = $true )
      | ( ( organization @ SV180 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1144]) ).

thf(1149,plain,
    ! [SV182: $i,SV179: $i] :
      ( ( ( ~ ( is_aligned @ SV179 @ SV182 ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV179 @ SV182 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV179 @ SV182 )
          = low )
        = $true )
      | ( ( has_immunity @ SV179 @ SV182 )
        = $true )
      | ( ( organization @ SV179 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1147]) ).

thf(1150,plain,
    ! [SV183: $i,SV180: $i] :
      ( ( ( is_aligned @ SV180 @ SV183 )
        = $true )
      | ( ( ~ ( positional_advantage @ SV180 @ SV183 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV180 @ SV183 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV180 @ SV183 )
        = $true )
      | ( ( organization @ SV180 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[1148]) ).

thf(1151,plain,
    ! [SV182: $i,SV179: $i] :
      ( ( ( is_aligned @ SV179 @ SV182 )
        = $false )
      | ( ( ~ ( positional_advantage @ SV179 @ SV182 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV179 @ SV182 )
          = low )
        = $true )
      | ( ( has_immunity @ SV179 @ SV182 )
        = $true )
      | ( ( organization @ SV179 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1149]) ).

thf(1152,plain,
    ! [SV183: $i,SV180: $i] :
      ( ( ( positional_advantage @ SV180 @ SV183 )
        = $false )
      | ( ( is_aligned @ SV180 @ SV183 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV180 @ SV183 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV180 @ SV183 )
        = $true )
      | ( ( organization @ SV180 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1150]) ).

thf(1153,plain,
    ! [SV182: $i,SV179: $i] :
      ( ( ( positional_advantage @ SV179 @ SV182 )
        = $false )
      | ( ( is_aligned @ SV179 @ SV182 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV179 @ SV182 )
          = low )
        = $true )
      | ( ( has_immunity @ SV179 @ SV182 )
        = $true )
      | ( ( organization @ SV179 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[1151]) ).

thf(1154,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[809,1153,1152,1146,1145,1138,1133,1132,1131,1128,1127,1121,1119,1114,1113,1112,1111,1107,1097,1094,1092,1091,1090,1084,1076,1041,1040,1030,1029,1012,993,982,966,965,958,936,935,911,892,841,840,825,824,822,821,820,819,818,817,816,815,814,813,812,811,810]) ).

thf(1155,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[1154,436,795]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : MGT063+1 : TPTP v8.1.0. Released v2.4.0.
% 0.06/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n021.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Thu Jun  9 09:15:23 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.36  
% 0.12/0.36   No.of.Axioms: 19
% 0.12/0.36  
% 0.12/0.36   Length.of.Defs: 0
% 0.12/0.36  
% 0.12/0.36   Contains.Choice.Funs: false
% 0.12/0.38  (rf:0,axioms:19,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:21,loop_count:0,foatp_calls:0,translation:fof_full)....................................................................
% 10.34/10.52  
% 10.34/10.52  ********************************
% 10.34/10.52  *   All subproblems solved!    *
% 10.34/10.52  ********************************
% 10.34/10.52  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:30,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:66,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:1154,loop_count:0,foatp_calls:1,translation:fof_full)
% 10.82/11.05  
% 10.82/11.05  %**** Beginning of derivation protocol ****
% 10.82/11.05  % SZS output start CNFRefutation
% See solution above
% 10.89/11.06  
% 10.89/11.06  %**** End of derivation protocol ****
% 10.89/11.06  %**** no. of clauses in derivation: 1155 ****
% 10.89/11.06  %**** clause counter: 1154 ****
% 10.89/11.06  
% 10.89/11.06  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:30,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:66,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:1154,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------