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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MGT054+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 : n022.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:33 EDT 2022

% Result   : Theorem 0.37s 0.61s
% Output   : CNFRefutation 0.46s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   23
%            Number of leaves      :   32
% Syntax   : Number of formulae    :  286 ( 166 unt;  18 typ;   0 def)
%            Number of atoms       : 1828 ( 523 equ;   0 cnn)
%            Maximal formula atoms :    7 (   6 avg)
%            Number of connectives : 3482 ( 566   ~; 622   |;  81   &;2180   @)
%                                         (  12 <=>;  21  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   23 (  23   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   21 (  18 usr;   8 con; 0-3 aty)
%            Number of variables   :  759 (   0   ^ 759   !;   0   ?; 759   :)

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

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

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

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

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

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

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

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

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

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

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

thf(tp_sK2_SY36,type,
    sK2_SY36: $i ).

thf(tp_sK3_SY39,type,
    sK3_SY39: $i ).

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

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

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

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

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

thf(1,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ~ ( has_immunity @ X @ T0 )
        & ~ ( has_immunity @ X @ T )
        & ( greater @ ( capability @ X @ T ) @ ( capability @ X @ T0 ) ) )
     => ( greater @ ( hazard_of_mortality @ X @ T0 ) @ ( hazard_of_mortality @ X @ T ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_16) ).

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

thf(3,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( is_aligned @ X @ T0 )
        & ~ ( is_aligned @ X @ T ) )
     => ( greater @ ( capability @ X @ T0 ) @ ( capability @ X @ T ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_14) ).

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

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

thf(6,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( has_immunity @ X @ T0 )
        & ~ ( has_immunity @ X @ T ) )
     => ( greater @ ( hazard_of_mortality @ X @ T ) @ ( hazard_of_mortality @ X @ T0 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_3) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(19,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ( is_aligned @ X @ T0 )
            & ~ ( is_aligned @ X @ T ) )
         => ( greater @ ( capability @ X @ T0 ) @ ( capability @ X @ T ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

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

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

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

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

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

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

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

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

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

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

thf(30,plain,
    ( ( ! [SY36: $i,SY37: $i,SY38: $i] :
          ( ( ( organization @ sK1_X )
            & ~ ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ SY36 )
              = zero )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY37 ) @ sigma )
            & ( greater @ ( age @ sK1_X @ SY38 ) @ sigma )
            & ( greater @ sigma @ zero ) )
         => ( greater @ ( hazard_of_mortality @ sK1_X @ SY38 ) @ ( hazard_of_mortality @ sK1_X @ SY37 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[16]) ).

thf(31,plain,
    ( ( ! [SY39: $i,SY40: $i] :
          ( ( ( organization @ sK1_X )
            & ~ ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ sK2_SY36 )
              = zero )
            & ( smaller_or_equal @ ( age @ sK1_X @ SY39 ) @ sigma )
            & ( greater @ ( age @ sK1_X @ SY40 ) @ sigma )
            & ( greater @ sigma @ zero ) )
         => ( greater @ ( hazard_of_mortality @ sK1_X @ SY40 ) @ ( hazard_of_mortality @ sK1_X @ SY39 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[30]) ).

thf(32,plain,
    ( ( ! [SY41: $i] :
          ( ( ( organization @ sK1_X )
            & ~ ( has_endowment @ sK1_X )
            & ( ( age @ sK1_X @ sK2_SY36 )
              = zero )
            & ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY39 ) @ sigma )
            & ( greater @ ( age @ sK1_X @ SY41 ) @ sigma )
            & ( greater @ sigma @ zero ) )
         => ( greater @ ( hazard_of_mortality @ sK1_X @ SY41 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY39 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[31]) ).

thf(33,plain,
    ( ( ( ( organization @ sK1_X )
        & ~ ( has_endowment @ sK1_X )
        & ( ( age @ sK1_X @ sK2_SY36 )
          = zero )
        & ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY39 ) @ sigma )
        & ( greater @ ( age @ sK1_X @ sK4_SY41 ) @ sigma )
        & ( greater @ sigma @ zero ) )
     => ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY39 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[32]) ).

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

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

thf(36,plain,
    ( ( ( age @ sK1_X @ sK2_SY36 )
      = zero )
    = $true ),
    inference(standard_cnf,[status(thm)],[33]) ).

thf(37,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY39 ) @ sigma )
    = $true ),
    inference(standard_cnf,[status(thm)],[33]) ).

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

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

thf(40,plain,
    ( ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY39 ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[33]) ).

thf(41,plain,
    ( ( ~ ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY39 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[40]) ).

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

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

thf(44,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ~ ( is_aligned @ X @ T0 )
          | ~ ( organization @ X )
          | ( is_aligned @ X @ T )
          | ( greater @ ( capability @ X @ T0 ) @ ( capability @ X @ T ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[19]) ).

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

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

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

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

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

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

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

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

thf(53,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)],[28]) ).

thf(54,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)],[29]) ).

thf(55,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)],[54]) ).

thf(56,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)],[53]) ).

thf(57,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)],[52]) ).

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

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

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

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

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

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

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

