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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MGT009+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 : n028.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 600s
% DateTime : Sun Jul 17 22:17:06 EDT 2022

% Result   : Theorem 0.48s 0.68s
% Output   : CNFRefutation 0.48s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   35
%            Number of leaves      :   21
% Syntax   : Number of formulae    :  152 (  73 unt;  17 typ;   0 def)
%            Number of atoms       : 2154 ( 498 equ;   0 cnn)
%            Maximal formula atoms :   12 (  15 avg)
%            Number of connectives : 4767 ( 718   ~; 851   |; 152   &;3026   @)
%                                         (   2 <=>;  18  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   24 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   21 (  21   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   20 (  17 usr;  11 con; 0-3 aty)
%            Number of variables   :  828 (   0   ^ 826   !;   2   ?; 828   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_class,type,
    class: $i > $i > $i > $o ).

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

thf(tp_inertia,type,
    inertia: $i > $i > $i > $o ).

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

thf(tp_reorganization_free,type,
    reorganization_free: $i > $i > $i > $o ).

thf(tp_reproducibility,type,
    reproducibility: $i > $i > $i > $o ).

thf(tp_sK10_I,type,
    sK10_I: $i > $i > $i ).

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

thf(tp_sK2_SY29,type,
    sK2_SY29: $i ).

thf(tp_sK3_SY37,type,
    sK3_SY37: $i ).

thf(tp_sK4_SY44,type,
    sK4_SY44: $i ).

thf(tp_sK5_SY50,type,
    sK5_SY50: $i ).

thf(tp_sK6_SY55,type,
    sK6_SY55: $i ).

thf(tp_sK7_SY59,type,
    sK7_SY59: $i ).

thf(tp_sK8_SY62,type,
    sK8_SY62: $i ).

thf(tp_sK9_SY64,type,
    sK9_SY64: $i ).

thf(tp_size,type,
    size: $i > $i > $i > $o ).

thf(1,axiom,
    ! [X: $i,T: $i] :
      ( ( organization @ X @ T )
     => ? [I: $i] : ( inertia @ X @ I @ T ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp5) ).

thf(2,axiom,
    ! [X: $i,Y: $i,C: $i,S1: $i,S2: $i,I1: $i,I2: $i,T1: $i,T2: $i] :
      ( ( ( organization @ X @ T1 )
        & ( organization @ Y @ T2 )
        & ( class @ X @ C @ T1 )
        & ( class @ Y @ C @ T2 )
        & ( size @ X @ S1 @ T1 )
        & ( size @ Y @ S2 @ T2 )
        & ( inertia @ X @ I1 @ T1 )
        & ( inertia @ Y @ I2 @ T2 )
        & ( greater @ S2 @ S1 ) )
     => ( greater @ I2 @ I1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a5_FOL) ).

thf(3,axiom,
    ! [X: $i,Y: $i,T1: $i,T2: $i,Rp1: $i,Rp2: $i,I1: $i,I2: $i] :
      ( ( ( organization @ X @ T1 )
        & ( organization @ Y @ T2 )
        & ( reorganization_free @ X @ T1 @ T1 )
        & ( reorganization_free @ Y @ T2 @ T2 )
        & ( reproducibility @ X @ Rp1 @ T1 )
        & ( reproducibility @ Y @ Rp2 @ T2 )
        & ( inertia @ X @ I1 @ T1 )
        & ( inertia @ Y @ I2 @ T2 ) )
     => ( ( greater @ Rp2 @ Rp1 )
      <=> ( greater @ I2 @ I1 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a3_FOL) ).

thf(4,conjecture,
    ! [X: $i,Y: $i,C: $i,Rp1: $i,Rp2: $i,S1: $i,S2: $i,T1: $i,T2: $i] :
      ( ( ( organization @ X @ T1 )
        & ( organization @ Y @ T2 )
        & ( reorganization_free @ X @ T1 @ T1 )
        & ( reorganization_free @ Y @ T2 @ T2 )
        & ( class @ X @ C @ T1 )
        & ( class @ Y @ C @ T2 )
        & ( reproducibility @ X @ Rp1 @ T1 )
        & ( reproducibility @ Y @ Rp2 @ T2 )
        & ( size @ X @ S1 @ T1 )
        & ( size @ Y @ S2 @ T2 )
        & ( greater @ S2 @ S1 ) )
     => ( greater @ Rp2 @ Rp1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t9_FOL) ).

thf(5,negated_conjecture,
    ( ( ! [X: $i,Y: $i,C: $i,Rp1: $i,Rp2: $i,S1: $i,S2: $i,T1: $i,T2: $i] :
          ( ( ( organization @ X @ T1 )
            & ( organization @ Y @ T2 )
            & ( reorganization_free @ X @ T1 @ T1 )
            & ( reorganization_free @ Y @ T2 @ T2 )
            & ( class @ X @ C @ T1 )
            & ( class @ Y @ C @ T2 )
            & ( reproducibility @ X @ Rp1 @ T1 )
            & ( reproducibility @ Y @ Rp2 @ T2 )
            & ( size @ X @ S1 @ T1 )
            & ( size @ Y @ S2 @ T2 )
            & ( greater @ S2 @ S1 ) )
         => ( greater @ Rp2 @ Rp1 ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[4]) ).

thf(6,plain,
    ( ( ! [X: $i,Y: $i,C: $i,Rp1: $i,Rp2: $i,S1: $i,S2: $i,T1: $i,T2: $i] :
          ( ( ( organization @ X @ T1 )
            & ( organization @ Y @ T2 )
            & ( reorganization_free @ X @ T1 @ T1 )
            & ( reorganization_free @ Y @ T2 @ T2 )
            & ( class @ X @ C @ T1 )
            & ( class @ Y @ C @ T2 )
            & ( reproducibility @ X @ Rp1 @ T1 )
            & ( reproducibility @ Y @ Rp2 @ T2 )
            & ( size @ X @ S1 @ T1 )
            & ( size @ Y @ S2 @ T2 )
            & ( greater @ S2 @ S1 ) )
         => ( greater @ Rp2 @ Rp1 ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[5]) ).

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

thf(8,plain,
    ( ( ! [X: $i,Y: $i,C: $i,S1: $i,S2: $i,I1: $i,I2: $i,T1: $i,T2: $i] :
          ( ( ( organization @ X @ T1 )
            & ( organization @ Y @ T2 )
            & ( class @ X @ C @ T1 )
            & ( class @ Y @ C @ T2 )
            & ( size @ X @ S1 @ T1 )
            & ( size @ Y @ S2 @ T2 )
            & ( inertia @ X @ I1 @ T1 )
            & ( inertia @ Y @ I2 @ T2 )
            & ( greater @ S2 @ S1 ) )
         => ( greater @ I2 @ I1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(9,plain,
    ( ( ! [X: $i,Y: $i,T1: $i,T2: $i,Rp1: $i,Rp2: $i,I1: $i,I2: $i] :
          ( ( ( organization @ X @ T1 )
            & ( organization @ Y @ T2 )
            & ( reorganization_free @ X @ T1 @ T1 )
            & ( reorganization_free @ Y @ T2 @ T2 )
            & ( reproducibility @ X @ Rp1 @ T1 )
            & ( reproducibility @ Y @ Rp2 @ T2 )
            & ( inertia @ X @ I1 @ T1 )
            & ( inertia @ Y @ I2 @ T2 ) )
         => ( ( greater @ Rp2 @ Rp1 )
          <=> ( greater @ I2 @ I1 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(10,plain,
    ( ( ! [SY29: $i,SY30: $i,SY31: $i,SY32: $i,SY33: $i,SY34: $i,SY35: $i,SY36: $i] :
          ( ( ( organization @ sK1_X @ SY35 )
            & ( organization @ SY29 @ SY36 )
            & ( reorganization_free @ sK1_X @ SY35 @ SY35 )
            & ( reorganization_free @ SY29 @ SY36 @ SY36 )
            & ( class @ sK1_X @ SY30 @ SY35 )
            & ( class @ SY29 @ SY30 @ SY36 )
            & ( reproducibility @ sK1_X @ SY31 @ SY35 )
            & ( reproducibility @ SY29 @ SY32 @ SY36 )
            & ( size @ sK1_X @ SY33 @ SY35 )
            & ( size @ SY29 @ SY34 @ SY36 )
            & ( greater @ SY34 @ SY33 ) )
         => ( greater @ SY32 @ SY31 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[6]) ).

thf(11,plain,
    ( ( ! [SY37: $i,SY38: $i,SY39: $i,SY40: $i,SY41: $i,SY42: $i,SY43: $i] :
          ( ( ( organization @ sK1_X @ SY42 )
            & ( organization @ sK2_SY29 @ SY43 )
            & ( reorganization_free @ sK1_X @ SY42 @ SY42 )
            & ( reorganization_free @ sK2_SY29 @ SY43 @ SY43 )
            & ( class @ sK1_X @ SY37 @ SY42 )
            & ( class @ sK2_SY29 @ SY37 @ SY43 )
            & ( reproducibility @ sK1_X @ SY38 @ SY42 )
            & ( reproducibility @ sK2_SY29 @ SY39 @ SY43 )
            & ( size @ sK1_X @ SY40 @ SY42 )
            & ( size @ sK2_SY29 @ SY41 @ SY43 )
            & ( greater @ SY41 @ SY40 ) )
         => ( greater @ SY39 @ SY38 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[10]) ).

thf(12,plain,
    ( ( ! [SY44: $i,SY45: $i,SY46: $i,SY47: $i,SY48: $i,SY49: $i] :
          ( ( ( organization @ sK1_X @ SY48 )
            & ( organization @ sK2_SY29 @ SY49 )
            & ( reorganization_free @ sK1_X @ SY48 @ SY48 )
            & ( reorganization_free @ sK2_SY29 @ SY49 @ SY49 )
            & ( class @ sK1_X @ sK3_SY37 @ SY48 )
            & ( class @ sK2_SY29 @ sK3_SY37 @ SY49 )
            & ( reproducibility @ sK1_X @ SY44 @ SY48 )
            & ( reproducibility @ sK2_SY29 @ SY45 @ SY49 )
            & ( size @ sK1_X @ SY46 @ SY48 )
            & ( size @ sK2_SY29 @ SY47 @ SY49 )
            & ( greater @ SY47 @ SY46 ) )
         => ( greater @ SY45 @ SY44 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[11]) ).

thf(13,plain,
    ( ( ! [SY50: $i,SY51: $i,SY52: $i,SY53: $i,SY54: $i] :
          ( ( ( organization @ sK1_X @ SY53 )
            & ( organization @ sK2_SY29 @ SY54 )
            & ( reorganization_free @ sK1_X @ SY53 @ SY53 )
            & ( reorganization_free @ sK2_SY29 @ SY54 @ SY54 )
            & ( class @ sK1_X @ sK3_SY37 @ SY53 )
            & ( class @ sK2_SY29 @ sK3_SY37 @ SY54 )
            & ( reproducibility @ sK1_X @ sK4_SY44 @ SY53 )
            & ( reproducibility @ sK2_SY29 @ SY50 @ SY54 )
            & ( size @ sK1_X @ SY51 @ SY53 )
            & ( size @ sK2_SY29 @ SY52 @ SY54 )
            & ( greater @ SY52 @ SY51 ) )
         => ( greater @ SY50 @ sK4_SY44 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[12]) ).

thf(14,plain,
    ( ( ! [SY55: $i,SY56: $i,SY57: $i,SY58: $i] :
          ( ( ( organization @ sK1_X @ SY57 )
            & ( organization @ sK2_SY29 @ SY58 )
            & ( reorganization_free @ sK1_X @ SY57 @ SY57 )
            & ( reorganization_free @ sK2_SY29 @ SY58 @ SY58 )
            & ( class @ sK1_X @ sK3_SY37 @ SY57 )
            & ( class @ sK2_SY29 @ sK3_SY37 @ SY58 )
            & ( reproducibility @ sK1_X @ sK4_SY44 @ SY57 )
            & ( reproducibility @ sK2_SY29 @ sK5_SY50 @ SY58 )
            & ( size @ sK1_X @ SY55 @ SY57 )
            & ( size @ sK2_SY29 @ SY56 @ SY58 )
            & ( greater @ SY56 @ SY55 ) )
         => ( greater @ sK5_SY50 @ sK4_SY44 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[13]) ).

thf(15,plain,
    ( ( ! [SY59: $i,SY60: $i,SY61: $i] :
          ( ( ( organization @ sK1_X @ SY60 )
            & ( organization @ sK2_SY29 @ SY61 )
            & ( reorganization_free @ sK1_X @ SY60 @ SY60 )
            & ( reorganization_free @ sK2_SY29 @ SY61 @ SY61 )
            & ( class @ sK1_X @ sK3_SY37 @ SY60 )
            & ( class @ sK2_SY29 @ sK3_SY37 @ SY61 )
            & ( reproducibility @ sK1_X @ sK4_SY44 @ SY60 )
            & ( reproducibility @ sK2_SY29 @ sK5_SY50 @ SY61 )
            & ( size @ sK1_X @ sK6_SY55 @ SY60 )
            & ( size @ sK2_SY29 @ SY59 @ SY61 )
            & ( greater @ SY59 @ sK6_SY55 ) )
         => ( greater @ sK5_SY50 @ sK4_SY44 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[14]) ).

thf(16,plain,
    ( ( ! [SY62: $i,SY63: $i] :
          ( ( ( organization @ sK1_X @ SY62 )
            & ( organization @ sK2_SY29 @ SY63 )
            & ( reorganization_free @ sK1_X @ SY62 @ SY62 )
            & ( reorganization_free @ sK2_SY29 @ SY63 @ SY63 )
            & ( class @ sK1_X @ sK3_SY37 @ SY62 )
            & ( class @ sK2_SY29 @ sK3_SY37 @ SY63 )
            & ( reproducibility @ sK1_X @ sK4_SY44 @ SY62 )
            & ( reproducibility @ sK2_SY29 @ sK5_SY50 @ SY63 )
            & ( size @ sK1_X @ sK6_SY55 @ SY62 )
            & ( size @ sK2_SY29 @ sK7_SY59 @ SY63 )
            & ( greater @ sK7_SY59 @ sK6_SY55 ) )
         => ( greater @ sK5_SY50 @ sK4_SY44 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[15]) ).

thf(17,plain,
    ( ( ! [SY64: $i] :
          ( ( ( organization @ sK1_X @ sK8_SY62 )
            & ( organization @ sK2_SY29 @ SY64 )
            & ( reorganization_free @ sK1_X @ sK8_SY62 @ sK8_SY62 )
            & ( reorganization_free @ sK2_SY29 @ SY64 @ SY64 )
            & ( class @ sK1_X @ sK3_SY37 @ sK8_SY62 )
            & ( class @ sK2_SY29 @ sK3_SY37 @ SY64 )
            & ( reproducibility @ sK1_X @ sK4_SY44 @ sK8_SY62 )
            & ( reproducibility @ sK2_SY29 @ sK5_SY50 @ SY64 )
            & ( size @ sK1_X @ sK6_SY55 @ sK8_SY62 )
            & ( size @ sK2_SY29 @ sK7_SY59 @ SY64 )
            & ( greater @ sK7_SY59 @ sK6_SY55 ) )
         => ( greater @ sK5_SY50 @ sK4_SY44 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[16]) ).

thf(18,plain,
    ( ( ( ( organization @ sK1_X @ sK8_SY62 )
        & ( organization @ sK2_SY29 @ sK9_SY64 )
        & ( reorganization_free @ sK1_X @ sK8_SY62 @ sK8_SY62 )
        & ( reorganization_free @ sK2_SY29 @ sK9_SY64 @ sK9_SY64 )
        & ( class @ sK1_X @ sK3_SY37 @ sK8_SY62 )
        & ( class @ sK2_SY29 @ sK3_SY37 @ sK9_SY64 )
        & ( reproducibility @ sK1_X @ sK4_SY44 @ sK8_SY62 )
        & ( reproducibility @ sK2_SY29 @ sK5_SY50 @ sK9_SY64 )
        & ( size @ sK1_X @ sK6_SY55 @ sK8_SY62 )
        & ( size @ sK2_SY29 @ sK7_SY59 @ sK9_SY64 )
        & ( greater @ sK7_SY59 @ sK6_SY55 ) )
     => ( greater @ sK5_SY50 @ sK4_SY44 ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[17]) ).

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

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

thf(21,plain,
    ( ( reorganization_free @ sK1_X @ sK8_SY62 @ sK8_SY62 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(22,plain,
    ( ( reorganization_free @ sK2_SY29 @ sK9_SY64 @ sK9_SY64 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(23,plain,
    ( ( class @ sK1_X @ sK3_SY37 @ sK8_SY62 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(24,plain,
    ( ( class @ sK2_SY29 @ sK3_SY37 @ sK9_SY64 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(25,plain,
    ( ( reproducibility @ sK1_X @ sK4_SY44 @ sK8_SY62 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(26,plain,
    ( ( reproducibility @ sK2_SY29 @ sK5_SY50 @ sK9_SY64 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(27,plain,
    ( ( size @ sK1_X @ sK6_SY55 @ sK8_SY62 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(28,plain,
    ( ( size @ sK2_SY29 @ sK7_SY59 @ sK9_SY64 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(29,plain,
    ( ( greater @ sK7_SY59 @ sK6_SY55 )
    = $true ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(30,plain,
    ( ( greater @ sK5_SY50 @ sK4_SY44 )
    = $false ),
    inference(standard_cnf,[status(thm)],[18]) ).

thf(31,plain,
    ( ( ~ ( greater @ sK5_SY50 @ sK4_SY44 ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[30]) ).

thf(32,plain,
    ( ( ! [X: $i,T: $i] :
          ( ~ ( organization @ X @ T )
          | ( inertia @ X @ ( sK10_I @ T @ X ) @ T ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[7]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i,C: $i,S1: $i,S2: $i,I1: $i,I2: $i] :
          ( ! [T1: $i,T2: $i] :
              ( ~ ( organization @ X @ T1 )
              | ~ ( organization @ Y @ T2 )
              | ~ ( class @ X @ C @ T1 )
              | ~ ( class @ Y @ C @ T2 )
              | ~ ( size @ X @ S1 @ T1 )
              | ~ ( size @ Y @ S2 @ T2 )
              | ~ ( inertia @ X @ I1 @ T1 )
              | ~ ( inertia @ Y @ I2 @ T2 ) )
          | ~ ( greater @ S2 @ S1 )
          | ( greater @ I2 @ I1 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[8]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i,T1: $i,T2: $i,Rp1: $i,Rp2: $i] :
          ( ! [I1: $i,I2: $i] :
              ( ~ ( organization @ X @ T1 )
              | ~ ( organization @ Y @ T2 )
              | ~ ( reorganization_free @ X @ T1 @ T1 )
              | ~ ( reorganization_free @ Y @ T2 @ T2 )
              | ~ ( reproducibility @ X @ Rp1 @ T1 )
              | ~ ( reproducibility @ Y @ Rp2 @ T2 )
              | ~ ( inertia @ X @ I1 @ T1 )
              | ~ ( inertia @ Y @ I2 @ T2 )
              | ~ ( greater @ Rp2 @ Rp1 )
              | ( greater @ I2 @ I1 ) )
          & ! [I1: $i,I2: $i] :
              ( ~ ( organization @ X @ T1 )
              | ~ ( organization @ Y @ T2 )
              | ~ ( reorganization_free @ X @ T1 @ T1 )
              | ~ ( reorganization_free @ Y @ T2 @ T2 )
              | ~ ( reproducibility @ X @ Rp1 @ T1 )
              | ~ ( reproducibility @ Y @ Rp2 @ T2 )
              | ~ ( inertia @ X @ I1 @ T1 )
              | ~ ( inertia @ Y @ I2 @ T2 )
              | ~ ( greater @ I2 @ I1 )
              | ( greater @ Rp2 @ Rp1 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[9]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i,T1: $i,T2: $i,Rp1: $i,Rp2: $i] :
          ( ! [I1: $i,I2: $i] :
              ( ~ ( organization @ X @ T1 )
              | ~ ( organization @ Y @ T2 )
              | ~ ( reorganization_free @ X @ T1 @ T1 )
              | ~ ( reorganization_free @ Y @ T2 @ T2 )
              | ~ ( reproducibility @ X @ Rp1 @ T1 )
              | ~ ( reproducibility @ Y @ Rp2 @ T2 )
              | ~ ( inertia @ X @ I1 @ T1 )
              | ~ ( inertia @ Y @ I2 @ T2 )
              | ~ ( greater @ Rp2 @ Rp1 )
              | ( greater @ I2 @ I1 ) )
          & ! [I1: $i,I2: $i] :
              ( ~ ( organization @ X @ T1 )
              | ~ ( organization @ Y @ T2 )
              | ~ ( reorganization_free @ X @ T1 @ T1 )
              | ~ ( reorganization_free @ Y @ T2 @ T2 )
              | ~ ( reproducibility @ X @ Rp1 @ T1 )
              | ~ ( reproducibility @ Y @ Rp2 @ T2 )
              | ~ ( inertia @ X @ I1 @ T1 )
              | ~ ( inertia @ Y @ I2 @ T2 )
              | ~ ( greater @ I2 @ I1 )
              | ( greater @ Rp2 @ Rp1 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

thf(36,plain,
    ( ( ! [X: $i,Y: $i,C: $i,S1: $i,S2: $i,I1: $i,I2: $i] :
          ( ! [T1: $i,T2: $i] :
              ( ~ ( organization @ X @ T1 )
              | ~ ( organization @ Y @ T2 )
              | ~ ( class @ X @ C @ T1 )
              | ~ ( class @ Y @ C @ T2 )
              | ~ ( size @ X @ S1 @ T1 )
              | ~ ( size @ Y @ S2 @ T2 )
              | ~ ( inertia @ X @ I1 @ T1 )
              | ~ ( inertia @ Y @ I2 @ T2 ) )
          | ~ ( greater @ S2 @ S1 )
          | ( greater @ I2 @ I1 ) ) )
    = $true ),
    inference(copy,[status(thm)],[33]) ).

thf(37,plain,
    ( ( ! [X: $i,T: $i] :
          ( ~ ( organization @ X @ T )
          | ( inertia @ X @ ( sK10_I @ T @ X ) @ T ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(38,plain,
    ( ( greater @ sK7_SY59 @ sK6_SY55 )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(39,plain,
    ( ( size @ sK2_SY29 @ sK7_SY59 @ sK9_SY64 )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(40,plain,
    ( ( size @ sK1_X @ sK6_SY55 @ sK8_SY62 )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(41,plain,
    ( ( reproducibility @ sK2_SY29 @ sK5_SY50 @ sK9_SY64 )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

thf(42,plain,
    ( ( reproducibility @ sK1_X @ sK4_SY44 @ sK8_SY62 )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(43,plain,
    ( ( class @ sK2_SY29 @ sK3_SY37 @ sK9_SY64 )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

thf(44,plain,
    ( ( class @ sK1_X @ sK3_SY37 @ sK8_SY62 )
    = $true ),
    inference(copy,[status(thm)],[23]) ).

thf(45,plain,
    ( ( reorganization_free @ sK2_SY29 @ sK9_SY64 @ sK9_SY64 )
    = $true ),
    inference(copy,[status(thm)],[22]) ).

thf(46,plain,
    ( ( reorganization_free @ sK1_X @ sK8_SY62 @ sK8_SY62 )
    = $true ),
    inference(copy,[status(thm)],[21]) ).

thf(47,plain,
    ( ( organization @ sK2_SY29 @ sK9_SY64 )
    = $true ),
    inference(copy,[status(thm)],[20]) ).

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

thf(49,plain,
    ( ( ~ ( greater @ sK5_SY50 @ sK4_SY44 ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(50,plain,
    ( ( ! [SX0: $i,SX1: $i,SX2: $i,SX3: $i,SX4: $i,SX5: $i] :
          ~ ( ~ ! [SX6: $i,SX7: $i] :
                  ( ~ ( organization @ SX0 @ SX2 )
                  | ~ ( organization @ SX1 @ SX3 )
                  | ~ ( reorganization_free @ SX0 @ SX2 @ SX2 )
                  | ~ ( reorganization_free @ SX1 @ SX3 @ SX3 )
                  | ~ ( reproducibility @ SX0 @ SX4 @ SX2 )
                  | ~ ( reproducibility @ SX1 @ SX5 @ SX3 )
                  | ~ ( inertia @ SX0 @ SX6 @ SX2 )
                  | ~ ( inertia @ SX1 @ SX7 @ SX3 )
                  | ~ ( greater @ SX5 @ SX4 )
                  | ( greater @ SX7 @ SX6 ) )
            | ~ ! [SX6: $i,SX7: $i] :
                  ( ~ ( organization @ SX0 @ SX2 )
                  | ~ ( organization @ SX1 @ SX3 )
                  | ~ ( reorganization_free @ SX0 @ SX2 @ SX2 )
                  | ~ ( reorganization_free @ SX1 @ SX3 @ SX3 )
                  | ~ ( reproducibility @ SX0 @ SX4 @ SX2 )
                  | ~ ( reproducibility @ SX1 @ SX5 @ SX3 )
                  | ~ ( inertia @ SX0 @ SX6 @ SX2 )
                  | ~ ( inertia @ SX1 @ SX7 @ SX3 )
                  | ~ ( greater @ SX7 @ SX6 )
                  | ( greater @ SX5 @ SX4 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[35]) ).

thf(51,plain,
    ! [SV1: $i] :
      ( ( ! [SY65: $i,SY66: $i,SY67: $i,SY68: $i,SY69: $i,SY70: $i] :
            ( ! [SY71: $i,SY72: $i] :
                ( ~ ( organization @ SV1 @ SY71 )
                | ~ ( organization @ SY65 @ SY72 )
                | ~ ( class @ SV1 @ SY66 @ SY71 )
                | ~ ( class @ SY65 @ SY66 @ SY72 )
                | ~ ( size @ SV1 @ SY67 @ SY71 )
                | ~ ( size @ SY65 @ SY68 @ SY72 )
                | ~ ( inertia @ SV1 @ SY69 @ SY71 )
                | ~ ( inertia @ SY65 @ SY70 @ SY72 ) )
            | ~ ( greater @ SY68 @ SY67 )
            | ( greater @ SY70 @ SY69 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(52,plain,
    ! [SV2: $i] :
      ( ( ! [SY73: $i] :
            ( ~ ( organization @ SV2 @ SY73 )
            | ( inertia @ SV2 @ ( sK10_I @ SY73 @ SV2 ) @ SY73 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[37]) ).

thf(53,plain,
    ( ( greater @ sK5_SY50 @ sK4_SY44 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[49]) ).

thf(54,plain,
    ! [SV3: $i] :
      ( ( ! [SY74: $i,SY75: $i,SY76: $i,SY77: $i,SY78: $i] :
            ~ ( ~ ! [SY79: $i,SY80: $i] :
                    ( ~ ( organization @ SV3 @ SY75 )
                    | ~ ( organization @ SY74 @ SY76 )
                    | ~ ( reorganization_free @ SV3 @ SY75 @ SY75 )
                    | ~ ( reorganization_free @ SY74 @ SY76 @ SY76 )
                    | ~ ( reproducibility @ SV3 @ SY77 @ SY75 )
                    | ~ ( reproducibility @ SY74 @ SY78 @ SY76 )
                    | ~ ( inertia @ SV3 @ SY79 @ SY75 )
                    | ~ ( inertia @ SY74 @ SY80 @ SY76 )
                    | ~ ( greater @ SY78 @ SY77 )
                    | ( greater @ SY80 @ SY79 ) )
              | ~ ! [SY81: $i,SY82: $i] :
                    ( ~ ( organization @ SV3 @ SY75 )
                    | ~ ( organization @ SY74 @ SY76 )
                    | ~ ( reorganization_free @ SV3 @ SY75 @ SY75 )
                    | ~ ( reorganization_free @ SY74 @ SY76 @ SY76 )
                    | ~ ( reproducibility @ SV3 @ SY77 @ SY75 )
                    | ~ ( reproducibility @ SY74 @ SY78 @ SY76 )
                    | ~ ( inertia @ SV3 @ SY81 @ SY75 )
                    | ~ ( inertia @ SY74 @ SY82 @ SY76 )
                    | ~ ( greater @ SY82 @ SY81 )
                    | ( greater @ SY78 @ SY77 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(55,plain,
    ! [SV4: $i,SV1: $i] :
      ( ( ! [SY83: $i,SY84: $i,SY85: $i,SY86: $i,SY87: $i] :
            ( ! [SY88: $i,SY89: $i] :
                ( ~ ( organization @ SV1 @ SY88 )
                | ~ ( organization @ SV4 @ SY89 )
                | ~ ( class @ SV1 @ SY83 @ SY88 )
                | ~ ( class @ SV4 @ SY83 @ SY89 )
                | ~ ( size @ SV1 @ SY84 @ SY88 )
                | ~ ( size @ SV4 @ SY85 @ SY89 )
                | ~ ( inertia @ SV1 @ SY86 @ SY88 )
                | ~ ( inertia @ SV4 @ SY87 @ SY89 ) )
            | ~ ( greater @ SY85 @ SY84 )
            | ( greater @ SY87 @ SY86 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(56,plain,
    ! [SV5: $i,SV2: $i] :
      ( ( ~ ( organization @ SV2 @ SV5 )
        | ( inertia @ SV2 @ ( sK10_I @ SV5 @ SV2 ) @ SV5 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(57,plain,
    ! [SV6: $i,SV3: $i] :
      ( ( ! [SY90: $i,SY91: $i,SY92: $i,SY93: $i] :
            ~ ( ~ ! [SY94: $i,SY95: $i] :
                    ( ~ ( organization @ SV3 @ SY90 )
                    | ~ ( organization @ SV6 @ SY91 )
                    | ~ ( reorganization_free @ SV3 @ SY90 @ SY90 )
                    | ~ ( reorganization_free @ SV6 @ SY91 @ SY91 )
                    | ~ ( reproducibility @ SV3 @ SY92 @ SY90 )
                    | ~ ( reproducibility @ SV6 @ SY93 @ SY91 )
                    | ~ ( inertia @ SV3 @ SY94 @ SY90 )
                    | ~ ( inertia @ SV6 @ SY95 @ SY91 )
                    | ~ ( greater @ SY93 @ SY92 )
                    | ( greater @ SY95 @ SY94 ) )
              | ~ ! [SY96: $i,SY97: $i] :
                    ( ~ ( organization @ SV3 @ SY90 )
                    | ~ ( organization @ SV6 @ SY91 )
                    | ~ ( reorganization_free @ SV3 @ SY90 @ SY90 )
                    | ~ ( reorganization_free @ SV6 @ SY91 @ SY91 )
                    | ~ ( reproducibility @ SV3 @ SY92 @ SY90 )
                    | ~ ( reproducibility @ SV6 @ SY93 @ SY91 )
                    | ~ ( inertia @ SV3 @ SY96 @ SY90 )
                    | ~ ( inertia @ SV6 @ SY97 @ SY91 )
                    | ~ ( greater @ SY97 @ SY96 )
                    | ( greater @ SY93 @ SY92 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(58,plain,
    ! [SV7: $i,SV4: $i,SV1: $i] :
      ( ( ! [SY98: $i,SY99: $i,SY100: $i,SY101: $i] :
            ( ! [SY102: $i,SY103: $i] :
                ( ~ ( organization @ SV1 @ SY102 )
                | ~ ( organization @ SV4 @ SY103 )
                | ~ ( class @ SV1 @ SV7 @ SY102 )
                | ~ ( class @ SV4 @ SV7 @ SY103 )
                | ~ ( size @ SV1 @ SY98 @ SY102 )
                | ~ ( size @ SV4 @ SY99 @ SY103 )
                | ~ ( inertia @ SV1 @ SY100 @ SY102 )
                | ~ ( inertia @ SV4 @ SY101 @ SY103 ) )
            | ~ ( greater @ SY99 @ SY98 )
            | ( greater @ SY101 @ SY100 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(59,plain,
    ! [SV5: $i,SV2: $i] :
      ( ( ( ~ ( organization @ SV2 @ SV5 ) )
        = $true )
      | ( ( inertia @ SV2 @ ( sK10_I @ SV5 @ SV2 ) @ SV5 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[56]) ).

thf(60,plain,
    ! [SV6: $i,SV8: $i,SV3: $i] :
      ( ( ! [SY104: $i,SY105: $i,SY106: $i] :
            ~ ( ~ ! [SY107: $i,SY108: $i] :
                    ( ~ ( organization @ SV3 @ SV8 )
                    | ~ ( organization @ SV6 @ SY104 )
                    | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
                    | ~ ( reorganization_free @ SV6 @ SY104 @ SY104 )
                    | ~ ( reproducibility @ SV3 @ SY105 @ SV8 )
                    | ~ ( reproducibility @ SV6 @ SY106 @ SY104 )
                    | ~ ( inertia @ SV3 @ SY107 @ SV8 )
                    | ~ ( inertia @ SV6 @ SY108 @ SY104 )
                    | ~ ( greater @ SY106 @ SY105 )
                    | ( greater @ SY108 @ SY107 ) )
              | ~ ! [SY109: $i,SY110: $i] :
                    ( ~ ( organization @ SV3 @ SV8 )
                    | ~ ( organization @ SV6 @ SY104 )
                    | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
                    | ~ ( reorganization_free @ SV6 @ SY104 @ SY104 )
                    | ~ ( reproducibility @ SV3 @ SY105 @ SV8 )
                    | ~ ( reproducibility @ SV6 @ SY106 @ SY104 )
                    | ~ ( inertia @ SV3 @ SY109 @ SV8 )
                    | ~ ( inertia @ SV6 @ SY110 @ SY104 )
                    | ~ ( greater @ SY110 @ SY109 )
                    | ( greater @ SY106 @ SY105 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(61,plain,
    ! [SV9: $i,SV7: $i,SV4: $i,SV1: $i] :
      ( ( ! [SY111: $i,SY112: $i,SY113: $i] :
            ( ! [SY114: $i,SY115: $i] :
                ( ~ ( organization @ SV1 @ SY114 )
                | ~ ( organization @ SV4 @ SY115 )
                | ~ ( class @ SV1 @ SV7 @ SY114 )
                | ~ ( class @ SV4 @ SV7 @ SY115 )
                | ~ ( size @ SV1 @ SV9 @ SY114 )
                | ~ ( size @ SV4 @ SY111 @ SY115 )
                | ~ ( inertia @ SV1 @ SY112 @ SY114 )
                | ~ ( inertia @ SV4 @ SY113 @ SY115 ) )
            | ~ ( greater @ SY111 @ SV9 )
            | ( greater @ SY113 @ SY112 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(62,plain,
    ! [SV5: $i,SV2: $i] :
      ( ( ( organization @ SV2 @ SV5 )
        = $false )
      | ( ( inertia @ SV2 @ ( sK10_I @ SV5 @ SV2 ) @ SV5 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[59]) ).

thf(63,plain,
    ! [SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ! [SY116: $i,SY117: $i] :
            ~ ( ~ ! [SY118: $i,SY119: $i] :
                    ( ~ ( organization @ SV3 @ SV8 )
                    | ~ ( organization @ SV6 @ SV10 )
                    | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
                    | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
                    | ~ ( reproducibility @ SV3 @ SY116 @ SV8 )
                    | ~ ( reproducibility @ SV6 @ SY117 @ SV10 )
                    | ~ ( inertia @ SV3 @ SY118 @ SV8 )
                    | ~ ( inertia @ SV6 @ SY119 @ SV10 )
                    | ~ ( greater @ SY117 @ SY116 )
                    | ( greater @ SY119 @ SY118 ) )
              | ~ ! [SY120: $i,SY121: $i] :
                    ( ~ ( organization @ SV3 @ SV8 )
                    | ~ ( organization @ SV6 @ SV10 )
                    | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
                    | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
                    | ~ ( reproducibility @ SV3 @ SY116 @ SV8 )
                    | ~ ( reproducibility @ SV6 @ SY117 @ SV10 )
                    | ~ ( inertia @ SV3 @ SY120 @ SV8 )
                    | ~ ( inertia @ SV6 @ SY121 @ SV10 )
                    | ~ ( greater @ SY121 @ SY120 )
                    | ( greater @ SY117 @ SY116 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(64,plain,
    ! [SV11: $i,SV9: $i,SV7: $i,SV4: $i,SV1: $i] :
      ( ( ! [SY122: $i,SY123: $i] :
            ( ! [SY124: $i,SY125: $i] :
                ( ~ ( organization @ SV1 @ SY124 )
                | ~ ( organization @ SV4 @ SY125 )
                | ~ ( class @ SV1 @ SV7 @ SY124 )
                | ~ ( class @ SV4 @ SV7 @ SY125 )
                | ~ ( size @ SV1 @ SV9 @ SY124 )
                | ~ ( size @ SV4 @ SV11 @ SY125 )
                | ~ ( inertia @ SV1 @ SY122 @ SY124 )
                | ~ ( inertia @ SV4 @ SY123 @ SY125 ) )
            | ~ ( greater @ SV11 @ SV9 )
            | ( greater @ SY123 @ SY122 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(65,plain,
    ! [SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ! [SY126: $i] :
            ~ ( ~ ! [SY127: $i,SY128: $i] :
                    ( ~ ( organization @ SV3 @ SV8 )
                    | ~ ( organization @ SV6 @ SV10 )
                    | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
                    | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
                    | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
                    | ~ ( reproducibility @ SV6 @ SY126 @ SV10 )
                    | ~ ( inertia @ SV3 @ SY127 @ SV8 )
                    | ~ ( inertia @ SV6 @ SY128 @ SV10 )
                    | ~ ( greater @ SY126 @ SV12 )
                    | ( greater @ SY128 @ SY127 ) )
              | ~ ! [SY129: $i,SY130: $i] :
                    ( ~ ( organization @ SV3 @ SV8 )
                    | ~ ( organization @ SV6 @ SV10 )
                    | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
                    | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
                    | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
                    | ~ ( reproducibility @ SV6 @ SY126 @ SV10 )
                    | ~ ( inertia @ SV3 @ SY129 @ SV8 )
                    | ~ ( inertia @ SV6 @ SY130 @ SV10 )
                    | ~ ( greater @ SY130 @ SY129 )
                    | ( greater @ SY126 @ SV12 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(66,plain,
    ! [SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV4: $i,SV1: $i] :
      ( ( ! [SY131: $i] :
            ( ! [SY132: $i,SY133: $i] :
                ( ~ ( organization @ SV1 @ SY132 )
                | ~ ( organization @ SV4 @ SY133 )
                | ~ ( class @ SV1 @ SV7 @ SY132 )
                | ~ ( class @ SV4 @ SV7 @ SY133 )
                | ~ ( size @ SV1 @ SV9 @ SY132 )
                | ~ ( size @ SV4 @ SV11 @ SY133 )
                | ~ ( inertia @ SV1 @ SV13 @ SY132 )
                | ~ ( inertia @ SV4 @ SY131 @ SY133 ) )
            | ~ ( greater @ SV11 @ SV9 )
            | ( greater @ SY131 @ SV13 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(67,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ~ ( ~ ! [SY134: $i,SY135: $i] :
                  ( ~ ( organization @ SV3 @ SV8 )
                  | ~ ( organization @ SV6 @ SV10 )
                  | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
                  | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
                  | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
                  | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
                  | ~ ( inertia @ SV3 @ SY134 @ SV8 )
                  | ~ ( inertia @ SV6 @ SY135 @ SV10 )
                  | ~ ( greater @ SV14 @ SV12 )
                  | ( greater @ SY135 @ SY134 ) )
            | ~ ! [SY136: $i,SY137: $i] :
                  ( ~ ( organization @ SV3 @ SV8 )
                  | ~ ( organization @ SV6 @ SV10 )
                  | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
                  | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
                  | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
                  | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
                  | ~ ( inertia @ SV3 @ SY136 @ SV8 )
                  | ~ ( inertia @ SV6 @ SY137 @ SV10 )
                  | ~ ( greater @ SY137 @ SY136 )
                  | ( greater @ SV14 @ SV12 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(68,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV4: $i,SV1: $i] :
      ( ( ! [SY138: $i,SY139: $i] :
            ( ~ ( organization @ SV1 @ SY138 )
            | ~ ( organization @ SV4 @ SY139 )
            | ~ ( class @ SV1 @ SV7 @ SY138 )
            | ~ ( class @ SV4 @ SV7 @ SY139 )
            | ~ ( size @ SV1 @ SV9 @ SY138 )
            | ~ ( size @ SV4 @ SV11 @ SY139 )
            | ~ ( inertia @ SV1 @ SV13 @ SY138 )
            | ~ ( inertia @ SV4 @ SV15 @ SY139 ) )
        | ~ ( greater @ SV11 @ SV9 )
        | ( greater @ SV15 @ SV13 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(69,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ~ ! [SY134: $i,SY135: $i] :
              ( ~ ( organization @ SV3 @ SV8 )
              | ~ ( organization @ SV6 @ SV10 )
              | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
              | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
              | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
              | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
              | ~ ( inertia @ SV3 @ SY134 @ SV8 )
              | ~ ( inertia @ SV6 @ SY135 @ SV10 )
              | ~ ( greater @ SV14 @ SV12 )
              | ( greater @ SY135 @ SY134 ) )
        | ~ ! [SY136: $i,SY137: $i] :
              ( ~ ( organization @ SV3 @ SV8 )
              | ~ ( organization @ SV6 @ SV10 )
              | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
              | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
              | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
              | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
              | ~ ( inertia @ SV3 @ SY136 @ SV8 )
              | ~ ( inertia @ SV6 @ SY137 @ SV10 )
              | ~ ( greater @ SY137 @ SY136 )
              | ( greater @ SV14 @ SV12 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[67]) ).

thf(70,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV4: $i,SV1: $i] :
      ( ( ( ! [SY138: $i,SY139: $i] :
              ( ~ ( organization @ SV1 @ SY138 )
              | ~ ( organization @ SV4 @ SY139 )
              | ~ ( class @ SV1 @ SV7 @ SY138 )
              | ~ ( class @ SV4 @ SV7 @ SY139 )
              | ~ ( size @ SV1 @ SV9 @ SY138 )
              | ~ ( size @ SV4 @ SV11 @ SY139 )
              | ~ ( inertia @ SV1 @ SV13 @ SY138 )
              | ~ ( inertia @ SV4 @ SV15 @ SY139 ) )
          | ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[68]) ).

thf(71,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ~ ! [SY134: $i,SY135: $i] :
              ( ~ ( organization @ SV3 @ SV8 )
              | ~ ( organization @ SV6 @ SV10 )
              | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
              | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
              | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
              | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
              | ~ ( inertia @ SV3 @ SY134 @ SV8 )
              | ~ ( inertia @ SV6 @ SY135 @ SV10 )
              | ~ ( greater @ SV14 @ SV12 )
              | ( greater @ SY135 @ SY134 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[69]) ).

thf(72,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ~ ! [SY136: $i,SY137: $i] :
              ( ~ ( organization @ SV3 @ SV8 )
              | ~ ( organization @ SV6 @ SV10 )
              | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
              | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
              | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
              | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
              | ~ ( inertia @ SV3 @ SY136 @ SV8 )
              | ~ ( inertia @ SV6 @ SY137 @ SV10 )
              | ~ ( greater @ SY137 @ SY136 )
              | ( greater @ SV14 @ SV12 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[69]) ).

thf(73,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV4: $i,SV1: $i] :
      ( ( ( ! [SY138: $i,SY139: $i] :
              ( ~ ( organization @ SV1 @ SY138 )
              | ~ ( organization @ SV4 @ SY139 )
              | ~ ( class @ SV1 @ SV7 @ SY138 )
              | ~ ( class @ SV4 @ SV7 @ SY139 )
              | ~ ( size @ SV1 @ SV9 @ SY138 )
              | ~ ( size @ SV4 @ SV11 @ SY139 )
              | ~ ( inertia @ SV1 @ SV13 @ SY138 )
              | ~ ( inertia @ SV4 @ SV15 @ SY139 ) ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[70]) ).

thf(74,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ! [SY134: $i,SY135: $i] :
            ( ~ ( organization @ SV3 @ SV8 )
            | ~ ( organization @ SV6 @ SV10 )
            | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
            | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
            | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
            | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
            | ~ ( inertia @ SV3 @ SY134 @ SV8 )
            | ~ ( inertia @ SV6 @ SY135 @ SV10 )
            | ~ ( greater @ SV14 @ SV12 )
            | ( greater @ SY135 @ SY134 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[71]) ).

thf(75,plain,
    ! [SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ! [SY136: $i,SY137: $i] :
            ( ~ ( organization @ SV3 @ SV8 )
            | ~ ( organization @ SV6 @ SV10 )
            | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
            | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
            | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
            | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
            | ~ ( inertia @ SV3 @ SY136 @ SV8 )
            | ~ ( inertia @ SV6 @ SY137 @ SV10 )
            | ~ ( greater @ SY137 @ SY136 )
            | ( greater @ SV14 @ SV12 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[72]) ).

thf(76,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ! [SY140: $i] :
              ( ~ ( organization @ SV1 @ SV16 )
              | ~ ( organization @ SV4 @ SY140 )
              | ~ ( class @ SV1 @ SV7 @ SV16 )
              | ~ ( class @ SV4 @ SV7 @ SY140 )
              | ~ ( size @ SV1 @ SV9 @ SV16 )
              | ~ ( size @ SV4 @ SV11 @ SY140 )
              | ~ ( inertia @ SV1 @ SV13 @ SV16 )
              | ~ ( inertia @ SV4 @ SV15 @ SY140 ) ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(77,plain,
    ! [SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ! [SY141: $i] :
            ( ~ ( organization @ SV3 @ SV8 )
            | ~ ( organization @ SV6 @ SV10 )
            | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
            | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
            | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
            | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
            | ~ ( inertia @ SV3 @ SV17 @ SV8 )
            | ~ ( inertia @ SV6 @ SY141 @ SV10 )
            | ~ ( greater @ SV14 @ SV12 )
            | ( greater @ SY141 @ SV17 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(78,plain,
    ! [SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ! [SY142: $i] :
            ( ~ ( organization @ SV3 @ SV8 )
            | ~ ( organization @ SV6 @ SV10 )
            | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
            | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
            | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
            | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
            | ~ ( inertia @ SV3 @ SV18 @ SV8 )
            | ~ ( inertia @ SV6 @ SY142 @ SV10 )
            | ~ ( greater @ SY142 @ SV18 )
            | ( greater @ SV14 @ SV12 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(79,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV16 )
          | ~ ( organization @ SV4 @ SV19 )
          | ~ ( class @ SV1 @ SV7 @ SV16 )
          | ~ ( class @ SV4 @ SV7 @ SV19 )
          | ~ ( size @ SV1 @ SV9 @ SV16 )
          | ~ ( size @ SV4 @ SV11 @ SV19 )
          | ~ ( inertia @ SV1 @ SV13 @ SV16 )
          | ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(80,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ~ ( organization @ SV3 @ SV8 )
        | ~ ( organization @ SV6 @ SV10 )
        | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
        | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
        | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
        | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
        | ~ ( inertia @ SV3 @ SV17 @ SV8 )
        | ~ ( inertia @ SV6 @ SV20 @ SV10 )
        | ~ ( greater @ SV14 @ SV12 )
        | ( greater @ SV20 @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(81,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ~ ( organization @ SV3 @ SV8 )
        | ~ ( organization @ SV6 @ SV10 )
        | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
        | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
        | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
        | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
        | ~ ( inertia @ SV3 @ SV18 @ SV8 )
        | ~ ( inertia @ SV6 @ SV21 @ SV10 )
        | ~ ( greater @ SV21 @ SV18 )
        | ( greater @ SV14 @ SV12 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(82,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV16 )
          | ~ ( organization @ SV4 @ SV19 )
          | ~ ( class @ SV1 @ SV7 @ SV16 )
          | ~ ( class @ SV4 @ SV7 @ SV19 )
          | ~ ( size @ SV1 @ SV9 @ SV16 )
          | ~ ( size @ SV4 @ SV11 @ SV19 )
          | ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[79]) ).

thf(83,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
          | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
          | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
          | ~ ( inertia @ SV3 @ SV17 @ SV8 )
          | ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[80]) ).

thf(84,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
          | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
          | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
          | ~ ( inertia @ SV3 @ SV18 @ SV8 )
          | ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[81]) ).

thf(85,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV16 )
          | ~ ( organization @ SV4 @ SV19 )
          | ~ ( class @ SV1 @ SV7 @ SV16 )
          | ~ ( class @ SV4 @ SV7 @ SV19 )
          | ~ ( size @ SV1 @ SV9 @ SV16 )
          | ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[82]) ).

thf(86,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
          | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
          | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
          | ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[83]) ).

thf(87,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
          | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
          | ~ ( reproducibility @ SV6 @ SV14 @ SV10 )
          | ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[84]) ).

thf(88,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV16 )
          | ~ ( organization @ SV4 @ SV19 )
          | ~ ( class @ SV1 @ SV7 @ SV16 )
          | ~ ( class @ SV4 @ SV7 @ SV19 )
          | ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[85]) ).

thf(89,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
          | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
          | ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[86]) ).

thf(90,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
          | ~ ( reproducibility @ SV3 @ SV12 @ SV8 )
          | ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[87]) ).

thf(91,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV16 )
          | ~ ( organization @ SV4 @ SV19 )
          | ~ ( class @ SV1 @ SV7 @ SV16 )
          | ~ ( class @ SV4 @ SV7 @ SV19 ) )
        = $true )
      | ( ( ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[88]) ).

thf(92,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
          | ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[89]) ).

thf(93,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 )
          | ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[90]) ).

thf(94,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV16 )
          | ~ ( organization @ SV4 @ SV19 )
          | ~ ( class @ SV1 @ SV7 @ SV16 ) )
        = $true )
      | ( ( ~ ( class @ SV4 @ SV7 @ SV19 ) )
        = $true )
      | ( ( ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[91]) ).

thf(95,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[92]) ).

thf(96,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 )
          | ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[93]) ).

thf(97,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV16 )
          | ~ ( organization @ SV4 @ SV19 ) )
        = $true )
      | ( ( ~ ( class @ SV1 @ SV7 @ SV16 ) )
        = $true )
      | ( ( ~ ( class @ SV4 @ SV7 @ SV19 ) )
        = $true )
      | ( ( ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[94]) ).

thf(98,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[95]) ).

thf(99,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 )
          | ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[96]) ).

thf(100,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( ~ ( organization @ SV1 @ SV16 ) )
        = $true )
      | ( ( ~ ( organization @ SV4 @ SV19 ) )
        = $true )
      | ( ( ~ ( class @ SV1 @ SV7 @ SV16 ) )
        = $true )
      | ( ( ~ ( class @ SV4 @ SV7 @ SV19 ) )
        = $true )
      | ( ( ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(101,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[98]) ).

thf(102,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 )
          | ~ ( organization @ SV6 @ SV10 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[99]) ).

thf(103,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV19: $i,SV4: $i,SV16: $i,SV1: $i] :
      ( ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( ~ ( organization @ SV4 @ SV19 ) )
        = $true )
      | ( ( ~ ( class @ SV1 @ SV7 @ SV16 ) )
        = $true )
      | ( ( ~ ( class @ SV4 @ SV7 @ SV19 ) )
        = $true )
      | ( ( ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[100]) ).

thf(104,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 ) )
        = $true )
      | ( ( ~ ( organization @ SV6 @ SV10 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[101]) ).

thf(105,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( ~ ( organization @ SV3 @ SV8 ) )
        = $true )
      | ( ( ~ ( organization @ SV6 @ SV10 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

thf(106,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV7: $i,SV16: $i,SV1: $i,SV19: $i,SV4: $i] :
      ( ( ( organization @ SV4 @ SV19 )
        = $false )
      | ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( ~ ( class @ SV1 @ SV7 @ SV16 ) )
        = $true )
      | ( ( ~ ( class @ SV4 @ SV7 @ SV19 ) )
        = $true )
      | ( ( ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[103]) ).

thf(107,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( ~ ( organization @ SV6 @ SV10 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[104]) ).

thf(108,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( ~ ( organization @ SV6 @ SV10 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[105]) ).

thf(109,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV19: $i,SV4: $i,SV16: $i,SV7: $i,SV1: $i] :
      ( ( ( class @ SV1 @ SV7 @ SV16 )
        = $false )
      | ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV19 )
        = $false )
      | ( ( ~ ( class @ SV4 @ SV7 @ SV19 ) )
        = $true )
      | ( ( ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[106]) ).

thf(110,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV8: $i,SV3: $i,SV10: $i,SV6: $i] :
      ( ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

thf(111,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV8: $i,SV3: $i,SV10: $i,SV6: $i] :
      ( ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( ~ ( reorganization_free @ SV3 @ SV8 @ SV8 ) )
        = $true )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[108]) ).

thf(112,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV9: $i,SV16: $i,SV1: $i,SV19: $i,SV7: $i,SV4: $i] :
      ( ( ( class @ SV4 @ SV7 @ SV19 )
        = $false )
      | ( ( organization @ SV4 @ SV19 )
        = $false )
      | ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( class @ SV1 @ SV7 @ SV16 )
        = $false )
      | ( ( ~ ( size @ SV1 @ SV9 @ SV16 ) )
        = $true )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[109]) ).

thf(113,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[110]) ).

thf(114,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV10: $i,SV6: $i,SV8: $i,SV3: $i] :
      ( ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( ~ ( reorganization_free @ SV6 @ SV10 @ SV10 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[111]) ).

thf(115,plain,
    ! [SV15: $i,SV13: $i,SV11: $i,SV19: $i,SV4: $i,SV7: $i,SV16: $i,SV9: $i,SV1: $i] :
      ( ( ( size @ SV1 @ SV9 @ SV16 )
        = $false )
      | ( ( class @ SV1 @ SV7 @ SV16 )
        = $false )
      | ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV19 )
        = $false )
      | ( ( class @ SV4 @ SV7 @ SV19 )
        = $false )
      | ( ( ~ ( size @ SV4 @ SV11 @ SV19 ) )
        = $true )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[112]) ).

thf(116,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV12: $i,SV8: $i,SV3: $i,SV10: $i,SV6: $i] :
      ( ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[113]) ).

thf(117,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV12: $i,SV8: $i,SV3: $i,SV10: $i,SV6: $i] :
      ( ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( ~ ( reproducibility @ SV3 @ SV12 @ SV8 ) )
        = $true )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[114]) ).

thf(118,plain,
    ! [SV15: $i,SV13: $i,SV9: $i,SV16: $i,SV1: $i,SV7: $i,SV19: $i,SV11: $i,SV4: $i] :
      ( ( ( size @ SV4 @ SV11 @ SV19 )
        = $false )
      | ( ( class @ SV4 @ SV7 @ SV19 )
        = $false )
      | ( ( organization @ SV4 @ SV19 )
        = $false )
      | ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( class @ SV1 @ SV7 @ SV16 )
        = $false )
      | ( ( size @ SV1 @ SV9 @ SV16 )
        = $false )
      | ( ( ~ ( inertia @ SV1 @ SV13 @ SV16 ) )
        = $true )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(119,plain,
    ! [SV20: $i,SV17: $i,SV14: $i,SV10: $i,SV6: $i,SV8: $i,SV12: $i,SV3: $i] :
      ( ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

thf(120,plain,
    ! [SV21: $i,SV18: $i,SV14: $i,SV10: $i,SV6: $i,SV8: $i,SV12: $i,SV3: $i] :
      ( ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( ~ ( reproducibility @ SV6 @ SV14 @ SV10 ) )
        = $true )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[117]) ).

thf(121,plain,
    ! [SV15: $i,SV11: $i,SV19: $i,SV4: $i,SV7: $i,SV9: $i,SV16: $i,SV13: $i,SV1: $i] :
      ( ( ( inertia @ SV1 @ SV13 @ SV16 )
        = $false )
      | ( ( size @ SV1 @ SV9 @ SV16 )
        = $false )
      | ( ( class @ SV1 @ SV7 @ SV16 )
        = $false )
      | ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV19 )
        = $false )
      | ( ( class @ SV4 @ SV7 @ SV19 )
        = $false )
      | ( ( size @ SV4 @ SV11 @ SV19 )
        = $false )
      | ( ( ~ ( inertia @ SV4 @ SV15 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[118]) ).

thf(122,plain,
    ! [SV20: $i,SV17: $i,SV12: $i,SV8: $i,SV3: $i,SV10: $i,SV14: $i,SV6: $i] :
      ( ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( ~ ( inertia @ SV3 @ SV17 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(123,plain,
    ! [SV21: $i,SV18: $i,SV12: $i,SV8: $i,SV3: $i,SV10: $i,SV14: $i,SV6: $i] :
      ( ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( ~ ( inertia @ SV3 @ SV18 @ SV8 ) )
        = $true )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(124,plain,
    ! [SV13: $i,SV9: $i,SV16: $i,SV1: $i,SV7: $i,SV11: $i,SV19: $i,SV15: $i,SV4: $i] :
      ( ( ( inertia @ SV4 @ SV15 @ SV19 )
        = $false )
      | ( ( size @ SV4 @ SV11 @ SV19 )
        = $false )
      | ( ( class @ SV4 @ SV7 @ SV19 )
        = $false )
      | ( ( organization @ SV4 @ SV19 )
        = $false )
      | ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( class @ SV1 @ SV7 @ SV16 )
        = $false )
      | ( ( size @ SV1 @ SV9 @ SV16 )
        = $false )
      | ( ( inertia @ SV1 @ SV13 @ SV16 )
        = $false )
      | ( ( ~ ( greater @ SV11 @ SV9 ) )
        = $true )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(125,plain,
    ! [SV20: $i,SV14: $i,SV10: $i,SV6: $i,SV12: $i,SV8: $i,SV17: $i,SV3: $i] :
      ( ( ( inertia @ SV3 @ SV17 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( ~ ( inertia @ SV6 @ SV20 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[122]) ).

thf(126,plain,
    ! [SV21: $i,SV14: $i,SV10: $i,SV6: $i,SV12: $i,SV8: $i,SV18: $i,SV3: $i] :
      ( ( ( inertia @ SV3 @ SV18 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( ~ ( inertia @ SV6 @ SV21 @ SV10 ) )
        = $true )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[123]) ).

thf(127,plain,
    ! [SV15: $i,SV19: $i,SV4: $i,SV7: $i,SV16: $i,SV13: $i,SV1: $i,SV9: $i,SV11: $i] :
      ( ( ( greater @ SV11 @ SV9 )
        = $false )
      | ( ( inertia @ SV1 @ SV13 @ SV16 )
        = $false )
      | ( ( size @ SV1 @ SV9 @ SV16 )
        = $false )
      | ( ( class @ SV1 @ SV7 @ SV16 )
        = $false )
      | ( ( organization @ SV1 @ SV16 )
        = $false )
      | ( ( organization @ SV4 @ SV19 )
        = $false )
      | ( ( class @ SV4 @ SV7 @ SV19 )
        = $false )
      | ( ( size @ SV4 @ SV11 @ SV19 )
        = $false )
      | ( ( inertia @ SV4 @ SV15 @ SV19 )
        = $false )
      | ( ( greater @ SV15 @ SV13 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[124]) ).

thf(128,plain,
    ! [SV17: $i,SV12: $i,SV8: $i,SV3: $i,SV14: $i,SV10: $i,SV20: $i,SV6: $i] :
      ( ( ( inertia @ SV6 @ SV20 @ SV10 )
        = $false )
      | ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( inertia @ SV3 @ SV17 @ SV8 )
        = $false )
      | ( ( ~ ( greater @ SV14 @ SV12 )
          | ( greater @ SV20 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

thf(129,plain,
    ! [SV18: $i,SV12: $i,SV8: $i,SV3: $i,SV14: $i,SV10: $i,SV21: $i,SV6: $i] :
      ( ( ( inertia @ SV6 @ SV21 @ SV10 )
        = $false )
      | ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( inertia @ SV3 @ SV18 @ SV8 )
        = $false )
      | ( ( ~ ( greater @ SV21 @ SV18 )
          | ( greater @ SV14 @ SV12 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[126]) ).

thf(130,plain,
    ! [SV10: $i,SV6: $i,SV8: $i,SV3: $i,SV17: $i,SV20: $i,SV12: $i,SV14: $i] :
      ( ( ( ~ ( greater @ SV14 @ SV12 ) )
        = $true )
      | ( ( greater @ SV20 @ SV17 )
        = $true )
      | ( ( inertia @ SV3 @ SV17 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( inertia @ SV6 @ SV20 @ SV10 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[128]) ).

thf(131,plain,
    ! [SV10: $i,SV6: $i,SV8: $i,SV3: $i,SV12: $i,SV14: $i,SV18: $i,SV21: $i] :
      ( ( ( ~ ( greater @ SV21 @ SV18 ) )
        = $true )
      | ( ( greater @ SV14 @ SV12 )
        = $true )
      | ( ( inertia @ SV3 @ SV18 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( inertia @ SV6 @ SV21 @ SV10 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[129]) ).

thf(132,plain,
    ! [SV10: $i,SV6: $i,SV8: $i,SV3: $i,SV17: $i,SV20: $i,SV12: $i,SV14: $i] :
      ( ( ( greater @ SV14 @ SV12 )
        = $false )
      | ( ( greater @ SV20 @ SV17 )
        = $true )
      | ( ( inertia @ SV3 @ SV17 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( inertia @ SV6 @ SV20 @ SV10 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[130]) ).

thf(133,plain,
    ! [SV10: $i,SV6: $i,SV8: $i,SV3: $i,SV12: $i,SV14: $i,SV18: $i,SV21: $i] :
      ( ( ( greater @ SV21 @ SV18 )
        = $false )
      | ( ( greater @ SV14 @ SV12 )
        = $true )
      | ( ( inertia @ SV3 @ SV18 @ SV8 )
        = $false )
      | ( ( reproducibility @ SV3 @ SV12 @ SV8 )
        = $false )
      | ( ( reorganization_free @ SV3 @ SV8 @ SV8 )
        = $false )
      | ( ( organization @ SV3 @ SV8 )
        = $false )
      | ( ( organization @ SV6 @ SV10 )
        = $false )
      | ( ( reorganization_free @ SV6 @ SV10 @ SV10 )
        = $false )
      | ( ( reproducibility @ SV6 @ SV14 @ SV10 )
        = $false )
      | ( ( inertia @ SV6 @ SV21 @ SV10 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(134,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[38,133,132,127,62,53,48,47,46,45,44,43,42,41,40,39]) ).

thf(135,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[134]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : MGT009+1 : TPTP v8.1.0. Released v2.0.0.
% 0.06/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.35  % Computer : n028.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:39:02 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.20/0.41  
% 0.20/0.41   No.of.Axioms: 3
% 0.20/0.41  
% 0.20/0.41   Length.of.Defs: 0
% 0.20/0.41  
% 0.20/0.41   Contains.Choice.Funs: false
% 0.20/0.46  (rf:0,axioms:3,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:5,loop_count:0,foatp_calls:0,translation:fof_full)............
% 0.48/0.68  
% 0.48/0.68  ********************************
% 0.48/0.68  *   All subproblems solved!    *
% 0.48/0.68  ********************************
% 0.48/0.68  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:14,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:134,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.48/0.69  
% 0.48/0.69  %**** Beginning of derivation protocol ****
% 0.48/0.69  % SZS output start CNFRefutation
% See solution above
% 0.48/0.69  
% 0.48/0.69  %**** End of derivation protocol ****
% 0.48/0.69  %**** no. of clauses in derivation: 135 ****
% 0.48/0.69  %**** clause counter: 134 ****
% 0.48/0.69  
% 0.48/0.69  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:14,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:134,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------