TSTP Solution File: MGT059-1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MGT059-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 : n017.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   : Unsatisfiable 0.20s 0.43s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   38
% Syntax   : Number of formulae    :  185 (  91 unt;  17 typ;   0 def)
%            Number of atoms       : 1000 ( 352 equ;   0 cnn)
%            Maximal formula atoms :    5 (   5 avg)
%            Number of connectives : 1365 ( 170   ~; 336   |;   0   &; 859   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   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   :  303 (   0   ^ 303   !;   0   ?; 303   :)

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

thf(tp_sk2,type,
    sk2: $i ).

thf(tp_sk3,type,
    sk3: $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,
    ! [A: $i,B: $i] :
      ( ~ ( organization @ A )
      | ( has_immunity @ A @ B )
      | ( is_aligned @ A @ B )
      | ( positional_advantage @ A @ B )
      | ( ( hazard_of_mortality @ A @ B )
        = high ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_17_36) ).

thf(2,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( organization @ A )
      | ( has_immunity @ A @ B )
      | ~ ( is_aligned @ A @ B )
      | ( positional_advantage @ A @ B )
      | ( ( hazard_of_mortality @ A @ B )
        = mod2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_17_35) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( organization @ A )
      | ( has_immunity @ A @ B )
      | ( is_aligned @ A @ B )
      | ~ ( positional_advantage @ A @ B )
      | ( ( hazard_of_mortality @ A @ B )
        = mod1 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_17_34) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( organization @ A )
      | ( has_immunity @ A @ B )
      | ~ ( is_aligned @ A @ B )
      | ~ ( positional_advantage @ A @ B )
      | ( ( hazard_of_mortality @ A @ B )
        = low ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_17_33) ).

thf(5,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( organization @ A )
      | ~ ( has_immunity @ A @ B )
      | ( ( hazard_of_mortality @ A @ B )
        = very_low ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_17_32) ).

thf(6,axiom,
    ! [A: $i,B: $i] :
      ( ( smaller @ A @ B )
      | ( A = B )
      | ( greater @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_comparable_11) ).

thf(7,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( greater @ A @ B )
      | ~ ( greater @ B @ C )
      | ( greater @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_transitive_10) ).

thf(8,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ~ ( greater @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',meaning_postulate_greater_strict_9) ).

thf(9,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ( smaller @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_8) ).

thf(10,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller @ A @ B )
      | ( greater @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_7) ).

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ( A != B )
      | ( greater_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_greater_or_equal_6) ).

thf(12,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ( greater_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_greater_or_equal_5) ).

thf(13,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater_or_equal @ A @ B )
      | ( greater @ A @ B )
      | ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_greater_or_equal_4) ).

thf(14,axiom,
    ! [A: $i,B: $i] :
      ( ( A != B )
      | ( smaller_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_or_equal_3) ).

thf(15,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller @ A @ B )
      | ( smaller_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_or_equal_2) ).

thf(16,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( smaller_or_equal @ A @ B )
      | ( smaller @ A @ B )
      | ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',definition_smaller_or_equal_1) ).

thf(17,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(18,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[17]) ).

thf(19,negated_conjecture,
    ( hazard_of_mortality @ sk1 @ sk2 )
 != ( hazard_of_mortality @ sk1 @ sk3 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_2_40) ).

thf(20,negated_conjecture,
    has_immunity @ sk1 @ sk3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_2_39) ).

thf(21,negated_conjecture,
    has_immunity @ sk1 @ sk2,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_2_38) ).

thf(22,negated_conjecture,
    organization @ sk1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_2_37) ).

thf(23,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[18]) ).