thf(65,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ~ ( is_aligned @ X @ T0 )
          | ~ ( organization @ X )
          | ( is_aligned @ X @ T )
          | ( greater @ ( capability @ X @ T0 ) @ ( capability @ X @ T ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

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

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

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

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

thf(70,plain,
    ( ( smaller_or_equal @ ( age @ sK1_X @ sK3_SY39 ) @ sigma )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(71,plain,
    ( ( ( age @ sK1_X @ sK2_SY36 )
      = zero )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

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

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

thf(74,plain,
    ( ( ~ ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY39 ) ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

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

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

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

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

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

thf(80,plain,
    ! [SV1: $i] :
      ( ( ! [SY42: $i] :
            ( ~ ( greater @ SV1 @ SY42 )
            | ~ ( greater @ SY42 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

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

thf(82,plain,
    ! [SV3: $i] :
      ( ( ! [SY45: $i] :
            ( ( greater @ SV3 @ SY45 )
            | ( SV3 = SY45 )
            | ( smaller @ SV3 @ SY45 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

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

thf(84,plain,
    ! [SV5: $i] :
      ( ( ! [SY47: $i,SY48: $i] :
            ( ~ ( has_immunity @ SV5 @ SY47 )
            | ~ ( organization @ SV5 )
            | ( has_immunity @ SV5 @ SY48 )
            | ( greater @ ( hazard_of_mortality @ SV5 @ SY48 ) @ ( hazard_of_mortality @ SV5 @ SY47 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

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

thf(86,plain,
    ! [SV7: $i] :
      ( ( ! [SY50: $i,SY51: $i] :
            ( ~ ( is_aligned @ SV7 @ SY50 )
            | ~ ( organization @ SV7 )
            | ( is_aligned @ SV7 @ SY51 )
            | ( greater @ ( capability @ SV7 @ SY50 ) @ ( capability @ SV7 @ SY51 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(87,plain,
    ! [SV8: $i] :
      ( ( ! [SY52: $i,SY53: $i] :
            ( ~ ( organization @ SV8 )
            | ( has_immunity @ SV8 @ SY52 )
            | ( has_immunity @ SV8 @ SY53 )
            | ~ ( greater @ ( capability @ SV8 @ SY53 ) @ ( capability @ SV8 @ SY52 ) )
            | ( greater @ ( hazard_of_mortality @ SV8 @ SY52 ) @ ( hazard_of_mortality @ SV8 @ SY53 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

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

thf(89,plain,
    ( ( greater @ ( hazard_of_mortality @ sK1_X @ sK4_SY41 ) @ ( hazard_of_mortality @ sK1_X @ sK3_SY39 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[74]) ).

thf(90,plain,
    ! [SV9: $i] :
      ( ( ~ ( ~ ! [SY54: $i] :
                  ( ( ( age @ SV9 @ SY54 )
                   != zero )
                  | ~ ( organization @ SV9 )
                  | ! [SY55: $i] :
                      ( ~ ( dissimilar @ SV9 @ SY54 @ SY55 )
                      | ( greater @ ( age @ SV9 @ SY55 ) @ sigma ) ) )
            | ~ ! [SY56: $i] :
                  ( ( ( age @ SV9 @ SY56 )
                   != zero )
                  | ~ ( organization @ SV9 )
                  | ! [SY57: $i] :
                      ( ~ ( greater @ ( age @ SV9 @ SY57 ) @ sigma )
                      | ( dissimilar @ SV9 @ SY56 @ SY57 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

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

thf(92,plain,
    ! [SV10: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY58: $i,SY59: $i] :
                        ( ~ ( organization @ SV10 )
                        | ~ ( is_aligned @ SV10 @ SY58 )
                        | ( is_aligned @ SV10 @ SY59 )
                        | ( dissimilar @ SV10 @ SY58 @ SY59 ) )
                  | ~ ! [SY60: $i,SY61: $i] :
                        ( ~ ( organization @ SV10 )
                        | ~ ( is_aligned @ SV10 @ SY61 )
                        | ( is_aligned @ SV10 @ SY60 )
                        | ( dissimilar @ SV10 @ SY60 @ SY61 ) ) )
            | ~ ~ ( ~ ( ! [SY62: $i,SY63: $i] :
                          ~ ( dissimilar @ SV10 @ SY62 @ SY63 )
                      | ( organization @ SV10 ) )
                  | ~ ~ ( ~ ! [SY64: $i,SY65: $i] :
                              ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
                              | ~ ( is_aligned @ SV10 @ SY64 )
                              | ~ ( is_aligned @ SV10 @ SY65 ) )
                        | ~ ! [SY66: $i,SY67: $i] :
                              ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
                              | ( is_aligned @ SV10 @ SY66 )
                              | ( is_aligned @ SV10 @ SY67 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

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

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

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

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

thf(97,plain,
    ! [SV13: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV13 )
        | ( SV3 = SV13 )
        | ( smaller @ SV3 @ SV13 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

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

thf(99,plain,
    ! [SV14: $i,SV5: $i] :
      ( ( ! [SY69: $i] :
            ( ~ ( has_immunity @ SV5 @ SV14 )
            | ~ ( organization @ SV5 )
            | ( has_immunity @ SV5 @ SY69 )
            | ( greater @ ( hazard_of_mortality @ SV5 @ SY69 ) @ ( hazard_of_mortality @ SV5 @ SV14 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(100,plain,
    ! [SV15: $i,SV6: $i] :
      ( ( ( ( age @ SV6 @ SV15 )
         != zero )
        | ~ ( organization @ SV6 )
        | ( is_aligned @ SV6 @ SV15 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(101,plain,
    ! [SV16: $i,SV7: $i] :
      ( ( ! [SY70: $i] :
            ( ~ ( is_aligned @ SV7 @ SV16 )
            | ~ ( organization @ SV7 )
            | ( is_aligned @ SV7 @ SY70 )
            | ( greater @ ( capability @ SV7 @ SV16 ) @ ( capability @ SV7 @ SY70 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(102,plain,
    ! [SV17: $i,SV8: $i] :
      ( ( ! [SY71: $i] :
            ( ~ ( organization @ SV8 )
            | ( has_immunity @ SV8 @ SV17 )
            | ( has_immunity @ SV8 @ SY71 )
            | ~ ( greater @ ( capability @ SV8 @ SY71 ) @ ( capability @ SV8 @ SV17 ) )
            | ( greater @ ( hazard_of_mortality @ SV8 @ SV17 ) @ ( hazard_of_mortality @ SV8 @ SY71 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(103,plain,
    ! [SV9: $i] :
      ( ( ~ ! [SY54: $i] :
              ( ( ( age @ SV9 @ SY54 )
               != zero )
              | ~ ( organization @ SV9 )
              | ! [SY55: $i] :
                  ( ~ ( dissimilar @ SV9 @ SY54 @ SY55 )
                  | ( greater @ ( age @ SV9 @ SY55 ) @ sigma ) ) )
        | ~ ! [SY56: $i] :
              ( ( ( age @ SV9 @ SY56 )
               != zero )
              | ~ ( organization @ SV9 )
              | ! [SY57: $i] :
                  ( ~ ( greater @ ( age @ SV9 @ SY57 ) @ sigma )
                  | ( dissimilar @ SV9 @ SY56 @ SY57 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[90]) ).

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

thf(105,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)],[91]) ).

thf(106,plain,
    ! [SV10: $i] :
      ( ( ~ ~ ( ~ ! [SY58: $i,SY59: $i] :
                    ( ~ ( organization @ SV10 )
                    | ~ ( is_aligned @ SV10 @ SY58 )
                    | ( is_aligned @ SV10 @ SY59 )
                    | ( dissimilar @ SV10 @ SY58 @ SY59 ) )
              | ~ ! [SY60: $i,SY61: $i] :
                    ( ~ ( organization @ SV10 )
                    | ~ ( is_aligned @ SV10 @ SY61 )
                    | ( is_aligned @ SV10 @ SY60 )
                    | ( dissimilar @ SV10 @ SY60 @ SY61 ) ) )
        | ~ ~ ( ~ ( ! [SY62: $i,SY63: $i] :
                      ~ ( dissimilar @ SV10 @ SY62 @ SY63 )
                  | ( organization @ SV10 ) )
              | ~ ~ ( ~ ! [SY64: $i,SY65: $i] :
                          ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
                          | ~ ( is_aligned @ SV10 @ SY64 )
                          | ~ ( is_aligned @ SV10 @ SY65 ) )
                    | ~ ! [SY66: $i,SY67: $i] :
                          ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
                          | ( is_aligned @ SV10 @ SY66 )
                          | ( is_aligned @ SV10 @ SY67 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[92]) ).

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

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

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

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

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

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

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

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

thf(115,plain,
    ! [SV19: $i,SV14: $i,SV5: $i] :
      ( ( ~ ( has_immunity @ SV5 @ SV14 )
        | ~ ( organization @ SV5 )
        | ( has_immunity @ SV5 @ SV19 )
        | ( greater @ ( hazard_of_mortality @ SV5 @ SV19 ) @ ( hazard_of_mortality @ SV5 @ SV14 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(116,plain,
    ! [SV15: $i,SV6: $i] :
      ( ( ( ( ( age @ SV6 @ SV15 )
           != zero )
          | ~ ( organization @ SV6 ) )
        = $true )
      | ( ( is_aligned @ SV6 @ SV15 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[100]) ).

thf(117,plain,
    ! [SV20: $i,SV16: $i,SV7: $i] :
      ( ( ~ ( is_aligned @ SV7 @ SV16 )
        | ~ ( organization @ SV7 )
        | ( is_aligned @ SV7 @ SV20 )
        | ( greater @ ( capability @ SV7 @ SV16 ) @ ( capability @ SV7 @ SV20 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(118,plain,
    ! [SV21: $i,SV17: $i,SV8: $i] :
      ( ( ~ ( organization @ SV8 )
        | ( has_immunity @ SV8 @ SV17 )
        | ( has_immunity @ SV8 @ SV21 )
        | ~ ( greater @ ( capability @ SV8 @ SV21 ) @ ( capability @ SV8 @ SV17 ) )
        | ( greater @ ( hazard_of_mortality @ SV8 @ SV17 ) @ ( hazard_of_mortality @ SV8 @ SV21 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[102]) ).

thf(119,plain,
    ! [SV9: $i] :
      ( ( ~ ! [SY54: $i] :
              ( ( ( age @ SV9 @ SY54 )
               != zero )
              | ~ ( organization @ SV9 )
              | ! [SY55: $i] :
                  ( ~ ( dissimilar @ SV9 @ SY54 @ SY55 )
                  | ( greater @ ( age @ SV9 @ SY55 ) @ sigma ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[103]) ).

thf(120,plain,
    ! [SV9: $i] :
      ( ( ~ ! [SY56: $i] :
              ( ( ( age @ SV9 @ SY56 )
               != zero )
              | ~ ( organization @ SV9 )
              | ! [SY57: $i] :
                  ( ~ ( greater @ ( age @ SV9 @ SY57 ) @ sigma )
                  | ( dissimilar @ SV9 @ SY56 @ SY57 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[103]) ).

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

thf(122,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)],[105]) ).

thf(123,plain,
    ! [SV10: $i] :
      ( ( ~ ~ ( ~ ! [SY58: $i,SY59: $i] :
                    ( ~ ( organization @ SV10 )
                    | ~ ( is_aligned @ SV10 @ SY58 )
                    | ( is_aligned @ SV10 @ SY59 )
                    | ( dissimilar @ SV10 @ SY58 @ SY59 ) )
              | ~ ! [SY60: $i,SY61: $i] :
                    ( ~ ( organization @ SV10 )
                    | ~ ( is_aligned @ SV10 @ SY61 )
                    | ( is_aligned @ SV10 @ SY60 )
                    | ( dissimilar @ SV10 @ SY60 @ SY61 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[106]) ).

thf(124,plain,
    ! [SV10: $i] :
      ( ( ~ ~ ( ~ ( ! [SY62: $i,SY63: $i] :
                      ~ ( dissimilar @ SV10 @ SY62 @ SY63 )
                  | ( organization @ SV10 ) )
              | ~ ~ ( ~ ! [SY64: $i,SY65: $i] :
                          ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
                          | ~ ( is_aligned @ SV10 @ SY64 )
                          | ~ ( is_aligned @ SV10 @ SY65 ) )
                    | ~ ! [SY66: $i,SY67: $i] :
                          ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
                          | ( is_aligned @ SV10 @ SY66 )
                          | ( is_aligned @ SV10 @ SY67 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[106]) ).

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

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

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

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

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

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

thf(131,plain,
    ! [SV13: $i,SV3: $i] :
      ( ( ( SV3 = SV13 )
        = $true )
      | ( ( smaller @ SV3 @ SV13 )
        = $true )
      | ( ( greater @ SV3 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

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

thf(133,plain,
    ! [SV19: $i,SV14: $i,SV5: $i] :
      ( ( ( ~ ( has_immunity @ SV5 @ SV14 )
          | ~ ( organization @ SV5 )
          | ( has_immunity @ SV5 @ SV19 ) )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV19 ) @ ( hazard_of_mortality @ SV5 @ SV14 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[115]) ).

thf(134,plain,
    ! [SV15: $i,SV6: $i] :
      ( ( ( ( ( age @ SV6 @ SV15 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV6 ) )
        = $true )
      | ( ( is_aligned @ SV6 @ SV15 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[116]) ).

thf(135,plain,
    ! [SV20: $i,SV16: $i,SV7: $i] :
      ( ( ( ~ ( is_aligned @ SV7 @ SV16 )
          | ~ ( organization @ SV7 )
          | ( is_aligned @ SV7 @ SV20 ) )
        = $true )
      | ( ( greater @ ( capability @ SV7 @ SV16 ) @ ( capability @ SV7 @ SV20 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[117]) ).

thf(136,plain,
    ! [SV21: $i,SV17: $i,SV8: $i] :
      ( ( ( ~ ( organization @ SV8 )
          | ( has_immunity @ SV8 @ SV17 )
          | ( has_immunity @ SV8 @ SV21 )
          | ~ ( greater @ ( capability @ SV8 @ SV21 ) @ ( capability @ SV8 @ SV17 ) ) )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV8 @ SV17 ) @ ( hazard_of_mortality @ SV8 @ SV21 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[118]) ).

thf(137,plain,
    ! [SV9: $i] :
      ( ( ! [SY54: $i] :
            ( ( ( age @ SV9 @ SY54 )
             != zero )
            | ~ ( organization @ SV9 )
            | ! [SY55: $i] :
                ( ~ ( dissimilar @ SV9 @ SY54 @ SY55 )
                | ( greater @ ( age @ SV9 @ SY55 ) @ sigma ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[119]) ).

thf(138,plain,
    ! [SV9: $i] :
      ( ( ! [SY56: $i] :
            ( ( ( age @ SV9 @ SY56 )
             != zero )
            | ~ ( organization @ SV9 )
            | ! [SY57: $i] :
                ( ~ ( greater @ ( age @ SV9 @ SY57 ) @ sigma )
                | ( dissimilar @ SV9 @ SY56 @ SY57 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[120]) ).

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

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

thf(141,plain,
    ! [SV10: $i] :
      ( ( ~ ( ~ ! [SY58: $i,SY59: $i] :
                  ( ~ ( organization @ SV10 )
                  | ~ ( is_aligned @ SV10 @ SY58 )
                  | ( is_aligned @ SV10 @ SY59 )
                  | ( dissimilar @ SV10 @ SY58 @ SY59 ) )
            | ~ ! [SY60: $i,SY61: $i] :
                  ( ~ ( organization @ SV10 )
                  | ~ ( is_aligned @ SV10 @ SY61 )
                  | ( is_aligned @ SV10 @ SY60 )
                  | ( dissimilar @ SV10 @ SY60 @ SY61 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[123]) ).

thf(142,plain,
    ! [SV10: $i] :
      ( ( ~ ( ~ ( ! [SY62: $i,SY63: $i] :
                    ~ ( dissimilar @ SV10 @ SY62 @ SY63 )
                | ( organization @ SV10 ) )
            | ~ ~ ( ~ ! [SY64: $i,SY65: $i] :
                        ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
                        | ~ ( is_aligned @ SV10 @ SY64 )
                        | ~ ( is_aligned @ SV10 @ SY65 ) )
                  | ~ ! [SY66: $i,SY67: $i] :
                        ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
                        | ( is_aligned @ SV10 @ SY66 )
                        | ( is_aligned @ SV10 @ SY67 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[124]) ).

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

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

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

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

thf(147,plain,
    ! [SV1: $i,SV11: $i] :
      ( ( ( greater @ SV11 @ SV1 )
        = $false )
      | ( ( greater @ SV1 @ SV11 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[129]) ).

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

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

thf(150,plain,
    ! [SV19: $i,SV14: $i,SV5: $i] :
      ( ( ( ~ ( has_immunity @ SV5 @ SV14 )
          | ~ ( organization @ SV5 ) )
        = $true )
      | ( ( has_immunity @ SV5 @ SV19 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV19 ) @ ( hazard_of_mortality @ SV5 @ SV14 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[133]) ).

thf(151,plain,
    ! [SV15: $i,SV6: $i] :
      ( ( ( ( age @ SV6 @ SV15 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV6 ) )
        = $true )
      | ( ( is_aligned @ SV6 @ SV15 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[134]) ).

thf(152,plain,
    ! [SV20: $i,SV16: $i,SV7: $i] :
      ( ( ( ~ ( is_aligned @ SV7 @ SV16 )
          | ~ ( organization @ SV7 ) )
        = $true )
      | ( ( is_aligned @ SV7 @ SV20 )
        = $true )
      | ( ( greater @ ( capability @ SV7 @ SV16 ) @ ( capability @ SV7 @ SV20 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[135]) ).

thf(153,plain,
    ! [SV21: $i,SV17: $i,SV8: $i] :
      ( ( ( ~ ( organization @ SV8 )
          | ( has_immunity @ SV8 @ SV17 )
          | ( has_immunity @ SV8 @ SV21 ) )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV8 @ SV21 ) @ ( capability @ SV8 @ SV17 ) ) )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV8 @ SV17 ) @ ( hazard_of_mortality @ SV8 @ SV21 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[136]) ).

thf(154,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ( ( age @ SV9 @ SV27 )
         != zero )
        | ~ ( organization @ SV9 )
        | ! [SY76: $i] :
            ( ~ ( dissimilar @ SV9 @ SV27 @ SY76 )
            | ( greater @ ( age @ SV9 @ SY76 ) @ sigma ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(155,plain,
    ! [SV28: $i,SV9: $i] :
      ( ( ( ( age @ SV9 @ SV28 )
         != zero )
        | ~ ( organization @ SV9 )
        | ! [SY77: $i] :
            ( ~ ( greater @ ( age @ SV9 @ SY77 ) @ sigma )
            | ( dissimilar @ SV9 @ SV28 @ SY77 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

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

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

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

thf(159,plain,
    ! [SV10: $i] :
      ( ( ~ ! [SY58: $i,SY59: $i] :
              ( ~ ( organization @ SV10 )
              | ~ ( is_aligned @ SV10 @ SY58 )
              | ( is_aligned @ SV10 @ SY59 )
              | ( dissimilar @ SV10 @ SY58 @ SY59 ) )
        | ~ ! [SY60: $i,SY61: $i] :
              ( ~ ( organization @ SV10 )
              | ~ ( is_aligned @ SV10 @ SY61 )
              | ( is_aligned @ SV10 @ SY60 )
              | ( dissimilar @ SV10 @ SY60 @ SY61 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[141]) ).

thf(160,plain,
    ! [SV10: $i] :
      ( ( ~ ( ! [SY62: $i,SY63: $i] :
                ~ ( dissimilar @ SV10 @ SY62 @ SY63 )
            | ( organization @ SV10 ) )
        | ~ ~ ( ~ ! [SY64: $i,SY65: $i] :
                    ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
                    | ~ ( is_aligned @ SV10 @ SY64 )
                    | ~ ( is_aligned @ SV10 @ SY65 ) )
              | ~ ! [SY66: $i,SY67: $i] :
                    ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
                    | ( is_aligned @ SV10 @ SY66 )
                    | ( is_aligned @ SV10 @ SY67 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[142]) ).

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

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

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

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

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

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

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

thf(168,plain,
    ! [SV19: $i,SV14: $i,SV5: $i] :
      ( ( ( ~ ( has_immunity @ SV5 @ SV14 ) )
        = $true )
      | ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( has_immunity @ SV5 @ SV19 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV19 ) @ ( hazard_of_mortality @ SV5 @ SV14 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[150]) ).

thf(169,plain,
    ! [SV15: $i,SV6: $i] :
      ( ( ( organization @ SV6 )
        = $false )
      | ( ( ( age @ SV6 @ SV15 )
          = zero )
        = $false )
      | ( ( is_aligned @ SV6 @ SV15 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[151]) ).

thf(170,plain,
    ! [SV20: $i,SV16: $i,SV7: $i] :
      ( ( ( ~ ( is_aligned @ SV7 @ SV16 ) )
        = $true )
      | ( ( ~ ( organization @ SV7 ) )
        = $true )
      | ( ( is_aligned @ SV7 @ SV20 )
        = $true )
      | ( ( greater @ ( capability @ SV7 @ SV16 ) @ ( capability @ SV7 @ SV20 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(171,plain,
    ! [SV21: $i,SV17: $i,SV8: $i] :
      ( ( ( ~ ( organization @ SV8 )
          | ( has_immunity @ SV8 @ SV17 ) )
        = $true )
      | ( ( has_immunity @ SV8 @ SV21 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV8 @ SV21 ) @ ( capability @ SV8 @ SV17 ) ) )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV8 @ SV17 ) @ ( hazard_of_mortality @ SV8 @ SV21 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(172,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ( ( ( age @ SV9 @ SV27 )
           != zero )
          | ~ ( organization @ SV9 ) )
        = $true )
      | ( ( ! [SY76: $i] :
              ( ~ ( dissimilar @ SV9 @ SV27 @ SY76 )
              | ( greater @ ( age @ SV9 @ SY76 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(173,plain,
    ! [SV28: $i,SV9: $i] :
      ( ( ( ( ( age @ SV9 @ SV28 )
           != zero )
          | ~ ( organization @ SV9 ) )
        = $true )
      | ( ( ! [SY77: $i] :
              ( ~ ( greater @ ( age @ SV9 @ SY77 ) @ sigma )
              | ( dissimilar @ SV9 @ SV28 @ SY77 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[155]) ).

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

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

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

thf(177,plain,
    ! [SV10: $i] :
      ( ( ~ ! [SY58: $i,SY59: $i] :
              ( ~ ( organization @ SV10 )
              | ~ ( is_aligned @ SV10 @ SY58 )
              | ( is_aligned @ SV10 @ SY59 )
              | ( dissimilar @ SV10 @ SY58 @ SY59 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[159]) ).

thf(178,plain,
    ! [SV10: $i] :
      ( ( ~ ! [SY60: $i,SY61: $i] :
              ( ~ ( organization @ SV10 )
              | ~ ( is_aligned @ SV10 @ SY61 )
              | ( is_aligned @ SV10 @ SY60 )
              | ( dissimilar @ SV10 @ SY60 @ SY61 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[159]) ).

thf(179,plain,
    ! [SV10: $i] :
      ( ( ~ ( ! [SY62: $i,SY63: $i] :
                ~ ( dissimilar @ SV10 @ SY62 @ SY63 )
            | ( organization @ SV10 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[160]) ).

thf(180,plain,
    ! [SV10: $i] :
      ( ( ~ ~ ( ~ ! [SY64: $i,SY65: $i] :
                    ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
                    | ~ ( is_aligned @ SV10 @ SY64 )
                    | ~ ( is_aligned @ SV10 @ SY65 ) )
              | ~ ! [SY66: $i,SY67: $i] :
                    ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
                    | ( is_aligned @ SV10 @ SY66 )
                    | ( is_aligned @ SV10 @ SY67 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[160]) ).

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

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

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

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

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

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

thf(187,plain,
    ! [SV19: $i,SV14: $i,SV5: $i] :
      ( ( ( has_immunity @ SV5 @ SV14 )
        = $false )
      | ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( has_immunity @ SV5 @ SV19 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV19 ) @ ( hazard_of_mortality @ SV5 @ SV14 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[168]) ).

thf(188,plain,
    ! [SV20: $i,SV16: $i,SV7: $i] :
      ( ( ( is_aligned @ SV7 @ SV16 )
        = $false )
      | ( ( ~ ( organization @ SV7 ) )
        = $true )
      | ( ( is_aligned @ SV7 @ SV20 )
        = $true )
      | ( ( greater @ ( capability @ SV7 @ SV16 ) @ ( capability @ SV7 @ SV20 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[170]) ).

thf(189,plain,
    ! [SV21: $i,SV17: $i,SV8: $i] :
      ( ( ( ~ ( organization @ SV8 ) )
        = $true )
      | ( ( has_immunity @ SV8 @ SV17 )
        = $true )
      | ( ( has_immunity @ SV8 @ SV21 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV8 @ SV21 ) @ ( capability @ SV8 @ SV17 ) ) )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV8 @ SV17 ) @ ( hazard_of_mortality @ SV8 @ SV21 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[171]) ).

thf(190,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ( ( ( age @ SV9 @ SV27 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV9 ) )
        = $true )
      | ( ( ! [SY76: $i] :
              ( ~ ( dissimilar @ SV9 @ SV27 @ SY76 )
              | ( greater @ ( age @ SV9 @ SY76 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[172]) ).

thf(191,plain,
    ! [SV28: $i,SV9: $i] :
      ( ( ( ( ( age @ SV9 @ SV28 )
           != zero ) )
        = $true )
      | ( ( ~ ( organization @ SV9 ) )
        = $true )
      | ( ( ! [SY77: $i] :
              ( ~ ( greater @ ( age @ SV9 @ SY77 ) @ sigma )
              | ( dissimilar @ SV9 @ SV28 @ SY77 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[173]) ).

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

thf(193,plain,
    ! [SV33: $i] :
      ( ( ! [SY78: $i] :
            ( ( SV33 != SY78 )
            | ( smaller_or_equal @ SV33 @ SY78 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

thf(194,plain,
    ! [SV34: $i] :
      ( ( ! [SY79: $i] :
            ( ~ ( smaller @ SV34 @ SY79 )
            | ( smaller_or_equal @ SV34 @ SY79 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(195,plain,
    ! [SV10: $i] :
      ( ( ! [SY58: $i,SY59: $i] :
            ( ~ ( organization @ SV10 )
            | ~ ( is_aligned @ SV10 @ SY58 )
            | ( is_aligned @ SV10 @ SY59 )
            | ( dissimilar @ SV10 @ SY58 @ SY59 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[177]) ).

thf(196,plain,
    ! [SV10: $i] :
      ( ( ! [SY60: $i,SY61: $i] :
            ( ~ ( organization @ SV10 )
            | ~ ( is_aligned @ SV10 @ SY61 )
            | ( is_aligned @ SV10 @ SY60 )
            | ( dissimilar @ SV10 @ SY60 @ SY61 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[178]) ).

thf(197,plain,
    ! [SV10: $i] :
      ( ( ! [SY62: $i,SY63: $i] :
            ~ ( dissimilar @ SV10 @ SY62 @ SY63 )
        | ( organization @ SV10 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[179]) ).

thf(198,plain,
    ! [SV10: $i] :
      ( ( ~ ( ~ ! [SY64: $i,SY65: $i] :
                  ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
                  | ~ ( is_aligned @ SV10 @ SY64 )
                  | ~ ( is_aligned @ SV10 @ SY65 ) )
            | ~ ! [SY66: $i,SY67: $i] :
                  ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
                  | ( is_aligned @ SV10 @ SY66 )
                  | ( is_aligned @ SV10 @ SY67 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[180]) ).

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

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

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

thf(202,plain,
    ! [SV35: $i] :
      ( ( ! [SY80: $i] :
            ( ( SV35 != SY80 )
            | ( greater_or_equal @ SV35 @ SY80 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

thf(203,plain,
    ! [SV36: $i] :
      ( ( ! [SY81: $i] :
            ( ~ ( greater @ SV36 @ SY81 )
            | ( greater_or_equal @ SV36 @ SY81 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[185]) ).

thf(204,plain,
    ! [SV19: $i,SV14: $i,SV5: $i] :
      ( ( ( organization @ SV5 )
        = $false )
      | ( ( has_immunity @ SV5 @ SV14 )
        = $false )
      | ( ( has_immunity @ SV5 @ SV19 )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV5 @ SV19 ) @ ( hazard_of_mortality @ SV5 @ SV14 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(205,plain,
    ! [SV20: $i,SV16: $i,SV7: $i] :
      ( ( ( organization @ SV7 )
        = $false )
      | ( ( is_aligned @ SV7 @ SV16 )
        = $false )
      | ( ( is_aligned @ SV7 @ SV20 )
        = $true )
      | ( ( greater @ ( capability @ SV7 @ SV16 ) @ ( capability @ SV7 @ SV20 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[188]) ).

thf(206,plain,
    ! [SV21: $i,SV17: $i,SV8: $i] :
      ( ( ( organization @ SV8 )
        = $false )
      | ( ( has_immunity @ SV8 @ SV17 )
        = $true )
      | ( ( has_immunity @ SV8 @ SV21 )
        = $true )
      | ( ( ~ ( greater @ ( capability @ SV8 @ SV21 ) @ ( capability @ SV8 @ SV17 ) ) )
        = $true )
      | ( ( greater @ ( hazard_of_mortality @ SV8 @ SV17 ) @ ( hazard_of_mortality @ SV8 @ SV21 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[189]) ).

thf(207,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ( ( age @ SV9 @ SV27 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV9 ) )
        = $true )
      | ( ( ! [SY76: $i] :
              ( ~ ( dissimilar @ SV9 @ SV27 @ SY76 )
              | ( greater @ ( age @ SV9 @ SY76 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[190]) ).

thf(208,plain,
    ! [SV28: $i,SV9: $i] :
      ( ( ( ( age @ SV9 @ SV28 )
          = zero )
        = $false )
      | ( ( ~ ( organization @ SV9 ) )
        = $true )
      | ( ( ! [SY77: $i] :
              ( ~ ( greater @ ( age @ SV9 @ SY77 ) @ sigma )
              | ( dissimilar @ SV9 @ SV28 @ SY77 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[191]) ).

thf(209,plain,
    ! [SV29: $i,SV22: $i] :
      ( ( ( SV22 = SV29 )
        = $true )
      | ( ( smaller @ SV22 @ SV29 )
        = $true )
      | ( ( smaller_or_equal @ SV22 @ SV29 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[192]) ).

thf(210,plain,
    ! [SV37: $i,SV33: $i] :
      ( ( ( SV33 != SV37 )
        | ( smaller_or_equal @ SV33 @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

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

thf(212,plain,
    ! [SV39: $i,SV10: $i] :
      ( ( ! [SY82: $i] :
            ( ~ ( organization @ SV10 )
            | ~ ( is_aligned @ SV10 @ SV39 )
            | ( is_aligned @ SV10 @ SY82 )
            | ( dissimilar @ SV10 @ SV39 @ SY82 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[195]) ).

thf(213,plain,
    ! [SV40: $i,SV10: $i] :
      ( ( ! [SY83: $i] :
            ( ~ ( organization @ SV10 )
            | ~ ( is_aligned @ SV10 @ SY83 )
            | ( is_aligned @ SV10 @ SV40 )
            | ( dissimilar @ SV10 @ SV40 @ SY83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[196]) ).

thf(214,plain,
    ! [SV10: $i] :
      ( ( ( ! [SY62: $i,SY63: $i] :
              ~ ( dissimilar @ SV10 @ SY62 @ SY63 ) )
        = $true )
      | ( ( organization @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[197]) ).

thf(215,plain,
    ! [SV10: $i] :
      ( ( ~ ! [SY64: $i,SY65: $i] :
              ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
              | ~ ( is_aligned @ SV10 @ SY64 )
              | ~ ( is_aligned @ SV10 @ SY65 ) )
        | ~ ! [SY66: $i,SY67: $i] :
              ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
              | ( is_aligned @ SV10 @ SY66 )
              | ( is_aligned @ SV10 @ SY67 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[198]) ).

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

thf(217,plain,
    ! [SV41: $i,SV35: $i] :
      ( ( ( SV35 != SV41 )
        | ( greater_or_equal @ SV35 @ SV41 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[202]) ).

thf(218,plain,
    ! [SV42: $i,SV36: $i] :
      ( ( ~ ( greater @ SV36 @ SV42 )
        | ( greater_or_equal @ SV36 @ SV42 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[203]) ).

thf(219,plain,
    ! [SV17: $i,SV21: $i,SV8: $i] :
      ( ( ( greater @ ( capability @ SV8 @ SV21 ) @ ( capability @ SV8 @ SV17 ) )
        = $false )
      | ( ( has_immunity @ SV8 @ SV21 )
        = $true )
      | ( ( has_immunity @ SV8 @ SV17 )
        = $true )
      | ( ( organization @ SV8 )
        = $false )
      | ( ( greater @ ( hazard_of_mortality @ SV8 @ SV17 ) @ ( hazard_of_mortality @ SV8 @ SV21 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[206]) ).

thf(220,plain,
    ! [SV27: $i,SV9: $i] :
      ( ( ( organization @ SV9 )
        = $false )
      | ( ( ( age @ SV9 @ SV27 )
          = zero )
        = $false )
      | ( ( ! [SY76: $i] :
              ( ~ ( dissimilar @ SV9 @ SV27 @ SY76 )
              | ( greater @ ( age @ SV9 @ SY76 ) @ sigma ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[207]) ).

thf(221,plain,
    ! [SV28: $i,SV9: $i] :
      ( ( ( organization @ SV9 )
        = $false )
      | ( ( ( age @ SV9 @ SV28 )
          = zero )
        = $false )
      | ( ( ! [SY77: $i] :
              ( ~ ( greater @ ( age @ SV9 @ SY77 ) @ sigma )
              | ( dissimilar @ SV9 @ SV28 @ SY77 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[208]) ).

thf(222,plain,
    ! [SV37: $i,SV33: $i] :
      ( ( ( ( SV33 != SV37 ) )
        = $true )
      | ( ( smaller_or_equal @ SV33 @ SV37 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[210]) ).

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

thf(224,plain,
    ! [SV43: $i,SV39: $i,SV10: $i] :
      ( ( ~ ( organization @ SV10 )
        | ~ ( is_aligned @ SV10 @ SV39 )
        | ( is_aligned @ SV10 @ SV43 )
        | ( dissimilar @ SV10 @ SV39 @ SV43 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[212]) ).

thf(225,plain,
    ! [SV40: $i,SV44: $i,SV10: $i] :
      ( ( ~ ( organization @ SV10 )
        | ~ ( is_aligned @ SV10 @ SV44 )
        | ( is_aligned @ SV10 @ SV40 )
        | ( dissimilar @ SV10 @ SV40 @ SV44 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

thf(226,plain,
    ! [SV45: $i,SV10: $i] :
      ( ( ( ! [SY84: $i] :
              ~ ( dissimilar @ SV10 @ SV45 @ SY84 ) )
        = $true )
      | ( ( organization @ SV10 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[214]) ).

thf(227,plain,
    ! [SV10: $i] :
      ( ( ~ ! [SY64: $i,SY65: $i] :
              ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
              | ~ ( is_aligned @ SV10 @ SY64 )
              | ~ ( is_aligned @ SV10 @ SY65 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[215]) ).

thf(228,plain,
    ! [SV10: $i] :
      ( ( ~ ! [SY66: $i,SY67: $i] :
              ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
              | ( is_aligned @ SV10 @ SY66 )
              | ( is_aligned @ SV10 @ SY67 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[215]) ).

thf(229,plain,
    ! [SV41: $i,SV35: $i] :
      ( ( ( ( SV35 != SV41 ) )
        = $true )
      | ( ( greater_or_equal @ SV35 @ SV41 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[217]) ).

thf(230,plain,
    ! [SV42: $i,SV36: $i] :
      ( ( ( ~ ( greater @ SV36 @ SV42 ) )
        = $true )
      | ( ( greater_or_equal @ SV36 @ SV42 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[218]) ).

thf(231,plain,
    ! [SV46: $i,SV27: $i,SV9: $i] :
      ( ( ( ~ ( dissimilar @ SV9 @ SV27 @ SV46 )
          | ( greater @ ( age @ SV9 @ SV46 ) @ sigma ) )
        = $true )
      | ( ( ( age @ SV9 @ SV27 )
          = zero )
        = $false )
      | ( ( organization @ SV9 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[220]) ).

thf(232,plain,
    ! [SV28: $i,SV47: $i,SV9: $i] :
      ( ( ( ~ ( greater @ ( age @ SV9 @ SV47 ) @ sigma )
          | ( dissimilar @ SV9 @ SV28 @ SV47 ) )
        = $true )
      | ( ( ( age @ SV9 @ SV28 )
          = zero )
        = $false )
      | ( ( organization @ SV9 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[221]) ).

thf(233,plain,
    ! [SV37: $i,SV33: $i] :
      ( ( ( SV33 = SV37 )
        = $false )
      | ( ( smaller_or_equal @ SV33 @ SV37 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[222]) ).

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

thf(235,plain,
    ! [SV43: $i,SV39: $i,SV10: $i] :
      ( ( ( ~ ( organization @ SV10 )
          | ~ ( is_aligned @ SV10 @ SV39 )
          | ( is_aligned @ SV10 @ SV43 ) )
        = $true )
      | ( ( dissimilar @ SV10 @ SV39 @ SV43 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[224]) ).

thf(236,plain,
    ! [SV40: $i,SV44: $i,SV10: $i] :
      ( ( ( ~ ( organization @ SV10 )
          | ~ ( is_aligned @ SV10 @ SV44 )
          | ( is_aligned @ SV10 @ SV40 ) )
        = $true )
      | ( ( dissimilar @ SV10 @ SV40 @ SV44 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[225]) ).

thf(237,plain,
    ! [SV48: $i,SV45: $i,SV10: $i] :
      ( ( ( ~ ( dissimilar @ SV10 @ SV45 @ SV48 ) )
        = $true )
      | ( ( organization @ SV10 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[226]) ).

thf(238,plain,
    ! [SV10: $i] :
      ( ( ! [SY64: $i,SY65: $i] :
            ( ~ ( dissimilar @ SV10 @ SY64 @ SY65 )
            | ~ ( is_aligned @ SV10 @ SY64 )
            | ~ ( is_aligned @ SV10 @ SY65 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[227]) ).

thf(239,plain,
    ! [SV10: $i] :
      ( ( ! [SY66: $i,SY67: $i] :
            ( ~ ( dissimilar @ SV10 @ SY66 @ SY67 )
            | ( is_aligned @ SV10 @ SY66 )
            | ( is_aligned @ SV10 @ SY67 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[228]) ).

thf(240,plain,
    ! [SV41: $i,SV35: $i] :
      ( ( ( SV35 = SV41 )
        = $false )
      | ( ( greater_or_equal @ SV35 @ SV41 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[229]) ).

thf(241,plain,
    ! [SV42: $i,SV36: $i] :
      ( ( ( greater @ SV36 @ SV42 )
        = $false )
      | ( ( greater_or_equal @ SV36 @ SV42 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[230]) ).

thf(242,plain,
    ! [SV46: $i,SV27: $i,SV9: $i] :
      ( ( ( ~ ( dissimilar @ SV9 @ SV27 @ SV46 ) )
        = $true )
      | ( ( greater @ ( age @ SV9 @ SV46 ) @ sigma )
        = $true )
      | ( ( ( age @ SV9 @ SV27 )
          = zero )
        = $false )
      | ( ( organization @ SV9 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[231]) ).

thf(243,plain,
    ! [SV28: $i,SV47: $i,SV9: $i] :
      ( ( ( ~ ( greater @ ( age @ SV9 @ SV47 ) @ sigma ) )
        = $true )
      | ( ( dissimilar @ SV9 @ SV28 @ SV47 )
        = $true )
      | ( ( ( age @ SV9 @ SV28 )
          = zero )
        = $false )
      | ( ( organization @ SV9 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[232]) ).

thf(244,plain,
    ! [SV43: $i,SV39: $i,SV10: $i] :
      ( ( ( ~ ( organization @ SV10 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV10 @ SV39 )
          | ( is_aligned @ SV10 @ SV43 ) )
        = $true )
      | ( ( dissimilar @ SV10 @ SV39 @ SV43 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[235]) ).

thf(245,plain,
    ! [SV40: $i,SV44: $i,SV10: $i] :
      ( ( ( ~ ( organization @ SV10 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV10 @ SV44 )
          | ( is_aligned @ SV10 @ SV40 ) )
        = $true )
      | ( ( dissimilar @ SV10 @ SV40 @ SV44 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[236]) ).

thf(246,plain,
    ! [SV48: $i,SV45: $i,SV10: $i] :
      ( ( ( dissimilar @ SV10 @ SV45 @ SV48 )
        = $false )
      | ( ( organization @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[237]) ).

thf(247,plain,
    ! [SV49: $i,SV10: $i] :
      ( ( ! [SY85: $i] :
            ( ~ ( dissimilar @ SV10 @ SV49 @ SY85 )
            | ~ ( is_aligned @ SV10 @ SV49 )
            | ~ ( is_aligned @ SV10 @ SY85 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[238]) ).

thf(248,plain,
    ! [SV50: $i,SV10: $i] :
      ( ( ! [SY86: $i] :
            ( ~ ( dissimilar @ SV10 @ SV50 @ SY86 )
            | ( is_aligned @ SV10 @ SV50 )
            | ( is_aligned @ SV10 @ SY86 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[239]) ).

thf(249,plain,
    ! [SV46: $i,SV27: $i,SV9: $i] :
      ( ( ( dissimilar @ SV9 @ SV27 @ SV46 )
        = $false )
      | ( ( greater @ ( age @ SV9 @ SV46 ) @ sigma )
        = $true )
      | ( ( ( age @ SV9 @ SV27 )
          = zero )
        = $false )
      | ( ( organization @ SV9 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[242]) ).

thf(250,plain,
    ! [SV28: $i,SV47: $i,SV9: $i] :
      ( ( ( greater @ ( age @ SV9 @ SV47 ) @ sigma )
        = $false )
      | ( ( dissimilar @ SV9 @ SV28 @ SV47 )
        = $true )
      | ( ( ( age @ SV9 @ SV28 )
          = zero )
        = $false )
      | ( ( organization @ SV9 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[243]) ).

thf(251,plain,
    ! [SV43: $i,SV39: $i,SV10: $i] :
      ( ( ( organization @ SV10 )
        = $false )
      | ( ( ~ ( is_aligned @ SV10 @ SV39 )
          | ( is_aligned @ SV10 @ SV43 ) )
        = $true )
      | ( ( dissimilar @ SV10 @ SV39 @ SV43 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[244]) ).

thf(252,plain,
    ! [SV40: $i,SV44: $i,SV10: $i] :
      ( ( ( organization @ SV10 )
        = $false )
      | ( ( ~ ( is_aligned @ SV10 @ SV44 )
          | ( is_aligned @ SV10 @ SV40 ) )
        = $true )
      | ( ( dissimilar @ SV10 @ SV40 @ SV44 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[245]) ).

thf(253,plain,
    ! [SV51: $i,SV49: $i,SV10: $i] :
      ( ( ~ ( dissimilar @ SV10 @ SV49 @ SV51 )
        | ~ ( is_aligned @ SV10 @ SV49 )
        | ~ ( is_aligned @ SV10 @ SV51 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[247]) ).

thf(254,plain,
    ! [SV52: $i,SV50: $i,SV10: $i] :
      ( ( ~ ( dissimilar @ SV10 @ SV50 @ SV52 )
        | ( is_aligned @ SV10 @ SV50 )
        | ( is_aligned @ SV10 @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[248]) ).

thf(255,plain,
    ! [SV43: $i,SV39: $i,SV10: $i] :
      ( ( ( ~ ( is_aligned @ SV10 @ SV39 ) )
        = $true )
      | ( ( is_aligned @ SV10 @ SV43 )
        = $true )
      | ( ( organization @ SV10 )
        = $false )
      | ( ( dissimilar @ SV10 @ SV39 @ SV43 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[251]) ).

thf(256,plain,
    ! [SV40: $i,SV44: $i,SV10: $i] :
      ( ( ( ~ ( is_aligned @ SV10 @ SV44 ) )
        = $true )
      | ( ( is_aligned @ SV10 @ SV40 )
        = $true )
      | ( ( organization @ SV10 )
        = $false )
      | ( ( dissimilar @ SV10 @ SV40 @ SV44 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[252]) ).

thf(257,plain,
    ! [SV51: $i,SV49: $i,SV10: $i] :
      ( ( ( ~ ( dissimilar @ SV10 @ SV49 @ SV51 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV10 @ SV49 )
          | ~ ( is_aligned @ SV10 @ SV51 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[253]) ).

thf(258,plain,
    ! [SV52: $i,SV50: $i,SV10: $i] :
      ( ( ( ~ ( dissimilar @ SV10 @ SV50 @ SV52 ) )
        = $true )
      | ( ( ( is_aligned @ SV10 @ SV50 )
          | ( is_aligned @ SV10 @ SV52 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[254]) ).

thf(259,plain,
    ! [SV43: $i,SV39: $i,SV10: $i] :
      ( ( ( is_aligned @ SV10 @ SV39 )
        = $false )
      | ( ( is_aligned @ SV10 @ SV43 )
        = $true )
      | ( ( organization @ SV10 )
        = $false )
      | ( ( dissimilar @ SV10 @ SV39 @ SV43 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[255]) ).

thf(260,plain,
    ! [SV40: $i,SV44: $i,SV10: $i] :
      ( ( ( is_aligned @ SV10 @ SV44 )
        = $false )
      | ( ( is_aligned @ SV10 @ SV40 )
        = $true )
      | ( ( organization @ SV10 )
        = $false )
      | ( ( dissimilar @ SV10 @ SV40 @ SV44 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[256]) ).

thf(261,plain,
    ! [SV51: $i,SV49: $i,SV10: $i] :
      ( ( ( dissimilar @ SV10 @ SV49 @ SV51 )
        = $false )
      | ( ( ~ ( is_aligned @ SV10 @ SV49 )
          | ~ ( is_aligned @ SV10 @ SV51 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[257]) ).

thf(262,plain,
    ! [SV52: $i,SV50: $i,SV10: $i] :
      ( ( ( dissimilar @ SV10 @ SV50 @ SV52 )
        = $false )
      | ( ( ( is_aligned @ SV10 @ SV50 )
          | ( is_aligned @ SV10 @ SV52 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[258]) ).

thf(263,plain,
    ! [SV51: $i,SV49: $i,SV10: $i] :
      ( ( ( ~ ( is_aligned @ SV10 @ SV49 ) )
        = $true )
      | ( ( ~ ( is_aligned @ SV10 @ SV51 ) )
        = $true )
      | ( ( dissimilar @ SV10 @ SV49 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[261]) ).

thf(264,plain,
    ! [SV52: $i,SV50: $i,SV10: $i] :
      ( ( ( is_aligned @ SV10 @ SV50 )
        = $true )
      | ( ( is_aligned @ SV10 @ SV52 )
        = $true )
      | ( ( dissimilar @ SV10 @ SV50 @ SV52 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[262]) ).

thf(265,plain,
    ! [SV51: $i,SV49: $i,SV10: $i] :
      ( ( ( is_aligned @ SV10 @ SV49 )
        = $false )
      | ( ( ~ ( is_aligned @ SV10 @ SV51 ) )
        = $true )
      | ( ( dissimilar @ SV10 @ SV49 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[263]) ).

thf(266,plain,
    ! [SV49: $i,SV51: $i,SV10: $i] :
      ( ( ( is_aligned @ SV10 @ SV51 )
        = $false )
      | ( ( is_aligned @ SV10 @ SV49 )
        = $false )
      | ( ( dissimilar @ SV10 @ SV49 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[265]) ).

thf(267,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[68,266,264,260,259,250,249,246,241,240,234,233,219,216,209,205,204,200,199,186,169,167,147,131,89,88,73,71,70,69]) ).

thf(268,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[267]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : MGT054+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 : n022.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 10:53:19 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 13
% 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.37  (rf:0,axioms:13,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:15,loop_count:0,foatp_calls:0,translation:fof_full).................
% 0.37/0.61  
% 0.37/0.61  ********************************
% 0.37/0.61  *   All subproblems solved!    *
% 0.37/0.61  ********************************
% 0.37/0.61  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:267,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.46/0.64  
% 0.46/0.64  %**** Beginning of derivation protocol ****
% 0.46/0.64  % SZS output start CNFRefutation
% See solution above
% 0.46/0.64  
% 0.46/0.64  %**** End of derivation protocol ****
% 0.46/0.64  %**** no. of clauses in derivation: 268 ****
% 0.46/0.64  %**** clause counter: 267 ****
% 0.46/0.64  
% 0.46/0.64  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:267,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------