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

View Problem - Process Solution

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

% Computer : n028.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sun Jul 17 22:17:36 EDT 2022

% Result   : Theorem 10.11s 10.30s
% Output   : CNFRefutation 10.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   27
%            Number of leaves      :   30
% Syntax   : Number of formulae    :  216 ( 131 unt;  17 typ;   0 def)
%            Number of atoms       : 1414 ( 454 equ;   0 cnn)
%            Maximal formula atoms :   16 (   7 avg)
%            Number of connectives : 2551 ( 431   ~; 559   |;  50   &;1483   @)
%                                         (   6 <=>;  22  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   17 (  17   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   20 (  17 usr;  10 con; 0-2 aty)
%            Number of variables   :  473 (   0   ^ 473   !;   0   ?; 473   :)

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

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

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

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

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

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

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

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

thf(tp_sK2_SY18,type,
    sK2_SY18: $i ).

thf(tp_sK3_SY20,type,
    sK3_SY20: $i ).

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

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

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

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

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

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

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

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

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

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

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

thf(11,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(12,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(13,conjecture,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( has_immunity @ X @ T0 )
        & ~ ( has_immunity @ X @ T ) )
     => ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_3) ).

thf(14,negated_conjecture,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ( has_immunity @ X @ T0 )
            & ~ ( has_immunity @ X @ T ) )
         => ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[13]) ).

