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

View Problem - Process Solution

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

% Computer : n026.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:03 EDT 2022

% Result   : Theorem 0.51s 0.72s
% Output   : CNFRefutation 0.51s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   36
%            Number of leaves      :   20
% Syntax   : Number of formulae    :  156 (  70 unt;  15 typ;   0 def)
%            Number of atoms       : 2418 ( 574 equ;   0 cnn)
%            Maximal formula atoms :   12 (  17 avg)
%            Number of connectives : 5074 ( 789   ~;1001   |; 110   &;3156   @)
%                                         (   0 <=>;  18  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   23 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   20 (  20   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   18 (  15 usr;   9 con; 0-3 aty)
%            Number of variables   :  953 (   0   ^ 949   !;   4   ?; 953   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_accountability,type,
    accountability: $i > $i > $i > $o ).

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

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

thf(tp_reliability,type,
    reliability: $i > $i > $i > $o ).

thf(tp_reorganization,type,
    reorganization: $i > $i > $i > $o ).

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

thf(tp_sK2_SY32,type,
    sK2_SY32: $i ).

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

thf(tp_sK4_SY43,type,
    sK4_SY43: $i ).

thf(tp_sK5_SY47,type,
    sK5_SY47: $i ).

thf(tp_sK6_SY50,type,
    sK6_SY50: $i ).

thf(tp_sK7_SY52,type,
    sK7_SY52: $i ).

thf(tp_sK8_A,type,
    sK8_A: $i > $i > $i ).

thf(tp_sK9_R,type,
    sK9_R: $i > $i > $i ).

thf(tp_survival_chance,type,
    survival_chance: $i > $i > $i > $o ).

thf(1,axiom,
    ! [X: $i,T: $i] :
      ( ( organization @ X @ T )
     => ? [A: $i] : ( accountability @ X @ A @ T ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp2) ).

thf(2,axiom,
    ! [X: $i,T: $i] :
      ( ( organization @ X @ T )
     => ? [R: $i] : ( reliability @ X @ R @ T ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp1) ).

thf(3,axiom,
    ! [X: $i,R1: $i,R2: $i,A1: $i,A2: $i,T1: $i,T2: $i,Ta: $i,Tb: $i] :
      ( ( ( organization @ X @ T1 )
        & ( organization @ X @ T2 )
        & ( reorganization @ X @ Ta @ Tb )
        & ( reliability @ X @ R1 @ T1 )
        & ( reliability @ X @ R2 @ T2 )
        & ( accountability @ X @ A1 @ T1 )
        & ( accountability @ X @ A2 @ T2 )
        & ~ ( greater @ Ta @ T1 )
        & ( greater @ T2 @ T1 )
        & ~ ( greater @ T2 @ Tb ) )
     => ( ( greater @ R1 @ R2 )
        & ( greater @ A1 @ A2 ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a6_FOL) ).

thf(4,axiom,
    ! [X: $i,Y: $i,R1: $i,R2: $i,A1: $i,A2: $i,P1: $i,P2: $i,T1: $i,T2: $i] :
      ( ( ( organization @ X @ T1 )
        & ( organization @ Y @ T2 )
        & ( reliability @ X @ R1 @ T1 )
        & ( reliability @ Y @ R2 @ T2 )
        & ( accountability @ X @ A1 @ T1 )
        & ( accountability @ Y @ A2 @ T2 )
        & ( survival_chance @ X @ P1 @ T1 )
        & ( survival_chance @ Y @ P2 @ T2 )
        & ( greater @ R2 @ R1 )
        & ( greater @ A2 @ A1 ) )
     => ( greater @ P2 @ P1 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a1_FOL) ).

thf(5,conjecture,
    ! [X: $i,P1: $i,P2: $i,T1: $i,T2: $i,Ta: $i,Tb: $i] :
      ( ( ( organization @ X @ T1 )
        & ( organization @ X @ T2 )
        & ( reorganization @ X @ Ta @ Tb )
        & ( survival_chance @ X @ P1 @ T1 )
        & ( survival_chance @ X @ P2 @ T2 )
        & ~ ( greater @ Ta @ T1 )
        & ( greater @ T2 @ T1 )
        & ~ ( greater @ T2 @ Tb ) )
     => ( greater @ P1 @ P2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t4_FOL) ).

thf(6,negated_conjecture,
    ( ( ! [X: $i,P1: $i,P2: $i,T1: $i,T2: $i,Ta: $i,Tb: $i] :
          ( ( ( organization @ X @ T1 )
            & ( organization @ X @ T2 )
            & ( reorganization @ X @ Ta @ Tb )
            & ( survival_chance @ X @ P1 @ T1 )
            & ( survival_chance @ X @ P2 @ T2 )
            & ~ ( greater @ Ta @ T1 )
            & ( greater @ T2 @ T1 )
            & ~ ( greater @ T2 @ Tb ) )
         => ( greater @ P1 @ P2 ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[5]) ).

thf(7,plain,
    ( ( ! [X: $i,P1: $i,P2: $i,T1: $i,T2: $i,Ta: $i,Tb: $i] :
          ( ( ( organization @ X @ T1 )
            & ( organization @ X @ T2 )
            & ( reorganization @ X @ Ta @ Tb )
            & ( survival_chance @ X @ P1 @ T1 )
            & ( survival_chance @ X @ P2 @ T2 )
            & ~ ( greater @ Ta @ T1 )
            & ( greater @ T2 @ T1 )
            & ~ ( greater @ T2 @ Tb ) )
         => ( greater @ P1 @ P2 ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(8,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( organization @ X @ T )
         => ? [A: $i] : ( accountability @ X @ A @ T ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(9,plain,
    ( ( ! [X: $i,T: $i] :
          ( ( organization @ X @ T )
         => ? [R: $i] : ( reliability @ X @ R @ T ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(10,plain,
    ( ( ! [X: $i,R1: $i,R2: $i,A1: $i,A2: $i,T1: $i,T2: $i,Ta: $i,Tb: $i] :
          ( ( ( organization @ X @ T1 )
            & ( organization @ X @ T2 )
            & ( reorganization @ X @ Ta @ Tb )
            & ( reliability @ X @ R1 @ T1 )
            & ( reliability @ X @ R2 @ T2 )
            & ( accountability @ X @ A1 @ T1 )
            & ( accountability @ X @ A2 @ T2 )
            & ~ ( greater @ Ta @ T1 )
            & ( greater @ T2 @ T1 )
            & ~ ( greater @ T2 @ Tb ) )
         => ( ( greater @ R1 @ R2 )
            & ( greater @ A1 @ A2 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(11,plain,
    ( ( ! [X: $i,Y: $i,R1: $i,R2: $i,A1: $i,A2: $i,P1: $i,P2: $i,T1: $i,T2: $i] :
          ( ( ( organization @ X @ T1 )
            & ( organization @ Y @ T2 )
            & ( reliability @ X @ R1 @ T1 )
            & ( reliability @ Y @ R2 @ T2 )
            & ( accountability @ X @ A1 @ T1 )
            & ( accountability @ Y @ A2 @ T2 )
            & ( survival_chance @ X @ P1 @ T1 )
            & ( survival_chance @ Y @ P2 @ T2 )
            & ( greater @ R2 @ R1 )
            & ( greater @ A2 @ A1 ) )
         => ( greater @ P2 @ P1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(12,plain,
    ( ( ! [SY32: $i,SY33: $i,SY34: $i,SY35: $i,SY36: $i,SY37: $i] :
          ( ( ( organization @ sK1_X @ SY34 )
            & ( organization @ sK1_X @ SY35 )
            & ( reorganization @ sK1_X @ SY36 @ SY37 )
            & ( survival_chance @ sK1_X @ SY32 @ SY34 )
            & ( survival_chance @ sK1_X @ SY33 @ SY35 )
            & ~ ( greater @ SY36 @ SY34 )
            & ( greater @ SY35 @ SY34 )
            & ~ ( greater @ SY35 @ SY37 ) )
         => ( greater @ SY32 @ SY33 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[7]) ).

thf(13,plain,
    ( ( ! [SY38: $i,SY39: $i,SY40: $i,SY41: $i,SY42: $i] :
          ( ( ( organization @ sK1_X @ SY39 )
            & ( organization @ sK1_X @ SY40 )
            & ( reorganization @ sK1_X @ SY41 @ SY42 )
            & ( survival_chance @ sK1_X @ sK2_SY32 @ SY39 )
            & ( survival_chance @ sK1_X @ SY38 @ SY40 )
            & ~ ( greater @ SY41 @ SY39 )
            & ( greater @ SY40 @ SY39 )
            & ~ ( greater @ SY40 @ SY42 ) )
         => ( greater @ sK2_SY32 @ SY38 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[12]) ).

thf(14,plain,
    ( ( ! [SY43: $i,SY44: $i,SY45: $i,SY46: $i] :
          ( ( ( organization @ sK1_X @ SY43 )
            & ( organization @ sK1_X @ SY44 )
            & ( reorganization @ sK1_X @ SY45 @ SY46 )
            & ( survival_chance @ sK1_X @ sK2_SY32 @ SY43 )
            & ( survival_chance @ sK1_X @ sK3_SY38 @ SY44 )
            & ~ ( greater @ SY45 @ SY43 )
            & ( greater @ SY44 @ SY43 )
            & ~ ( greater @ SY44 @ SY46 ) )
         => ( greater @ sK2_SY32 @ sK3_SY38 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[13]) ).

thf(15,plain,
    ( ( ! [SY47: $i,SY48: $i,SY49: $i] :
          ( ( ( organization @ sK1_X @ sK4_SY43 )
            & ( organization @ sK1_X @ SY47 )
            & ( reorganization @ sK1_X @ SY48 @ SY49 )
            & ( survival_chance @ sK1_X @ sK2_SY32 @ sK4_SY43 )
            & ( survival_chance @ sK1_X @ sK3_SY38 @ SY47 )
            & ~ ( greater @ SY48 @ sK4_SY43 )
            & ( greater @ SY47 @ sK4_SY43 )
            & ~ ( greater @ SY47 @ SY49 ) )
         => ( greater @ sK2_SY32 @ sK3_SY38 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[14]) ).

thf(16,plain,
    ( ( ! [SY50: $i,SY51: $i] :
          ( ( ( organization @ sK1_X @ sK4_SY43 )
            & ( organization @ sK1_X @ sK5_SY47 )
            & ( reorganization @ sK1_X @ SY50 @ SY51 )
            & ( survival_chance @ sK1_X @ sK2_SY32 @ sK4_SY43 )
            & ( survival_chance @ sK1_X @ sK3_SY38 @ sK5_SY47 )
            & ~ ( greater @ SY50 @ sK4_SY43 )
            & ( greater @ sK5_SY47 @ sK4_SY43 )
            & ~ ( greater @ sK5_SY47 @ SY51 ) )
         => ( greater @ sK2_SY32 @ sK3_SY38 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[15]) ).

thf(17,plain,
    ( ( ! [SY52: $i] :
          ( ( ( organization @ sK1_X @ sK4_SY43 )
            & ( organization @ sK1_X @ sK5_SY47 )
            & ( reorganization @ sK1_X @ sK6_SY50 @ SY52 )
            & ( survival_chance @ sK1_X @ sK2_SY32 @ sK4_SY43 )
            & ( survival_chance @ sK1_X @ sK3_SY38 @ sK5_SY47 )
            & ~ ( greater @ sK6_SY50 @ sK4_SY43 )
            & ( greater @ sK5_SY47 @ sK4_SY43 )
            & ~ ( greater @ sK5_SY47 @ SY52 ) )
         => ( greater @ sK2_SY32 @ sK3_SY38 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[16]) ).

thf(18,plain,
    ( ( ( ( organization @ sK1_X @ sK4_SY43 )
        & ( organization @ sK1_X @ sK5_SY47 )
        & ( reorganization @ sK1_X @ sK6_SY50 @ sK7_SY52 )
        & ( survival_chance @ sK1_X @ sK2_SY32 @ sK4_SY43 )
        & ( survival_chance @ sK1_X @ sK3_SY38 @ sK5_SY47 )
        & ~ ( greater @ sK6_SY50 @ sK4_SY43 )
        & ( greater @ sK5_SY47 @ sK4_SY43 )
        & ~ ( greater @ sK5_SY47 @ sK7_SY52 ) )
     => ( greater @ sK2_SY32 @ sK3_SY38 ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[17]) ).

thf(19,plain,
    ( ( organization @ sK1_X @ sK4_SY43 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(20,plain,
    ( ( organization @ sK1_X @ sK5_SY47 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(21,plain,
    ( ( reorganization @ sK1_X @ sK6_SY50 @ sK7_SY52 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(22,plain,
    ( ( survival_chance @ sK1_X @ sK2_SY32 @ sK4_SY43 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(23,plain,
    ( ( survival_chance @ sK1_X @ sK3_SY38 @ sK5_SY47 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(24,plain,
    ( ( ~ ( greater @ sK6_SY50 @ sK4_SY43 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(25,plain,
    ( ( greater @ sK5_SY47 @ sK4_SY43 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(26,plain,
    ( ( ~ ( greater @ sK5_SY47 @ sK7_SY52 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(27,plain,
    ( ( greater @ sK2_SY32 @ sK3_SY38 )
    = $false ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(28,plain,
    ( ( ~ ( greater @ sK2_SY32 @ sK3_SY38 ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[27]) ).

thf(29,plain,
    ( ( ! [X: $i,T: $i] :
          ( ~ ( organization @ X @ T )
          | ( accountability @ X @ ( sK8_A @ T @ X ) @ T ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(30,plain,
    ( ( ! [X: $i,T: $i] :
          ( ~ ( organization @ X @ T )
          | ( reliability @ X @ ( sK9_R @ T @ X ) @ T ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[9]) ).

thf(31,plain,
    ( ( ! [X: $i,R1: $i,R2: $i,A1: $i,A2: $i,T1: $i,T2: $i] :
          ( ( ! [Ta: $i,Tb: $i] :
                ( ~ ( organization @ X @ T1 )
                | ~ ( organization @ X @ T2 )
                | ~ ( reorganization @ X @ Ta @ Tb )
                | ~ ( reliability @ X @ R1 @ T1 )
                | ~ ( reliability @ X @ R2 @ T2 )
                | ~ ( accountability @ X @ A1 @ T1 )
                | ~ ( accountability @ X @ A2 @ T2 )
                | ( greater @ Ta @ T1 )
                | ~ ( greater @ T2 @ T1 )
                | ( greater @ T2 @ Tb ) )
            | ( greater @ R1 @ R2 ) )
          & ( ! [Ta: $i,Tb: $i] :
                ( ~ ( organization @ X @ T1 )
                | ~ ( organization @ X @ T2 )
                | ~ ( reorganization @ X @ Ta @ Tb )
                | ~ ( reliability @ X @ R1 @ T1 )
                | ~ ( reliability @ X @ R2 @ T2 )
                | ~ ( accountability @ X @ A1 @ T1 )
                | ~ ( accountability @ X @ A2 @ T2 )
                | ( greater @ Ta @ T1 )
                | ~ ( greater @ T2 @ T1 )
                | ( greater @ T2 @ Tb ) )
            | ( greater @ A1 @ A2 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[10]) ).

thf(32,plain,
    ( ( ! [X: $i,Y: $i,R1: $i,R2: $i,A1: $i,A2: $i,P1: $i,P2: $i] :
          ( ! [T1: $i,T2: $i] :
              ( ~ ( organization @ X @ T1 )
              | ~ ( organization @ Y @ T2 )
              | ~ ( reliability @ X @ R1 @ T1 )
              | ~ ( reliability @ Y @ R2 @ T2 )
              | ~ ( accountability @ X @ A1 @ T1 )
              | ~ ( accountability @ Y @ A2 @ T2 )
              | ~ ( survival_chance @ X @ P1 @ T1 )
              | ~ ( survival_chance @ Y @ P2 @ T2 ) )
          | ~ ( greater @ R2 @ R1 )
          | ~ ( greater @ A2 @ A1 )
          | ( greater @ P2 @ P1 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[11]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i,R1: $i,R2: $i,A1: $i,A2: $i,P1: $i,P2: $i] :
          ( ! [T1: $i,T2: $i] :
              ( ~ ( organization @ X @ T1 )
              | ~ ( organization @ Y @ T2 )
              | ~ ( reliability @ X @ R1 @ T1 )
              | ~ ( reliability @ Y @ R2 @ T2 )
              | ~ ( accountability @ X @ A1 @ T1 )
              | ~ ( accountability @ Y @ A2 @ T2 )
              | ~ ( survival_chance @ X @ P1 @ T1 )
              | ~ ( survival_chance @ Y @ P2 @ T2 ) )
          | ~ ( greater @ R2 @ R1 )
          | ~ ( greater @ A2 @ A1 )
          | ( greater @ P2 @ P1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(34,plain,
    ( ( ! [X: $i,R1: $i,R2: $i,A1: $i,A2: $i,T1: $i,T2: $i] :
          ( ( ! [Ta: $i,Tb: $i] :
                ( ~ ( organization @ X @ T1 )
                | ~ ( organization @ X @ T2 )
                | ~ ( reorganization @ X @ Ta @ Tb )
                | ~ ( reliability @ X @ R1 @ T1 )
                | ~ ( reliability @ X @ R2 @ T2 )
                | ~ ( accountability @ X @ A1 @ T1 )
                | ~ ( accountability @ X @ A2 @ T2 )
                | ( greater @ Ta @ T1 )
                | ~ ( greater @ T2 @ T1 )
                | ( greater @ T2 @ Tb ) )
            | ( greater @ R1 @ R2 ) )
          & ( ! [Ta: $i,Tb: $i] :
                ( ~ ( organization @ X @ T1 )
                | ~ ( organization @ X @ T2 )
                | ~ ( reorganization @ X @ Ta @ Tb )
                | ~ ( reliability @ X @ R1 @ T1 )
                | ~ ( reliability @ X @ R2 @ T2 )
                | ~ ( accountability @ X @ A1 @ T1 )
                | ~ ( accountability @ X @ A2 @ T2 )
                | ( greater @ Ta @ T1 )
                | ~ ( greater @ T2 @ T1 )
                | ( greater @ T2 @ Tb ) )
            | ( greater @ A1 @ A2 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(35,plain,
    ( ( ! [X: $i,T: $i] :
          ( ~ ( organization @ X @ T )
          | ( reliability @ X @ ( sK9_R @ T @ X ) @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(36,plain,
    ( ( ! [X: $i,T: $i] :
          ( ~ ( organization @ X @ T )
          | ( accountability @ X @ ( sK8_A @ T @ X ) @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(37,plain,
    ( ( ~ ( greater @ sK5_SY47 @ sK7_SY52 ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(38,plain,
    ( ( greater @ sK5_SY47 @ sK4_SY43 )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(39,plain,
    ( ( ~ ( greater @ sK6_SY50 @ sK4_SY43 ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(40,plain,
    ( ( survival_chance @ sK1_X @ sK3_SY38 @ sK5_SY47 )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(41,plain,
    ( ( survival_chance @ sK1_X @ sK2_SY32 @ sK4_SY43 )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(42,plain,
    ( ( reorganization @ sK1_X @ sK6_SY50 @ sK7_SY52 )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(43,plain,
    ( ( organization @ sK1_X @ sK5_SY47 )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

thf(44,plain,
    ( ( organization @ sK1_X @ sK4_SY43 )
    = $true ),
    inference(copy,[status(thm)],[19]) ).

thf(45,plain,
    ( ( ~ ( greater @ sK2_SY32 @ sK3_SY38 ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(46,plain,
    ( ( ! [SX0: $i,SX1: $i,SX2: $i,SX3: $i,SX4: $i,SX5: $i,SX6: $i] :
          ~ ( ~ ( ! [SX7: $i,SX8: $i] :
                    ( ~ ( organization @ SX0 @ SX5 )
                    | ~ ( organization @ SX0 @ SX6 )
                    | ~ ( reorganization @ SX0 @ SX7 @ SX8 )
                    | ~ ( reliability @ SX0 @ SX1 @ SX5 )
                    | ~ ( reliability @ SX0 @ SX2 @ SX6 )
                    | ~ ( accountability @ SX0 @ SX3 @ SX5 )
                    | ~ ( accountability @ SX0 @ SX4 @ SX6 )
                    | ( greater @ SX7 @ SX5 )
                    | ~ ( greater @ SX6 @ SX5 )
                    | ( greater @ SX6 @ SX8 ) )
                | ( greater @ SX1 @ SX2 ) )
            | ~ ( ! [SX7: $i,SX8: $i] :
                    ( ~ ( organization @ SX0 @ SX5 )
                    | ~ ( organization @ SX0 @ SX6 )
                    | ~ ( reorganization @ SX0 @ SX7 @ SX8 )
                    | ~ ( reliability @ SX0 @ SX1 @ SX5 )
                    | ~ ( reliability @ SX0 @ SX2 @ SX6 )
                    | ~ ( accountability @ SX0 @ SX3 @ SX5 )
                    | ~ ( accountability @ SX0 @ SX4 @ SX6 )
                    | ( greater @ SX7 @ SX5 )
                    | ~ ( greater @ SX6 @ SX5 )
                    | ( greater @ SX6 @ SX8 ) )
                | ( greater @ SX3 @ SX4 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

thf(47,plain,
    ! [SV1: $i] :
      ( ( ! [SY53: $i,SY54: $i,SY55: $i,SY56: $i,SY57: $i,SY58: $i,SY59: $i] :
            ( ! [SY60: $i,SY61: $i] :
                ( ~ ( organization @ SV1 @ SY60 )
                | ~ ( organization @ SY53 @ SY61 )
                | ~ ( reliability @ SV1 @ SY54 @ SY60 )
                | ~ ( reliability @ SY53 @ SY55 @ SY61 )
                | ~ ( accountability @ SV1 @ SY56 @ SY60 )
                | ~ ( accountability @ SY53 @ SY57 @ SY61 )
                | ~ ( survival_chance @ SV1 @ SY58 @ SY60 )
                | ~ ( survival_chance @ SY53 @ SY59 @ SY61 ) )
            | ~ ( greater @ SY55 @ SY54 )
            | ~ ( greater @ SY57 @ SY56 )
            | ( greater @ SY59 @ SY58 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[33]) ).

thf(48,plain,
    ! [SV2: $i] :
      ( ( ! [SY62: $i] :
            ( ~ ( organization @ SV2 @ SY62 )
            | ( reliability @ SV2 @ ( sK9_R @ SY62 @ SV2 ) @ SY62 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(49,plain,
    ! [SV3: $i] :
      ( ( ! [SY63: $i] :
            ( ~ ( organization @ SV3 @ SY63 )
            | ( accountability @ SV3 @ ( sK8_A @ SY63 @ SV3 ) @ SY63 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(50,plain,
    ( ( greater @ sK5_SY47 @ sK7_SY52 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[37]) ).

thf(51,plain,
    ( ( greater @ sK6_SY50 @ sK4_SY43 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[39]) ).

thf(52,plain,
    ( ( greater @ sK2_SY32 @ sK3_SY38 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[45]) ).

thf(53,plain,
    ! [SV4: $i] :
      ( ( ! [SY64: $i,SY65: $i,SY66: $i,SY67: $i,SY68: $i,SY69: $i] :
            ~ ( ~ ( ! [SY70: $i,SY71: $i] :
                      ( ~ ( organization @ SV4 @ SY68 )
                      | ~ ( organization @ SV4 @ SY69 )
                      | ~ ( reorganization @ SV4 @ SY70 @ SY71 )
                      | ~ ( reliability @ SV4 @ SY64 @ SY68 )
                      | ~ ( reliability @ SV4 @ SY65 @ SY69 )
                      | ~ ( accountability @ SV4 @ SY66 @ SY68 )
                      | ~ ( accountability @ SV4 @ SY67 @ SY69 )
                      | ( greater @ SY70 @ SY68 )
                      | ~ ( greater @ SY69 @ SY68 )
                      | ( greater @ SY69 @ SY71 ) )
                  | ( greater @ SY64 @ SY65 ) )
              | ~ ( ! [SY72: $i,SY73: $i] :
                      ( ~ ( organization @ SV4 @ SY68 )
                      | ~ ( organization @ SV4 @ SY69 )
                      | ~ ( reorganization @ SV4 @ SY72 @ SY73 )
                      | ~ ( reliability @ SV4 @ SY64 @ SY68 )
                      | ~ ( reliability @ SV4 @ SY65 @ SY69 )
                      | ~ ( accountability @ SV4 @ SY66 @ SY68 )
                      | ~ ( accountability @ SV4 @ SY67 @ SY69 )
                      | ( greater @ SY72 @ SY68 )
                      | ~ ( greater @ SY69 @ SY68 )
                      | ( greater @ SY69 @ SY73 ) )
                  | ( greater @ SY66 @ SY67 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[46]) ).

thf(54,plain,
    ! [SV5: $i,SV1: $i] :
      ( ( ! [SY74: $i,SY75: $i,SY76: $i,SY77: $i,SY78: $i,SY79: $i] :
            ( ! [SY80: $i,SY81: $i] :
                ( ~ ( organization @ SV1 @ SY80 )
                | ~ ( organization @ SV5 @ SY81 )
                | ~ ( reliability @ SV1 @ SY74 @ SY80 )
                | ~ ( reliability @ SV5 @ SY75 @ SY81 )
                | ~ ( accountability @ SV1 @ SY76 @ SY80 )
                | ~ ( accountability @ SV5 @ SY77 @ SY81 )
                | ~ ( survival_chance @ SV1 @ SY78 @ SY80 )
                | ~ ( survival_chance @ SV5 @ SY79 @ SY81 ) )
            | ~ ( greater @ SY75 @ SY74 )
            | ~ ( greater @ SY77 @ SY76 )
            | ( greater @ SY79 @ SY78 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

thf(55,plain,
    ! [SV6: $i,SV2: $i] :
      ( ( ~ ( organization @ SV2 @ SV6 )
        | ( reliability @ SV2 @ ( sK9_R @ SV6 @ SV2 ) @ SV6 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[48]) ).

thf(56,plain,
    ! [SV7: $i,SV3: $i] :
      ( ( ~ ( organization @ SV3 @ SV7 )
        | ( accountability @ SV3 @ ( sK8_A @ SV7 @ SV3 ) @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[49]) ).

thf(57,plain,
    ! [SV8: $i,SV4: $i] :
      ( ( ! [SY82: $i,SY83: $i,SY84: $i,SY85: $i,SY86: $i] :
            ~ ( ~ ( ! [SY87: $i,SY88: $i] :
                      ( ~ ( organization @ SV4 @ SY85 )
                      | ~ ( organization @ SV4 @ SY86 )
                      | ~ ( reorganization @ SV4 @ SY87 @ SY88 )
                      | ~ ( reliability @ SV4 @ SV8 @ SY85 )
                      | ~ ( reliability @ SV4 @ SY82 @ SY86 )
                      | ~ ( accountability @ SV4 @ SY83 @ SY85 )
                      | ~ ( accountability @ SV4 @ SY84 @ SY86 )
                      | ( greater @ SY87 @ SY85 )
                      | ~ ( greater @ SY86 @ SY85 )
                      | ( greater @ SY86 @ SY88 ) )
                  | ( greater @ SV8 @ SY82 ) )
              | ~ ( ! [SY89: $i,SY90: $i] :
                      ( ~ ( organization @ SV4 @ SY85 )
                      | ~ ( organization @ SV4 @ SY86 )
                      | ~ ( reorganization @ SV4 @ SY89 @ SY90 )
                      | ~ ( reliability @ SV4 @ SV8 @ SY85 )
                      | ~ ( reliability @ SV4 @ SY82 @ SY86 )
                      | ~ ( accountability @ SV4 @ SY83 @ SY85 )
                      | ~ ( accountability @ SV4 @ SY84 @ SY86 )
                      | ( greater @ SY89 @ SY85 )
                      | ~ ( greater @ SY86 @ SY85 )
                      | ( greater @ SY86 @ SY90 ) )
                  | ( greater @ SY83 @ SY84 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[53]) ).

thf(58,plain,
    ! [SV9: $i,SV5: $i,SV1: $i] :
      ( ( ! [SY91: $i,SY92: $i,SY93: $i,SY94: $i,SY95: $i] :
            ( ! [SY96: $i,SY97: $i] :
                ( ~ ( organization @ SV1 @ SY96 )
                | ~ ( organization @ SV5 @ SY97 )
                | ~ ( reliability @ SV1 @ SV9 @ SY96 )
                | ~ ( reliability @ SV5 @ SY91 @ SY97 )
                | ~ ( accountability @ SV1 @ SY92 @ SY96 )
                | ~ ( accountability @ SV5 @ SY93 @ SY97 )
                | ~ ( survival_chance @ SV1 @ SY94 @ SY96 )
                | ~ ( survival_chance @ SV5 @ SY95 @ SY97 ) )
            | ~ ( greater @ SY91 @ SV9 )
            | ~ ( greater @ SY93 @ SY92 )
            | ( greater @ SY95 @ SY94 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(59,plain,
    ! [SV6: $i,SV2: $i] :
      ( ( ( ~ ( organization @ SV2 @ SV6 ) )
        = $true )
      | ( ( reliability @ SV2 @ ( sK9_R @ SV6 @ SV2 ) @ SV6 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[55]) ).

thf(60,plain,
    ! [SV7: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV7 ) )
        = $true )
      | ( ( accountability @ SV3 @ ( sK8_A @ SV7 @ SV3 ) @ SV7 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[56]) ).

thf(61,plain,
    ! [SV10: $i,SV8: $i,SV4: $i] :
      ( ( ! [SY98: $i,SY99: $i,SY100: $i,SY101: $i] :
            ~ ( ~ ( ! [SY102: $i,SY103: $i] :
                      ( ~ ( organization @ SV4 @ SY100 )
                      | ~ ( organization @ SV4 @ SY101 )
                      | ~ ( reorganization @ SV4 @ SY102 @ SY103 )
                      | ~ ( reliability @ SV4 @ SV8 @ SY100 )
                      | ~ ( reliability @ SV4 @ SV10 @ SY101 )
                      | ~ ( accountability @ SV4 @ SY98 @ SY100 )
                      | ~ ( accountability @ SV4 @ SY99 @ SY101 )
                      | ( greater @ SY102 @ SY100 )
                      | ~ ( greater @ SY101 @ SY100 )
                      | ( greater @ SY101 @ SY103 ) )
                  | ( greater @ SV8 @ SV10 ) )
              | ~ ( ! [SY104: $i,SY105: $i] :
                      ( ~ ( organization @ SV4 @ SY100 )
                      | ~ ( organization @ SV4 @ SY101 )
                      | ~ ( reorganization @ SV4 @ SY104 @ SY105 )
                      | ~ ( reliability @ SV4 @ SV8 @ SY100 )
                      | ~ ( reliability @ SV4 @ SV10 @ SY101 )
                      | ~ ( accountability @ SV4 @ SY98 @ SY100 )
                      | ~ ( accountability @ SV4 @ SY99 @ SY101 )
                      | ( greater @ SY104 @ SY100 )
                      | ~ ( greater @ SY101 @ SY100 )
                      | ( greater @ SY101 @ SY105 ) )
                  | ( greater @ SY98 @ SY99 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(62,plain,
    ! [SV11: $i,SV9: $i,SV5: $i,SV1: $i] :
      ( ( ! [SY106: $i,SY107: $i,SY108: $i,SY109: $i] :
            ( ! [SY110: $i,SY111: $i] :
                ( ~ ( organization @ SV1 @ SY110 )
                | ~ ( organization @ SV5 @ SY111 )
                | ~ ( reliability @ SV1 @ SV9 @ SY110 )
                | ~ ( reliability @ SV5 @ SV11 @ SY111 )
                | ~ ( accountability @ SV1 @ SY106 @ SY110 )
                | ~ ( accountability @ SV5 @ SY107 @ SY111 )
                | ~ ( survival_chance @ SV1 @ SY108 @ SY110 )
                | ~ ( survival_chance @ SV5 @ SY109 @ SY111 ) )
            | ~ ( greater @ SV11 @ SV9 )
            | ~ ( greater @ SY107 @ SY106 )
            | ( greater @ SY109 @ SY108 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(63,plain,
    ! [SV6: $i,SV2: $i] :
      ( ( ( organization @ SV2 @ SV6 )
        = $false )
      | ( ( reliability @ SV2 @ ( sK9_R @ SV6 @ SV2 ) @ SV6 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(64,plain,
    ! [SV7: $i,SV3: $i] :
      ( ( ( organization @ SV3 @ SV7 )
        = $false )
      | ( ( accountability @ SV3 @ ( sK8_A @ SV7 @ SV3 ) @ SV7 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[60]) ).

thf(65,plain,
    ! [SV12: $i,SV10: $i,SV8: $i,SV4: $i] :
      ( ( ! [SY112: $i,SY113: $i,SY114: $i] :
            ~ ( ~ ( ! [SY115: $i,SY116: $i] :
                      ( ~ ( organization @ SV4 @ SY113 )
                      | ~ ( organization @ SV4 @ SY114 )
                      | ~ ( reorganization @ SV4 @ SY115 @ SY116 )
                      | ~ ( reliability @ SV4 @ SV8 @ SY113 )
                      | ~ ( reliability @ SV4 @ SV10 @ SY114 )
                      | ~ ( accountability @ SV4 @ SV12 @ SY113 )
                      | ~ ( accountability @ SV4 @ SY112 @ SY114 )
                      | ( greater @ SY115 @ SY113 )
                      | ~ ( greater @ SY114 @ SY113 )
                      | ( greater @ SY114 @ SY116 ) )
                  | ( greater @ SV8 @ SV10 ) )
              | ~ ( ! [SY117: $i,SY118: $i] :
                      ( ~ ( organization @ SV4 @ SY113 )
                      | ~ ( organization @ SV4 @ SY114 )
                      | ~ ( reorganization @ SV4 @ SY117 @ SY118 )
                      | ~ ( reliability @ SV4 @ SV8 @ SY113 )
                      | ~ ( reliability @ SV4 @ SV10 @ SY114 )
                      | ~ ( accountability @ SV4 @ SV12 @ SY113 )
                      | ~ ( accountability @ SV4 @ SY112 @ SY114 )
                      | ( greater @ SY117 @ SY113 )
                      | ~ ( greater @ SY114 @ SY113 )
                      | ( greater @ SY114 @ SY118 ) )
                  | ( greater @ SV12 @ SY112 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(66,plain,
    ! [SV13: $i,SV11: $i,SV9: $i,SV5: $i,SV1: $i] :
      ( ( ! [SY119: $i,SY120: $i,SY121: $i] :
            ( ! [SY122: $i,SY123: $i] :
                ( ~ ( organization @ SV1 @ SY122 )
                | ~ ( organization @ SV5 @ SY123 )
                | ~ ( reliability @ SV1 @ SV9 @ SY122 )
                | ~ ( reliability @ SV5 @ SV11 @ SY123 )
                | ~ ( accountability @ SV1 @ SV13 @ SY122 )
                | ~ ( accountability @ SV5 @ SY119 @ SY123 )
                | ~ ( survival_chance @ SV1 @ SY120 @ SY122 )
                | ~ ( survival_chance @ SV5 @ SY121 @ SY123 ) )
            | ~ ( greater @ SV11 @ SV9 )
            | ~ ( greater @ SY119 @ SV13 )
            | ( greater @ SY121 @ SY120 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(67,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV4: $i] :
      ( ( ! [SY124: $i,SY125: $i] :
            ~ ( ~ ( ! [SY126: $i,SY127: $i] :
                      ( ~ ( organization @ SV4 @ SY124 )
                      | ~ ( organization @ SV4 @ SY125 )
                      | ~ ( reorganization @ SV4 @ SY126 @ SY127 )
                      | ~ ( reliability @ SV4 @ SV8 @ SY124 )
                      | ~ ( reliability @ SV4 @ SV10 @ SY125 )
                      | ~ ( accountability @ SV4 @ SV12 @ SY124 )
                      | ~ ( accountability @ SV4 @ SV14 @ SY125 )
                      | ( greater @ SY126 @ SY124 )
                      | ~ ( greater @ SY125 @ SY124 )
                      | ( greater @ SY125 @ SY127 ) )
                  | ( greater @ SV8 @ SV10 ) )
              | ~ ( ! [SY128: $i,SY129: $i] :
                      ( ~ ( organization @ SV4 @ SY124 )
                      | ~ ( organization @ SV4 @ SY125 )
                      | ~ ( reorganization @ SV4 @ SY128 @ SY129 )
                      | ~ ( reliability @ SV4 @ SV8 @ SY124 )
                      | ~ ( reliability @ SV4 @ SV10 @ SY125 )
                      | ~ ( accountability @ SV4 @ SV12 @ SY124 )
                      | ~ ( accountability @ SV4 @ SV14 @ SY125 )
                      | ( greater @ SY128 @ SY124 )
                      | ~ ( greater @ SY125 @ SY124 )
                      | ( greater @ SY125 @ SY129 ) )
                  | ( greater @ SV12 @ SV14 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(68,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV5: $i,SV1: $i] :
      ( ( ! [SY130: $i,SY131: $i] :
            ( ! [SY132: $i,SY133: $i] :
                ( ~ ( organization @ SV1 @ SY132 )
                | ~ ( organization @ SV5 @ SY133 )
                | ~ ( reliability @ SV1 @ SV9 @ SY132 )
                | ~ ( reliability @ SV5 @ SV11 @ SY133 )
                | ~ ( accountability @ SV1 @ SV13 @ SY132 )
                | ~ ( accountability @ SV5 @ SV15 @ SY133 )
                | ~ ( survival_chance @ SV1 @ SY130 @ SY132 )
                | ~ ( survival_chance @ SV5 @ SY131 @ SY133 ) )
            | ~ ( greater @ SV11 @ SV9 )
            | ~ ( greater @ SV15 @ SV13 )
            | ( greater @ SY131 @ SY130 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(69,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV16: $i,SV4: $i] :
      ( ( ! [SY134: $i] :
            ~ ( ~ ( ! [SY135: $i,SY136: $i] :
                      ( ~ ( organization @ SV4 @ SV16 )
                      | ~ ( organization @ SV4 @ SY134 )
                      | ~ ( reorganization @ SV4 @ SY135 @ SY136 )
                      | ~ ( reliability @ SV4 @ SV8 @ SV16 )
                      | ~ ( reliability @ SV4 @ SV10 @ SY134 )
                      | ~ ( accountability @ SV4 @ SV12 @ SV16 )
                      | ~ ( accountability @ SV4 @ SV14 @ SY134 )
                      | ( greater @ SY135 @ SV16 )
                      | ~ ( greater @ SY134 @ SV16 )
                      | ( greater @ SY134 @ SY136 ) )
                  | ( greater @ SV8 @ SV10 ) )
              | ~ ( ! [SY137: $i,SY138: $i] :
                      ( ~ ( organization @ SV4 @ SV16 )
                      | ~ ( organization @ SV4 @ SY134 )
                      | ~ ( reorganization @ SV4 @ SY137 @ SY138 )
                      | ~ ( reliability @ SV4 @ SV8 @ SV16 )
                      | ~ ( reliability @ SV4 @ SV10 @ SY134 )
                      | ~ ( accountability @ SV4 @ SV12 @ SV16 )
                      | ~ ( accountability @ SV4 @ SV14 @ SY134 )
                      | ( greater @ SY137 @ SV16 )
                      | ~ ( greater @ SY134 @ SV16 )
                      | ( greater @ SY134 @ SY138 ) )
                  | ( greater @ SV12 @ SV14 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(70,plain,
    ! [SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV5: $i,SV1: $i] :
      ( ( ! [SY139: $i] :
            ( ! [SY140: $i,SY141: $i] :
                ( ~ ( organization @ SV1 @ SY140 )
                | ~ ( organization @ SV5 @ SY141 )
                | ~ ( reliability @ SV1 @ SV9 @ SY140 )
                | ~ ( reliability @ SV5 @ SV11 @ SY141 )
                | ~ ( accountability @ SV1 @ SV13 @ SY140 )
                | ~ ( accountability @ SV5 @ SV15 @ SY141 )
                | ~ ( survival_chance @ SV1 @ SV17 @ SY140 )
                | ~ ( survival_chance @ SV5 @ SY139 @ SY141 ) )
            | ~ ( greater @ SV11 @ SV9 )
            | ~ ( greater @ SV15 @ SV13 )
            | ( greater @ SY139 @ SV17 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(71,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ~ ( ~ ( ! [SY142: $i,SY143: $i] :
                    ( ~ ( organization @ SV4 @ SV16 )
                    | ~ ( organization @ SV4 @ SV18 )
                    | ~ ( reorganization @ SV4 @ SY142 @ SY143 )
                    | ~ ( reliability @ SV4 @ SV8 @ SV16 )
                    | ~ ( reliability @ SV4 @ SV10 @ SV18 )
                    | ~ ( accountability @ SV4 @ SV12 @ SV16 )
                    | ~ ( accountability @ SV4 @ SV14 @ SV18 )
                    | ( greater @ SY142 @ SV16 )
                    | ~ ( greater @ SV18 @ SV16 )
                    | ( greater @ SV18 @ SY143 ) )
                | ( greater @ SV8 @ SV10 ) )
            | ~ ( ! [SY144: $i,SY145: $i] :
                    ( ~ ( organization @ SV4 @ SV16 )
                    | ~ ( organization @ SV4 @ SV18 )
                    | ~ ( reorganization @ SV4 @ SY144 @ SY145 )
                    | ~ ( reliability @ SV4 @ SV8 @ SV16 )
                    | ~ ( reliability @ SV4 @ SV10 @ SV18 )
                    | ~ ( accountability @ SV4 @ SV12 @ SV16 )
                    | ~ ( accountability @ SV4 @ SV14 @ SV18 )
                    | ( greater @ SY144 @ SV16 )
                    | ~ ( greater @ SV18 @ SV16 )
                    | ( greater @ SV18 @ SY145 ) )
                | ( greater @ SV12 @ SV14 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(72,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV5: $i,SV1: $i] :
      ( ( ! [SY146: $i,SY147: $i] :
            ( ~ ( organization @ SV1 @ SY146 )
            | ~ ( organization @ SV5 @ SY147 )
            | ~ ( reliability @ SV1 @ SV9 @ SY146 )
            | ~ ( reliability @ SV5 @ SV11 @ SY147 )
            | ~ ( accountability @ SV1 @ SV13 @ SY146 )
            | ~ ( accountability @ SV5 @ SV15 @ SY147 )
            | ~ ( survival_chance @ SV1 @ SV17 @ SY146 )
            | ~ ( survival_chance @ SV5 @ SV19 @ SY147 ) )
        | ~ ( greater @ SV11 @ SV9 )
        | ~ ( greater @ SV15 @ SV13 )
        | ( greater @ SV19 @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(73,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ~ ( ! [SY142: $i,SY143: $i] :
                ( ~ ( organization @ SV4 @ SV16 )
                | ~ ( organization @ SV4 @ SV18 )
                | ~ ( reorganization @ SV4 @ SY142 @ SY143 )
                | ~ ( reliability @ SV4 @ SV8 @ SV16 )
                | ~ ( reliability @ SV4 @ SV10 @ SV18 )
                | ~ ( accountability @ SV4 @ SV12 @ SV16 )
                | ~ ( accountability @ SV4 @ SV14 @ SV18 )
                | ( greater @ SY142 @ SV16 )
                | ~ ( greater @ SV18 @ SV16 )
                | ( greater @ SV18 @ SY143 ) )
            | ( greater @ SV8 @ SV10 ) )
        | ~ ( ! [SY144: $i,SY145: $i] :
                ( ~ ( organization @ SV4 @ SV16 )
                | ~ ( organization @ SV4 @ SV18 )
                | ~ ( reorganization @ SV4 @ SY144 @ SY145 )
                | ~ ( reliability @ SV4 @ SV8 @ SV16 )
                | ~ ( reliability @ SV4 @ SV10 @ SV18 )
                | ~ ( accountability @ SV4 @ SV12 @ SV16 )
                | ~ ( accountability @ SV4 @ SV14 @ SV18 )
                | ( greater @ SY144 @ SV16 )
                | ~ ( greater @ SV18 @ SV16 )
                | ( greater @ SV18 @ SY145 ) )
            | ( greater @ SV12 @ SV14 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(74,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV5: $i,SV1: $i] :
      ( ( ( ! [SY146: $i,SY147: $i] :
              ( ~ ( organization @ SV1 @ SY146 )
              | ~ ( organization @ SV5 @ SY147 )
              | ~ ( reliability @ SV1 @ SV9 @ SY146 )
              | ~ ( reliability @ SV5 @ SV11 @ SY147 )
              | ~ ( accountability @ SV1 @ SV13 @ SY146 )
              | ~ ( accountability @ SV5 @ SV15 @ SY147 )
              | ~ ( survival_chance @ SV1 @ SV17 @ SY146 )
              | ~ ( survival_chance @ SV5 @ SV19 @ SY147 ) )
          | ~ ( greater @ SV11 @ SV9 )
          | ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[72]) ).

thf(75,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ~ ( ! [SY142: $i,SY143: $i] :
                ( ~ ( organization @ SV4 @ SV16 )
                | ~ ( organization @ SV4 @ SV18 )
                | ~ ( reorganization @ SV4 @ SY142 @ SY143 )
                | ~ ( reliability @ SV4 @ SV8 @ SV16 )
                | ~ ( reliability @ SV4 @ SV10 @ SV18 )
                | ~ ( accountability @ SV4 @ SV12 @ SV16 )
                | ~ ( accountability @ SV4 @ SV14 @ SV18 )
                | ( greater @ SY142 @ SV16 )
                | ~ ( greater @ SV18 @ SV16 )
                | ( greater @ SV18 @ SY143 ) )
            | ( greater @ SV8 @ SV10 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[73]) ).

thf(76,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ~ ( ! [SY144: $i,SY145: $i] :
                ( ~ ( organization @ SV4 @ SV16 )
                | ~ ( organization @ SV4 @ SV18 )
                | ~ ( reorganization @ SV4 @ SY144 @ SY145 )
                | ~ ( reliability @ SV4 @ SV8 @ SV16 )
                | ~ ( reliability @ SV4 @ SV10 @ SV18 )
                | ~ ( accountability @ SV4 @ SV12 @ SV16 )
                | ~ ( accountability @ SV4 @ SV14 @ SV18 )
                | ( greater @ SY144 @ SV16 )
                | ~ ( greater @ SV18 @ SV16 )
                | ( greater @ SV18 @ SY145 ) )
            | ( greater @ SV12 @ SV14 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[73]) ).

thf(77,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV5: $i,SV1: $i] :
      ( ( ( ! [SY146: $i,SY147: $i] :
              ( ~ ( organization @ SV1 @ SY146 )
              | ~ ( organization @ SV5 @ SY147 )
              | ~ ( reliability @ SV1 @ SV9 @ SY146 )
              | ~ ( reliability @ SV5 @ SV11 @ SY147 )
              | ~ ( accountability @ SV1 @ SV13 @ SY146 )
              | ~ ( accountability @ SV5 @ SV15 @ SY147 )
              | ~ ( survival_chance @ SV1 @ SV17 @ SY146 )
              | ~ ( survival_chance @ SV5 @ SV19 @ SY147 ) )
          | ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[74]) ).

thf(78,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ! [SY142: $i,SY143: $i] :
            ( ~ ( organization @ SV4 @ SV16 )
            | ~ ( organization @ SV4 @ SV18 )
            | ~ ( reorganization @ SV4 @ SY142 @ SY143 )
            | ~ ( reliability @ SV4 @ SV8 @ SV16 )
            | ~ ( reliability @ SV4 @ SV10 @ SV18 )
            | ~ ( accountability @ SV4 @ SV12 @ SV16 )
            | ~ ( accountability @ SV4 @ SV14 @ SV18 )
            | ( greater @ SY142 @ SV16 )
            | ~ ( greater @ SV18 @ SV16 )
            | ( greater @ SV18 @ SY143 ) )
        | ( greater @ SV8 @ SV10 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[75]) ).

thf(79,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ! [SY144: $i,SY145: $i] :
            ( ~ ( organization @ SV4 @ SV16 )
            | ~ ( organization @ SV4 @ SV18 )
            | ~ ( reorganization @ SV4 @ SY144 @ SY145 )
            | ~ ( reliability @ SV4 @ SV8 @ SV16 )
            | ~ ( reliability @ SV4 @ SV10 @ SV18 )
            | ~ ( accountability @ SV4 @ SV12 @ SV16 )
            | ~ ( accountability @ SV4 @ SV14 @ SV18 )
            | ( greater @ SY144 @ SV16 )
            | ~ ( greater @ SV18 @ SV16 )
            | ( greater @ SV18 @ SY145 ) )
        | ( greater @ SV12 @ SV14 ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[76]) ).

thf(80,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV5: $i,SV1: $i] :
      ( ( ( ! [SY146: $i,SY147: $i] :
              ( ~ ( organization @ SV1 @ SY146 )
              | ~ ( organization @ SV5 @ SY147 )
              | ~ ( reliability @ SV1 @ SV9 @ SY146 )
              | ~ ( reliability @ SV5 @ SV11 @ SY147 )
              | ~ ( accountability @ SV1 @ SV13 @ SY146 )
              | ~ ( accountability @ SV5 @ SV15 @ SY147 )
              | ~ ( survival_chance @ SV1 @ SV17 @ SY146 )
              | ~ ( survival_chance @ SV5 @ SV19 @ SY147 ) ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[77]) ).

thf(81,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ! [SY142: $i,SY143: $i] :
              ( ~ ( organization @ SV4 @ SV16 )
              | ~ ( organization @ SV4 @ SV18 )
              | ~ ( reorganization @ SV4 @ SY142 @ SY143 )
              | ~ ( reliability @ SV4 @ SV8 @ SV16 )
              | ~ ( reliability @ SV4 @ SV10 @ SV18 )
              | ~ ( accountability @ SV4 @ SV12 @ SV16 )
              | ~ ( accountability @ SV4 @ SV14 @ SV18 )
              | ( greater @ SY142 @ SV16 )
              | ~ ( greater @ SV18 @ SV16 )
              | ( greater @ SV18 @ SY143 ) ) )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(82,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ! [SY144: $i,SY145: $i] :
              ( ~ ( organization @ SV4 @ SV16 )
              | ~ ( organization @ SV4 @ SV18 )
              | ~ ( reorganization @ SV4 @ SY144 @ SY145 )
              | ~ ( reliability @ SV4 @ SV8 @ SV16 )
              | ~ ( reliability @ SV4 @ SV10 @ SV18 )
              | ~ ( accountability @ SV4 @ SV12 @ SV16 )
              | ~ ( accountability @ SV4 @ SV14 @ SV18 )
              | ( greater @ SY144 @ SV16 )
              | ~ ( greater @ SV18 @ SV16 )
              | ( greater @ SV18 @ SY145 ) ) )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[79]) ).

thf(83,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ! [SY148: $i] :
              ( ~ ( organization @ SV1 @ SV20 )
              | ~ ( organization @ SV5 @ SY148 )
              | ~ ( reliability @ SV1 @ SV9 @ SV20 )
              | ~ ( reliability @ SV5 @ SV11 @ SY148 )
              | ~ ( accountability @ SV1 @ SV13 @ SV20 )
              | ~ ( accountability @ SV5 @ SV15 @ SY148 )
              | ~ ( survival_chance @ SV1 @ SV17 @ SV20 )
              | ~ ( survival_chance @ SV5 @ SV19 @ SY148 ) ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(84,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ! [SY149: $i] :
              ( ~ ( organization @ SV4 @ SV16 )
              | ~ ( organization @ SV4 @ SV18 )
              | ~ ( reorganization @ SV4 @ SV21 @ SY149 )
              | ~ ( reliability @ SV4 @ SV8 @ SV16 )
              | ~ ( reliability @ SV4 @ SV10 @ SV18 )
              | ~ ( accountability @ SV4 @ SV12 @ SV16 )
              | ~ ( accountability @ SV4 @ SV14 @ SV18 )
              | ( greater @ SV21 @ SV16 )
              | ~ ( greater @ SV18 @ SV16 )
              | ( greater @ SV18 @ SY149 ) ) )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(85,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ! [SY150: $i] :
              ( ~ ( organization @ SV4 @ SV16 )
              | ~ ( organization @ SV4 @ SV18 )
              | ~ ( reorganization @ SV4 @ SV22 @ SY150 )
              | ~ ( reliability @ SV4 @ SV8 @ SV16 )
              | ~ ( reliability @ SV4 @ SV10 @ SV18 )
              | ~ ( accountability @ SV4 @ SV12 @ SV16 )
              | ~ ( accountability @ SV4 @ SV14 @ SV18 )
              | ( greater @ SV22 @ SV16 )
              | ~ ( greater @ SV18 @ SV16 )
              | ( greater @ SV18 @ SY150 ) ) )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(86,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV20 )
          | ~ ( organization @ SV5 @ SV23 )
          | ~ ( reliability @ SV1 @ SV9 @ SV20 )
          | ~ ( reliability @ SV5 @ SV11 @ SV23 )
          | ~ ( accountability @ SV1 @ SV13 @ SV20 )
          | ~ ( accountability @ SV5 @ SV15 @ SV23 )
          | ~ ( survival_chance @ SV1 @ SV17 @ SV20 )
          | ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(87,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV21 @ SV24 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 )
          | ~ ( accountability @ SV4 @ SV14 @ SV18 )
          | ( greater @ SV21 @ SV16 )
          | ~ ( greater @ SV18 @ SV16 )
          | ( greater @ SV18 @ SV24 ) )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(88,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV22 @ SV25 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 )
          | ~ ( accountability @ SV4 @ SV14 @ SV18 )
          | ( greater @ SV22 @ SV16 )
          | ~ ( greater @ SV18 @ SV16 )
          | ( greater @ SV18 @ SV25 ) )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(89,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV20 )
          | ~ ( organization @ SV5 @ SV23 )
          | ~ ( reliability @ SV1 @ SV9 @ SV20 )
          | ~ ( reliability @ SV5 @ SV11 @ SV23 )
          | ~ ( accountability @ SV1 @ SV13 @ SV20 )
          | ~ ( accountability @ SV5 @ SV15 @ SV23 )
          | ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[86]) ).

thf(90,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV21 @ SV24 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 )
          | ~ ( accountability @ SV4 @ SV14 @ SV18 )
          | ( greater @ SV21 @ SV16 )
          | ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[87]) ).

thf(91,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV22 @ SV25 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 )
          | ~ ( accountability @ SV4 @ SV14 @ SV18 )
          | ( greater @ SV22 @ SV16 )
          | ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[88]) ).

thf(92,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV20 )
          | ~ ( organization @ SV5 @ SV23 )
          | ~ ( reliability @ SV1 @ SV9 @ SV20 )
          | ~ ( reliability @ SV5 @ SV11 @ SV23 )
          | ~ ( accountability @ SV1 @ SV13 @ SV20 )
          | ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[89]) ).

thf(93,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV21 @ SV24 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 )
          | ~ ( accountability @ SV4 @ SV14 @ SV18 )
          | ( greater @ SV21 @ SV16 ) )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(94,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV22 @ SV25 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 )
          | ~ ( accountability @ SV4 @ SV14 @ SV18 )
          | ( greater @ SV22 @ SV16 ) )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(95,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV20 )
          | ~ ( organization @ SV5 @ SV23 )
          | ~ ( reliability @ SV1 @ SV9 @ SV20 )
          | ~ ( reliability @ SV5 @ SV11 @ SV23 )
          | ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(96,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV21 @ SV24 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 )
          | ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[93]) ).

thf(97,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV22 @ SV25 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 )
          | ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[94]) ).

thf(98,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV20 )
          | ~ ( organization @ SV5 @ SV23 )
          | ~ ( reliability @ SV1 @ SV9 @ SV20 )
          | ~ ( reliability @ SV5 @ SV11 @ SV23 ) )
        = $true )
      | ( ( ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[95]) ).

thf(99,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV21 @ SV24 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[96]) ).

thf(100,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV22 @ SV25 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 )
          | ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(101,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV20 )
          | ~ ( organization @ SV5 @ SV23 )
          | ~ ( reliability @ SV1 @ SV9 @ SV20 ) )
        = $true )
      | ( ( ~ ( reliability @ SV5 @ SV11 @ SV23 ) )
        = $true )
      | ( ( ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[98]) ).

thf(102,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV21 @ SV24 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[99]) ).

thf(103,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV22 @ SV25 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 )
          | ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[100]) ).

thf(104,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV20 )
          | ~ ( organization @ SV5 @ SV23 ) )
        = $true )
      | ( ( ~ ( reliability @ SV1 @ SV9 @ SV20 ) )
        = $true )
      | ( ( ~ ( reliability @ SV5 @ SV11 @ SV23 ) )
        = $true )
      | ( ( ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[101]) ).

thf(105,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV21 @ SV24 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(106,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV22 @ SV25 )
          | ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(107,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV20 ) )
        = $true )
      | ( ( ~ ( organization @ SV5 @ SV23 ) )
        = $true )
      | ( ( ~ ( reliability @ SV1 @ SV9 @ SV20 ) )
        = $true )
      | ( ( ~ ( reliability @ SV5 @ SV11 @ SV23 ) )
        = $true )
      | ( ( ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[104]) ).

thf(108,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV21 @ SV24 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[105]) ).

thf(109,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 )
          | ~ ( reorganization @ SV4 @ SV22 @ SV25 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[106]) ).

thf(110,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV23: $i,SV5: $i,SV20: $i,SV1: $i] :
      ( ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( ~ ( organization @ SV5 @ SV23 ) )
        = $true )
      | ( ( ~ ( reliability @ SV1 @ SV9 @ SV20 ) )
        = $true )
      | ( ( ~ ( reliability @ SV5 @ SV11 @ SV23 ) )
        = $true )
      | ( ( ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(111,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 ) )
        = $true )
      | ( ( ~ ( reorganization @ SV4 @ SV21 @ SV24 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(112,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 )
          | ~ ( organization @ SV4 @ SV18 ) )
        = $true )
      | ( ( ~ ( reorganization @ SV4 @ SV22 @ SV25 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(113,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV20: $i,SV1: $i,SV23: $i,SV5: $i] :
      ( ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( ~ ( reliability @ SV1 @ SV9 @ SV20 ) )
        = $true )
      | ( ( ~ ( reliability @ SV5 @ SV11 @ SV23 ) )
        = $true )
      | ( ( ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[110]) ).

thf(114,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 ) )
        = $true )
      | ( ( ~ ( organization @ SV4 @ SV18 ) )
        = $true )
      | ( ( ~ ( reorganization @ SV4 @ SV21 @ SV24 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[111]) ).

thf(115,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( ~ ( organization @ SV4 @ SV16 ) )
        = $true )
      | ( ( ~ ( organization @ SV4 @ SV18 ) )
        = $true )
      | ( ( ~ ( reorganization @ SV4 @ SV22 @ SV25 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(116,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV11: $i,SV23: $i,SV5: $i,SV20: $i,SV9: $i,SV1: $i] :
      ( ( ( reliability @ SV1 @ SV9 @ SV20 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( ~ ( reliability @ SV5 @ SV11 @ SV23 ) )
        = $true )
      | ( ( ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[113]) ).

thf(117,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( ~ ( organization @ SV4 @ SV18 ) )
        = $true )
      | ( ( ~ ( reorganization @ SV4 @ SV21 @ SV24 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[114]) ).

thf(118,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV4: $i] :
      ( ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( ~ ( organization @ SV4 @ SV18 ) )
        = $true )
      | ( ( ~ ( reorganization @ SV4 @ SV22 @ SV25 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(119,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV13: $i,SV9: $i,SV20: $i,SV1: $i,SV23: $i,SV11: $i,SV5: $i] :
      ( ( ( reliability @ SV5 @ SV11 @ SV23 )
        = $false )
      | ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( reliability @ SV1 @ SV9 @ SV20 )
        = $false )
      | ( ( ~ ( accountability @ SV1 @ SV13 @ SV20 ) )
        = $true )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

thf(120,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV24: $i,SV21: $i,SV16: $i,SV18: $i,SV4: $i] :
      ( ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( ~ ( reorganization @ SV4 @ SV21 @ SV24 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[117]) ).

thf(121,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV25: $i,SV22: $i,SV16: $i,SV18: $i,SV4: $i] :
      ( ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( ~ ( reorganization @ SV4 @ SV22 @ SV25 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[118]) ).

thf(122,plain,
    ! [SV19: $i,SV17: $i,SV15: $i,SV11: $i,SV23: $i,SV5: $i,SV9: $i,SV20: $i,SV13: $i,SV1: $i] :
      ( ( ( accountability @ SV1 @ SV13 @ SV20 )
        = $false )
      | ( ( reliability @ SV1 @ SV9 @ SV20 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( reliability @ SV5 @ SV11 @ SV23 )
        = $false )
      | ( ( ~ ( accountability @ SV5 @ SV15 @ SV23 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(123,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV24: $i,SV21: $i,SV4: $i] :
      ( ( ( reorganization @ SV4 @ SV21 @ SV24 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(124,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV8: $i,SV18: $i,SV16: $i,SV25: $i,SV22: $i,SV4: $i] :
      ( ( ( reorganization @ SV4 @ SV22 @ SV25 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( ~ ( reliability @ SV4 @ SV8 @ SV16 ) )
        = $true )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(125,plain,
    ! [SV19: $i,SV17: $i,SV13: $i,SV9: $i,SV20: $i,SV1: $i,SV11: $i,SV23: $i,SV15: $i,SV5: $i] :
      ( ( ( accountability @ SV5 @ SV15 @ SV23 )
        = $false )
      | ( ( reliability @ SV5 @ SV11 @ SV23 )
        = $false )
      | ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( reliability @ SV1 @ SV9 @ SV20 )
        = $false )
      | ( ( accountability @ SV1 @ SV13 @ SV20 )
        = $false )
      | ( ( ~ ( survival_chance @ SV1 @ SV17 @ SV20 ) )
        = $true )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[122]) ).

thf(126,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV24: $i,SV21: $i,SV18: $i,SV16: $i,SV8: $i,SV4: $i] :
      ( ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( reorganization @ SV4 @ SV21 @ SV24 )
        = $false )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[123]) ).

thf(127,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV25: $i,SV22: $i,SV18: $i,SV16: $i,SV8: $i,SV4: $i] :
      ( ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( reorganization @ SV4 @ SV22 @ SV25 )
        = $false )
      | ( ( ~ ( reliability @ SV4 @ SV10 @ SV18 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[124]) ).

thf(128,plain,
    ! [SV19: $i,SV15: $i,SV11: $i,SV23: $i,SV5: $i,SV9: $i,SV13: $i,SV20: $i,SV17: $i,SV1: $i] :
      ( ( ( survival_chance @ SV1 @ SV17 @ SV20 )
        = $false )
      | ( ( accountability @ SV1 @ SV13 @ SV20 )
        = $false )
      | ( ( reliability @ SV1 @ SV9 @ SV20 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( reliability @ SV5 @ SV11 @ SV23 )
        = $false )
      | ( ( accountability @ SV5 @ SV15 @ SV23 )
        = $false )
      | ( ( ~ ( survival_chance @ SV5 @ SV19 @ SV23 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

thf(129,plain,
    ! [SV14: $i,SV12: $i,SV8: $i,SV16: $i,SV24: $i,SV21: $i,SV18: $i,SV10: $i,SV4: $i] :
      ( ( ( reliability @ SV4 @ SV10 @ SV18 )
        = $false )
      | ( ( reorganization @ SV4 @ SV21 @ SV24 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[126]) ).

thf(130,plain,
    ! [SV14: $i,SV12: $i,SV8: $i,SV16: $i,SV25: $i,SV22: $i,SV18: $i,SV10: $i,SV4: $i] :
      ( ( ( reliability @ SV4 @ SV10 @ SV18 )
        = $false )
      | ( ( reorganization @ SV4 @ SV22 @ SV25 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( ~ ( accountability @ SV4 @ SV12 @ SV16 ) )
        = $true )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[127]) ).

thf(131,plain,
    ! [SV17: $i,SV13: $i,SV9: $i,SV20: $i,SV1: $i,SV11: $i,SV15: $i,SV23: $i,SV19: $i,SV5: $i] :
      ( ( ( survival_chance @ SV5 @ SV19 @ SV23 )
        = $false )
      | ( ( accountability @ SV5 @ SV15 @ SV23 )
        = $false )
      | ( ( reliability @ SV5 @ SV11 @ SV23 )
        = $false )
      | ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( reliability @ SV1 @ SV9 @ SV20 )
        = $false )
      | ( ( accountability @ SV1 @ SV13 @ SV20 )
        = $false )
      | ( ( survival_chance @ SV1 @ SV17 @ SV20 )
        = $false )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[128]) ).

thf(132,plain,
    ! [SV14: $i,SV10: $i,SV24: $i,SV21: $i,SV18: $i,SV8: $i,SV16: $i,SV12: $i,SV4: $i] :
      ( ( ( accountability @ SV4 @ SV12 @ SV16 )
        = $false )
      | ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( reorganization @ SV4 @ SV21 @ SV24 )
        = $false )
      | ( ( reliability @ SV4 @ SV10 @ SV18 )
        = $false )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[129]) ).

thf(133,plain,
    ! [SV14: $i,SV10: $i,SV25: $i,SV22: $i,SV18: $i,SV8: $i,SV16: $i,SV12: $i,SV4: $i] :
      ( ( ( accountability @ SV4 @ SV12 @ SV16 )
        = $false )
      | ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( reorganization @ SV4 @ SV22 @ SV25 )
        = $false )
      | ( ( reliability @ SV4 @ SV10 @ SV18 )
        = $false )
      | ( ( ~ ( accountability @ SV4 @ SV14 @ SV18 ) )
        = $true )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[130]) ).

thf(134,plain,
    ! [SV19: $i,SV15: $i,SV23: $i,SV5: $i,SV13: $i,SV20: $i,SV17: $i,SV1: $i,SV9: $i,SV11: $i] :
      ( ( ( greater @ SV11 @ SV9 )
        = $false )
      | ( ( survival_chance @ SV1 @ SV17 @ SV20 )
        = $false )
      | ( ( accountability @ SV1 @ SV13 @ SV20 )
        = $false )
      | ( ( reliability @ SV1 @ SV9 @ SV20 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( reliability @ SV5 @ SV11 @ SV23 )
        = $false )
      | ( ( accountability @ SV5 @ SV15 @ SV23 )
        = $false )
      | ( ( survival_chance @ SV5 @ SV19 @ SV23 )
        = $false )
      | ( ( ~ ( greater @ SV15 @ SV13 ) )
        = $true )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(135,plain,
    ! [SV12: $i,SV8: $i,SV16: $i,SV24: $i,SV21: $i,SV10: $i,SV18: $i,SV14: $i,SV4: $i] :
      ( ( ( accountability @ SV4 @ SV14 @ SV18 )
        = $false )
      | ( ( reliability @ SV4 @ SV10 @ SV18 )
        = $false )
      | ( ( reorganization @ SV4 @ SV21 @ SV24 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( accountability @ SV4 @ SV12 @ SV16 )
        = $false )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[132]) ).

thf(136,plain,
    ! [SV12: $i,SV8: $i,SV16: $i,SV25: $i,SV22: $i,SV10: $i,SV18: $i,SV14: $i,SV4: $i] :
      ( ( ( accountability @ SV4 @ SV14 @ SV18 )
        = $false )
      | ( ( reliability @ SV4 @ SV10 @ SV18 )
        = $false )
      | ( ( reorganization @ SV4 @ SV22 @ SV25 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( accountability @ SV4 @ SV12 @ SV16 )
        = $false )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( ~ ( greater @ SV18 @ SV16 ) )
        = $true )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[133]) ).

thf(137,plain,
    ! [SV17: $i,SV9: $i,SV20: $i,SV1: $i,SV11: $i,SV23: $i,SV19: $i,SV5: $i,SV13: $i,SV15: $i] :
      ( ( ( greater @ SV15 @ SV13 )
        = $false )
      | ( ( survival_chance @ SV5 @ SV19 @ SV23 )
        = $false )
      | ( ( accountability @ SV5 @ SV15 @ SV23 )
        = $false )
      | ( ( reliability @ SV5 @ SV11 @ SV23 )
        = $false )
      | ( ( organization @ SV5 @ SV23 )
        = $false )
      | ( ( organization @ SV1 @ SV20 )
        = $false )
      | ( ( reliability @ SV1 @ SV9 @ SV20 )
        = $false )
      | ( ( accountability @ SV1 @ SV13 @ SV20 )
        = $false )
      | ( ( survival_chance @ SV1 @ SV17 @ SV20 )
        = $false )
      | ( ( greater @ SV11 @ SV9 )
        = $false )
      | ( ( greater @ SV19 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[134]) ).

thf(138,plain,
    ! [SV14: $i,SV10: $i,SV24: $i,SV8: $i,SV12: $i,SV4: $i,SV21: $i,SV16: $i,SV18: $i] :
      ( ( ( greater @ SV18 @ SV16 )
        = $false )
      | ( ( greater @ SV21 @ SV16 )
        = $true )
      | ( ( accountability @ SV4 @ SV12 @ SV16 )
        = $false )
      | ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( reorganization @ SV4 @ SV21 @ SV24 )
        = $false )
      | ( ( reliability @ SV4 @ SV10 @ SV18 )
        = $false )
      | ( ( accountability @ SV4 @ SV14 @ SV18 )
        = $false )
      | ( ( greater @ SV18 @ SV24 )
        = $true )
      | ( ( greater @ SV8 @ SV10 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[135]) ).

thf(139,plain,
    ! [SV14: $i,SV10: $i,SV25: $i,SV8: $i,SV12: $i,SV4: $i,SV22: $i,SV16: $i,SV18: $i] :
      ( ( ( greater @ SV18 @ SV16 )
        = $false )
      | ( ( greater @ SV22 @ SV16 )
        = $true )
      | ( ( accountability @ SV4 @ SV12 @ SV16 )
        = $false )
      | ( ( reliability @ SV4 @ SV8 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV18 )
        = $false )
      | ( ( organization @ SV4 @ SV16 )
        = $false )
      | ( ( reorganization @ SV4 @ SV22 @ SV25 )
        = $false )
      | ( ( reliability @ SV4 @ SV10 @ SV18 )
        = $false )
      | ( ( accountability @ SV4 @ SV14 @ SV18 )
        = $false )
      | ( ( greater @ SV18 @ SV25 )
        = $true )
      | ( ( greater @ SV12 @ SV14 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[136]) ).

thf(140,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[38,139,138,137,64,63,52,51,50,44,43,42,41,40]) ).

thf(141,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[140]) ).

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