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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MGT042+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 : n019.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:28 EDT 2022

% Result   : Theorem 33.99s 34.29s
% Output   : CNFRefutation 34.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :   25
% Syntax   : Number of formulae    :  475 ( 276 unt;  15 typ;   0 def)
%            Number of atoms       : 3606 (1166 equ;   0 cnn)
%            Maximal formula atoms :   12 (   7 avg)
%            Number of connectives : 9411 (1182   ~;1355   |; 127   &;6693   @)
%                                         (   6 <=>;  48  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   23 (  23   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   18 (  15 usr;   5 con; 0-2 aty)
%            Number of variables   : 1238 (   0   ^1238   !;   0   ?;1238   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_capability,type,
    capability: $i > $i > $i ).

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

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

thf(tp_greater_or_equal,type,
    greater_or_equal: $i > $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_internal_friction,type,
    internal_friction: $i > $i > $i ).

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

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

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

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

thf(tp_sK3_SY27,type,
    sK3_SY27: $i ).

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

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

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

thf(1,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( organization @ X )
     => ( ( ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
         => ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
        & ( ( ( external_ties @ X @ T )
            = ( external_ties @ X @ T0 ) )
         => ( ( position @ X @ T )
            = ( position @ X @ T0 ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_6) ).

thf(2,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( organization @ X )
     => ( ( ( ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
            & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) ) )
         => ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) )
        & ( ( ( smaller_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
            & ( greater @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) ) )
         => ( smaller @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) )
        & ( ( ( ( stock_of_knowledge @ X @ T )
              = ( stock_of_knowledge @ X @ T0 ) )
            & ( ( internal_friction @ X @ T )
              = ( internal_friction @ X @ T0 ) ) )
         => ( ( capability @ X @ T )
            = ( capability @ X @ T0 ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_5) ).

thf(3,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ~ ( has_immunity @ X @ T0 )
        & ~ ( has_immunity @ X @ T ) )
     => ( ( ( ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) )
            & ( greater_or_equal @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
         => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
        & ( ( ( greater_or_equal @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) )
            & ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
         => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
        & ( ( ( ( capability @ X @ T )
              = ( capability @ X @ T0 ) )
            & ( ( position @ X @ T )
              = ( position @ X @ T0 ) ) )
         => ( ( hazard_of_mortality @ X @ T )
            = ( hazard_of_mortality @ X @ T0 ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_4) ).

thf(4,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(5,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(6,axiom,
    ! [X: $i,Y: $i] :
      ~ ( ( greater @ X @ Y )
        & ( greater @ Y @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meaning_postulate_greater_strict) ).

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

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

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

thf(10,conjecture,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ~ ( has_immunity @ X @ T0 )
        & ~ ( has_immunity @ X @ T ) )
     => ( ( ( ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
            & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
            & ( greater_or_equal @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) ) )
         => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
        & ( ( ( greater_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
            & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
            & ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) ) )
         => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_1) ).

thf(11,negated_conjecture,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ~ ( has_immunity @ X @ T0 )
            & ~ ( has_immunity @ X @ T ) )
         => ( ( ( ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                & ( greater_or_equal @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) ) )
             => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
            & ( ( ( greater_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                & ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) ) )
             => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[10]) ).

thf(12,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ~ ( has_immunity @ X @ T0 )
            & ~ ( has_immunity @ X @ T ) )
         => ( ( ( ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                & ( greater_or_equal @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) ) )
             => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
            & ( ( ( greater_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                & ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) ) )
             => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(13,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( organization @ X )
         => ( ( ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
             => ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
            & ( ( ( external_ties @ X @ T )
                = ( external_ties @ X @ T0 ) )
             => ( ( position @ X @ T )
                = ( position @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(14,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( organization @ X )
         => ( ( ( ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                & ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) ) )
             => ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) )
            & ( ( ( smaller_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                & ( greater @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) ) )
             => ( smaller @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) )
            & ( ( ( ( stock_of_knowledge @ X @ T )
                  = ( stock_of_knowledge @ X @ T0 ) )
                & ( ( internal_friction @ X @ T )
                  = ( internal_friction @ X @ T0 ) ) )
             => ( ( capability @ X @ T )
                = ( capability @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(15,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ~ ( has_immunity @ X @ T0 )
            & ~ ( has_immunity @ X @ T ) )
         => ( ( ( ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) )
                & ( greater_or_equal @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
             => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
            & ( ( ( greater_or_equal @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) )
                & ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
             => ( smaller @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) )
            & ( ( ( ( capability @ X @ T )
                  = ( capability @ X @ T0 ) )
                & ( ( position @ X @ T )
                  = ( position @ X @ T0 ) ) )
             => ( ( hazard_of_mortality @ X @ T )
                = ( hazard_of_mortality @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

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

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

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

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

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

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

thf(22,plain,
    ( ( ! [SY25: $i,SY26: $i] :
          ( ( ( organization @ sK1_X )
            & ~ ( has_immunity @ sK1_X @ SY25 )
            & ~ ( has_immunity @ sK1_X @ SY26 ) )
         => ( ( ( ( greater @ ( stock_of_knowledge @ sK1_X @ SY26 ) @ ( stock_of_knowledge @ sK1_X @ SY25 ) )
                & ( smaller_or_equal @ ( internal_friction @ sK1_X @ SY26 ) @ ( internal_friction @ sK1_X @ SY25 ) )
                & ( greater_or_equal @ ( external_ties @ sK1_X @ SY26 ) @ ( external_ties @ sK1_X @ SY25 ) ) )
             => ( smaller @ ( hazard_of_mortality @ sK1_X @ SY26 ) @ ( hazard_of_mortality @ sK1_X @ SY25 ) ) )
            & ( ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ SY26 ) @ ( stock_of_knowledge @ sK1_X @ SY25 ) )
                & ( smaller_or_equal @ ( internal_friction @ sK1_X @ SY26 ) @ ( internal_friction @ sK1_X @ SY25 ) )
                & ( greater @ ( external_ties @ sK1_X @ SY26 ) @ ( external_ties @ sK1_X @ SY25 ) ) )
             => ( smaller @ ( hazard_of_mortality @ sK1_X @ SY26 ) @ ( hazard_of_mortality @ sK1_X @ SY25 ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[12]) ).

thf(23,plain,
    ( ( ! [SY27: $i] :
          ( ( ( organization @ sK1_X )
            & ~ ( has_immunity @ sK1_X @ sK2_SY25 )
            & ~ ( has_immunity @ sK1_X @ SY27 ) )
         => ( ( ( ( greater @ ( stock_of_knowledge @ sK1_X @ SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                & ( smaller_or_equal @ ( internal_friction @ sK1_X @ SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
                & ( greater_or_equal @ ( external_ties @ sK1_X @ SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
             => ( smaller @ ( hazard_of_mortality @ sK1_X @ SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
            & ( ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                & ( smaller_or_equal @ ( internal_friction @ sK1_X @ SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
                & ( greater @ ( external_ties @ sK1_X @ SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
             => ( smaller @ ( hazard_of_mortality @ sK1_X @ SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[22]) ).

thf(24,plain,
    ( ( ( ( organization @ sK1_X )
        & ~ ( has_immunity @ sK1_X @ sK2_SY25 )
        & ~ ( has_immunity @ sK1_X @ sK3_SY27 ) )
     => ( ( ( ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
            & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
            & ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
         => ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
        & ( ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
            & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
            & ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
         => ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[23]) ).

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

thf(26,plain,
    ( ( ~ ( has_immunity @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[24]) ).

thf(27,plain,
    ( ( ~ ( has_immunity @ sK1_X @ sK3_SY27 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[24]) ).

thf(28,plain,
    ( ( ( ( ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
          & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
          & ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
       => ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
      & ( ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
          & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
          & ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
       => ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[24]) ).

thf(29,plain,
    ( ( ( ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
        & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
        & ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
     => ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[28]) ).

thf(30,plain,
    ( ( ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
        & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
        & ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
     => ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(split_conjecture,[split_conjecture(split,[])],[28]) ).

thf(31,plain,
    ( ( ~ ( ( ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
            & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
            & ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
         => ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[29]) ).

thf(32,plain,
    ( ( ~ ( ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
            & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
            & ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
         => ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[30]) ).

thf(33,plain,
    ( ( ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
      & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
      & ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) )
      & ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[31]) ).

thf(34,plain,
    ( ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
      & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
      & ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) )
      & ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[32]) ).

thf(35,plain,
    ( ( ! [X: $i] :
          ( ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
                | ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ( ( external_ties @ X @ T )
                 != ( external_ties @ X @ T0 ) )
                | ( ( position @ X @ T )
                  = ( position @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[13]) ).

thf(36,plain,
    ( ( ! [X: $i] :
          ( ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                | ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                | ~ ( smaller_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                | ( smaller @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ( ( stock_of_knowledge @ X @ T )
                 != ( stock_of_knowledge @ X @ T0 ) )
                | ( ( internal_friction @ X @ T )
                 != ( internal_friction @ X @ T0 ) )
                | ( ( capability @ X @ T )
                  = ( capability @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[14]) ).

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

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

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

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

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

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

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

thf(44,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)],[43]) ).

thf(45,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)],[42]) ).

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

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

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

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

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

thf(51,plain,
    ( ( ! [X: $i] :
          ( ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                | ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                | ~ ( smaller_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                | ( smaller @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ( ( stock_of_knowledge @ X @ T )
                 != ( stock_of_knowledge @ X @ T0 ) )
                | ( ( internal_friction @ X @ T )
                 != ( internal_friction @ X @ T0 ) )
                | ( ( capability @ X @ T )
                  = ( capability @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(52,plain,
    ( ( ! [X: $i] :
          ( ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
                | ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ( ( external_ties @ X @ T )
                 != ( external_ties @ X @ T0 ) )
                | ( ( position @ X @ T )
                  = ( position @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(53,plain,
    ( ( ~ ( has_immunity @ sK1_X @ sK3_SY27 ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(54,plain,
    ( ( ~ ( has_immunity @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

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

thf(56,plain,
    ( ( ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
      & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
      & ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) )
      & ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(57,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ( ~ ( organization @ SX0 )
                      | ! [SX1: $i,SX2: $i] :
                          ( ~ ( greater @ ( stock_of_knowledge @ SX0 @ SX2 ) @ ( stock_of_knowledge @ SX0 @ SX1 ) )
                          | ~ ( smaller_or_equal @ ( internal_friction @ SX0 @ SX2 ) @ ( internal_friction @ SX0 @ SX1 ) )
                          | ( greater @ ( capability @ SX0 @ SX2 ) @ ( capability @ SX0 @ SX1 ) ) ) )
                  | ~ ( ~ ( organization @ SX0 )
                      | ! [SX1: $i,SX2: $i] :
                          ( ~ ( greater @ ( internal_friction @ SX0 @ SX2 ) @ ( internal_friction @ SX0 @ SX1 ) )
                          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SX0 @ SX2 ) @ ( stock_of_knowledge @ SX0 @ SX1 ) )
                          | ( smaller @ ( capability @ SX0 @ SX2 ) @ ( capability @ SX0 @ SX1 ) ) ) ) )
            | ~ ( ~ ( organization @ SX0 )
                | ! [SX1: $i,SX2: $i] :
                    ( ( ( stock_of_knowledge @ SX0 @ SX2 )
                     != ( stock_of_knowledge @ SX0 @ SX1 ) )
                    | ( ( internal_friction @ SX0 @ SX2 )
                     != ( internal_friction @ SX0 @ SX1 ) )
                    | ( ( capability @ SX0 @ SX2 )
                      = ( capability @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[51]) ).

thf(58,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)],[46]) ).

thf(59,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)],[44]) ).

thf(60,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)],[45]) ).

thf(61,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                      | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
                | ~ ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
          | ~ ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[56]) ).

thf(62,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ( ~ ( organization @ SX0 )
                | ! [SX1: $i,SX2: $i] :
                    ( ~ ( greater @ ( external_ties @ SX0 @ SX2 ) @ ( external_ties @ SX0 @ SX1 ) )
                    | ( greater @ ( position @ SX0 @ SX2 ) @ ( position @ SX0 @ SX1 ) ) ) )
            | ~ ( ~ ( organization @ SX0 )
                | ! [SX1: $i,SX2: $i] :
                    ( ( ( external_ties @ SX0 @ SX2 )
                     != ( external_ties @ SX0 @ SX1 ) )
                    | ( ( position @ SX0 @ SX2 )
                      = ( position @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[52]) ).

thf(63,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ( has_immunity @ SX0 @ SX1 )
                        | ( has_immunity @ SX0 @ SX2 )
                        | ~ ( greater @ ( capability @ SX0 @ SX2 ) @ ( capability @ SX0 @ SX1 ) )
                        | ~ ( greater_or_equal @ ( position @ SX0 @ SX2 ) @ ( position @ SX0 @ SX1 ) )
                        | ( smaller @ ( hazard_of_mortality @ SX0 @ SX2 ) @ ( hazard_of_mortality @ SX0 @ SX1 ) ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ( has_immunity @ SX0 @ SX1 )
                        | ( has_immunity @ SX0 @ SX2 )
                        | ~ ( greater @ ( position @ SX0 @ SX2 ) @ ( position @ SX0 @ SX1 ) )
                        | ~ ( greater_or_equal @ ( capability @ SX0 @ SX2 ) @ ( capability @ SX0 @ SX1 ) )
                        | ( smaller @ ( hazard_of_mortality @ SX0 @ SX2 ) @ ( hazard_of_mortality @ SX0 @ SX1 ) ) ) )
            | ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( organization @ SX0 )
                  | ( has_immunity @ SX0 @ SX1 )
                  | ( has_immunity @ SX0 @ SX2 )
                  | ( ( capability @ SX0 @ SX2 )
                   != ( capability @ SX0 @ SX1 ) )
                  | ( ( position @ SX0 @ SX2 )
                   != ( position @ SX0 @ SX1 ) )
                  | ( ( hazard_of_mortality @ SX0 @ SX2 )
                    = ( hazard_of_mortality @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[50]) ).

thf(64,plain,
    ! [SV1: $i] :
      ( ( ! [SY28: $i] :
            ( ~ ( greater @ SV1 @ SY28 )
            | ~ ( greater @ SY28 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(65,plain,
    ! [SV2: $i] :
      ( ( ! [SY29: $i,SY30: $i] :
            ( ~ ( greater @ SV2 @ SY29 )
            | ~ ( greater @ SY29 @ SY30 )
            | ( greater @ SV2 @ SY30 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

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

thf(67,plain,
    ( ( has_immunity @ sK1_X @ sK3_SY27 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[53]) ).

thf(68,plain,
    ( ( has_immunity @ sK1_X @ sK2_SY25 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[54]) ).

thf(69,plain,
    ! [SV4: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ~ ( organization @ SV4 )
                      | ! [SY32: $i,SY33: $i] :
                          ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
                          | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
                          | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) )
                  | ~ ( ~ ( organization @ SV4 )
                      | ! [SY34: $i,SY35: $i] :
                          ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
                          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
                          | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) ) )
            | ~ ( ~ ( organization @ SV4 )
                | ! [SY36: $i,SY37: $i] :
                    ( ( ( stock_of_knowledge @ SV4 @ SY37 )
                     != ( stock_of_knowledge @ SV4 @ SY36 ) )
                    | ( ( internal_friction @ SV4 @ SY37 )
                     != ( internal_friction @ SV4 @ SY36 ) )
                    | ( ( capability @ SV4 @ SY37 )
                      = ( capability @ SV4 @ SY36 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(70,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)],[58]) ).

thf(71,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)],[59]) ).

thf(72,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)],[60]) ).

thf(73,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                  | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
            | ~ ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
      | ~ ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[61]) ).

thf(74,plain,
    ! [SV5: $i] :
      ( ( ~ ( ~ ( ~ ( organization @ SV5 )
                | ! [SY38: $i,SY39: $i] :
                    ( ~ ( greater @ ( external_ties @ SV5 @ SY39 ) @ ( external_ties @ SV5 @ SY38 ) )
                    | ( greater @ ( position @ SV5 @ SY39 ) @ ( position @ SV5 @ SY38 ) ) ) )
            | ~ ( ~ ( organization @ SV5 )
                | ! [SY40: $i,SY41: $i] :
                    ( ( ( external_ties @ SV5 @ SY41 )
                     != ( external_ties @ SV5 @ SY40 ) )
                    | ( ( position @ SV5 @ SY41 )
                      = ( position @ SV5 @ SY40 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(75,plain,
    ! [SV6: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY42: $i,SY43: $i] :
                        ( ~ ( organization @ SV6 )
                        | ( has_immunity @ SV6 @ SY42 )
                        | ( has_immunity @ SV6 @ SY43 )
                        | ~ ( greater @ ( capability @ SV6 @ SY43 ) @ ( capability @ SV6 @ SY42 ) )
                        | ~ ( greater_or_equal @ ( position @ SV6 @ SY43 ) @ ( position @ SV6 @ SY42 ) )
                        | ( smaller @ ( hazard_of_mortality @ SV6 @ SY43 ) @ ( hazard_of_mortality @ SV6 @ SY42 ) ) )
                  | ~ ! [SY44: $i,SY45: $i] :
                        ( ~ ( organization @ SV6 )
                        | ( has_immunity @ SV6 @ SY44 )
                        | ( has_immunity @ SV6 @ SY45 )
                        | ~ ( greater @ ( position @ SV6 @ SY45 ) @ ( position @ SV6 @ SY44 ) )
                        | ~ ( greater_or_equal @ ( capability @ SV6 @ SY45 ) @ ( capability @ SV6 @ SY44 ) )
                        | ( smaller @ ( hazard_of_mortality @ SV6 @ SY45 ) @ ( hazard_of_mortality @ SV6 @ SY44 ) ) ) )
            | ~ ! [SY46: $i,SY47: $i] :
                  ( ~ ( organization @ SV6 )
                  | ( has_immunity @ SV6 @ SY46 )
                  | ( has_immunity @ SV6 @ SY47 )
                  | ( ( capability @ SV6 @ SY47 )
                   != ( capability @ SV6 @ SY46 ) )
                  | ( ( position @ SV6 @ SY47 )
                   != ( position @ SV6 @ SY46 ) )
                  | ( ( hazard_of_mortality @ SV6 @ SY47 )
                    = ( hazard_of_mortality @ SV6 @ SY46 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

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

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

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

thf(79,plain,
    ! [SV4: $i] :
      ( ( ~ ~ ( ~ ( ~ ( organization @ SV4 )
                  | ! [SY32: $i,SY33: $i] :
                      ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
                      | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
                      | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) )
              | ~ ( ~ ( organization @ SV4 )
                  | ! [SY34: $i,SY35: $i] :
                      ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
                      | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
                      | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) ) )
        | ~ ( ~ ( organization @ SV4 )
            | ! [SY36: $i,SY37: $i] :
                ( ( ( stock_of_knowledge @ SV4 @ SY37 )
                 != ( stock_of_knowledge @ SV4 @ SY36 ) )
                | ( ( internal_friction @ SV4 @ SY37 )
                 != ( internal_friction @ SV4 @ SY36 ) )
                | ( ( capability @ SV4 @ SY37 )
                  = ( capability @ SV4 @ SY36 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[69]) ).

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

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

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

thf(83,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)],[71]) ).

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

thf(85,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)],[72]) ).

thf(86,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                  | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
            | ~ ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[73]) ).

thf(87,plain,
    ( ( ~ ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[73]) ).

thf(88,plain,
    ! [SV5: $i] :
      ( ( ~ ( ~ ( organization @ SV5 )
            | ! [SY38: $i,SY39: $i] :
                ( ~ ( greater @ ( external_ties @ SV5 @ SY39 ) @ ( external_ties @ SV5 @ SY38 ) )
                | ( greater @ ( position @ SV5 @ SY39 ) @ ( position @ SV5 @ SY38 ) ) ) )
        | ~ ( ~ ( organization @ SV5 )
            | ! [SY40: $i,SY41: $i] :
                ( ( ( external_ties @ SV5 @ SY41 )
                 != ( external_ties @ SV5 @ SY40 ) )
                | ( ( position @ SV5 @ SY41 )
                  = ( position @ SV5 @ SY40 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[74]) ).

thf(89,plain,
    ! [SV6: $i] :
      ( ( ~ ~ ( ~ ! [SY42: $i,SY43: $i] :
                    ( ~ ( organization @ SV6 )
                    | ( has_immunity @ SV6 @ SY42 )
                    | ( has_immunity @ SV6 @ SY43 )
                    | ~ ( greater @ ( capability @ SV6 @ SY43 ) @ ( capability @ SV6 @ SY42 ) )
                    | ~ ( greater_or_equal @ ( position @ SV6 @ SY43 ) @ ( position @ SV6 @ SY42 ) )
                    | ( smaller @ ( hazard_of_mortality @ SV6 @ SY43 ) @ ( hazard_of_mortality @ SV6 @ SY42 ) ) )
              | ~ ! [SY44: $i,SY45: $i] :
                    ( ~ ( organization @ SV6 )
                    | ( has_immunity @ SV6 @ SY44 )
                    | ( has_immunity @ SV6 @ SY45 )
                    | ~ ( greater @ ( position @ SV6 @ SY45 ) @ ( position @ SV6 @ SY44 ) )
                    | ~ ( greater_or_equal @ ( capability @ SV6 @ SY45 ) @ ( capability @ SV6 @ SY44 ) )
                    | ( smaller @ ( hazard_of_mortality @ SV6 @ SY45 ) @ ( hazard_of_mortality @ SV6 @ SY44 ) ) ) )
        | ~ ! [SY46: $i,SY47: $i] :
              ( ~ ( organization @ SV6 )
              | ( has_immunity @ SV6 @ SY46 )
              | ( has_immunity @ SV6 @ SY47 )
              | ( ( capability @ SV6 @ SY47 )
               != ( capability @ SV6 @ SY46 ) )
              | ( ( position @ SV6 @ SY47 )
               != ( position @ SV6 @ SY46 ) )
              | ( ( hazard_of_mortality @ SV6 @ SY47 )
                = ( hazard_of_mortality @ SV6 @ SY46 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[75]) ).

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

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

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

thf(93,plain,
    ! [SV4: $i] :
      ( ( ~ ~ ( ~ ( ~ ( organization @ SV4 )
                  | ! [SY32: $i,SY33: $i] :
                      ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
                      | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
                      | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) )
              | ~ ( ~ ( organization @ SV4 )
                  | ! [SY34: $i,SY35: $i] :
                      ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
                      | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
                      | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[79]) ).

thf(94,plain,
    ! [SV4: $i] :
      ( ( ~ ( ~ ( organization @ SV4 )
            | ! [SY36: $i,SY37: $i] :
                ( ( ( stock_of_knowledge @ SV4 @ SY37 )
                 != ( stock_of_knowledge @ SV4 @ SY36 ) )
                | ( ( internal_friction @ SV4 @ SY37 )
                 != ( internal_friction @ SV4 @ SY36 ) )
                | ( ( capability @ SV4 @ SY37 )
                  = ( capability @ SV4 @ SY36 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[79]) ).

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

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

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

thf(98,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)],[83]) ).

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

thf(100,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)],[85]) ).

thf(101,plain,
    ( ( ~ ( ~ ~ ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
          | ~ ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[86]) ).

thf(102,plain,
    ( ( ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[87]) ).

thf(103,plain,
    ! [SV5: $i] :
      ( ( ~ ( ~ ( organization @ SV5 )
            | ! [SY38: $i,SY39: $i] :
                ( ~ ( greater @ ( external_ties @ SV5 @ SY39 ) @ ( external_ties @ SV5 @ SY38 ) )
                | ( greater @ ( position @ SV5 @ SY39 ) @ ( position @ SV5 @ SY38 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[88]) ).

thf(104,plain,
    ! [SV5: $i] :
      ( ( ~ ( ~ ( organization @ SV5 )
            | ! [SY40: $i,SY41: $i] :
                ( ( ( external_ties @ SV5 @ SY41 )
                 != ( external_ties @ SV5 @ SY40 ) )
                | ( ( position @ SV5 @ SY41 )
                  = ( position @ SV5 @ SY40 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[88]) ).

thf(105,plain,
    ! [SV6: $i] :
      ( ( ~ ~ ( ~ ! [SY42: $i,SY43: $i] :
                    ( ~ ( organization @ SV6 )
                    | ( has_immunity @ SV6 @ SY42 )
                    | ( has_immunity @ SV6 @ SY43 )
                    | ~ ( greater @ ( capability @ SV6 @ SY43 ) @ ( capability @ SV6 @ SY42 ) )
                    | ~ ( greater_or_equal @ ( position @ SV6 @ SY43 ) @ ( position @ SV6 @ SY42 ) )
                    | ( smaller @ ( hazard_of_mortality @ SV6 @ SY43 ) @ ( hazard_of_mortality @ SV6 @ SY42 ) ) )
              | ~ ! [SY44: $i,SY45: $i] :
                    ( ~ ( organization @ SV6 )
                    | ( has_immunity @ SV6 @ SY44 )
                    | ( has_immunity @ SV6 @ SY45 )
                    | ~ ( greater @ ( position @ SV6 @ SY45 ) @ ( position @ SV6 @ SY44 ) )
                    | ~ ( greater_or_equal @ ( capability @ SV6 @ SY45 ) @ ( capability @ SV6 @ SY44 ) )
                    | ( smaller @ ( hazard_of_mortality @ SV6 @ SY45 ) @ ( hazard_of_mortality @ SV6 @ SY44 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[89]) ).

thf(106,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY46: $i,SY47: $i] :
              ( ~ ( organization @ SV6 )
              | ( has_immunity @ SV6 @ SY46 )
              | ( has_immunity @ SV6 @ SY47 )
              | ( ( capability @ SV6 @ SY47 )
               != ( capability @ SV6 @ SY46 ) )
              | ( ( position @ SV6 @ SY47 )
               != ( position @ SV6 @ SY46 ) )
              | ( ( hazard_of_mortality @ SV6 @ SY47 )
                = ( hazard_of_mortality @ SV6 @ SY46 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[89]) ).

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

thf(108,plain,
    ! [SV10: $i,SV8: $i,SV2: $i] :
      ( ( ( ~ ( greater @ SV2 @ SV8 )
          | ~ ( greater @ SV8 @ SV10 ) )
        = $true )
      | ( ( greater @ SV2 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(109,plain,
    ! [SV9: $i,SV3: $i] :
      ( ( ( SV3 = SV9 )
        = $true )
      | ( ( smaller @ SV3 @ SV9 )
        = $true )
      | ( ( greater @ SV3 @ SV9 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(110,plain,
    ! [SV4: $i] :
      ( ( ~ ( ~ ( ~ ( organization @ SV4 )
                | ! [SY32: $i,SY33: $i] :
                    ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
                    | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
                    | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) )
            | ~ ( ~ ( organization @ SV4 )
                | ! [SY34: $i,SY35: $i] :
                    ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
                    | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
                    | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[93]) ).

thf(111,plain,
    ! [SV4: $i] :
      ( ( ~ ( organization @ SV4 )
        | ! [SY36: $i,SY37: $i] :
            ( ( ( stock_of_knowledge @ SV4 @ SY37 )
             != ( stock_of_knowledge @ SV4 @ SY36 ) )
            | ( ( internal_friction @ SV4 @ SY37 )
             != ( internal_friction @ SV4 @ SY36 ) )
            | ( ( capability @ SV4 @ SY37 )
              = ( capability @ SV4 @ SY36 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[94]) ).

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

thf(113,plain,
    ! [SV12: $i] :
      ( ( ! [SY50: $i] :
            ( ~ ( smaller @ SV12 @ SY50 )
            | ( greater @ SY50 @ SV12 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(114,plain,
    ! [SV13: $i] :
      ( ( ! [SY51: $i] :
            ( ~ ( smaller_or_equal @ SV13 @ SY51 )
            | ( SV13 = SY51 )
            | ( smaller @ SV13 @ SY51 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[97]) ).

thf(115,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)],[98]) ).

thf(116,plain,
    ! [SV14: $i] :
      ( ( ! [SY52: $i] :
            ( ~ ( greater_or_equal @ SV14 @ SY52 )
            | ( SV14 = SY52 )
            | ( greater @ SV14 @ SY52 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(117,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)],[100]) ).

thf(118,plain,
    ( ( ~ ~ ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
            | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
      | ~ ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(119,plain,
    ( ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(120,plain,
    ! [SV5: $i] :
      ( ( ~ ( organization @ SV5 )
        | ! [SY38: $i,SY39: $i] :
            ( ~ ( greater @ ( external_ties @ SV5 @ SY39 ) @ ( external_ties @ SV5 @ SY38 ) )
            | ( greater @ ( position @ SV5 @ SY39 ) @ ( position @ SV5 @ SY38 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[103]) ).

thf(121,plain,
    ! [SV5: $i] :
      ( ( ~ ( organization @ SV5 )
        | ! [SY40: $i,SY41: $i] :
            ( ( ( external_ties @ SV5 @ SY41 )
             != ( external_ties @ SV5 @ SY40 ) )
            | ( ( position @ SV5 @ SY41 )
              = ( position @ SV5 @ SY40 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[104]) ).

thf(122,plain,
    ! [SV6: $i] :
      ( ( ~ ( ~ ! [SY42: $i,SY43: $i] :
                  ( ~ ( organization @ SV6 )
                  | ( has_immunity @ SV6 @ SY42 )
                  | ( has_immunity @ SV6 @ SY43 )
                  | ~ ( greater @ ( capability @ SV6 @ SY43 ) @ ( capability @ SV6 @ SY42 ) )
                  | ~ ( greater_or_equal @ ( position @ SV6 @ SY43 ) @ ( position @ SV6 @ SY42 ) )
                  | ( smaller @ ( hazard_of_mortality @ SV6 @ SY43 ) @ ( hazard_of_mortality @ SV6 @ SY42 ) ) )
            | ~ ! [SY44: $i,SY45: $i] :
                  ( ~ ( organization @ SV6 )
                  | ( has_immunity @ SV6 @ SY44 )
                  | ( has_immunity @ SV6 @ SY45 )
                  | ~ ( greater @ ( position @ SV6 @ SY45 ) @ ( position @ SV6 @ SY44 ) )
                  | ~ ( greater_or_equal @ ( capability @ SV6 @ SY45 ) @ ( capability @ SV6 @ SY44 ) )
                  | ( smaller @ ( hazard_of_mortality @ SV6 @ SY45 ) @ ( hazard_of_mortality @ SV6 @ SY44 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[105]) ).

thf(123,plain,
    ! [SV6: $i] :
      ( ( ! [SY46: $i,SY47: $i] :
            ( ~ ( organization @ SV6 )
            | ( has_immunity @ SV6 @ SY46 )
            | ( has_immunity @ SV6 @ SY47 )
            | ( ( capability @ SV6 @ SY47 )
             != ( capability @ SV6 @ SY46 ) )
            | ( ( position @ SV6 @ SY47 )
             != ( position @ SV6 @ SY46 ) )
            | ( ( hazard_of_mortality @ SV6 @ SY47 )
              = ( hazard_of_mortality @ SV6 @ SY46 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[106]) ).

thf(124,plain,
    ! [SV1: $i,SV7: $i] :
      ( ( ( greater @ SV7 @ SV1 )
        = $false )
      | ( ( greater @ SV1 @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(125,plain,
    ! [SV10: $i,SV8: $i,SV2: $i] :
      ( ( ( ~ ( greater @ SV2 @ SV8 ) )
        = $true )
      | ( ( ~ ( greater @ SV8 @ SV10 ) )
        = $true )
      | ( ( greater @ SV2 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(126,plain,
    ! [SV4: $i] :
      ( ( ~ ( ~ ( organization @ SV4 )
            | ! [SY32: $i,SY33: $i] :
                ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
                | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) )
        | ~ ( ~ ( organization @ SV4 )
            | ! [SY34: $i,SY35: $i] :
                ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
                | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
                | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[110]) ).

thf(127,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( organization @ SV4 ) )
        = $true )
      | ( ( ! [SY36: $i,SY37: $i] :
              ( ( ( stock_of_knowledge @ SV4 @ SY37 )
               != ( stock_of_knowledge @ SV4 @ SY36 ) )
              | ( ( internal_friction @ SV4 @ SY37 )
               != ( internal_friction @ SV4 @ SY36 ) )
              | ( ( capability @ SV4 @ SY37 )
                = ( capability @ SV4 @ SY36 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[111]) ).

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

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

thf(130,plain,
    ! [SV17: $i,SV13: $i] :
      ( ( ~ ( smaller_or_equal @ SV13 @ SV17 )
        | ( SV13 = SV17 )
        | ( smaller @ SV13 @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

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

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

thf(133,plain,
    ! [SV18: $i,SV14: $i] :
      ( ( ~ ( greater_or_equal @ SV14 @ SV18 )
        | ( SV14 = SV18 )
        | ( greater @ SV14 @ SV18 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[116]) ).

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

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

thf(136,plain,
    ( ( ~ ~ ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
            | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[118]) ).

thf(137,plain,
    ( ( ~ ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[118]) ).

thf(138,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( ! [SY38: $i,SY39: $i] :
              ( ~ ( greater @ ( external_ties @ SV5 @ SY39 ) @ ( external_ties @ SV5 @ SY38 ) )
              | ( greater @ ( position @ SV5 @ SY39 ) @ ( position @ SV5 @ SY38 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[120]) ).

thf(139,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( ! [SY40: $i,SY41: $i] :
              ( ( ( external_ties @ SV5 @ SY41 )
               != ( external_ties @ SV5 @ SY40 ) )
              | ( ( position @ SV5 @ SY41 )
                = ( position @ SV5 @ SY40 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[121]) ).

thf(140,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY42: $i,SY43: $i] :
              ( ~ ( organization @ SV6 )
              | ( has_immunity @ SV6 @ SY42 )
              | ( has_immunity @ SV6 @ SY43 )
              | ~ ( greater @ ( capability @ SV6 @ SY43 ) @ ( capability @ SV6 @ SY42 ) )
              | ~ ( greater_or_equal @ ( position @ SV6 @ SY43 ) @ ( position @ SV6 @ SY42 ) )
              | ( smaller @ ( hazard_of_mortality @ SV6 @ SY43 ) @ ( hazard_of_mortality @ SV6 @ SY42 ) ) )
        | ~ ! [SY44: $i,SY45: $i] :
              ( ~ ( organization @ SV6 )
              | ( has_immunity @ SV6 @ SY44 )
              | ( has_immunity @ SV6 @ SY45 )
              | ~ ( greater @ ( position @ SV6 @ SY45 ) @ ( position @ SV6 @ SY44 ) )
              | ~ ( greater_or_equal @ ( capability @ SV6 @ SY45 ) @ ( capability @ SV6 @ SY44 ) )
              | ( smaller @ ( hazard_of_mortality @ SV6 @ SY45 ) @ ( hazard_of_mortality @ SV6 @ SY44 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[122]) ).

thf(141,plain,
    ! [SV19: $i,SV6: $i] :
      ( ( ! [SY53: $i] :
            ( ~ ( organization @ SV6 )
            | ( has_immunity @ SV6 @ SV19 )
            | ( has_immunity @ SV6 @ SY53 )
            | ( ( capability @ SV6 @ SY53 )
             != ( capability @ SV6 @ SV19 ) )
            | ( ( position @ SV6 @ SY53 )
             != ( position @ SV6 @ SV19 ) )
            | ( ( hazard_of_mortality @ SV6 @ SY53 )
              = ( hazard_of_mortality @ SV6 @ SV19 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(142,plain,
    ! [SV10: $i,SV8: $i,SV2: $i] :
      ( ( ( greater @ SV2 @ SV8 )
        = $false )
      | ( ( ~ ( greater @ SV8 @ SV10 ) )
        = $true )
      | ( ( greater @ SV2 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

thf(143,plain,
    ! [SV4: $i] :
      ( ( ~ ( ~ ( organization @ SV4 )
            | ! [SY32: $i,SY33: $i] :
                ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
                | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[126]) ).

thf(144,plain,
    ! [SV4: $i] :
      ( ( ~ ( ~ ( organization @ SV4 )
            | ! [SY34: $i,SY35: $i] :
                ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
                | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
                | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[126]) ).

thf(145,plain,
    ! [SV4: $i] :
      ( ( ( organization @ SV4 )
        = $false )
      | ( ( ! [SY36: $i,SY37: $i] :
              ( ( ( stock_of_knowledge @ SV4 @ SY37 )
               != ( stock_of_knowledge @ SV4 @ SY36 ) )
              | ( ( internal_friction @ SV4 @ SY37 )
               != ( internal_friction @ SV4 @ SY36 ) )
              | ( ( capability @ SV4 @ SY37 )
                = ( capability @ SV4 @ SY36 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[127]) ).

thf(146,plain,
    ! [SV11: $i,SV15: $i] :
      ( ( ( ~ ( greater @ SV15 @ SV11 ) )
        = $true )
      | ( ( smaller @ SV11 @ SV15 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[128]) ).

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

thf(148,plain,
    ! [SV17: $i,SV13: $i] :
      ( ( ( ~ ( smaller_or_equal @ SV13 @ SV17 ) )
        = $true )
      | ( ( ( SV13 = SV17 )
          | ( smaller @ SV13 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[130]) ).

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

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

thf(151,plain,
    ! [SV18: $i,SV14: $i] :
      ( ( ( ~ ( greater_or_equal @ SV14 @ SV18 ) )
        = $true )
      | ( ( ( SV14 = SV18 )
          | ( greater @ SV14 @ SV18 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[133]) ).

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

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

thf(154,plain,
    ( ( ~ ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
          | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[136]) ).

thf(155,plain,
    ( ( greater_or_equal @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[137]) ).

thf(156,plain,
    ! [SV5: $i] :
      ( ( ( organization @ SV5 )
        = $false )
      | ( ( ! [SY38: $i,SY39: $i] :
              ( ~ ( greater @ ( external_ties @ SV5 @ SY39 ) @ ( external_ties @ SV5 @ SY38 ) )
              | ( greater @ ( position @ SV5 @ SY39 ) @ ( position @ SV5 @ SY38 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[138]) ).

thf(157,plain,
    ! [SV5: $i] :
      ( ( ( organization @ SV5 )
        = $false )
      | ( ( ! [SY40: $i,SY41: $i] :
              ( ( ( external_ties @ SV5 @ SY41 )
               != ( external_ties @ SV5 @ SY40 ) )
              | ( ( position @ SV5 @ SY41 )
                = ( position @ SV5 @ SY40 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[139]) ).

thf(158,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY42: $i,SY43: $i] :
              ( ~ ( organization @ SV6 )
              | ( has_immunity @ SV6 @ SY42 )
              | ( has_immunity @ SV6 @ SY43 )
              | ~ ( greater @ ( capability @ SV6 @ SY43 ) @ ( capability @ SV6 @ SY42 ) )
              | ~ ( greater_or_equal @ ( position @ SV6 @ SY43 ) @ ( position @ SV6 @ SY42 ) )
              | ( smaller @ ( hazard_of_mortality @ SV6 @ SY43 ) @ ( hazard_of_mortality @ SV6 @ SY42 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[140]) ).

thf(159,plain,
    ! [SV6: $i] :
      ( ( ~ ! [SY44: $i,SY45: $i] :
              ( ~ ( organization @ SV6 )
              | ( has_immunity @ SV6 @ SY44 )
              | ( has_immunity @ SV6 @ SY45 )
              | ~ ( greater @ ( position @ SV6 @ SY45 ) @ ( position @ SV6 @ SY44 ) )
              | ~ ( greater_or_equal @ ( capability @ SV6 @ SY45 ) @ ( capability @ SV6 @ SY44 ) )
              | ( smaller @ ( hazard_of_mortality @ SV6 @ SY45 ) @ ( hazard_of_mortality @ SV6 @ SY44 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[140]) ).

thf(160,plain,
    ! [SV20: $i,SV19: $i,SV6: $i] :
      ( ( ~ ( organization @ SV6 )
        | ( has_immunity @ SV6 @ SV19 )
        | ( has_immunity @ SV6 @ SV20 )
        | ( ( capability @ SV6 @ SV20 )
         != ( capability @ SV6 @ SV19 ) )
        | ( ( position @ SV6 @ SV20 )
         != ( position @ SV6 @ SV19 ) )
        | ( ( hazard_of_mortality @ SV6 @ SV20 )
          = ( hazard_of_mortality @ SV6 @ SV19 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

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

thf(162,plain,
    ! [SV4: $i] :
      ( ( ~ ( organization @ SV4 )
        | ! [SY32: $i,SY33: $i] :
            ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
            | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
            | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[143]) ).

thf(163,plain,
    ! [SV4: $i] :
      ( ( ~ ( organization @ SV4 )
        | ! [SY34: $i,SY35: $i] :
            ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
            | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
            | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[144]) ).

thf(164,plain,
    ! [SV21: $i,SV4: $i] :
      ( ( ( ! [SY54: $i] :
              ( ( ( stock_of_knowledge @ SV4 @ SY54 )
               != ( stock_of_knowledge @ SV4 @ SV21 ) )
              | ( ( internal_friction @ SV4 @ SY54 )
               != ( internal_friction @ SV4 @ SV21 ) )
              | ( ( capability @ SV4 @ SY54 )
                = ( capability @ SV4 @ SV21 ) ) ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[145]) ).

thf(165,plain,
    ! [SV11: $i,SV15: $i] :
      ( ( ( greater @ SV15 @ SV11 )
        = $false )
      | ( ( smaller @ SV11 @ SV15 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[146]) ).

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

thf(167,plain,
    ! [SV17: $i,SV13: $i] :
      ( ( ( smaller_or_equal @ SV13 @ SV17 )
        = $false )
      | ( ( ( SV13 = SV17 )
          | ( smaller @ SV13 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[148]) ).

thf(168,plain,
    ! [SV22: $i] :
      ( ( ! [SY55: $i] :
            ( ( SV22 != SY55 )
            | ( smaller_or_equal @ SV22 @ SY55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[149]) ).

thf(169,plain,
    ! [SV23: $i] :
      ( ( ! [SY56: $i] :
            ( ~ ( smaller @ SV23 @ SY56 )
            | ( smaller_or_equal @ SV23 @ SY56 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

thf(170,plain,
    ! [SV18: $i,SV14: $i] :
      ( ( ( greater_or_equal @ SV14 @ SV18 )
        = $false )
      | ( ( ( SV14 = SV18 )
          | ( greater @ SV14 @ SV18 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[151]) ).

thf(171,plain,
    ! [SV24: $i] :
      ( ( ! [SY57: $i] :
            ( ( SV24 != SY57 )
            | ( greater_or_equal @ SV24 @ SY57 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[152]) ).

thf(172,plain,
    ! [SV25: $i] :
      ( ( ! [SY58: $i] :
            ( ~ ( greater @ SV25 @ SY58 )
            | ( greater_or_equal @ SV25 @ SY58 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

thf(173,plain,
    ( ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
      | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[154]) ).

thf(174,plain,
    ! [SV26: $i,SV5: $i] :
      ( ( ( ! [SY59: $i] :
              ( ~ ( greater @ ( external_ties @ SV5 @ SY59 ) @ ( external_ties @ SV5 @ SV26 ) )
              | ( greater @ ( position @ SV5 @ SY59 ) @ ( position @ SV5 @ SV26 ) ) ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[156]) ).

thf(175,plain,
    ! [SV27: $i,SV5: $i] :
      ( ( ( ! [SY60: $i] :
              ( ( ( external_ties @ SV5 @ SY60 )
               != ( external_ties @ SV5 @ SV27 ) )
              | ( ( position @ SV5 @ SY60 )
                = ( position @ SV5 @ SV27 ) ) ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[157]) ).

thf(176,plain,
    ! [SV6: $i] :
      ( ( ! [SY42: $i,SY43: $i] :
            ( ~ ( organization @ SV6 )
            | ( has_immunity @ SV6 @ SY42 )
            | ( has_immunity @ SV6 @ SY43 )
            | ~ ( greater @ ( capability @ SV6 @ SY43 ) @ ( capability @ SV6 @ SY42 ) )
            | ~ ( greater_or_equal @ ( position @ SV6 @ SY43 ) @ ( position @ SV6 @ SY42 ) )
            | ( smaller @ ( hazard_of_mortality @ SV6 @ SY43 ) @ ( hazard_of_mortality @ SV6 @ SY42 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[158]) ).

thf(177,plain,
    ! [SV6: $i] :
      ( ( ! [SY44: $i,SY45: $i] :
            ( ~ ( organization @ SV6 )
            | ( has_immunity @ SV6 @ SY44 )
            | ( has_immunity @ SV6 @ SY45 )
            | ~ ( greater @ ( position @ SV6 @ SY45 ) @ ( position @ SV6 @ SY44 ) )
            | ~ ( greater_or_equal @ ( capability @ SV6 @ SY45 ) @ ( capability @ SV6 @ SY44 ) )
            | ( smaller @ ( hazard_of_mortality @ SV6 @ SY45 ) @ ( hazard_of_mortality @ SV6 @ SY44 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[159]) ).

thf(178,plain,
    ! [SV20: $i,SV19: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 )
          | ( has_immunity @ SV6 @ SV19 )
          | ( has_immunity @ SV6 @ SV20 ) )
        = $true )
      | ( ( ( ( capability @ SV6 @ SV20 )
           != ( capability @ SV6 @ SV19 ) )
          | ( ( position @ SV6 @ SV20 )
           != ( position @ SV6 @ SV19 ) )
          | ( ( hazard_of_mortality @ SV6 @ SV20 )
            = ( hazard_of_mortality @ SV6 @ SV19 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[160]) ).

thf(179,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( organization @ SV4 ) )
        = $true )
      | ( ( ! [SY32: $i,SY33: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
              | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[162]) ).

thf(180,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( organization @ SV4 ) )
        = $true )
      | ( ( ! [SY34: $i,SY35: $i] :
              ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
              | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
              | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[163]) ).

thf(181,plain,
    ! [SV21: $i,SV28: $i,SV4: $i] :
      ( ( ( ( ( stock_of_knowledge @ SV4 @ SV28 )
           != ( stock_of_knowledge @ SV4 @ SV21 ) )
          | ( ( internal_friction @ SV4 @ SV28 )
           != ( internal_friction @ SV4 @ SV21 ) )
          | ( ( capability @ SV4 @ SV28 )
            = ( capability @ SV4 @ SV21 ) ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[164]) ).

thf(182,plain,
    ! [SV17: $i,SV13: $i] :
      ( ( ( SV13 = SV17 )
        = $true )
      | ( ( smaller @ SV13 @ SV17 )
        = $true )
      | ( ( smaller_or_equal @ SV13 @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[167]) ).

thf(183,plain,
    ! [SV29: $i,SV22: $i] :
      ( ( ( SV22 != SV29 )
        | ( smaller_or_equal @ SV22 @ SV29 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

thf(184,plain,
    ! [SV30: $i,SV23: $i] :
      ( ( ~ ( smaller @ SV23 @ SV30 )
        | ( smaller_or_equal @ SV23 @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[169]) ).

thf(185,plain,
    ! [SV18: $i,SV14: $i] :
      ( ( ( SV14 = SV18 )
        = $true )
      | ( ( greater @ SV14 @ SV18 )
        = $true )
      | ( ( greater_or_equal @ SV14 @ SV18 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(186,plain,
    ! [SV31: $i,SV24: $i] :
      ( ( ( SV24 != SV31 )
        | ( greater_or_equal @ SV24 @ SV31 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[171]) ).

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

thf(188,plain,
    ( ( ~ ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[173]) ).

thf(189,plain,
    ( ( ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[173]) ).

thf(190,plain,
    ! [SV26: $i,SV33: $i,SV5: $i] :
      ( ( ( ~ ( greater @ ( external_ties @ SV5 @ SV33 ) @ ( external_ties @ SV5 @ SV26 ) )
          | ( greater @ ( position @ SV5 @ SV33 ) @ ( position @ SV5 @ SV26 ) ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[174]) ).

thf(191,plain,
    ! [SV27: $i,SV34: $i,SV5: $i] :
      ( ( ( ( ( external_ties @ SV5 @ SV34 )
           != ( external_ties @ SV5 @ SV27 ) )
          | ( ( position @ SV5 @ SV34 )
            = ( position @ SV5 @ SV27 ) ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

thf(192,plain,
    ! [SV35: $i,SV6: $i] :
      ( ( ! [SY61: $i] :
            ( ~ ( organization @ SV6 )
            | ( has_immunity @ SV6 @ SV35 )
            | ( has_immunity @ SV6 @ SY61 )
            | ~ ( greater @ ( capability @ SV6 @ SY61 ) @ ( capability @ SV6 @ SV35 ) )
            | ~ ( greater_or_equal @ ( position @ SV6 @ SY61 ) @ ( position @ SV6 @ SV35 ) )
            | ( smaller @ ( hazard_of_mortality @ SV6 @ SY61 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(193,plain,
    ! [SV36: $i,SV6: $i] :
      ( ( ! [SY62: $i] :
            ( ~ ( organization @ SV6 )
            | ( has_immunity @ SV6 @ SV36 )
            | ( has_immunity @ SV6 @ SY62 )
            | ~ ( greater @ ( position @ SV6 @ SY62 ) @ ( position @ SV6 @ SV36 ) )
            | ~ ( greater_or_equal @ ( capability @ SV6 @ SY62 ) @ ( capability @ SV6 @ SV36 ) )
            | ( smaller @ ( hazard_of_mortality @ SV6 @ SY62 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[177]) ).

thf(194,plain,
    ! [SV20: $i,SV19: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 )
          | ( has_immunity @ SV6 @ SV19 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV20 )
        = $true )
      | ( ( ( ( capability @ SV6 @ SV20 )
           != ( capability @ SV6 @ SV19 ) )
          | ( ( position @ SV6 @ SV20 )
           != ( position @ SV6 @ SV19 ) )
          | ( ( hazard_of_mortality @ SV6 @ SV20 )
            = ( hazard_of_mortality @ SV6 @ SV19 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[178]) ).

thf(195,plain,
    ! [SV4: $i] :
      ( ( ( organization @ SV4 )
        = $false )
      | ( ( ! [SY32: $i,SY33: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY33 ) @ ( stock_of_knowledge @ SV4 @ SY32 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY33 ) @ ( internal_friction @ SV4 @ SY32 ) )
              | ( greater @ ( capability @ SV4 @ SY33 ) @ ( capability @ SV4 @ SY32 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[179]) ).

thf(196,plain,
    ! [SV4: $i] :
      ( ( ( organization @ SV4 )
        = $false )
      | ( ( ! [SY34: $i,SY35: $i] :
              ( ~ ( greater @ ( internal_friction @ SV4 @ SY35 ) @ ( internal_friction @ SV4 @ SY34 ) )
              | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY35 ) @ ( stock_of_knowledge @ SV4 @ SY34 ) )
              | ( smaller @ ( capability @ SV4 @ SY35 ) @ ( capability @ SV4 @ SY34 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[180]) ).

thf(197,plain,
    ! [SV21: $i,SV28: $i,SV4: $i] :
      ( ( ( ( ( stock_of_knowledge @ SV4 @ SV28 )
           != ( stock_of_knowledge @ SV4 @ SV21 ) )
          | ( ( internal_friction @ SV4 @ SV28 )
           != ( internal_friction @ SV4 @ SV21 ) ) )
        = $true )
      | ( ( ( capability @ SV4 @ SV28 )
          = ( capability @ SV4 @ SV21 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[181]) ).

thf(198,plain,
    ! [SV29: $i,SV22: $i] :
      ( ( ( ( SV22 != SV29 ) )
        = $true )
      | ( ( smaller_or_equal @ SV22 @ SV29 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[183]) ).

thf(199,plain,
    ! [SV30: $i,SV23: $i] :
      ( ( ( ~ ( smaller @ SV23 @ SV30 ) )
        = $true )
      | ( ( smaller_or_equal @ SV23 @ SV30 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[184]) ).

thf(200,plain,
    ! [SV31: $i,SV24: $i] :
      ( ( ( ( SV24 != SV31 ) )
        = $true )
      | ( ( greater_or_equal @ SV24 @ SV31 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[186]) ).

thf(201,plain,
    ! [SV32: $i,SV25: $i] :
      ( ( ( ~ ( greater @ SV25 @ SV32 ) )
        = $true )
      | ( ( greater_or_equal @ SV25 @ SV32 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[187]) ).

thf(202,plain,
    ( ( greater @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[188]) ).

thf(203,plain,
    ( ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[189]) ).

thf(204,plain,
    ! [SV26: $i,SV33: $i,SV5: $i] :
      ( ( ( ~ ( greater @ ( external_ties @ SV5 @ SV33 ) @ ( external_ties @ SV5 @ SV26 ) ) )
        = $true )
      | ( ( greater @ ( position @ SV5 @ SV33 ) @ ( position @ SV5 @ SV26 ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[190]) ).

thf(205,plain,
    ! [SV27: $i,SV34: $i,SV5: $i] :
      ( ( ( ( ( external_ties @ SV5 @ SV34 )
           != ( external_ties @ SV5 @ SV27 ) ) )
        = $true )
      | ( ( ( position @ SV5 @ SV34 )
          = ( position @ SV5 @ SV27 ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[191]) ).

thf(206,plain,
    ! [SV37: $i,SV35: $i,SV6: $i] :
      ( ( ~ ( organization @ SV6 )
        | ( has_immunity @ SV6 @ SV35 )
        | ( has_immunity @ SV6 @ SV37 )
        | ~ ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) )
        | ~ ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) )
        | ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

thf(207,plain,
    ! [SV38: $i,SV36: $i,SV6: $i] :
      ( ( ~ ( organization @ SV6 )
        | ( has_immunity @ SV6 @ SV36 )
        | ( has_immunity @ SV6 @ SV38 )
        | ~ ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) )
        | ~ ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) )
        | ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

thf(208,plain,
    ! [SV20: $i,SV19: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV19 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV20 )
        = $true )
      | ( ( ( ( capability @ SV6 @ SV20 )
           != ( capability @ SV6 @ SV19 ) )
          | ( ( position @ SV6 @ SV20 )
           != ( position @ SV6 @ SV19 ) )
          | ( ( hazard_of_mortality @ SV6 @ SV20 )
            = ( hazard_of_mortality @ SV6 @ SV19 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[194]) ).

thf(209,plain,
    ! [SV39: $i,SV4: $i] :
      ( ( ( ! [SY63: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SY63 ) @ ( stock_of_knowledge @ SV4 @ SV39 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SY63 ) @ ( internal_friction @ SV4 @ SV39 ) )
              | ( greater @ ( capability @ SV4 @ SY63 ) @ ( capability @ SV4 @ SV39 ) ) ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[195]) ).

thf(210,plain,
    ! [SV40: $i,SV4: $i] :
      ( ( ( ! [SY64: $i] :
              ( ~ ( greater @ ( internal_friction @ SV4 @ SY64 ) @ ( internal_friction @ SV4 @ SV40 ) )
              | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SY64 ) @ ( stock_of_knowledge @ SV4 @ SV40 ) )
              | ( smaller @ ( capability @ SV4 @ SY64 ) @ ( capability @ SV4 @ SV40 ) ) ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[196]) ).

thf(211,plain,
    ! [SV21: $i,SV28: $i,SV4: $i] :
      ( ( ( ( ( stock_of_knowledge @ SV4 @ SV28 )
           != ( stock_of_knowledge @ SV4 @ SV21 ) ) )
        = $true )
      | ( ( ( ( internal_friction @ SV4 @ SV28 )
           != ( internal_friction @ SV4 @ SV21 ) ) )
        = $true )
      | ( ( ( capability @ SV4 @ SV28 )
          = ( capability @ SV4 @ SV21 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[197]) ).

thf(212,plain,
    ! [SV29: $i,SV22: $i] :
      ( ( ( SV22 = SV29 )
        = $false )
      | ( ( smaller_or_equal @ SV22 @ SV29 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[198]) ).

thf(213,plain,
    ! [SV30: $i,SV23: $i] :
      ( ( ( smaller @ SV23 @ SV30 )
        = $false )
      | ( ( smaller_or_equal @ SV23 @ SV30 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[199]) ).

thf(214,plain,
    ! [SV31: $i,SV24: $i] :
      ( ( ( SV24 = SV31 )
        = $false )
      | ( ( greater_or_equal @ SV24 @ SV31 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[200]) ).

thf(215,plain,
    ! [SV32: $i,SV25: $i] :
      ( ( ( greater @ SV25 @ SV32 )
        = $false )
      | ( ( greater_or_equal @ SV25 @ SV32 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[201]) ).

thf(216,plain,
    ! [SV26: $i,SV33: $i,SV5: $i] :
      ( ( ( greater @ ( external_ties @ SV5 @ SV33 ) @ ( external_ties @ SV5 @ SV26 ) )
        = $false )
      | ( ( greater @ ( position @ SV5 @ SV33 ) @ ( position @ SV5 @ SV26 ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[204]) ).

thf(217,plain,
    ! [SV27: $i,SV34: $i,SV5: $i] :
      ( ( ( ( external_ties @ SV5 @ SV34 )
          = ( external_ties @ SV5 @ SV27 ) )
        = $false )
      | ( ( ( position @ SV5 @ SV34 )
          = ( position @ SV5 @ SV27 ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[205]) ).

thf(218,plain,
    ! [SV37: $i,SV35: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 )
          | ( has_immunity @ SV6 @ SV35 )
          | ( has_immunity @ SV6 @ SV37 ) )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) )
          | ~ ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) )
          | ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[206]) ).

thf(219,plain,
    ! [SV38: $i,SV36: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 )
          | ( has_immunity @ SV6 @ SV36 )
          | ( has_immunity @ SV6 @ SV38 ) )
        = $true )
      | ( ( ~ ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) )
          | ~ ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) )
          | ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[207]) ).

thf(220,plain,
    ! [SV20: $i,SV19: $i,SV6: $i] :
      ( ( ( organization @ SV6 )
        = $false )
      | ( ( has_immunity @ SV6 @ SV19 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV20 )
        = $true )
      | ( ( ( ( capability @ SV6 @ SV20 )
           != ( capability @ SV6 @ SV19 ) )
          | ( ( position @ SV6 @ SV20 )
           != ( position @ SV6 @ SV19 ) )
          | ( ( hazard_of_mortality @ SV6 @ SV20 )
            = ( hazard_of_mortality @ SV6 @ SV19 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[208]) ).

thf(221,plain,
    ! [SV39: $i,SV41: $i,SV4: $i] :
      ( ( ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SV41 ) @ ( stock_of_knowledge @ SV4 @ SV39 ) )
          | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SV41 ) @ ( internal_friction @ SV4 @ SV39 ) )
          | ( greater @ ( capability @ SV4 @ SV41 ) @ ( capability @ SV4 @ SV39 ) ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[209]) ).

thf(222,plain,
    ! [SV40: $i,SV42: $i,SV4: $i] :
      ( ( ( ~ ( greater @ ( internal_friction @ SV4 @ SV42 ) @ ( internal_friction @ SV4 @ SV40 ) )
          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SV42 ) @ ( stock_of_knowledge @ SV4 @ SV40 ) )
          | ( smaller @ ( capability @ SV4 @ SV42 ) @ ( capability @ SV4 @ SV40 ) ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[210]) ).

thf(223,plain,
    ! [SV21: $i,SV28: $i,SV4: $i] :
      ( ( ( ( stock_of_knowledge @ SV4 @ SV28 )
          = ( stock_of_knowledge @ SV4 @ SV21 ) )
        = $false )
      | ( ( ( ( internal_friction @ SV4 @ SV28 )
           != ( internal_friction @ SV4 @ SV21 ) ) )
        = $true )
      | ( ( ( capability @ SV4 @ SV28 )
          = ( capability @ SV4 @ SV21 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[211]) ).

thf(224,plain,
    ! [SV37: $i,SV35: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 )
          | ( has_immunity @ SV6 @ SV35 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV37 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) )
          | ~ ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) )
          | ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[218]) ).

thf(225,plain,
    ! [SV38: $i,SV36: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 )
          | ( has_immunity @ SV6 @ SV36 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV38 )
        = $true )
      | ( ( ~ ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) )
          | ~ ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) )
          | ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[219]) ).

thf(226,plain,
    ! [SV19: $i,SV20: $i,SV6: $i] :
      ( ( ( ( ( capability @ SV6 @ SV20 )
           != ( capability @ SV6 @ SV19 ) )
          | ( ( position @ SV6 @ SV20 )
           != ( position @ SV6 @ SV19 ) ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV6 @ SV20 )
          = ( hazard_of_mortality @ SV6 @ SV19 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV20 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV19 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[220]) ).

thf(227,plain,
    ! [SV39: $i,SV41: $i,SV4: $i] :
      ( ( ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SV41 ) @ ( stock_of_knowledge @ SV4 @ SV39 ) )
          | ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SV41 ) @ ( internal_friction @ SV4 @ SV39 ) ) )
        = $true )
      | ( ( greater @ ( capability @ SV4 @ SV41 ) @ ( capability @ SV4 @ SV39 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[221]) ).

thf(228,plain,
    ! [SV40: $i,SV42: $i,SV4: $i] :
      ( ( ( ~ ( greater @ ( internal_friction @ SV4 @ SV42 ) @ ( internal_friction @ SV4 @ SV40 ) )
          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SV42 ) @ ( stock_of_knowledge @ SV4 @ SV40 ) ) )
        = $true )
      | ( ( smaller @ ( capability @ SV4 @ SV42 ) @ ( capability @ SV4 @ SV40 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[222]) ).

thf(229,plain,
    ! [SV21: $i,SV28: $i,SV4: $i] :
      ( ( ( ( internal_friction @ SV4 @ SV28 )
          = ( internal_friction @ SV4 @ SV21 ) )
        = $false )
      | ( ( ( stock_of_knowledge @ SV4 @ SV28 )
          = ( stock_of_knowledge @ SV4 @ SV21 ) )
        = $false )
      | ( ( ( capability @ SV4 @ SV28 )
          = ( capability @ SV4 @ SV21 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[223]) ).

thf(230,plain,
    ! [SV37: $i,SV35: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV35 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV37 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) )
          | ~ ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) )
          | ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[224]) ).

thf(231,plain,
    ! [SV38: $i,SV36: $i,SV6: $i] :
      ( ( ( ~ ( organization @ SV6 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV36 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV38 )
        = $true )
      | ( ( ~ ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) )
          | ~ ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) )
          | ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[225]) ).

thf(232,plain,
    ! [SV19: $i,SV20: $i,SV6: $i] :
      ( ( ( ( ( capability @ SV6 @ SV20 )
           != ( capability @ SV6 @ SV19 ) ) )
        = $true )
      | ( ( ( ( position @ SV6 @ SV20 )
           != ( position @ SV6 @ SV19 ) ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV6 @ SV20 )
          = ( hazard_of_mortality @ SV6 @ SV19 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV20 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV19 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(233,plain,
    ! [SV39: $i,SV41: $i,SV4: $i] :
      ( ( ( ~ ( greater @ ( stock_of_knowledge @ SV4 @ SV41 ) @ ( stock_of_knowledge @ SV4 @ SV39 ) ) )
        = $true )
      | ( ( ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SV41 ) @ ( internal_friction @ SV4 @ SV39 ) ) )
        = $true )
      | ( ( greater @ ( capability @ SV4 @ SV41 ) @ ( capability @ SV4 @ SV39 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[227]) ).

thf(234,plain,
    ! [SV40: $i,SV42: $i,SV4: $i] :
      ( ( ( ~ ( greater @ ( internal_friction @ SV4 @ SV42 ) @ ( internal_friction @ SV4 @ SV40 ) ) )
        = $true )
      | ( ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SV42 ) @ ( stock_of_knowledge @ SV4 @ SV40 ) ) )
        = $true )
      | ( ( smaller @ ( capability @ SV4 @ SV42 ) @ ( capability @ SV4 @ SV40 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[228]) ).

thf(235,plain,
    ! [SV37: $i,SV35: $i,SV6: $i] :
      ( ( ( organization @ SV6 )
        = $false )
      | ( ( has_immunity @ SV6 @ SV35 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV37 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) )
          | ~ ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) )
          | ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[230]) ).

thf(236,plain,
    ! [SV38: $i,SV36: $i,SV6: $i] :
      ( ( ( organization @ SV6 )
        = $false )
      | ( ( has_immunity @ SV6 @ SV36 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV38 )
        = $true )
      | ( ( ~ ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) )
          | ~ ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) )
          | ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[231]) ).

thf(237,plain,
    ! [SV19: $i,SV20: $i,SV6: $i] :
      ( ( ( ( capability @ SV6 @ SV20 )
          = ( capability @ SV6 @ SV19 ) )
        = $false )
      | ( ( ( ( position @ SV6 @ SV20 )
           != ( position @ SV6 @ SV19 ) ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV6 @ SV20 )
          = ( hazard_of_mortality @ SV6 @ SV19 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV20 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV19 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[232]) ).

thf(238,plain,
    ! [SV39: $i,SV41: $i,SV4: $i] :
      ( ( ( greater @ ( stock_of_knowledge @ SV4 @ SV41 ) @ ( stock_of_knowledge @ SV4 @ SV39 ) )
        = $false )
      | ( ( ~ ( smaller_or_equal @ ( internal_friction @ SV4 @ SV41 ) @ ( internal_friction @ SV4 @ SV39 ) ) )
        = $true )
      | ( ( greater @ ( capability @ SV4 @ SV41 ) @ ( capability @ SV4 @ SV39 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[233]) ).

thf(239,plain,
    ! [SV40: $i,SV42: $i,SV4: $i] :
      ( ( ( greater @ ( internal_friction @ SV4 @ SV42 ) @ ( internal_friction @ SV4 @ SV40 ) )
        = $false )
      | ( ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SV42 ) @ ( stock_of_knowledge @ SV4 @ SV40 ) ) )
        = $true )
      | ( ( smaller @ ( capability @ SV4 @ SV42 ) @ ( capability @ SV4 @ SV40 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[234]) ).

thf(240,plain,
    ! [SV35: $i,SV37: $i,SV6: $i] :
      ( ( ( ~ ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) )
          | ~ ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV37 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV35 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[235]) ).

thf(241,plain,
    ! [SV36: $i,SV38: $i,SV6: $i] :
      ( ( ( ~ ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) )
          | ~ ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV38 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV36 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[236]) ).

thf(242,plain,
    ! [SV19: $i,SV20: $i,SV6: $i] :
      ( ( ( ( position @ SV6 @ SV20 )
          = ( position @ SV6 @ SV19 ) )
        = $false )
      | ( ( ( capability @ SV6 @ SV20 )
          = ( capability @ SV6 @ SV19 ) )
        = $false )
      | ( ( ( hazard_of_mortality @ SV6 @ SV20 )
          = ( hazard_of_mortality @ SV6 @ SV19 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV20 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV19 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[237]) ).

thf(243,plain,
    ! [SV39: $i,SV41: $i,SV4: $i] :
      ( ( ( smaller_or_equal @ ( internal_friction @ SV4 @ SV41 ) @ ( internal_friction @ SV4 @ SV39 ) )
        = $false )
      | ( ( greater @ ( stock_of_knowledge @ SV4 @ SV41 ) @ ( stock_of_knowledge @ SV4 @ SV39 ) )
        = $false )
      | ( ( greater @ ( capability @ SV4 @ SV41 ) @ ( capability @ SV4 @ SV39 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[238]) ).

thf(244,plain,
    ! [SV40: $i,SV42: $i,SV4: $i] :
      ( ( ( smaller_or_equal @ ( stock_of_knowledge @ SV4 @ SV42 ) @ ( stock_of_knowledge @ SV4 @ SV40 ) )
        = $false )
      | ( ( greater @ ( internal_friction @ SV4 @ SV42 ) @ ( internal_friction @ SV4 @ SV40 ) )
        = $false )
      | ( ( smaller @ ( capability @ SV4 @ SV42 ) @ ( capability @ SV4 @ SV40 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[239]) ).

thf(245,plain,
    ! [SV35: $i,SV37: $i,SV6: $i] :
      ( ( ( ~ ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) ) )
        = $true )
      | ( ( ~ ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV37 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV35 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[240]) ).

thf(246,plain,
    ! [SV36: $i,SV38: $i,SV6: $i] :
      ( ( ( ~ ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) ) )
        = $true )
      | ( ( ~ ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV38 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV36 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[241]) ).

thf(247,plain,
    ! [SV35: $i,SV37: $i,SV6: $i] :
      ( ( ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) )
        = $false )
      | ( ( ~ ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV37 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV35 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[245]) ).

thf(248,plain,
    ! [SV36: $i,SV38: $i,SV6: $i] :
      ( ( ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) )
        = $false )
      | ( ( ~ ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV38 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV36 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[246]) ).

thf(249,plain,
    ! [SV35: $i,SV37: $i,SV6: $i] :
      ( ( ( greater_or_equal @ ( position @ SV6 @ SV37 ) @ ( position @ SV6 @ SV35 ) )
        = $false )
      | ( ( greater @ ( capability @ SV6 @ SV37 ) @ ( capability @ SV6 @ SV35 ) )
        = $false )
      | ( ( smaller @ ( hazard_of_mortality @ SV6 @ SV37 ) @ ( hazard_of_mortality @ SV6 @ SV35 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV37 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV35 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

thf(250,plain,
    ! [SV36: $i,SV38: $i,SV6: $i] :
      ( ( ( greater_or_equal @ ( capability @ SV6 @ SV38 ) @ ( capability @ SV6 @ SV36 ) )
        = $false )
      | ( ( greater @ ( position @ SV6 @ SV38 ) @ ( position @ SV6 @ SV36 ) )
        = $false )
      | ( ( smaller @ ( hazard_of_mortality @ SV6 @ SV38 ) @ ( hazard_of_mortality @ SV6 @ SV36 ) )
        = $true )
      | ( ( has_immunity @ SV6 @ SV38 )
        = $true )
      | ( ( has_immunity @ SV6 @ SV36 )
        = $true )
      | ( ( organization @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[248]) ).

thf(251,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[55,250,249,244,243,242,229,217,216,215,214,213,212,203,202,185,182,166,165,161,155,124,119,109,68,67]) ).

thf(252,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)],[43]) ).

thf(253,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)],[42]) ).

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

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

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

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

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

thf(259,plain,
    ( ( ! [X: $i] :
          ( ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                | ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( internal_friction @ X @ T ) @ ( internal_friction @ X @ T0 ) )
                | ~ ( smaller_or_equal @ ( stock_of_knowledge @ X @ T ) @ ( stock_of_knowledge @ X @ T0 ) )
                | ( smaller @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ( ( stock_of_knowledge @ X @ T )
                 != ( stock_of_knowledge @ X @ T0 ) )
                | ( ( internal_friction @ X @ T )
                 != ( internal_friction @ X @ T0 ) )
                | ( ( capability @ X @ T )
                  = ( capability @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(260,plain,
    ( ( ! [X: $i] :
          ( ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
                | ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ( ( external_ties @ X @ T )
                 != ( external_ties @ X @ T0 ) )
                | ( ( position @ X @ T )
                  = ( position @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(261,plain,
    ( ( ~ ( has_immunity @ sK1_X @ sK3_SY27 ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(262,plain,
    ( ( ~ ( has_immunity @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

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

thf(264,plain,
    ( ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
      & ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
      & ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) )
      & ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

thf(265,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ( ~ ( organization @ SX0 )
                | ! [SX1: $i,SX2: $i] :
                    ( ~ ( greater @ ( external_ties @ SX0 @ SX2 ) @ ( external_ties @ SX0 @ SX1 ) )
                    | ( greater @ ( position @ SX0 @ SX2 ) @ ( position @ SX0 @ SX1 ) ) ) )
            | ~ ( ~ ( organization @ SX0 )
                | ! [SX1: $i,SX2: $i] :
                    ( ( ( external_ties @ SX0 @ SX2 )
                     != ( external_ties @ SX0 @ SX1 ) )
                    | ( ( position @ SX0 @ SX2 )
                      = ( position @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[260]) ).

thf(266,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)],[254]) ).

thf(267,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ( ~ ( organization @ SX0 )
                      | ! [SX1: $i,SX2: $i] :
                          ( ~ ( greater @ ( stock_of_knowledge @ SX0 @ SX2 ) @ ( stock_of_knowledge @ SX0 @ SX1 ) )
                          | ~ ( smaller_or_equal @ ( internal_friction @ SX0 @ SX2 ) @ ( internal_friction @ SX0 @ SX1 ) )
                          | ( greater @ ( capability @ SX0 @ SX2 ) @ ( capability @ SX0 @ SX1 ) ) ) )
                  | ~ ( ~ ( organization @ SX0 )
                      | ! [SX1: $i,SX2: $i] :
                          ( ~ ( greater @ ( internal_friction @ SX0 @ SX2 ) @ ( internal_friction @ SX0 @ SX1 ) )
                          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SX0 @ SX2 ) @ ( stock_of_knowledge @ SX0 @ SX1 ) )
                          | ( smaller @ ( capability @ SX0 @ SX2 ) @ ( capability @ SX0 @ SX1 ) ) ) ) )
            | ~ ( ~ ( organization @ SX0 )
                | ! [SX1: $i,SX2: $i] :
                    ( ( ( stock_of_knowledge @ SX0 @ SX2 )
                     != ( stock_of_knowledge @ SX0 @ SX1 ) )
                    | ( ( internal_friction @ SX0 @ SX2 )
                     != ( internal_friction @ SX0 @ SX1 ) )
                    | ( ( capability @ SX0 @ SX2 )
                      = ( capability @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[259]) ).

thf(268,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ~ ( ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ( has_immunity @ SX0 @ SX1 )
                        | ( has_immunity @ SX0 @ SX2 )
                        | ~ ( greater @ ( capability @ SX0 @ SX2 ) @ ( capability @ SX0 @ SX1 ) )
                        | ~ ( greater_or_equal @ ( position @ SX0 @ SX2 ) @ ( position @ SX0 @ SX1 ) )
                        | ( smaller @ ( hazard_of_mortality @ SX0 @ SX2 ) @ ( hazard_of_mortality @ SX0 @ SX1 ) ) )
                  | ~ ! [SX1: $i,SX2: $i] :
                        ( ~ ( organization @ SX0 )
                        | ( has_immunity @ SX0 @ SX1 )
                        | ( has_immunity @ SX0 @ SX2 )
                        | ~ ( greater @ ( position @ SX0 @ SX2 ) @ ( position @ SX0 @ SX1 ) )
                        | ~ ( greater_or_equal @ ( capability @ SX0 @ SX2 ) @ ( capability @ SX0 @ SX1 ) )
                        | ( smaller @ ( hazard_of_mortality @ SX0 @ SX2 ) @ ( hazard_of_mortality @ SX0 @ SX1 ) ) ) )
            | ~ ! [SX1: $i,SX2: $i] :
                  ( ~ ( organization @ SX0 )
                  | ( has_immunity @ SX0 @ SX1 )
                  | ( has_immunity @ SX0 @ SX2 )
                  | ( ( capability @ SX0 @ SX2 )
                   != ( capability @ SX0 @ SX1 ) )
                  | ( ( position @ SX0 @ SX2 )
                   != ( position @ SX0 @ SX1 ) )
                  | ( ( hazard_of_mortality @ SX0 @ SX2 )
                    = ( hazard_of_mortality @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[258]) ).

thf(269,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)],[253]) ).

thf(270,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)],[252]) ).

thf(271,plain,
    ( ( ~ ( ~ ~ ( ~ ~ ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                      | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
                | ~ ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
          | ~ ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[264]) ).

thf(272,plain,
    ! [SV43: $i] :
      ( ( ! [SY65: $i] :
            ( ~ ( greater @ SV43 @ SY65 )
            | ~ ( greater @ SY65 @ SV43 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[255]) ).

thf(273,plain,
    ! [SV44: $i] :
      ( ( ! [SY66: $i,SY67: $i] :
            ( ~ ( greater @ SV44 @ SY66 )
            | ~ ( greater @ SY66 @ SY67 )
            | ( greater @ SV44 @ SY67 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[256]) ).

thf(274,plain,
    ! [SV45: $i] :
      ( ( ! [SY68: $i] :
            ( ( greater @ SV45 @ SY68 )
            | ( SV45 = SY68 )
            | ( smaller @ SV45 @ SY68 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[257]) ).

thf(275,plain,
    ( ( has_immunity @ sK1_X @ sK3_SY27 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[261]) ).

thf(276,plain,
    ( ( has_immunity @ sK1_X @ sK2_SY25 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[262]) ).

thf(277,plain,
    ! [SV46: $i] :
      ( ( ~ ( ~ ( ~ ( organization @ SV46 )
                | ! [SY69: $i,SY70: $i] :
                    ( ~ ( greater @ ( external_ties @ SV46 @ SY70 ) @ ( external_ties @ SV46 @ SY69 ) )
                    | ( greater @ ( position @ SV46 @ SY70 ) @ ( position @ SV46 @ SY69 ) ) ) )
            | ~ ( ~ ( organization @ SV46 )
                | ! [SY71: $i,SY72: $i] :
                    ( ( ( external_ties @ SV46 @ SY72 )
                     != ( external_ties @ SV46 @ SY71 ) )
                    | ( ( position @ SV46 @ SY72 )
                      = ( position @ SV46 @ SY71 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[265]) ).

thf(278,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)],[266]) ).

thf(279,plain,
    ! [SV47: $i] :
      ( ( ~ ( ~ ~ ( ~ ( ~ ( organization @ SV47 )
                      | ! [SY73: $i,SY74: $i] :
                          ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
                          | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
                          | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) )
                  | ~ ( ~ ( organization @ SV47 )
                      | ! [SY75: $i,SY76: $i] :
                          ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
                          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
                          | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) ) )
            | ~ ( ~ ( organization @ SV47 )
                | ! [SY77: $i,SY78: $i] :
                    ( ( ( stock_of_knowledge @ SV47 @ SY78 )
                     != ( stock_of_knowledge @ SV47 @ SY77 ) )
                    | ( ( internal_friction @ SV47 @ SY78 )
                     != ( internal_friction @ SV47 @ SY77 ) )
                    | ( ( capability @ SV47 @ SY78 )
                      = ( capability @ SV47 @ SY77 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[267]) ).

thf(280,plain,
    ! [SV48: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY79: $i,SY80: $i] :
                        ( ~ ( organization @ SV48 )
                        | ( has_immunity @ SV48 @ SY79 )
                        | ( has_immunity @ SV48 @ SY80 )
                        | ~ ( greater @ ( capability @ SV48 @ SY80 ) @ ( capability @ SV48 @ SY79 ) )
                        | ~ ( greater_or_equal @ ( position @ SV48 @ SY80 ) @ ( position @ SV48 @ SY79 ) )
                        | ( smaller @ ( hazard_of_mortality @ SV48 @ SY80 ) @ ( hazard_of_mortality @ SV48 @ SY79 ) ) )
                  | ~ ! [SY81: $i,SY82: $i] :
                        ( ~ ( organization @ SV48 )
                        | ( has_immunity @ SV48 @ SY81 )
                        | ( has_immunity @ SV48 @ SY82 )
                        | ~ ( greater @ ( position @ SV48 @ SY82 ) @ ( position @ SV48 @ SY81 ) )
                        | ~ ( greater_or_equal @ ( capability @ SV48 @ SY82 ) @ ( capability @ SV48 @ SY81 ) )
                        | ( smaller @ ( hazard_of_mortality @ SV48 @ SY82 ) @ ( hazard_of_mortality @ SV48 @ SY81 ) ) ) )
            | ~ ! [SY83: $i,SY84: $i] :
                  ( ~ ( organization @ SV48 )
                  | ( has_immunity @ SV48 @ SY83 )
                  | ( has_immunity @ SV48 @ SY84 )
                  | ( ( capability @ SV48 @ SY84 )
                   != ( capability @ SV48 @ SY83 ) )
                  | ( ( position @ SV48 @ SY84 )
                   != ( position @ SV48 @ SY83 ) )
                  | ( ( hazard_of_mortality @ SV48 @ SY84 )
                    = ( hazard_of_mortality @ SV48 @ SY83 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[268]) ).

thf(281,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)],[269]) ).

thf(282,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)],[270]) ).

thf(283,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                  | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
            | ~ ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
      | ~ ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[271]) ).

thf(284,plain,
    ! [SV49: $i,SV43: $i] :
      ( ( ~ ( greater @ SV43 @ SV49 )
        | ~ ( greater @ SV49 @ SV43 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[272]) ).

thf(285,plain,
    ! [SV50: $i,SV44: $i] :
      ( ( ! [SY85: $i] :
            ( ~ ( greater @ SV44 @ SV50 )
            | ~ ( greater @ SV50 @ SY85 )
            | ( greater @ SV44 @ SY85 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[273]) ).

thf(286,plain,
    ! [SV51: $i,SV45: $i] :
      ( ( ( greater @ SV45 @ SV51 )
        | ( SV45 = SV51 )
        | ( smaller @ SV45 @ SV51 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[274]) ).

thf(287,plain,
    ! [SV46: $i] :
      ( ( ~ ( ~ ( organization @ SV46 )
            | ! [SY69: $i,SY70: $i] :
                ( ~ ( greater @ ( external_ties @ SV46 @ SY70 ) @ ( external_ties @ SV46 @ SY69 ) )
                | ( greater @ ( position @ SV46 @ SY70 ) @ ( position @ SV46 @ SY69 ) ) ) )
        | ~ ( ~ ( organization @ SV46 )
            | ! [SY71: $i,SY72: $i] :
                ( ( ( external_ties @ SV46 @ SY72 )
                 != ( external_ties @ SV46 @ SY71 ) )
                | ( ( position @ SV46 @ SY72 )
                  = ( position @ SV46 @ SY71 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[277]) ).

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

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

thf(290,plain,
    ! [SV47: $i] :
      ( ( ~ ~ ( ~ ( ~ ( organization @ SV47 )
                  | ! [SY73: $i,SY74: $i] :
                      ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
                      | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
                      | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) )
              | ~ ( ~ ( organization @ SV47 )
                  | ! [SY75: $i,SY76: $i] :
                      ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
                      | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
                      | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) ) )
        | ~ ( ~ ( organization @ SV47 )
            | ! [SY77: $i,SY78: $i] :
                ( ( ( stock_of_knowledge @ SV47 @ SY78 )
                 != ( stock_of_knowledge @ SV47 @ SY77 ) )
                | ( ( internal_friction @ SV47 @ SY78 )
                 != ( internal_friction @ SV47 @ SY77 ) )
                | ( ( capability @ SV47 @ SY78 )
                  = ( capability @ SV47 @ SY77 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[279]) ).

thf(291,plain,
    ! [SV48: $i] :
      ( ( ~ ~ ( ~ ! [SY79: $i,SY80: $i] :
                    ( ~ ( organization @ SV48 )
                    | ( has_immunity @ SV48 @ SY79 )
                    | ( has_immunity @ SV48 @ SY80 )
                    | ~ ( greater @ ( capability @ SV48 @ SY80 ) @ ( capability @ SV48 @ SY79 ) )
                    | ~ ( greater_or_equal @ ( position @ SV48 @ SY80 ) @ ( position @ SV48 @ SY79 ) )
                    | ( smaller @ ( hazard_of_mortality @ SV48 @ SY80 ) @ ( hazard_of_mortality @ SV48 @ SY79 ) ) )
              | ~ ! [SY81: $i,SY82: $i] :
                    ( ~ ( organization @ SV48 )
                    | ( has_immunity @ SV48 @ SY81 )
                    | ( has_immunity @ SV48 @ SY82 )
                    | ~ ( greater @ ( position @ SV48 @ SY82 ) @ ( position @ SV48 @ SY81 ) )
                    | ~ ( greater_or_equal @ ( capability @ SV48 @ SY82 ) @ ( capability @ SV48 @ SY81 ) )
                    | ( smaller @ ( hazard_of_mortality @ SV48 @ SY82 ) @ ( hazard_of_mortality @ SV48 @ SY81 ) ) ) )
        | ~ ! [SY83: $i,SY84: $i] :
              ( ~ ( organization @ SV48 )
              | ( has_immunity @ SV48 @ SY83 )
              | ( has_immunity @ SV48 @ SY84 )
              | ( ( capability @ SV48 @ SY84 )
               != ( capability @ SV48 @ SY83 ) )
              | ( ( position @ SV48 @ SY84 )
               != ( position @ SV48 @ SY83 ) )
              | ( ( hazard_of_mortality @ SV48 @ SY84 )
                = ( hazard_of_mortality @ SV48 @ SY83 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[280]) ).

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

thf(293,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)],[281]) ).

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

thf(295,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)],[282]) ).

thf(296,plain,
    ( ( ~ ~ ( ~ ~ ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                  | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
            | ~ ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[283]) ).

thf(297,plain,
    ( ( ~ ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[283]) ).

thf(298,plain,
    ! [SV49: $i,SV43: $i] :
      ( ( ( ~ ( greater @ SV43 @ SV49 ) )
        = $true )
      | ( ( ~ ( greater @ SV49 @ SV43 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[284]) ).

thf(299,plain,
    ! [SV52: $i,SV50: $i,SV44: $i] :
      ( ( ~ ( greater @ SV44 @ SV50 )
        | ~ ( greater @ SV50 @ SV52 )
        | ( greater @ SV44 @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[285]) ).

thf(300,plain,
    ! [SV51: $i,SV45: $i] :
      ( ( ( greater @ SV45 @ SV51 )
        = $true )
      | ( ( ( SV45 = SV51 )
          | ( smaller @ SV45 @ SV51 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[286]) ).

thf(301,plain,
    ! [SV46: $i] :
      ( ( ~ ( ~ ( organization @ SV46 )
            | ! [SY69: $i,SY70: $i] :
                ( ~ ( greater @ ( external_ties @ SV46 @ SY70 ) @ ( external_ties @ SV46 @ SY69 ) )
                | ( greater @ ( position @ SV46 @ SY70 ) @ ( position @ SV46 @ SY69 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[287]) ).

thf(302,plain,
    ! [SV46: $i] :
      ( ( ~ ( ~ ( organization @ SV46 )
            | ! [SY71: $i,SY72: $i] :
                ( ( ( external_ties @ SV46 @ SY72 )
                 != ( external_ties @ SV46 @ SY71 ) )
                | ( ( position @ SV46 @ SY72 )
                  = ( position @ SV46 @ SY71 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[287]) ).

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

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

thf(305,plain,
    ! [SV47: $i] :
      ( ( ~ ~ ( ~ ( ~ ( organization @ SV47 )
                  | ! [SY73: $i,SY74: $i] :
                      ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
                      | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
                      | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) )
              | ~ ( ~ ( organization @ SV47 )
                  | ! [SY75: $i,SY76: $i] :
                      ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
                      | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
                      | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[290]) ).

thf(306,plain,
    ! [SV47: $i] :
      ( ( ~ ( ~ ( organization @ SV47 )
            | ! [SY77: $i,SY78: $i] :
                ( ( ( stock_of_knowledge @ SV47 @ SY78 )
                 != ( stock_of_knowledge @ SV47 @ SY77 ) )
                | ( ( internal_friction @ SV47 @ SY78 )
                 != ( internal_friction @ SV47 @ SY77 ) )
                | ( ( capability @ SV47 @ SY78 )
                  = ( capability @ SV47 @ SY77 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[290]) ).

thf(307,plain,
    ! [SV48: $i] :
      ( ( ~ ~ ( ~ ! [SY79: $i,SY80: $i] :
                    ( ~ ( organization @ SV48 )
                    | ( has_immunity @ SV48 @ SY79 )
                    | ( has_immunity @ SV48 @ SY80 )
                    | ~ ( greater @ ( capability @ SV48 @ SY80 ) @ ( capability @ SV48 @ SY79 ) )
                    | ~ ( greater_or_equal @ ( position @ SV48 @ SY80 ) @ ( position @ SV48 @ SY79 ) )
                    | ( smaller @ ( hazard_of_mortality @ SV48 @ SY80 ) @ ( hazard_of_mortality @ SV48 @ SY79 ) ) )
              | ~ ! [SY81: $i,SY82: $i] :
                    ( ~ ( organization @ SV48 )
                    | ( has_immunity @ SV48 @ SY81 )
                    | ( has_immunity @ SV48 @ SY82 )
                    | ~ ( greater @ ( position @ SV48 @ SY82 ) @ ( position @ SV48 @ SY81 ) )
                    | ~ ( greater_or_equal @ ( capability @ SV48 @ SY82 ) @ ( capability @ SV48 @ SY81 ) )
                    | ( smaller @ ( hazard_of_mortality @ SV48 @ SY82 ) @ ( hazard_of_mortality @ SV48 @ SY81 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[291]) ).

thf(308,plain,
    ! [SV48: $i] :
      ( ( ~ ! [SY83: $i,SY84: $i] :
              ( ~ ( organization @ SV48 )
              | ( has_immunity @ SV48 @ SY83 )
              | ( has_immunity @ SV48 @ SY84 )
              | ( ( capability @ SV48 @ SY84 )
               != ( capability @ SV48 @ SY83 ) )
              | ( ( position @ SV48 @ SY84 )
               != ( position @ SV48 @ SY83 ) )
              | ( ( hazard_of_mortality @ SV48 @ SY84 )
                = ( hazard_of_mortality @ SV48 @ SY83 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[291]) ).

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

thf(310,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)],[293]) ).

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

thf(312,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)],[295]) ).

thf(313,plain,
    ( ( ~ ( ~ ~ ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
          | ~ ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[296]) ).

thf(314,plain,
    ( ( ~ ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[297]) ).

thf(315,plain,
    ! [SV49: $i,SV43: $i] :
      ( ( ( greater @ SV43 @ SV49 )
        = $false )
      | ( ( ~ ( greater @ SV49 @ SV43 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[298]) ).

thf(316,plain,
    ! [SV52: $i,SV50: $i,SV44: $i] :
      ( ( ( ~ ( greater @ SV44 @ SV50 )
          | ~ ( greater @ SV50 @ SV52 ) )
        = $true )
      | ( ( greater @ SV44 @ SV52 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[299]) ).

thf(317,plain,
    ! [SV51: $i,SV45: $i] :
      ( ( ( SV45 = SV51 )
        = $true )
      | ( ( smaller @ SV45 @ SV51 )
        = $true )
      | ( ( greater @ SV45 @ SV51 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[300]) ).

thf(318,plain,
    ! [SV46: $i] :
      ( ( ~ ( organization @ SV46 )
        | ! [SY69: $i,SY70: $i] :
            ( ~ ( greater @ ( external_ties @ SV46 @ SY70 ) @ ( external_ties @ SV46 @ SY69 ) )
            | ( greater @ ( position @ SV46 @ SY70 ) @ ( position @ SV46 @ SY69 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[301]) ).

thf(319,plain,
    ! [SV46: $i] :
      ( ( ~ ( organization @ SV46 )
        | ! [SY71: $i,SY72: $i] :
            ( ( ( external_ties @ SV46 @ SY72 )
             != ( external_ties @ SV46 @ SY71 ) )
            | ( ( position @ SV46 @ SY72 )
              = ( position @ SV46 @ SY71 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[302]) ).

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

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

thf(322,plain,
    ! [SV47: $i] :
      ( ( ~ ( ~ ( ~ ( organization @ SV47 )
                | ! [SY73: $i,SY74: $i] :
                    ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
                    | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
                    | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) )
            | ~ ( ~ ( organization @ SV47 )
                | ! [SY75: $i,SY76: $i] :
                    ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
                    | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
                    | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[305]) ).

thf(323,plain,
    ! [SV47: $i] :
      ( ( ~ ( organization @ SV47 )
        | ! [SY77: $i,SY78: $i] :
            ( ( ( stock_of_knowledge @ SV47 @ SY78 )
             != ( stock_of_knowledge @ SV47 @ SY77 ) )
            | ( ( internal_friction @ SV47 @ SY78 )
             != ( internal_friction @ SV47 @ SY77 ) )
            | ( ( capability @ SV47 @ SY78 )
              = ( capability @ SV47 @ SY77 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[306]) ).

thf(324,plain,
    ! [SV48: $i] :
      ( ( ~ ( ~ ! [SY79: $i,SY80: $i] :
                  ( ~ ( organization @ SV48 )
                  | ( has_immunity @ SV48 @ SY79 )
                  | ( has_immunity @ SV48 @ SY80 )
                  | ~ ( greater @ ( capability @ SV48 @ SY80 ) @ ( capability @ SV48 @ SY79 ) )
                  | ~ ( greater_or_equal @ ( position @ SV48 @ SY80 ) @ ( position @ SV48 @ SY79 ) )
                  | ( smaller @ ( hazard_of_mortality @ SV48 @ SY80 ) @ ( hazard_of_mortality @ SV48 @ SY79 ) ) )
            | ~ ! [SY81: $i,SY82: $i] :
                  ( ~ ( organization @ SV48 )
                  | ( has_immunity @ SV48 @ SY81 )
                  | ( has_immunity @ SV48 @ SY82 )
                  | ~ ( greater @ ( position @ SV48 @ SY82 ) @ ( position @ SV48 @ SY81 ) )
                  | ~ ( greater_or_equal @ ( capability @ SV48 @ SY82 ) @ ( capability @ SV48 @ SY81 ) )
                  | ( smaller @ ( hazard_of_mortality @ SV48 @ SY82 ) @ ( hazard_of_mortality @ SV48 @ SY81 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[307]) ).

thf(325,plain,
    ! [SV48: $i] :
      ( ( ! [SY83: $i,SY84: $i] :
            ( ~ ( organization @ SV48 )
            | ( has_immunity @ SV48 @ SY83 )
            | ( has_immunity @ SV48 @ SY84 )
            | ( ( capability @ SV48 @ SY84 )
             != ( capability @ SV48 @ SY83 ) )
            | ( ( position @ SV48 @ SY84 )
             != ( position @ SV48 @ SY83 ) )
            | ( ( hazard_of_mortality @ SV48 @ SY84 )
              = ( hazard_of_mortality @ SV48 @ SY83 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[308]) ).

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

thf(327,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)],[310]) ).

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

thf(329,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)],[312]) ).

thf(330,plain,
    ( ( ~ ~ ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
            | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
      | ~ ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[313]) ).

thf(331,plain,
    ( ( smaller @ ( hazard_of_mortality @ sK1_X @ sK3_SY27 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY25 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[314]) ).

thf(332,plain,
    ! [SV43: $i,SV49: $i] :
      ( ( ( greater @ SV49 @ SV43 )
        = $false )
      | ( ( greater @ SV43 @ SV49 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[315]) ).

thf(333,plain,
    ! [SV52: $i,SV50: $i,SV44: $i] :
      ( ( ( ~ ( greater @ SV44 @ SV50 ) )
        = $true )
      | ( ( ~ ( greater @ SV50 @ SV52 ) )
        = $true )
      | ( ( greater @ SV44 @ SV52 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[316]) ).

thf(334,plain,
    ! [SV46: $i] :
      ( ( ( ~ ( organization @ SV46 ) )
        = $true )
      | ( ( ! [SY69: $i,SY70: $i] :
              ( ~ ( greater @ ( external_ties @ SV46 @ SY70 ) @ ( external_ties @ SV46 @ SY69 ) )
              | ( greater @ ( position @ SV46 @ SY70 ) @ ( position @ SV46 @ SY69 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[318]) ).

thf(335,plain,
    ! [SV46: $i] :
      ( ( ( ~ ( organization @ SV46 ) )
        = $true )
      | ( ( ! [SY71: $i,SY72: $i] :
              ( ( ( external_ties @ SV46 @ SY72 )
               != ( external_ties @ SV46 @ SY71 ) )
              | ( ( position @ SV46 @ SY72 )
                = ( position @ SV46 @ SY71 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[319]) ).

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

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

thf(338,plain,
    ! [SV47: $i] :
      ( ( ~ ( ~ ( organization @ SV47 )
            | ! [SY73: $i,SY74: $i] :
                ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
                | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) )
        | ~ ( ~ ( organization @ SV47 )
            | ! [SY75: $i,SY76: $i] :
                ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
                | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
                | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[322]) ).

thf(339,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( organization @ SV47 ) )
        = $true )
      | ( ( ! [SY77: $i,SY78: $i] :
              ( ( ( stock_of_knowledge @ SV47 @ SY78 )
               != ( stock_of_knowledge @ SV47 @ SY77 ) )
              | ( ( internal_friction @ SV47 @ SY78 )
               != ( internal_friction @ SV47 @ SY77 ) )
              | ( ( capability @ SV47 @ SY78 )
                = ( capability @ SV47 @ SY77 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[323]) ).

thf(340,plain,
    ! [SV48: $i] :
      ( ( ~ ! [SY79: $i,SY80: $i] :
              ( ~ ( organization @ SV48 )
              | ( has_immunity @ SV48 @ SY79 )
              | ( has_immunity @ SV48 @ SY80 )
              | ~ ( greater @ ( capability @ SV48 @ SY80 ) @ ( capability @ SV48 @ SY79 ) )
              | ~ ( greater_or_equal @ ( position @ SV48 @ SY80 ) @ ( position @ SV48 @ SY79 ) )
              | ( smaller @ ( hazard_of_mortality @ SV48 @ SY80 ) @ ( hazard_of_mortality @ SV48 @ SY79 ) ) )
        | ~ ! [SY81: $i,SY82: $i] :
              ( ~ ( organization @ SV48 )
              | ( has_immunity @ SV48 @ SY81 )
              | ( has_immunity @ SV48 @ SY82 )
              | ~ ( greater @ ( position @ SV48 @ SY82 ) @ ( position @ SV48 @ SY81 ) )
              | ~ ( greater_or_equal @ ( capability @ SV48 @ SY82 ) @ ( capability @ SV48 @ SY81 ) )
              | ( smaller @ ( hazard_of_mortality @ SV48 @ SY82 ) @ ( hazard_of_mortality @ SV48 @ SY81 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[324]) ).

thf(341,plain,
    ! [SV59: $i,SV48: $i] :
      ( ( ! [SY90: $i] :
            ( ~ ( organization @ SV48 )
            | ( has_immunity @ SV48 @ SV59 )
            | ( has_immunity @ SV48 @ SY90 )
            | ( ( capability @ SV48 @ SY90 )
             != ( capability @ SV48 @ SV59 ) )
            | ( ( position @ SV48 @ SY90 )
             != ( position @ SV48 @ SV59 ) )
            | ( ( hazard_of_mortality @ SV48 @ SY90 )
              = ( hazard_of_mortality @ SV48 @ SV59 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[325]) ).

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

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

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

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

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

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

thf(348,plain,
    ( ( ~ ~ ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
            | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[330]) ).

thf(349,plain,
    ( ( ~ ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[330]) ).

thf(350,plain,
    ! [SV52: $i,SV50: $i,SV44: $i] :
      ( ( ( greater @ SV44 @ SV50 )
        = $false )
      | ( ( ~ ( greater @ SV50 @ SV52 ) )
        = $true )
      | ( ( greater @ SV44 @ SV52 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[333]) ).

thf(351,plain,
    ! [SV46: $i] :
      ( ( ( organization @ SV46 )
        = $false )
      | ( ( ! [SY69: $i,SY70: $i] :
              ( ~ ( greater @ ( external_ties @ SV46 @ SY70 ) @ ( external_ties @ SV46 @ SY69 ) )
              | ( greater @ ( position @ SV46 @ SY70 ) @ ( position @ SV46 @ SY69 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[334]) ).

thf(352,plain,
    ! [SV46: $i] :
      ( ( ( organization @ SV46 )
        = $false )
      | ( ( ! [SY71: $i,SY72: $i] :
              ( ( ( external_ties @ SV46 @ SY72 )
               != ( external_ties @ SV46 @ SY71 ) )
              | ( ( position @ SV46 @ SY72 )
                = ( position @ SV46 @ SY71 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[335]) ).

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

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

thf(355,plain,
    ! [SV47: $i] :
      ( ( ~ ( ~ ( organization @ SV47 )
            | ! [SY73: $i,SY74: $i] :
                ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
                | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
                | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[338]) ).

thf(356,plain,
    ! [SV47: $i] :
      ( ( ~ ( ~ ( organization @ SV47 )
            | ! [SY75: $i,SY76: $i] :
                ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
                | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
                | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[338]) ).

thf(357,plain,
    ! [SV47: $i] :
      ( ( ( organization @ SV47 )
        = $false )
      | ( ( ! [SY77: $i,SY78: $i] :
              ( ( ( stock_of_knowledge @ SV47 @ SY78 )
               != ( stock_of_knowledge @ SV47 @ SY77 ) )
              | ( ( internal_friction @ SV47 @ SY78 )
               != ( internal_friction @ SV47 @ SY77 ) )
              | ( ( capability @ SV47 @ SY78 )
                = ( capability @ SV47 @ SY77 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[339]) ).

thf(358,plain,
    ! [SV48: $i] :
      ( ( ~ ! [SY79: $i,SY80: $i] :
              ( ~ ( organization @ SV48 )
              | ( has_immunity @ SV48 @ SY79 )
              | ( has_immunity @ SV48 @ SY80 )
              | ~ ( greater @ ( capability @ SV48 @ SY80 ) @ ( capability @ SV48 @ SY79 ) )
              | ~ ( greater_or_equal @ ( position @ SV48 @ SY80 ) @ ( position @ SV48 @ SY79 ) )
              | ( smaller @ ( hazard_of_mortality @ SV48 @ SY80 ) @ ( hazard_of_mortality @ SV48 @ SY79 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[340]) ).

thf(359,plain,
    ! [SV48: $i] :
      ( ( ~ ! [SY81: $i,SY82: $i] :
              ( ~ ( organization @ SV48 )
              | ( has_immunity @ SV48 @ SY81 )
              | ( has_immunity @ SV48 @ SY82 )
              | ~ ( greater @ ( position @ SV48 @ SY82 ) @ ( position @ SV48 @ SY81 ) )
              | ~ ( greater_or_equal @ ( capability @ SV48 @ SY82 ) @ ( capability @ SV48 @ SY81 ) )
              | ( smaller @ ( hazard_of_mortality @ SV48 @ SY82 ) @ ( hazard_of_mortality @ SV48 @ SY81 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[340]) ).

thf(360,plain,
    ! [SV62: $i,SV59: $i,SV48: $i] :
      ( ( ~ ( organization @ SV48 )
        | ( has_immunity @ SV48 @ SV59 )
        | ( has_immunity @ SV48 @ SV62 )
        | ( ( capability @ SV48 @ SV62 )
         != ( capability @ SV48 @ SV59 ) )
        | ( ( position @ SV48 @ SV62 )
         != ( position @ SV48 @ SV59 ) )
        | ( ( hazard_of_mortality @ SV48 @ SV62 )
          = ( hazard_of_mortality @ SV48 @ SV59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[341]) ).

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

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

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

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

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

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

thf(367,plain,
    ( ( ~ ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
          | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[348]) ).

thf(368,plain,
    ( ( greater @ ( external_ties @ sK1_X @ sK3_SY27 ) @ ( external_ties @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[349]) ).

thf(369,plain,
    ! [SV44: $i,SV52: $i,SV50: $i] :
      ( ( ( greater @ SV50 @ SV52 )
        = $false )
      | ( ( greater @ SV44 @ SV50 )
        = $false )
      | ( ( greater @ SV44 @ SV52 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[350]) ).

thf(370,plain,
    ! [SV63: $i,SV46: $i] :
      ( ( ( ! [SY91: $i] :
              ( ~ ( greater @ ( external_ties @ SV46 @ SY91 ) @ ( external_ties @ SV46 @ SV63 ) )
              | ( greater @ ( position @ SV46 @ SY91 ) @ ( position @ SV46 @ SV63 ) ) ) )
        = $true )
      | ( ( organization @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[351]) ).

thf(371,plain,
    ! [SV64: $i,SV46: $i] :
      ( ( ( ! [SY92: $i] :
              ( ( ( external_ties @ SV46 @ SY92 )
               != ( external_ties @ SV46 @ SV64 ) )
              | ( ( position @ SV46 @ SY92 )
                = ( position @ SV46 @ SV64 ) ) ) )
        = $true )
      | ( ( organization @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[352]) ).

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

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

thf(374,plain,
    ! [SV47: $i] :
      ( ( ~ ( organization @ SV47 )
        | ! [SY73: $i,SY74: $i] :
            ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
            | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
            | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[355]) ).

thf(375,plain,
    ! [SV47: $i] :
      ( ( ~ ( organization @ SV47 )
        | ! [SY75: $i,SY76: $i] :
            ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
            | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
            | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[356]) ).

thf(376,plain,
    ! [SV65: $i,SV47: $i] :
      ( ( ( ! [SY93: $i] :
              ( ( ( stock_of_knowledge @ SV47 @ SY93 )
               != ( stock_of_knowledge @ SV47 @ SV65 ) )
              | ( ( internal_friction @ SV47 @ SY93 )
               != ( internal_friction @ SV47 @ SV65 ) )
              | ( ( capability @ SV47 @ SY93 )
                = ( capability @ SV47 @ SV65 ) ) ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[357]) ).

thf(377,plain,
    ! [SV48: $i] :
      ( ( ! [SY79: $i,SY80: $i] :
            ( ~ ( organization @ SV48 )
            | ( has_immunity @ SV48 @ SY79 )
            | ( has_immunity @ SV48 @ SY80 )
            | ~ ( greater @ ( capability @ SV48 @ SY80 ) @ ( capability @ SV48 @ SY79 ) )
            | ~ ( greater_or_equal @ ( position @ SV48 @ SY80 ) @ ( position @ SV48 @ SY79 ) )
            | ( smaller @ ( hazard_of_mortality @ SV48 @ SY80 ) @ ( hazard_of_mortality @ SV48 @ SY79 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[358]) ).

thf(378,plain,
    ! [SV48: $i] :
      ( ( ! [SY81: $i,SY82: $i] :
            ( ~ ( organization @ SV48 )
            | ( has_immunity @ SV48 @ SY81 )
            | ( has_immunity @ SV48 @ SY82 )
            | ~ ( greater @ ( position @ SV48 @ SY82 ) @ ( position @ SV48 @ SY81 ) )
            | ~ ( greater_or_equal @ ( capability @ SV48 @ SY82 ) @ ( capability @ SV48 @ SY81 ) )
            | ( smaller @ ( hazard_of_mortality @ SV48 @ SY82 ) @ ( hazard_of_mortality @ SV48 @ SY81 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[359]) ).

thf(379,plain,
    ! [SV62: $i,SV59: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 )
          | ( has_immunity @ SV48 @ SV59 )
          | ( has_immunity @ SV48 @ SV62 ) )
        = $true )
      | ( ( ( ( capability @ SV48 @ SV62 )
           != ( capability @ SV48 @ SV59 ) )
          | ( ( position @ SV48 @ SV62 )
           != ( position @ SV48 @ SV59 ) )
          | ( ( hazard_of_mortality @ SV48 @ SV62 )
            = ( hazard_of_mortality @ SV48 @ SV59 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[360]) ).

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

thf(381,plain,
    ! [SV66: $i] :
      ( ( ! [SY94: $i] :
            ( ( SV66 != SY94 )
            | ( greater_or_equal @ SV66 @ SY94 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[362]) ).

thf(382,plain,
    ! [SV67: $i] :
      ( ( ! [SY95: $i] :
            ( ~ ( greater @ SV67 @ SY95 )
            | ( greater_or_equal @ SV67 @ SY95 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[363]) ).

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

thf(384,plain,
    ! [SV68: $i] :
      ( ( ! [SY96: $i] :
            ( ( SV68 != SY96 )
            | ( smaller_or_equal @ SV68 @ SY96 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[365]) ).

thf(385,plain,
    ! [SV69: $i] :
      ( ( ! [SY97: $i] :
            ( ~ ( smaller @ SV69 @ SY97 )
            | ( smaller_or_equal @ SV69 @ SY97 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[366]) ).

thf(386,plain,
    ( ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
      | ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[367]) ).

thf(387,plain,
    ! [SV63: $i,SV70: $i,SV46: $i] :
      ( ( ( ~ ( greater @ ( external_ties @ SV46 @ SV70 ) @ ( external_ties @ SV46 @ SV63 ) )
          | ( greater @ ( position @ SV46 @ SV70 ) @ ( position @ SV46 @ SV63 ) ) )
        = $true )
      | ( ( organization @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[370]) ).

thf(388,plain,
    ! [SV64: $i,SV71: $i,SV46: $i] :
      ( ( ( ( ( external_ties @ SV46 @ SV71 )
           != ( external_ties @ SV46 @ SV64 ) )
          | ( ( position @ SV46 @ SV71 )
            = ( position @ SV46 @ SV64 ) ) )
        = $true )
      | ( ( organization @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[371]) ).

thf(389,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( organization @ SV47 ) )
        = $true )
      | ( ( ! [SY73: $i,SY74: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
              | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[374]) ).

thf(390,plain,
    ! [SV47: $i] :
      ( ( ( ~ ( organization @ SV47 ) )
        = $true )
      | ( ( ! [SY75: $i,SY76: $i] :
              ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
              | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
              | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[375]) ).

thf(391,plain,
    ! [SV65: $i,SV72: $i,SV47: $i] :
      ( ( ( ( ( stock_of_knowledge @ SV47 @ SV72 )
           != ( stock_of_knowledge @ SV47 @ SV65 ) )
          | ( ( internal_friction @ SV47 @ SV72 )
           != ( internal_friction @ SV47 @ SV65 ) )
          | ( ( capability @ SV47 @ SV72 )
            = ( capability @ SV47 @ SV65 ) ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[376]) ).

thf(392,plain,
    ! [SV73: $i,SV48: $i] :
      ( ( ! [SY98: $i] :
            ( ~ ( organization @ SV48 )
            | ( has_immunity @ SV48 @ SV73 )
            | ( has_immunity @ SV48 @ SY98 )
            | ~ ( greater @ ( capability @ SV48 @ SY98 ) @ ( capability @ SV48 @ SV73 ) )
            | ~ ( greater_or_equal @ ( position @ SV48 @ SY98 ) @ ( position @ SV48 @ SV73 ) )
            | ( smaller @ ( hazard_of_mortality @ SV48 @ SY98 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[377]) ).

thf(393,plain,
    ! [SV74: $i,SV48: $i] :
      ( ( ! [SY99: $i] :
            ( ~ ( organization @ SV48 )
            | ( has_immunity @ SV48 @ SV74 )
            | ( has_immunity @ SV48 @ SY99 )
            | ~ ( greater @ ( position @ SV48 @ SY99 ) @ ( position @ SV48 @ SV74 ) )
            | ~ ( greater_or_equal @ ( capability @ SV48 @ SY99 ) @ ( capability @ SV48 @ SV74 ) )
            | ( smaller @ ( hazard_of_mortality @ SV48 @ SY99 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[378]) ).

thf(394,plain,
    ! [SV62: $i,SV59: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 )
          | ( has_immunity @ SV48 @ SV59 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV62 )
        = $true )
      | ( ( ( ( capability @ SV48 @ SV62 )
           != ( capability @ SV48 @ SV59 ) )
          | ( ( position @ SV48 @ SV62 )
           != ( position @ SV48 @ SV59 ) )
          | ( ( hazard_of_mortality @ SV48 @ SV62 )
            = ( hazard_of_mortality @ SV48 @ SV59 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[379]) ).

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

thf(396,plain,
    ! [SV75: $i,SV66: $i] :
      ( ( ( SV66 != SV75 )
        | ( greater_or_equal @ SV66 @ SV75 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[381]) ).

thf(397,plain,
    ! [SV76: $i,SV67: $i] :
      ( ( ~ ( greater @ SV67 @ SV76 )
        | ( greater_or_equal @ SV67 @ SV76 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[382]) ).

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

thf(399,plain,
    ! [SV77: $i,SV68: $i] :
      ( ( ( SV68 != SV77 )
        | ( smaller_or_equal @ SV68 @ SV77 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[384]) ).

thf(400,plain,
    ! [SV78: $i,SV69: $i] :
      ( ( ~ ( smaller @ SV69 @ SV78 )
        | ( smaller_or_equal @ SV69 @ SV78 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[385]) ).

thf(401,plain,
    ( ( ~ ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[386]) ).

thf(402,plain,
    ( ( ~ ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[386]) ).

thf(403,plain,
    ! [SV63: $i,SV70: $i,SV46: $i] :
      ( ( ( ~ ( greater @ ( external_ties @ SV46 @ SV70 ) @ ( external_ties @ SV46 @ SV63 ) ) )
        = $true )
      | ( ( greater @ ( position @ SV46 @ SV70 ) @ ( position @ SV46 @ SV63 ) )
        = $true )
      | ( ( organization @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[387]) ).

thf(404,plain,
    ! [SV64: $i,SV71: $i,SV46: $i] :
      ( ( ( ( ( external_ties @ SV46 @ SV71 )
           != ( external_ties @ SV46 @ SV64 ) ) )
        = $true )
      | ( ( ( position @ SV46 @ SV71 )
          = ( position @ SV46 @ SV64 ) )
        = $true )
      | ( ( organization @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[388]) ).

thf(405,plain,
    ! [SV47: $i] :
      ( ( ( organization @ SV47 )
        = $false )
      | ( ( ! [SY73: $i,SY74: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY74 ) @ ( stock_of_knowledge @ SV47 @ SY73 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY74 ) @ ( internal_friction @ SV47 @ SY73 ) )
              | ( greater @ ( capability @ SV47 @ SY74 ) @ ( capability @ SV47 @ SY73 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[389]) ).

thf(406,plain,
    ! [SV47: $i] :
      ( ( ( organization @ SV47 )
        = $false )
      | ( ( ! [SY75: $i,SY76: $i] :
              ( ~ ( greater @ ( internal_friction @ SV47 @ SY76 ) @ ( internal_friction @ SV47 @ SY75 ) )
              | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY76 ) @ ( stock_of_knowledge @ SV47 @ SY75 ) )
              | ( smaller @ ( capability @ SV47 @ SY76 ) @ ( capability @ SV47 @ SY75 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[390]) ).

thf(407,plain,
    ! [SV65: $i,SV72: $i,SV47: $i] :
      ( ( ( ( ( stock_of_knowledge @ SV47 @ SV72 )
           != ( stock_of_knowledge @ SV47 @ SV65 ) )
          | ( ( internal_friction @ SV47 @ SV72 )
           != ( internal_friction @ SV47 @ SV65 ) ) )
        = $true )
      | ( ( ( capability @ SV47 @ SV72 )
          = ( capability @ SV47 @ SV65 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[391]) ).

thf(408,plain,
    ! [SV79: $i,SV73: $i,SV48: $i] :
      ( ( ~ ( organization @ SV48 )
        | ( has_immunity @ SV48 @ SV73 )
        | ( has_immunity @ SV48 @ SV79 )
        | ~ ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) )
        | ~ ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) )
        | ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[392]) ).

thf(409,plain,
    ! [SV80: $i,SV74: $i,SV48: $i] :
      ( ( ~ ( organization @ SV48 )
        | ( has_immunity @ SV48 @ SV74 )
        | ( has_immunity @ SV48 @ SV80 )
        | ~ ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) )
        | ~ ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) )
        | ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[393]) ).

thf(410,plain,
    ! [SV62: $i,SV59: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV62 )
        = $true )
      | ( ( ( ( capability @ SV48 @ SV62 )
           != ( capability @ SV48 @ SV59 ) )
          | ( ( position @ SV48 @ SV62 )
           != ( position @ SV48 @ SV59 ) )
          | ( ( hazard_of_mortality @ SV48 @ SV62 )
            = ( hazard_of_mortality @ SV48 @ SV59 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[394]) ).

thf(411,plain,
    ! [SV75: $i,SV66: $i] :
      ( ( ( ( SV66 != SV75 ) )
        = $true )
      | ( ( greater_or_equal @ SV66 @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[396]) ).

thf(412,plain,
    ! [SV76: $i,SV67: $i] :
      ( ( ( ~ ( greater @ SV67 @ SV76 ) )
        = $true )
      | ( ( greater_or_equal @ SV67 @ SV76 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[397]) ).

thf(413,plain,
    ! [SV77: $i,SV68: $i] :
      ( ( ( ( SV68 != SV77 ) )
        = $true )
      | ( ( smaller_or_equal @ SV68 @ SV77 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[399]) ).

thf(414,plain,
    ! [SV78: $i,SV69: $i] :
      ( ( ( ~ ( smaller @ SV69 @ SV78 ) )
        = $true )
      | ( ( smaller_or_equal @ SV69 @ SV78 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[400]) ).

thf(415,plain,
    ( ( greater_or_equal @ ( stock_of_knowledge @ sK1_X @ sK3_SY27 ) @ ( stock_of_knowledge @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[401]) ).

thf(416,plain,
    ( ( smaller_or_equal @ ( internal_friction @ sK1_X @ sK3_SY27 ) @ ( internal_friction @ sK1_X @ sK2_SY25 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[402]) ).

thf(417,plain,
    ! [SV63: $i,SV70: $i,SV46: $i] :
      ( ( ( greater @ ( external_ties @ SV46 @ SV70 ) @ ( external_ties @ SV46 @ SV63 ) )
        = $false )
      | ( ( greater @ ( position @ SV46 @ SV70 ) @ ( position @ SV46 @ SV63 ) )
        = $true )
      | ( ( organization @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[403]) ).

thf(418,plain,
    ! [SV64: $i,SV71: $i,SV46: $i] :
      ( ( ( ( external_ties @ SV46 @ SV71 )
          = ( external_ties @ SV46 @ SV64 ) )
        = $false )
      | ( ( ( position @ SV46 @ SV71 )
          = ( position @ SV46 @ SV64 ) )
        = $true )
      | ( ( organization @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[404]) ).

thf(419,plain,
    ! [SV81: $i,SV47: $i] :
      ( ( ( ! [SY100: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SY100 ) @ ( stock_of_knowledge @ SV47 @ SV81 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SY100 ) @ ( internal_friction @ SV47 @ SV81 ) )
              | ( greater @ ( capability @ SV47 @ SY100 ) @ ( capability @ SV47 @ SV81 ) ) ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[405]) ).

thf(420,plain,
    ! [SV82: $i,SV47: $i] :
      ( ( ( ! [SY101: $i] :
              ( ~ ( greater @ ( internal_friction @ SV47 @ SY101 ) @ ( internal_friction @ SV47 @ SV82 ) )
              | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SY101 ) @ ( stock_of_knowledge @ SV47 @ SV82 ) )
              | ( smaller @ ( capability @ SV47 @ SY101 ) @ ( capability @ SV47 @ SV82 ) ) ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[406]) ).

thf(421,plain,
    ! [SV65: $i,SV72: $i,SV47: $i] :
      ( ( ( ( ( stock_of_knowledge @ SV47 @ SV72 )
           != ( stock_of_knowledge @ SV47 @ SV65 ) ) )
        = $true )
      | ( ( ( ( internal_friction @ SV47 @ SV72 )
           != ( internal_friction @ SV47 @ SV65 ) ) )
        = $true )
      | ( ( ( capability @ SV47 @ SV72 )
          = ( capability @ SV47 @ SV65 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[407]) ).

thf(422,plain,
    ! [SV79: $i,SV73: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 )
          | ( has_immunity @ SV48 @ SV73 )
          | ( has_immunity @ SV48 @ SV79 ) )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) )
          | ~ ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) )
          | ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[408]) ).

thf(423,plain,
    ! [SV80: $i,SV74: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 )
          | ( has_immunity @ SV48 @ SV74 )
          | ( has_immunity @ SV48 @ SV80 ) )
        = $true )
      | ( ( ~ ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) )
          | ~ ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) )
          | ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[409]) ).

thf(424,plain,
    ! [SV62: $i,SV59: $i,SV48: $i] :
      ( ( ( organization @ SV48 )
        = $false )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV62 )
        = $true )
      | ( ( ( ( capability @ SV48 @ SV62 )
           != ( capability @ SV48 @ SV59 ) )
          | ( ( position @ SV48 @ SV62 )
           != ( position @ SV48 @ SV59 ) )
          | ( ( hazard_of_mortality @ SV48 @ SV62 )
            = ( hazard_of_mortality @ SV48 @ SV59 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[410]) ).

thf(425,plain,
    ! [SV75: $i,SV66: $i] :
      ( ( ( SV66 = SV75 )
        = $false )
      | ( ( greater_or_equal @ SV66 @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[411]) ).

thf(426,plain,
    ! [SV76: $i,SV67: $i] :
      ( ( ( greater @ SV67 @ SV76 )
        = $false )
      | ( ( greater_or_equal @ SV67 @ SV76 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[412]) ).

thf(427,plain,
    ! [SV77: $i,SV68: $i] :
      ( ( ( SV68 = SV77 )
        = $false )
      | ( ( smaller_or_equal @ SV68 @ SV77 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[413]) ).

thf(428,plain,
    ! [SV78: $i,SV69: $i] :
      ( ( ( smaller @ SV69 @ SV78 )
        = $false )
      | ( ( smaller_or_equal @ SV69 @ SV78 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[414]) ).

thf(429,plain,
    ! [SV81: $i,SV83: $i,SV47: $i] :
      ( ( ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SV83 ) @ ( stock_of_knowledge @ SV47 @ SV81 ) )
          | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SV83 ) @ ( internal_friction @ SV47 @ SV81 ) )
          | ( greater @ ( capability @ SV47 @ SV83 ) @ ( capability @ SV47 @ SV81 ) ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[419]) ).

thf(430,plain,
    ! [SV82: $i,SV84: $i,SV47: $i] :
      ( ( ( ~ ( greater @ ( internal_friction @ SV47 @ SV84 ) @ ( internal_friction @ SV47 @ SV82 ) )
          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SV84 ) @ ( stock_of_knowledge @ SV47 @ SV82 ) )
          | ( smaller @ ( capability @ SV47 @ SV84 ) @ ( capability @ SV47 @ SV82 ) ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[420]) ).

thf(431,plain,
    ! [SV65: $i,SV72: $i,SV47: $i] :
      ( ( ( ( stock_of_knowledge @ SV47 @ SV72 )
          = ( stock_of_knowledge @ SV47 @ SV65 ) )
        = $false )
      | ( ( ( ( internal_friction @ SV47 @ SV72 )
           != ( internal_friction @ SV47 @ SV65 ) ) )
        = $true )
      | ( ( ( capability @ SV47 @ SV72 )
          = ( capability @ SV47 @ SV65 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[421]) ).

thf(432,plain,
    ! [SV79: $i,SV73: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 )
          | ( has_immunity @ SV48 @ SV73 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV79 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) )
          | ~ ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) )
          | ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[422]) ).

thf(433,plain,
    ! [SV80: $i,SV74: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 )
          | ( has_immunity @ SV48 @ SV74 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV80 )
        = $true )
      | ( ( ~ ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) )
          | ~ ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) )
          | ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[423]) ).

thf(434,plain,
    ! [SV59: $i,SV62: $i,SV48: $i] :
      ( ( ( ( ( capability @ SV48 @ SV62 )
           != ( capability @ SV48 @ SV59 ) )
          | ( ( position @ SV48 @ SV62 )
           != ( position @ SV48 @ SV59 ) ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV48 @ SV62 )
          = ( hazard_of_mortality @ SV48 @ SV59 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV62 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[424]) ).

thf(435,plain,
    ! [SV81: $i,SV83: $i,SV47: $i] :
      ( ( ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SV83 ) @ ( stock_of_knowledge @ SV47 @ SV81 ) )
          | ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SV83 ) @ ( internal_friction @ SV47 @ SV81 ) ) )
        = $true )
      | ( ( greater @ ( capability @ SV47 @ SV83 ) @ ( capability @ SV47 @ SV81 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[429]) ).

thf(436,plain,
    ! [SV82: $i,SV84: $i,SV47: $i] :
      ( ( ( ~ ( greater @ ( internal_friction @ SV47 @ SV84 ) @ ( internal_friction @ SV47 @ SV82 ) )
          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SV84 ) @ ( stock_of_knowledge @ SV47 @ SV82 ) ) )
        = $true )
      | ( ( smaller @ ( capability @ SV47 @ SV84 ) @ ( capability @ SV47 @ SV82 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[430]) ).

thf(437,plain,
    ! [SV65: $i,SV72: $i,SV47: $i] :
      ( ( ( ( internal_friction @ SV47 @ SV72 )
          = ( internal_friction @ SV47 @ SV65 ) )
        = $false )
      | ( ( ( stock_of_knowledge @ SV47 @ SV72 )
          = ( stock_of_knowledge @ SV47 @ SV65 ) )
        = $false )
      | ( ( ( capability @ SV47 @ SV72 )
          = ( capability @ SV47 @ SV65 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[431]) ).

thf(438,plain,
    ! [SV79: $i,SV73: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV73 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV79 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) )
          | ~ ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) )
          | ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[432]) ).

thf(439,plain,
    ! [SV80: $i,SV74: $i,SV48: $i] :
      ( ( ( ~ ( organization @ SV48 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV74 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV80 )
        = $true )
      | ( ( ~ ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) )
          | ~ ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) )
          | ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[433]) ).

thf(440,plain,
    ! [SV59: $i,SV62: $i,SV48: $i] :
      ( ( ( ( ( capability @ SV48 @ SV62 )
           != ( capability @ SV48 @ SV59 ) ) )
        = $true )
      | ( ( ( ( position @ SV48 @ SV62 )
           != ( position @ SV48 @ SV59 ) ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV48 @ SV62 )
          = ( hazard_of_mortality @ SV48 @ SV59 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV62 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[434]) ).

thf(441,plain,
    ! [SV81: $i,SV83: $i,SV47: $i] :
      ( ( ( ~ ( greater @ ( stock_of_knowledge @ SV47 @ SV83 ) @ ( stock_of_knowledge @ SV47 @ SV81 ) ) )
        = $true )
      | ( ( ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SV83 ) @ ( internal_friction @ SV47 @ SV81 ) ) )
        = $true )
      | ( ( greater @ ( capability @ SV47 @ SV83 ) @ ( capability @ SV47 @ SV81 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[435]) ).

thf(442,plain,
    ! [SV82: $i,SV84: $i,SV47: $i] :
      ( ( ( ~ ( greater @ ( internal_friction @ SV47 @ SV84 ) @ ( internal_friction @ SV47 @ SV82 ) ) )
        = $true )
      | ( ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SV84 ) @ ( stock_of_knowledge @ SV47 @ SV82 ) ) )
        = $true )
      | ( ( smaller @ ( capability @ SV47 @ SV84 ) @ ( capability @ SV47 @ SV82 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[436]) ).

thf(443,plain,
    ! [SV79: $i,SV73: $i,SV48: $i] :
      ( ( ( organization @ SV48 )
        = $false )
      | ( ( has_immunity @ SV48 @ SV73 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV79 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) )
          | ~ ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) )
          | ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[438]) ).

thf(444,plain,
    ! [SV80: $i,SV74: $i,SV48: $i] :
      ( ( ( organization @ SV48 )
        = $false )
      | ( ( has_immunity @ SV48 @ SV74 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV80 )
        = $true )
      | ( ( ~ ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) )
          | ~ ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) )
          | ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[439]) ).

thf(445,plain,
    ! [SV59: $i,SV62: $i,SV48: $i] :
      ( ( ( ( capability @ SV48 @ SV62 )
          = ( capability @ SV48 @ SV59 ) )
        = $false )
      | ( ( ( ( position @ SV48 @ SV62 )
           != ( position @ SV48 @ SV59 ) ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV48 @ SV62 )
          = ( hazard_of_mortality @ SV48 @ SV59 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV62 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[440]) ).

thf(446,plain,
    ! [SV81: $i,SV83: $i,SV47: $i] :
      ( ( ( greater @ ( stock_of_knowledge @ SV47 @ SV83 ) @ ( stock_of_knowledge @ SV47 @ SV81 ) )
        = $false )
      | ( ( ~ ( smaller_or_equal @ ( internal_friction @ SV47 @ SV83 ) @ ( internal_friction @ SV47 @ SV81 ) ) )
        = $true )
      | ( ( greater @ ( capability @ SV47 @ SV83 ) @ ( capability @ SV47 @ SV81 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[441]) ).

thf(447,plain,
    ! [SV82: $i,SV84: $i,SV47: $i] :
      ( ( ( greater @ ( internal_friction @ SV47 @ SV84 ) @ ( internal_friction @ SV47 @ SV82 ) )
        = $false )
      | ( ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SV84 ) @ ( stock_of_knowledge @ SV47 @ SV82 ) ) )
        = $true )
      | ( ( smaller @ ( capability @ SV47 @ SV84 ) @ ( capability @ SV47 @ SV82 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[442]) ).

thf(448,plain,
    ! [SV73: $i,SV79: $i,SV48: $i] :
      ( ( ( ~ ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) )
          | ~ ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV79 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV73 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[443]) ).

thf(449,plain,
    ! [SV74: $i,SV80: $i,SV48: $i] :
      ( ( ( ~ ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) )
          | ~ ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV80 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV74 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[444]) ).

thf(450,plain,
    ! [SV59: $i,SV62: $i,SV48: $i] :
      ( ( ( ( position @ SV48 @ SV62 )
          = ( position @ SV48 @ SV59 ) )
        = $false )
      | ( ( ( capability @ SV48 @ SV62 )
          = ( capability @ SV48 @ SV59 ) )
        = $false )
      | ( ( ( hazard_of_mortality @ SV48 @ SV62 )
          = ( hazard_of_mortality @ SV48 @ SV59 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV62 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV59 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[445]) ).

thf(451,plain,
    ! [SV81: $i,SV83: $i,SV47: $i] :
      ( ( ( smaller_or_equal @ ( internal_friction @ SV47 @ SV83 ) @ ( internal_friction @ SV47 @ SV81 ) )
        = $false )
      | ( ( greater @ ( stock_of_knowledge @ SV47 @ SV83 ) @ ( stock_of_knowledge @ SV47 @ SV81 ) )
        = $false )
      | ( ( greater @ ( capability @ SV47 @ SV83 ) @ ( capability @ SV47 @ SV81 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[446]) ).

thf(452,plain,
    ! [SV82: $i,SV84: $i,SV47: $i] :
      ( ( ( smaller_or_equal @ ( stock_of_knowledge @ SV47 @ SV84 ) @ ( stock_of_knowledge @ SV47 @ SV82 ) )
        = $false )
      | ( ( greater @ ( internal_friction @ SV47 @ SV84 ) @ ( internal_friction @ SV47 @ SV82 ) )
        = $false )
      | ( ( smaller @ ( capability @ SV47 @ SV84 ) @ ( capability @ SV47 @ SV82 ) )
        = $true )
      | ( ( organization @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[447]) ).

thf(453,plain,
    ! [SV73: $i,SV79: $i,SV48: $i] :
      ( ( ( ~ ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) ) )
        = $true )
      | ( ( ~ ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV79 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV73 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[448]) ).

thf(454,plain,
    ! [SV74: $i,SV80: $i,SV48: $i] :
      ( ( ( ~ ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) ) )
        = $true )
      | ( ( ~ ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV80 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV74 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[449]) ).

thf(455,plain,
    ! [SV73: $i,SV79: $i,SV48: $i] :
      ( ( ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) )
        = $false )
      | ( ( ~ ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV79 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV73 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[453]) ).

thf(456,plain,
    ! [SV74: $i,SV80: $i,SV48: $i] :
      ( ( ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) )
        = $false )
      | ( ( ~ ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) ) )
        = $true )
      | ( ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV80 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV74 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[454]) ).

thf(457,plain,
    ! [SV73: $i,SV79: $i,SV48: $i] :
      ( ( ( greater_or_equal @ ( position @ SV48 @ SV79 ) @ ( position @ SV48 @ SV73 ) )
        = $false )
      | ( ( greater @ ( capability @ SV48 @ SV79 ) @ ( capability @ SV48 @ SV73 ) )
        = $false )
      | ( ( smaller @ ( hazard_of_mortality @ SV48 @ SV79 ) @ ( hazard_of_mortality @ SV48 @ SV73 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV79 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV73 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[455]) ).

thf(458,plain,
    ! [SV74: $i,SV80: $i,SV48: $i] :
      ( ( ( greater_or_equal @ ( capability @ SV48 @ SV80 ) @ ( capability @ SV48 @ SV74 ) )
        = $false )
      | ( ( greater @ ( position @ SV48 @ SV80 ) @ ( position @ SV48 @ SV74 ) )
        = $false )
      | ( ( smaller @ ( hazard_of_mortality @ SV48 @ SV80 ) @ ( hazard_of_mortality @ SV48 @ SV74 ) )
        = $true )
      | ( ( has_immunity @ SV48 @ SV80 )
        = $true )
      | ( ( has_immunity @ SV48 @ SV74 )
        = $true )
      | ( ( organization @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[456]) ).

thf(459,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[263,458,457,452,451,450,437,428,427,426,425,418,417,416,415,398,395,373,372,369,368,332,331,317,276,275]) ).

thf(460,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[459,251]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : MGT042+1 : TPTP v8.1.0. Released v2.4.0.
% 0.12/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n019.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Thu Jun  9 12:21:10 EDT 2022
% 0.12/0.33  % CPUTime  : 
% 0.18/0.36  
% 0.18/0.36   No.of.Axioms: 9
% 0.18/0.36  
% 0.18/0.36   Length.of.Defs: 0
% 0.18/0.36  
% 0.18/0.36   Contains.Choice.Funs: false
% 0.18/0.38  (rf:0,axioms:9,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:11,loop_count:0,foatp_calls:0,translation:fof_full)............................
% 33.99/34.29  
% 33.99/34.29  ********************************
% 33.99/34.29  *   All subproblems solved!    *
% 33.99/34.29  ********************************
% 33.99/34.29  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:12,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:47,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:459,loop_count:0,foatp_calls:1,translation:fof_full)
% 34.23/34.42  
% 34.23/34.42  %**** Beginning of derivation protocol ****
% 34.23/34.42  % SZS output start CNFRefutation
% See solution above
% 34.23/34.43  
% 34.23/34.43  %**** End of derivation protocol ****
% 34.23/34.43  %**** no. of clauses in derivation: 460 ****
% 34.23/34.43  %**** clause counter: 459 ****
% 34.23/34.43  
% 34.23/34.43  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:12,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:47,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:459,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------