thf(15,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ( has_immunity @ X @ T0 )
            & ~ ( has_immunity @ X @ T ) )
         => ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[14]) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(28,plain,
    ( ( ! [SY18: $i,SY19: $i] :
          ( ( ( organization @ sK1_X )
            & ( has_immunity @ sK1_X @ SY18 )
            & ~ ( has_immunity @ sK1_X @ SY19 ) )
         => ( greater @ ( hazard_of_mortality @ sK1_X @ SY19 ) @ ( hazard_of_mortality @ sK1_X @ SY18 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[15]) ).

thf(29,plain,
    ( ( ! [SY20: $i] :
          ( ( ( organization @ sK1_X )
            & ( has_immunity @ sK1_X @ sK2_SY18 )
            & ~ ( has_immunity @ sK1_X @ SY20 ) )
         => ( greater @ ( hazard_of_mortality @ sK1_X @ SY20 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY18 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[28]) ).

thf(30,plain,
    ( ( ( ( organization @ sK1_X )
        & ( has_immunity @ sK1_X @ sK2_SY18 )
        & ~ ( has_immunity @ sK1_X @ sK3_SY20 ) )
     => ( greater @ ( hazard_of_mortality @ sK1_X @ sK3_SY20 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY18 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[29]) ).

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

thf(32,plain,
    ( ( has_immunity @ sK1_X @ sK2_SY18 )
    = $true ),
    inference(standard_cnf,[status(thm)],[30]) ).

thf(33,plain,
    ( ( ~ ( has_immunity @ sK1_X @ sK3_SY20 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[30]) ).

thf(34,plain,
    ( ( greater @ ( hazard_of_mortality @ sK1_X @ sK3_SY20 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY18 ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[30]) ).

thf(35,plain,
    ( ( ~ ( greater @ ( hazard_of_mortality @ sK1_X @ sK3_SY20 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY18 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[34]) ).

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

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

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

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

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

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

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

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(copy,[status(thm)],[42]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(55,plain,
    ( ( ~ ( has_immunity @ sK1_X @ sK3_SY20 ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(56,plain,
    ( ( has_immunity @ sK1_X @ sK2_SY18 )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

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

thf(58,plain,
    ( ( ~ ( greater @ ( hazard_of_mortality @ sK1_X @ sK3_SY20 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY18 ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

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

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

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

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

thf(63,plain,
    ! [SV1: $i] :
      ( ( ! [SY21: $i] :
            ( ~ ( greater @ SV1 @ SY21 )
            | ~ ( greater @ SY21 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[46]) ).

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

thf(65,plain,
    ! [SV3: $i] :
      ( ( ! [SY24: $i] :
            ( ( greater @ SV3 @ SY24 )
            | ( SV3 = SY24 )
            | ( smaller @ SV3 @ SY24 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(66,plain,
    ( ( has_immunity @ sK1_X @ sK3_SY20 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[55]) ).

thf(67,plain,
    ( ( greater @ ( hazard_of_mortality @ sK1_X @ sK3_SY20 ) @ ( hazard_of_mortality @ sK1_X @ sK2_SY18 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[58]) ).

thf(68,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(69,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(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)],[61]) ).

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

thf(72,plain,
    ! [SV4: $i,SV1: $i] :
      ( ( ~ ( greater @ SV1 @ SV4 )
        | ~ ( greater @ SV4 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(73,plain,
    ! [SV5: $i,SV2: $i] :
      ( ( ! [SY25: $i] :
            ( ~ ( greater @ SV2 @ SV5 )
            | ~ ( greater @ SV5 @ SY25 )
            | ( greater @ SV2 @ SY25 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(74,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV6 )
        | ( SV3 = SV6 )
        | ( smaller @ SV3 @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

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

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

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

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

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

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

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

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

thf(83,plain,
    ! [SV4: $i,SV1: $i] :
      ( ( ( ~ ( greater @ SV1 @ SV4 ) )
        = $true )
      | ( ( ~ ( greater @ SV4 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[72]) ).

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

thf(85,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV6 )
        = $true )
      | ( ( ( SV3 = SV6 )
          | ( smaller @ SV3 @ SV6 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[74]) ).

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

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

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

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

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

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

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

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

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

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

thf(96,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ( SV3 = SV6 )
        = $true )
      | ( ( smaller @ SV3 @ SV6 )
        = $true )
      | ( ( greater @ SV3 @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[85]) ).

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

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 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[87]) ).

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

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 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[89]) ).

thf(101,plain,
    ! [SV10: $i] :
      ( ( ! [SY28: $i] :
            ( ~ ( greater @ SY28 @ SV10 )
            | ( smaller @ SV10 @ SY28 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

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

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

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

thf(105,plain,
    ! [SV1: $i,SV4: $i] :
      ( ( ( greater @ SV4 @ SV1 )
        = $false )
      | ( ( greater @ SV1 @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[94]) ).

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

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

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

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

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

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

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

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

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

thf(115,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( organization @ SV12 ) )
        = $true )
      | ( ( ! [SY30: $i] :
              ( ~ ( has_immunity @ SV12 @ SY30 )
              | ( ( hazard_of_mortality @ SV12 @ SY30 )
                = very_low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(127,plain,
    ! [SV12: $i] :
      ( ( ( organization @ SV12 )
        = $false )
      | ( ( ! [SY30: $i] :
              ( ~ ( has_immunity @ SV12 @ SY30 )
              | ( ( hazard_of_mortality @ SV12 @ SY30 )
                = very_low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

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

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

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

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

thf(132,plain,
    ! [SV17: $i] :
      ( ( ! [SY31: $i] :
            ( ( SV17 != SY31 )
            | ( smaller_or_equal @ SV17 @ SY31 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(133,plain,
    ! [SV18: $i] :
      ( ( ! [SY32: $i] :
            ( ~ ( smaller @ SV18 @ SY32 )
            | ( smaller_or_equal @ SV18 @ SY32 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

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

thf(135,plain,
    ! [SV19: $i] :
      ( ( ! [SY33: $i] :
            ( ( SV19 != SY33 )
            | ( greater_or_equal @ SV19 @ SY33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(136,plain,
    ! [SV20: $i] :
      ( ( ! [SY34: $i] :
            ( ~ ( greater @ SV20 @ SY34 )
            | ( greater_or_equal @ SV20 @ SY34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

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

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

thf(139,plain,
    ! [SV21: $i,SV12: $i] :
      ( ( ( ~ ( has_immunity @ SV12 @ SV21 )
          | ( ( hazard_of_mortality @ SV12 @ SV21 )
            = very_low ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

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

thf(141,plain,
    ! [SV22: $i] :
      ( ( ~ ( organization @ SV22 )
        | ! [SY35: $i] :
            ( ( has_immunity @ SV22 @ SY35 )
            | ( is_aligned @ SV22 @ SY35 )
            | ( positional_advantage @ SV22 @ SY35 )
            | ( ( hazard_of_mortality @ SV22 @ SY35 )
              = high ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

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

thf(143,plain,
    ! [SV23: $i,SV17: $i] :
      ( ( ( SV17 != SV23 )
        | ( smaller_or_equal @ SV17 @ SV23 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(144,plain,
    ! [SV24: $i,SV18: $i] :
      ( ( ~ ( smaller @ SV18 @ SV24 )
        | ( smaller_or_equal @ SV18 @ SV24 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

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

thf(146,plain,
    ! [SV25: $i,SV19: $i] :
      ( ( ( SV19 != SV25 )
        | ( greater_or_equal @ SV19 @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

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

thf(148,plain,
    ! [SV21: $i,SV12: $i] :
      ( ( ( ~ ( has_immunity @ SV12 @ SV21 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV12 @ SV21 )
          = very_low )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[139]) ).

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

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

thf(151,plain,
    ! [SV22: $i] :
      ( ( ( ~ ( organization @ SV22 ) )
        = $true )
      | ( ( ! [SY35: $i] :
              ( ( has_immunity @ SV22 @ SY35 )
              | ( is_aligned @ SV22 @ SY35 )
              | ( positional_advantage @ SV22 @ SY35 )
              | ( ( hazard_of_mortality @ SV22 @ SY35 )
                = high ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[141]) ).

thf(152,plain,
    ! [SV23: $i,SV17: $i] :
      ( ( ( ( SV17 != SV23 ) )
        = $true )
      | ( ( smaller_or_equal @ SV17 @ SV23 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[143]) ).

thf(153,plain,
    ! [SV24: $i,SV18: $i] :
      ( ( ( ~ ( smaller @ SV18 @ SV24 ) )
        = $true )
      | ( ( smaller_or_equal @ SV18 @ SV24 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[144]) ).

thf(154,plain,
    ! [SV25: $i,SV19: $i] :
      ( ( ( ( SV19 != SV25 ) )
        = $true )
      | ( ( greater_or_equal @ SV19 @ SV25 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[146]) ).

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

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

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

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

thf(159,plain,
    ! [SV22: $i] :
      ( ( ( organization @ SV22 )
        = $false )
      | ( ( ! [SY35: $i] :
              ( ( has_immunity @ SV22 @ SY35 )
              | ( is_aligned @ SV22 @ SY35 )
              | ( positional_advantage @ SV22 @ SY35 )
              | ( ( hazard_of_mortality @ SV22 @ SY35 )
                = high ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[151]) ).

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

thf(161,plain,
    ! [SV24: $i,SV18: $i] :
      ( ( ( smaller @ SV18 @ SV24 )
        = $false )
      | ( ( smaller_or_equal @ SV18 @ SV24 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[153]) ).

thf(162,plain,
    ! [SV25: $i,SV19: $i] :
      ( ( ( SV19 = SV25 )
        = $false )
      | ( ( greater_or_equal @ SV19 @ SV25 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[154]) ).

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

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

thf(165,plain,
    ! [SV27: $i] :
      ( ( ~ ( organization @ SV27 )
        | ! [SY36: $i] :
            ( ( has_immunity @ SV27 @ SY36 )
            | ~ ( is_aligned @ SV27 @ SY36 )
            | ( positional_advantage @ SV27 @ SY36 )
            | ( ( hazard_of_mortality @ SV27 @ SY36 )
              = mod2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

thf(166,plain,
    ! [SV28: $i,SV22: $i] :
      ( ( ( ( has_immunity @ SV22 @ SV28 )
          | ( is_aligned @ SV22 @ SV28 )
          | ( positional_advantage @ SV22 @ SV28 )
          | ( ( hazard_of_mortality @ SV22 @ SV28 )
            = high ) )
        = $true )
      | ( ( organization @ SV22 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[159]) ).

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

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

thf(169,plain,
    ! [SV27: $i] :
      ( ( ( ~ ( organization @ SV27 ) )
        = $true )
      | ( ( ! [SY36: $i] :
              ( ( has_immunity @ SV27 @ SY36 )
              | ~ ( is_aligned @ SV27 @ SY36 )
              | ( positional_advantage @ SV27 @ SY36 )
              | ( ( hazard_of_mortality @ SV27 @ SY36 )
                = mod2 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[165]) ).

thf(170,plain,
    ! [SV28: $i,SV22: $i] :
      ( ( ( has_immunity @ SV22 @ SV28 )
        = $true )
      | ( ( ( is_aligned @ SV22 @ SV28 )
          | ( positional_advantage @ SV22 @ SV28 )
          | ( ( hazard_of_mortality @ SV22 @ SV28 )
            = high ) )
        = $true )
      | ( ( organization @ SV22 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[166]) ).

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

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

thf(173,plain,
    ! [SV27: $i] :
      ( ( ( organization @ SV27 )
        = $false )
      | ( ( ! [SY36: $i] :
              ( ( has_immunity @ SV27 @ SY36 )
              | ~ ( is_aligned @ SV27 @ SY36 )
              | ( positional_advantage @ SV27 @ SY36 )
              | ( ( hazard_of_mortality @ SV27 @ SY36 )
                = mod2 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[169]) ).

thf(174,plain,
    ! [SV28: $i,SV22: $i] :
      ( ( ( ( is_aligned @ SV22 @ SV28 )
          | ( positional_advantage @ SV22 @ SV28 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV22 @ SV28 )
          = high )
        = $true )
      | ( ( has_immunity @ SV22 @ SV28 )
        = $true )
      | ( ( organization @ SV22 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(175,plain,
    ! [SV29: $i] :
      ( ( ~ ( organization @ SV29 )
        | ! [SY37: $i] :
            ( ( has_immunity @ SV29 @ SY37 )
            | ~ ( is_aligned @ SV29 @ SY37 )
            | ~ ( positional_advantage @ SV29 @ SY37 )
            | ( ( hazard_of_mortality @ SV29 @ SY37 )
              = low ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[171]) ).

thf(176,plain,
    ! [SV30: $i] :
      ( ( ~ ( organization @ SV30 )
        | ! [SY38: $i] :
            ( ( has_immunity @ SV30 @ SY38 )
            | ( is_aligned @ SV30 @ SY38 )
            | ~ ( positional_advantage @ SV30 @ SY38 )
            | ( ( hazard_of_mortality @ SV30 @ SY38 )
              = mod1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[172]) ).

thf(177,plain,
    ! [SV31: $i,SV27: $i] :
      ( ( ( ( has_immunity @ SV27 @ SV31 )
          | ~ ( is_aligned @ SV27 @ SV31 )
          | ( positional_advantage @ SV27 @ SV31 )
          | ( ( hazard_of_mortality @ SV27 @ SV31 )
            = mod2 ) )
        = $true )
      | ( ( organization @ SV27 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[173]) ).

thf(178,plain,
    ! [SV28: $i,SV22: $i] :
      ( ( ( is_aligned @ SV22 @ SV28 )
        = $true )
      | ( ( positional_advantage @ SV22 @ SV28 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV22 @ SV28 )
          = high )
        = $true )
      | ( ( has_immunity @ SV22 @ SV28 )
        = $true )
      | ( ( organization @ SV22 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[174]) ).

thf(179,plain,
    ! [SV29: $i] :
      ( ( ( ~ ( organization @ SV29 ) )
        = $true )
      | ( ( ! [SY37: $i] :
              ( ( has_immunity @ SV29 @ SY37 )
              | ~ ( is_aligned @ SV29 @ SY37 )
              | ~ ( positional_advantage @ SV29 @ SY37 )
              | ( ( hazard_of_mortality @ SV29 @ SY37 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[175]) ).

thf(180,plain,
    ! [SV30: $i] :
      ( ( ( ~ ( organization @ SV30 ) )
        = $true )
      | ( ( ! [SY38: $i] :
              ( ( has_immunity @ SV30 @ SY38 )
              | ( is_aligned @ SV30 @ SY38 )
              | ~ ( positional_advantage @ SV30 @ SY38 )
              | ( ( hazard_of_mortality @ SV30 @ SY38 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[176]) ).

thf(181,plain,
    ! [SV31: $i,SV27: $i] :
      ( ( ( has_immunity @ SV27 @ SV31 )
        = $true )
      | ( ( ~ ( is_aligned @ SV27 @ SV31 )
          | ( positional_advantage @ SV27 @ SV31 )
          | ( ( hazard_of_mortality @ SV27 @ SV31 )
            = mod2 ) )
        = $true )
      | ( ( organization @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[177]) ).

thf(182,plain,
    ! [SV29: $i] :
      ( ( ( organization @ SV29 )
        = $false )
      | ( ( ! [SY37: $i] :
              ( ( has_immunity @ SV29 @ SY37 )
              | ~ ( is_aligned @ SV29 @ SY37 )
              | ~ ( positional_advantage @ SV29 @ SY37 )
              | ( ( hazard_of_mortality @ SV29 @ SY37 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[179]) ).

thf(183,plain,
    ! [SV30: $i] :
      ( ( ( organization @ SV30 )
        = $false )
      | ( ( ! [SY38: $i] :
              ( ( has_immunity @ SV30 @ SY38 )
              | ( is_aligned @ SV30 @ SY38 )
              | ~ ( positional_advantage @ SV30 @ SY38 )
              | ( ( hazard_of_mortality @ SV30 @ SY38 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[180]) ).

thf(184,plain,
    ! [SV31: $i,SV27: $i] :
      ( ( ( ~ ( is_aligned @ SV27 @ SV31 )
          | ( positional_advantage @ SV27 @ SV31 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV27 @ SV31 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV27 @ SV31 )
        = $true )
      | ( ( organization @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[181]) ).

thf(185,plain,
    ! [SV32: $i,SV29: $i] :
      ( ( ( ( has_immunity @ SV29 @ SV32 )
          | ~ ( is_aligned @ SV29 @ SV32 )
          | ~ ( positional_advantage @ SV29 @ SV32 )
          | ( ( hazard_of_mortality @ SV29 @ SV32 )
            = low ) )
        = $true )
      | ( ( organization @ SV29 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[182]) ).

thf(186,plain,
    ! [SV33: $i,SV30: $i] :
      ( ( ( ( has_immunity @ SV30 @ SV33 )
          | ( is_aligned @ SV30 @ SV33 )
          | ~ ( positional_advantage @ SV30 @ SV33 )
          | ( ( hazard_of_mortality @ SV30 @ SV33 )
            = mod1 ) )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[183]) ).

thf(187,plain,
    ! [SV31: $i,SV27: $i] :
      ( ( ( ~ ( is_aligned @ SV27 @ SV31 ) )
        = $true )
      | ( ( positional_advantage @ SV27 @ SV31 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV27 @ SV31 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV27 @ SV31 )
        = $true )
      | ( ( organization @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[184]) ).

thf(188,plain,
    ! [SV32: $i,SV29: $i] :
      ( ( ( has_immunity @ SV29 @ SV32 )
        = $true )
      | ( ( ~ ( is_aligned @ SV29 @ SV32 )
          | ~ ( positional_advantage @ SV29 @ SV32 )
          | ( ( hazard_of_mortality @ SV29 @ SV32 )
            = low ) )
        = $true )
      | ( ( organization @ SV29 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[185]) ).

thf(189,plain,
    ! [SV33: $i,SV30: $i] :
      ( ( ( has_immunity @ SV30 @ SV33 )
        = $true )
      | ( ( ( is_aligned @ SV30 @ SV33 )
          | ~ ( positional_advantage @ SV30 @ SV33 )
          | ( ( hazard_of_mortality @ SV30 @ SV33 )
            = mod1 ) )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[186]) ).

thf(190,plain,
    ! [SV31: $i,SV27: $i] :
      ( ( ( is_aligned @ SV27 @ SV31 )
        = $false )
      | ( ( positional_advantage @ SV27 @ SV31 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV27 @ SV31 )
          = mod2 )
        = $true )
      | ( ( has_immunity @ SV27 @ SV31 )
        = $true )
      | ( ( organization @ SV27 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(191,plain,
    ! [SV32: $i,SV29: $i] :
      ( ( ( ~ ( is_aligned @ SV29 @ SV32 )
          | ~ ( positional_advantage @ SV29 @ SV32 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV29 @ SV32 )
          = low )
        = $true )
      | ( ( has_immunity @ SV29 @ SV32 )
        = $true )
      | ( ( organization @ SV29 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[188]) ).

thf(192,plain,
    ! [SV33: $i,SV30: $i] :
      ( ( ( ( is_aligned @ SV30 @ SV33 )
          | ~ ( positional_advantage @ SV30 @ SV33 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV30 @ SV33 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV30 @ SV33 )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[189]) ).

thf(193,plain,
    ! [SV32: $i,SV29: $i] :
      ( ( ( ~ ( is_aligned @ SV29 @ SV32 ) )
        = $true )
      | ( ( ~ ( positional_advantage @ SV29 @ SV32 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV29 @ SV32 )
          = low )
        = $true )
      | ( ( has_immunity @ SV29 @ SV32 )
        = $true )
      | ( ( organization @ SV29 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[191]) ).

thf(194,plain,
    ! [SV33: $i,SV30: $i] :
      ( ( ( is_aligned @ SV30 @ SV33 )
        = $true )
      | ( ( ~ ( positional_advantage @ SV30 @ SV33 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV30 @ SV33 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV30 @ SV33 )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[192]) ).

thf(195,plain,
    ! [SV32: $i,SV29: $i] :
      ( ( ( is_aligned @ SV29 @ SV32 )
        = $false )
      | ( ( ~ ( positional_advantage @ SV29 @ SV32 ) )
        = $true )
      | ( ( ( hazard_of_mortality @ SV29 @ SV32 )
          = low )
        = $true )
      | ( ( has_immunity @ SV29 @ SV32 )
        = $true )
      | ( ( organization @ SV29 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[193]) ).

thf(196,plain,
    ! [SV33: $i,SV30: $i] :
      ( ( ( positional_advantage @ SV30 @ SV33 )
        = $false )
      | ( ( is_aligned @ SV30 @ SV33 )
        = $true )
      | ( ( ( hazard_of_mortality @ SV30 @ SV33 )
          = mod1 )
        = $true )
      | ( ( has_immunity @ SV30 @ SV33 )
        = $true )
      | ( ( organization @ SV30 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[194]) ).

thf(197,plain,
    ! [SV32: $i,SV29: $i] :
      ( ( ( positional_advantage @ SV29 @ SV32 )
        = $false )
      | ( ( is_aligned @ SV29 @ SV32 )
        = $false )
      | ( ( ( hazard_of_mortality @ SV29 @ SV32 )
          = low )
        = $true )
      | ( ( has_immunity @ SV29 @ SV32 )
        = $true )
      | ( ( organization @ SV29 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[195]) ).

thf(198,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[50,197,196,190,178,163,162,161,160,156,145,142,138,137,130,105,96,67,66,57,56,54,53,52,51]) ).

thf(199,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[198]) ).

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