thf(24,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( organization @ A )
          | ( has_immunity @ A @ B )
          | ( is_aligned @ A @ B )
          | ( positional_advantage @ A @ B )
          | ( ( hazard_of_mortality @ A @ B )
            = high ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(25,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( organization @ A )
          | ( has_immunity @ A @ B )
          | ~ ( is_aligned @ A @ B )
          | ( positional_advantage @ A @ B )
          | ( ( hazard_of_mortality @ A @ B )
            = mod2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(26,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( organization @ A )
          | ( has_immunity @ A @ B )
          | ( is_aligned @ A @ B )
          | ~ ( positional_advantage @ A @ B )
          | ( ( hazard_of_mortality @ A @ B )
            = mod1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(27,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( organization @ A )
          | ( has_immunity @ A @ B )
          | ~ ( is_aligned @ A @ B )
          | ~ ( positional_advantage @ A @ B )
          | ( ( hazard_of_mortality @ A @ B )
            = low ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(28,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( organization @ A )
          | ~ ( has_immunity @ A @ B )
          | ( ( hazard_of_mortality @ A @ B )
            = very_low ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(29,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( smaller @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(30,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( greater @ A @ B )
          | ~ ( greater @ B @ C )
          | ( greater @ A @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(31,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ~ ( greater @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(32,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( smaller @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(33,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( greater @ B @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(34,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(35,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(36,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( greater @ A @ B )
          | ( A = B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(37,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(38,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(39,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller_or_equal @ A @ B )
          | ( smaller @ A @ B )
          | ( A = B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(40,plain,
    ( ( ( ( hazard_of_mortality @ sk1 @ sk2 )
       != ( hazard_of_mortality @ sk1 @ sk3 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(41,plain,
    ( ( has_immunity @ sk1 @ sk3 )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(42,plain,
    ( ( has_immunity @ sk1 @ sk2 )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(43,plain,
    ( ( organization @ sk1 )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(44,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[23]) ).

thf(45,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ( has_immunity @ A @ B )
              | ( is_aligned @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = high )
              | ( positional_advantage @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[24]) ).

thf(46,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ( has_immunity @ A @ B )
              | ~ ( is_aligned @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = mod2 )
              | ( positional_advantage @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(47,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ( has_immunity @ A @ B )
              | ( is_aligned @ A @ B )
              | ~ ( positional_advantage @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = mod1 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(48,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ( has_immunity @ A @ B )
              | ~ ( is_aligned @ A @ B )
              | ~ ( positional_advantage @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = low ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[27]) ).

thf(49,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( has_immunity @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = very_low ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[28]) ).

thf(50,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ! [C: $i] :
              ( ~ ( greater @ B @ C )
              | ( greater @ A @ C ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[30]) ).

thf(51,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(52,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[36]) ).

thf(53,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[37]) ).

thf(54,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller_or_equal @ A @ B )
          | ( A = B )
          | ( smaller @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[39]) ).

thf(55,plain,
    ( ( ( ( hazard_of_mortality @ sk1 @ sk2 )
       != ( hazard_of_mortality @ sk1 @ sk3 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[40]) ).

thf(56,plain,
    ( ( organization @ sk1 )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(57,plain,
    ( ( has_immunity @ sk1 @ sk2 )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(58,plain,
    ( ( has_immunity @ sk1 @ sk3 )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(59,plain,
    ( ( ( ( hazard_of_mortality @ sk1 @ sk2 )
       != ( hazard_of_mortality @ sk1 @ sk3 ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(60,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller_or_equal @ A @ B )
          | ( A = B )
          | ( smaller @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(61,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(62,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( smaller_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(63,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(64,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(65,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(66,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( smaller @ A @ B )
          | ( greater @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(67,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( smaller @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(68,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ~ ( greater @ B @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(69,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ! [C: $i] :
              ( ~ ( greater @ B @ C )
              | ( greater @ A @ C ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(70,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( smaller @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(71,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ~ ( has_immunity @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = very_low ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(72,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ( has_immunity @ A @ B )
              | ~ ( is_aligned @ A @ B )
              | ~ ( positional_advantage @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = low ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(73,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ( has_immunity @ A @ B )
              | ( is_aligned @ A @ B )
              | ~ ( positional_advantage @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = mod1 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(74,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ( has_immunity @ A @ B )
              | ~ ( is_aligned @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = mod2 )
              | ( positional_advantage @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(75,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i] :
              ( ( has_immunity @ A @ B )
              | ( is_aligned @ A @ B )
              | ( ( hazard_of_mortality @ A @ B )
                = high )
              | ( positional_advantage @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(76,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(77,plain,
    ( ( ( hazard_of_mortality @ sk1 @ sk2 )
      = ( hazard_of_mortality @ sk1 @ sk3 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(78,plain,
    ! [SV1: $i] :
      ( ( ! [SY33: $i] :
            ( ~ ( smaller_or_equal @ SV1 @ SY33 )
            | ( SV1 = SY33 )
            | ( smaller @ SV1 @ SY33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(79,plain,
    ! [SV2: $i] :
      ( ( ! [SY34: $i] :
            ( ~ ( smaller @ SV2 @ SY34 )
            | ( smaller_or_equal @ SV2 @ SY34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(80,plain,
    ! [SV3: $i] :
      ( ( ! [SY35: $i] :
            ( ( SV3 != SY35 )
            | ( smaller_or_equal @ SV3 @ SY35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

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

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

thf(83,plain,
    ! [SV6: $i] :
      ( ( ! [SY38: $i] :
            ( ( SV6 != SY38 )
            | ( greater_or_equal @ SV6 @ SY38 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

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

thf(85,plain,
    ! [SV8: $i] :
      ( ( ! [SY40: $i] :
            ( ~ ( greater @ SV8 @ SY40 )
            | ( smaller @ SY40 @ SV8 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(86,plain,
    ! [SV9: $i] :
      ( ( ! [SY41: $i] :
            ( ~ ( greater @ SV9 @ SY41 )
            | ~ ( greater @ SY41 @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(87,plain,
    ! [SV10: $i] :
      ( ( ! [SY42: $i] :
            ( ~ ( greater @ SV10 @ SY42 )
            | ! [SY43: $i] :
                ( ~ ( greater @ SY42 @ SY43 )
                | ( greater @ SV10 @ SY43 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(88,plain,
    ! [SV11: $i] :
      ( ( ! [SY44: $i] :
            ( ( smaller @ SV11 @ SY44 )
            | ( SV11 = SY44 )
            | ( greater @ SV11 @ SY44 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

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

thf(90,plain,
    ! [SV13: $i] :
      ( ( ~ ( organization @ SV13 )
        | ! [SY46: $i] :
            ( ( has_immunity @ SV13 @ SY46 )
            | ~ ( is_aligned @ SV13 @ SY46 )
            | ~ ( positional_advantage @ SV13 @ SY46 )
            | ( ( hazard_of_mortality @ SV13 @ SY46 )
              = low ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(91,plain,
    ! [SV14: $i] :
      ( ( ~ ( organization @ SV14 )
        | ! [SY47: $i] :
            ( ( has_immunity @ SV14 @ SY47 )
            | ( is_aligned @ SV14 @ SY47 )
            | ~ ( positional_advantage @ SV14 @ SY47 )
            | ( ( hazard_of_mortality @ SV14 @ SY47 )
              = mod1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(92,plain,
    ! [SV15: $i] :
      ( ( ~ ( organization @ SV15 )
        | ! [SY48: $i] :
            ( ( has_immunity @ SV15 @ SY48 )
            | ~ ( is_aligned @ SV15 @ SY48 )
            | ( ( hazard_of_mortality @ SV15 @ SY48 )
              = mod2 )
            | ( positional_advantage @ SV15 @ SY48 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(93,plain,
    ! [SV16: $i] :
      ( ( ~ ( organization @ SV16 )
        | ! [SY49: $i] :
            ( ( has_immunity @ SV16 @ SY49 )
            | ( is_aligned @ SV16 @ SY49 )
            | ( ( hazard_of_mortality @ SV16 @ SY49 )
              = high )
            | ( positional_advantage @ SV16 @ SY49 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(94,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[76]) ).

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

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

thf(97,plain,
    ! [SV19: $i,SV3: $i] :
      ( ( ( SV3 != SV19 )
        | ( smaller_or_equal @ SV3 @ SV19 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

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

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

thf(100,plain,
    ! [SV22: $i,SV6: $i] :
      ( ( ( SV6 != SV22 )
        | ( greater_or_equal @ SV6 @ SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

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

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

thf(103,plain,
    ! [SV25: $i,SV9: $i] :
      ( ( ~ ( greater @ SV9 @ SV25 )
        | ~ ( greater @ SV25 @ SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(104,plain,
    ! [SV26: $i,SV10: $i] :
      ( ( ~ ( greater @ SV10 @ SV26 )
        | ! [SY50: $i] :
            ( ~ ( greater @ SV26 @ SY50 )
            | ( greater @ SV10 @ SY50 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(105,plain,
    ! [SV27: $i,SV11: $i] :
      ( ( ( smaller @ SV11 @ SV27 )
        | ( SV11 = SV27 )
        | ( greater @ SV11 @ SV27 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

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

thf(107,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( ! [SY46: $i] :
              ( ( has_immunity @ SV13 @ SY46 )
              | ~ ( is_aligned @ SV13 @ SY46 )
              | ~ ( positional_advantage @ SV13 @ SY46 )
              | ( ( hazard_of_mortality @ SV13 @ SY46 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(108,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( organization @ SV14 ) )
        = $true )
      | ( ( ! [SY47: $i] :
              ( ( has_immunity @ SV14 @ SY47 )
              | ( is_aligned @ SV14 @ SY47 )
              | ~ ( positional_advantage @ SV14 @ SY47 )
              | ( ( hazard_of_mortality @ SV14 @ SY47 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(109,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( organization @ SV15 ) )
        = $true )
      | ( ( ! [SY48: $i] :
              ( ( has_immunity @ SV15 @ SY48 )
              | ~ ( is_aligned @ SV15 @ SY48 )
              | ( ( hazard_of_mortality @ SV15 @ SY48 )
                = mod2 )
              | ( positional_advantage @ SV15 @ SY48 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(110,plain,
    ! [SV16: $i] :
      ( ( ( ~ ( organization @ SV16 ) )
        = $true )
      | ( ( ! [SY49: $i] :
              ( ( has_immunity @ SV16 @ SY49 )
              | ( is_aligned @ SV16 @ SY49 )
              | ( ( hazard_of_mortality @ SV16 @ SY49 )
                = high )
              | ( positional_advantage @ SV16 @ SY49 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[93]) ).

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

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

thf(113,plain,
    ! [SV19: $i,SV3: $i] :
      ( ( ( ( SV3 != SV19 ) )
        = $true )
      | ( ( smaller_or_equal @ SV3 @ SV19 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

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

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

thf(116,plain,
    ! [SV22: $i,SV6: $i] :
      ( ( ( ( SV6 != SV22 ) )
        = $true )
      | ( ( greater_or_equal @ SV6 @ SV22 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[100]) ).

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

thf(118,plain,
    ! [SV24: $i,SV8: $i] :
      ( ( ( ~ ( greater @ SV8 @ SV24 ) )
        = $true )
      | ( ( smaller @ SV24 @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(119,plain,
    ! [SV25: $i,SV9: $i] :
      ( ( ( ~ ( greater @ SV9 @ SV25 ) )
        = $true )
      | ( ( ~ ( greater @ SV25 @ SV9 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(120,plain,
    ! [SV26: $i,SV10: $i] :
      ( ( ( ~ ( greater @ SV10 @ SV26 ) )
        = $true )
      | ( ( ! [SY50: $i] :
              ( ~ ( greater @ SV26 @ SY50 )
              | ( greater @ SV10 @ SY50 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[104]) ).

thf(121,plain,
    ! [SV27: $i,SV11: $i] :
      ( ( ( smaller @ SV11 @ SV27 )
        = $true )
      | ( ( ( SV11 = SV27 )
          | ( greater @ SV11 @ SV27 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[105]) ).

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

thf(123,plain,
    ! [SV13: $i] :
      ( ( ( organization @ SV13 )
        = $false )
      | ( ( ! [SY46: $i] :
              ( ( has_immunity @ SV13 @ SY46 )
              | ~ ( is_aligned @ SV13 @ SY46 )
              | ~ ( positional_advantage @ SV13 @ SY46 )
              | ( ( hazard_of_mortality @ SV13 @ SY46 )
                = low ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(124,plain,
    ! [SV14: $i] :
      ( ( ( organization @ SV14 )
        = $false )
      | ( ( ! [SY47: $i] :
              ( ( has_immunity @ SV14 @ SY47 )
              | ( is_aligned @ SV14 @ SY47 )
              | ~ ( positional_advantage @ SV14 @ SY47 )
              | ( ( hazard_of_mortality @ SV14 @ SY47 )
                = mod1 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[108]) ).

thf(125,plain,
    ! [SV15: $i] :
      ( ( ( organization @ SV15 )
        = $false )
      | ( ( ! [SY48: $i] :
              ( ( has_immunity @ SV15 @ SY48 )
              | ~ ( is_aligned @ SV15 @ SY48 )
              | ( ( hazard_of_mortality @ SV15 @ SY48 )
                = mod2 )
              | ( positional_advantage @ SV15 @ SY48 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[109]) ).

thf(126,plain,
    ! [SV16: $i] :
      ( ( ( organization @ SV16 )
        = $false )
      | ( ( ! [SY49: $i] :
              ( ( has_immunity @ SV16 @ SY49 )
              | ( is_aligned @ SV16 @ SY49 )
              | ( ( hazard_of_mortality @ SV16 @ SY49 )
                = high )
              | ( positional_advantage @ SV16 @ SY49 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[110]) ).

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

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

thf(129,plain,
    ! [SV19: $i,SV3: $i] :
      ( ( ( SV3 = SV19 )
        = $false )
      | ( ( smaller_or_equal @ SV3 @ SV19 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[113]) ).

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

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

thf(132,plain,
    ! [SV22: $i,SV6: $i] :
      ( ( ( SV6 = SV22 )
        = $false )
      | ( ( greater_or_equal @ SV6 @ SV22 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

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

thf(134,plain,
    ! [SV24: $i,SV8: $i] :
      ( ( ( greater @ SV8 @ SV24 )
        = $false )
      | ( ( smaller @ SV24 @ SV8 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[118]) ).

thf(135,plain,
    ! [SV25: $i,SV9: $i] :
      ( ( ( greater @ SV9 @ SV25 )
        = $false )
      | ( ( ~ ( greater @ SV25 @ SV9 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(136,plain,
    ! [SV26: $i,SV10: $i] :
      ( ( ( greater @ SV10 @ SV26 )
        = $false )
      | ( ( ! [SY50: $i] :
              ( ~ ( greater @ SV26 @ SY50 )
              | ( greater @ SV10 @ SY50 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(137,plain,
    ! [SV27: $i,SV11: $i] :
      ( ( ( SV11 = SV27 )
        = $true )
      | ( ( greater @ SV11 @ SV27 )
        = $true )
      | ( ( smaller @ SV11 @ SV27 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[121]) ).

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

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

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

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

thf(142,plain,
    ! [SV32: $i,SV16: $i] :
      ( ( ( ( has_immunity @ SV16 @ SV32 )
          | ( is_aligned @ SV16 @ SV32 )
          | ( ( hazard_of_mortality @ SV16 @ SV32 )
            = high )
          | ( positional_advantage @ SV16 @ SV32 ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

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

thf(144,plain,
    ! [SV20: $i,SV4: $i] :
      ( ( ( SV4 = SV20 )
        = $true )
      | ( ( greater @ SV4 @ SV20 )
        = $true )
      | ( ( greater_or_equal @ SV4 @ SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[130]) ).

thf(145,plain,
    ! [SV9: $i,SV25: $i] :
      ( ( ( greater @ SV25 @ SV9 )
        = $false )
      | ( ( greater @ SV9 @ SV25 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[135]) ).

thf(146,plain,
    ! [SV10: $i,SV33: $i,SV26: $i] :
      ( ( ( ~ ( greater @ SV26 @ SV33 )
          | ( greater @ SV10 @ SV33 ) )
        = $true )
      | ( ( greater @ SV10 @ SV26 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

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

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

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

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

thf(151,plain,
    ! [SV32: $i,SV16: $i] :
      ( ( ( has_immunity @ SV16 @ SV32 )
        = $true )
      | ( ( ( is_aligned @ SV16 @ SV32 )
          | ( ( hazard_of_mortality @ SV16 @ SV32 )
            = high )
          | ( positional_advantage @ SV16 @ SV32 ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[142]) ).

thf(152,plain,
    ! [SV10: $i,SV33: $i,SV26: $i] :
      ( ( ( ~ ( greater @ SV26 @ SV33 ) )
        = $true )
      | ( ( greater @ SV10 @ SV33 )
        = $true )
      | ( ( greater @ SV10 @ SV26 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[146]) ).

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

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

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

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

thf(157,plain,
    ! [SV32: $i,SV16: $i] :
      ( ( ( is_aligned @ SV16 @ SV32 )
        = $true )
      | ( ( ( ( hazard_of_mortality @ SV16 @ SV32 )
            = high )
          | ( positional_advantage @ SV16 @ SV32 ) )
        = $true )
      | ( ( has_immunity @ SV16 @ SV32 )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[151]) ).

thf(158,plain,
    ! [SV10: $i,SV33: $i,SV26: $i] :
      ( ( ( greater @ SV26 @ SV33 )
        = $false )
      | ( ( greater @ SV10 @ SV33 )
        = $true )
      | ( ( greater @ SV10 @ SV26 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[152]) ).

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

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

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

thf(162,plain,
    ! [SV32: $i,SV16: $i] :
      ( ( ( ( hazard_of_mortality @ SV16 @ SV32 )
          = high )
        = $true )
      | ( ( positional_advantage @ SV16 @ SV32 )
        = $true )
      | ( ( is_aligned @ SV16 @ SV32 )
        = $true )
      | ( ( has_immunity @ SV16 @ SV32 )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[157]) ).

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

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

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

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

thf(167,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[56,166,165,164,162,158,153,145,144,143,137,134,133,132,131,129,128,94,77,58,57]) ).

thf(168,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[167]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : MGT059-1 : TPTP v8.1.0. Released v2.4.0.
% 0.06/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n017.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Thu Jun  9 08:01:19 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 20
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 0
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.36  (rf:0,axioms:20,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:22,loop_count:0,foatp_calls:0,translation:fof_full).......
% 0.20/0.43  
% 0.20/0.43  ********************************
% 0.20/0.43  *   All subproblems solved!    *
% 0.20/0.43  ********************************
% 0.20/0.43  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:20,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:167,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.44  
% 0.20/0.44  %**** Beginning of derivation protocol ****
% 0.20/0.44  % SZS output start CNFRefutation
% See solution above
% 0.20/0.44  
% 0.20/0.44  %**** End of derivation protocol ****
% 0.20/0.44  %**** no. of clauses in derivation: 168 ****
% 0.20/0.44  %**** clause counter: 167 ****
% 0.20/0.44  
% 0.20/0.44  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:20,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:167,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------