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

View Problem - Process Solution

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

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

% Result   : Unsatisfiable 0.92s 1.14s
% Output   : CNFRefutation 0.92s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   14
%            Number of leaves      :   32
% Syntax   : Number of formulae    :  177 (  87 unt;  12 typ;   0 def)
%            Number of atoms       :  899 ( 320 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 1703 ( 193   ~; 272   |;   0   &;1238   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   12 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   17 (  17   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  12 usr;   5 con; 0-2 aty)
%            Number of variables   :  364 (   0   ^ 364   !;   0   ?; 364   :)

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

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

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

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

thf(tp_internal_friction,type,
    internal_friction: $i > $i > $i ).

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

thf(tp_sk1,type,
    sk1: $i ).

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

thf(tp_sk3,type,
    sk3: $i ).

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

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

thf(tp_stock_of_knowledge,type,
    stock_of_knowledge: $i > $i > $i ).

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

thf(2,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ( ( stock_of_knowledge @ A @ B )
        = ( stock_of_knowledge @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_10_35) ).

thf(3,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ( ( stock_of_knowledge @ A @ B )
       != ( stock_of_knowledge @ A @ C ) )
      | ( ( internal_friction @ A @ B )
       != ( internal_friction @ A @ C ) )
      | ( ( capability @ A @ B )
        = ( capability @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_5_34) ).

thf(4,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ~ ( smaller_or_equal @ ( stock_of_knowledge @ A @ B ) @ ( stock_of_knowledge @ A @ C ) )
      | ~ ( greater @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) )
      | ( smaller @ ( capability @ A @ B ) @ ( capability @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_5_33) ).

thf(5,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( organization @ A )
      | ~ ( greater @ ( stock_of_knowledge @ A @ B ) @ ( stock_of_knowledge @ A @ C ) )
      | ~ ( smaller_or_equal @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) )
      | ( greater @ ( capability @ A @ B ) @ ( capability @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',assumption_5_32) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(19,negated_conjecture,
    ~ ( smaller @ ( capability @ sk1 @ sk3 ) @ ( capability @ sk1 @ sk2 ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_5_39) ).

thf(20,negated_conjecture,
    greater @ ( age @ sk1 @ sk3 ) @ ( age @ sk1 @ sk2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',lemma_5_38) ).

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

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

thf(23,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( greater @ ( age @ A @ B ) @ ( age @ A @ C ) )
          | ( greater @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(24,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ( ( stock_of_knowledge @ A @ B )
            = ( stock_of_knowledge @ A @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(25,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ( ( stock_of_knowledge @ A @ B )
           != ( stock_of_knowledge @ A @ C ) )
          | ( ( internal_friction @ A @ B )
           != ( internal_friction @ A @ C ) )
          | ( ( capability @ A @ B )
            = ( capability @ A @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(26,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( smaller_or_equal @ ( stock_of_knowledge @ A @ B ) @ ( stock_of_knowledge @ A @ C ) )
          | ~ ( greater @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) )
          | ( smaller @ ( capability @ A @ B ) @ ( capability @ A @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(27,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( organization @ A )
          | ~ ( greater @ ( stock_of_knowledge @ A @ B ) @ ( stock_of_knowledge @ A @ C ) )
          | ~ ( smaller_or_equal @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) )
          | ( greater @ ( capability @ A @ B ) @ ( capability @ A @ C ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(39,plain,
    ( ( ~ ( smaller @ ( capability @ sk1 @ sk3 ) @ ( capability @ sk1 @ sk2 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(40,plain,
    ( ( greater @ ( age @ sk1 @ sk3 ) @ ( age @ sk1 @ sk2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

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

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

thf(43,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( greater @ ( age @ A @ B ) @ ( age @ A @ C ) )
              | ( greater @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[23]) ).

thf(44,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ( stock_of_knowledge @ A @ B )
              = ( stock_of_knowledge @ A @ C ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[24]) ).

thf(45,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ( ( stock_of_knowledge @ A @ B )
               != ( stock_of_knowledge @ A @ C ) )
              | ( ( internal_friction @ A @ B )
               != ( internal_friction @ A @ C ) )
              | ( ( capability @ A @ B )
                = ( capability @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(46,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ A @ B ) @ ( stock_of_knowledge @ A @ C ) )
              | ~ ( greater @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) )
              | ( smaller @ ( capability @ A @ B ) @ ( capability @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(47,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ A @ B ) @ ( stock_of_knowledge @ A @ C ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) )
              | ( greater @ ( capability @ A @ B ) @ ( capability @ A @ C ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[27]) ).

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

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

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

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

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

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

thf(54,plain,
    ( ( greater @ ( age @ sk1 @ sk3 ) @ ( age @ sk1 @ sk2 ) )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(55,plain,
    ( ( ~ ( smaller @ ( capability @ sk1 @ sk3 ) @ ( capability @ sk1 @ sk2 ) ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(67,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ A @ B ) @ ( stock_of_knowledge @ A @ C ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) )
              | ( greater @ ( capability @ A @ B ) @ ( capability @ A @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(68,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ A @ B ) @ ( stock_of_knowledge @ A @ C ) )
              | ~ ( greater @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) )
              | ( smaller @ ( capability @ A @ B ) @ ( capability @ A @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(69,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ( ( stock_of_knowledge @ A @ B )
               != ( stock_of_knowledge @ A @ C ) )
              | ( ( internal_friction @ A @ B )
               != ( internal_friction @ A @ C ) )
              | ( ( capability @ A @ B )
                = ( capability @ A @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(70,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ( stock_of_knowledge @ A @ B )
              = ( stock_of_knowledge @ A @ C ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(71,plain,
    ( ( ! [A: $i] :
          ( ~ ( organization @ A )
          | ! [B: $i,C: $i] :
              ( ~ ( greater @ ( age @ A @ B ) @ ( age @ A @ C ) )
              | ( greater @ ( internal_friction @ A @ B ) @ ( internal_friction @ A @ C ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

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

thf(73,plain,
    ( ( smaller @ ( capability @ sk1 @ sk3 ) @ ( capability @ sk1 @ sk2 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[55]) ).

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

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

thf(76,plain,
    ! [SV3: $i] :
      ( ( ! [SY40: $i] :
            ( ( SV3 != SY40 )
            | ( smaller_or_equal @ SV3 @ SY40 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

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

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

thf(79,plain,
    ! [SV6: $i] :
      ( ( ! [SY43: $i] :
            ( ( SV6 != SY43 )
            | ( greater_or_equal @ SV6 @ SY43 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

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

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

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

thf(83,plain,
    ! [SV10: $i] :
      ( ( ! [SY47: $i] :
            ( ~ ( greater @ SV10 @ SY47 )
            | ! [SY48: $i] :
                ( ~ ( greater @ SY47 @ SY48 )
                | ( greater @ SV10 @ SY48 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

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

thf(85,plain,
    ! [SV12: $i] :
      ( ( ~ ( organization @ SV12 )
        | ! [SY50: $i,SY51: $i] :
            ( ~ ( greater @ ( stock_of_knowledge @ SV12 @ SY50 ) @ ( stock_of_knowledge @ SV12 @ SY51 ) )
            | ~ ( smaller_or_equal @ ( internal_friction @ SV12 @ SY50 ) @ ( internal_friction @ SV12 @ SY51 ) )
            | ( greater @ ( capability @ SV12 @ SY50 ) @ ( capability @ SV12 @ SY51 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(86,plain,
    ! [SV13: $i] :
      ( ( ~ ( organization @ SV13 )
        | ! [SY52: $i,SY53: $i] :
            ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SY52 ) @ ( stock_of_knowledge @ SV13 @ SY53 ) )
            | ~ ( greater @ ( internal_friction @ SV13 @ SY52 ) @ ( internal_friction @ SV13 @ SY53 ) )
            | ( smaller @ ( capability @ SV13 @ SY52 ) @ ( capability @ SV13 @ SY53 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(87,plain,
    ! [SV14: $i] :
      ( ( ~ ( organization @ SV14 )
        | ! [SY54: $i,SY55: $i] :
            ( ( ( stock_of_knowledge @ SV14 @ SY54 )
             != ( stock_of_knowledge @ SV14 @ SY55 ) )
            | ( ( internal_friction @ SV14 @ SY54 )
             != ( internal_friction @ SV14 @ SY55 ) )
            | ( ( capability @ SV14 @ SY54 )
              = ( capability @ SV14 @ SY55 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(88,plain,
    ! [SV15: $i] :
      ( ( ~ ( organization @ SV15 )
        | ! [SY56: $i,SY57: $i] :
            ( ( stock_of_knowledge @ SV15 @ SY56 )
            = ( stock_of_knowledge @ SV15 @ SY57 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(89,plain,
    ! [SV16: $i] :
      ( ( ~ ( organization @ SV16 )
        | ! [SY58: $i,SY59: $i] :
            ( ~ ( greater @ ( age @ SV16 @ SY58 ) @ ( age @ SV16 @ SY59 ) )
            | ( greater @ ( internal_friction @ SV16 @ SY58 ) @ ( internal_friction @ SV16 @ SY59 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(90,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[72]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(102,plain,
    ! [SV12: $i] :
      ( ( ( ~ ( organization @ SV12 ) )
        = $true )
      | ( ( ! [SY50: $i,SY51: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV12 @ SY50 ) @ ( stock_of_knowledge @ SV12 @ SY51 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV12 @ SY50 ) @ ( internal_friction @ SV12 @ SY51 ) )
              | ( greater @ ( capability @ SV12 @ SY50 ) @ ( capability @ SV12 @ SY51 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[85]) ).

thf(103,plain,
    ! [SV13: $i] :
      ( ( ( ~ ( organization @ SV13 ) )
        = $true )
      | ( ( ! [SY52: $i,SY53: $i] :
              ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SY52 ) @ ( stock_of_knowledge @ SV13 @ SY53 ) )
              | ~ ( greater @ ( internal_friction @ SV13 @ SY52 ) @ ( internal_friction @ SV13 @ SY53 ) )
              | ( smaller @ ( capability @ SV13 @ SY52 ) @ ( capability @ SV13 @ SY53 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[86]) ).

thf(104,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( organization @ SV14 ) )
        = $true )
      | ( ( ! [SY54: $i,SY55: $i] :
              ( ( ( stock_of_knowledge @ SV14 @ SY54 )
               != ( stock_of_knowledge @ SV14 @ SY55 ) )
              | ( ( internal_friction @ SV14 @ SY54 )
               != ( internal_friction @ SV14 @ SY55 ) )
              | ( ( capability @ SV14 @ SY54 )
                = ( capability @ SV14 @ SY55 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[87]) ).

thf(105,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( organization @ SV15 ) )
        = $true )
      | ( ( ! [SY56: $i,SY57: $i] :
              ( ( stock_of_knowledge @ SV15 @ SY56 )
              = ( stock_of_knowledge @ SV15 @ SY57 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[88]) ).

thf(106,plain,
    ! [SV16: $i] :
      ( ( ( ~ ( organization @ SV16 ) )
        = $true )
      | ( ( ! [SY58: $i,SY59: $i] :
              ( ~ ( greater @ ( age @ SV16 @ SY58 ) @ ( age @ SV16 @ SY59 ) )
              | ( greater @ ( internal_friction @ SV16 @ SY58 ) @ ( internal_friction @ SV16 @ SY59 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[89]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(118,plain,
    ! [SV12: $i] :
      ( ( ( organization @ SV12 )
        = $false )
      | ( ( ! [SY50: $i,SY51: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV12 @ SY50 ) @ ( stock_of_knowledge @ SV12 @ SY51 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV12 @ SY50 ) @ ( internal_friction @ SV12 @ SY51 ) )
              | ( greater @ ( capability @ SV12 @ SY50 ) @ ( capability @ SV12 @ SY51 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(119,plain,
    ! [SV13: $i] :
      ( ( ( organization @ SV13 )
        = $false )
      | ( ( ! [SY52: $i,SY53: $i] :
              ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SY52 ) @ ( stock_of_knowledge @ SV13 @ SY53 ) )
              | ~ ( greater @ ( internal_friction @ SV13 @ SY52 ) @ ( internal_friction @ SV13 @ SY53 ) )
              | ( smaller @ ( capability @ SV13 @ SY52 ) @ ( capability @ SV13 @ SY53 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[103]) ).

thf(120,plain,
    ! [SV14: $i] :
      ( ( ( organization @ SV14 )
        = $false )
      | ( ( ! [SY54: $i,SY55: $i] :
              ( ( ( stock_of_knowledge @ SV14 @ SY54 )
               != ( stock_of_knowledge @ SV14 @ SY55 ) )
              | ( ( internal_friction @ SV14 @ SY54 )
               != ( internal_friction @ SV14 @ SY55 ) )
              | ( ( capability @ SV14 @ SY54 )
                = ( capability @ SV14 @ SY55 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[104]) ).

thf(121,plain,
    ! [SV15: $i] :
      ( ( ( organization @ SV15 )
        = $false )
      | ( ( ! [SY56: $i,SY57: $i] :
              ( ( stock_of_knowledge @ SV15 @ SY56 )
              = ( stock_of_knowledge @ SV15 @ SY57 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[105]) ).

thf(122,plain,
    ! [SV16: $i] :
      ( ( ( organization @ SV16 )
        = $false )
      | ( ( ! [SY58: $i,SY59: $i] :
              ( ~ ( greater @ ( age @ SV16 @ SY58 ) @ ( age @ SV16 @ SY59 ) )
              | ( greater @ ( internal_friction @ SV16 @ SY58 ) @ ( internal_friction @ SV16 @ SY59 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[106]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(134,plain,
    ! [SV28: $i,SV12: $i] :
      ( ( ( ! [SY61: $i] :
              ( ~ ( greater @ ( stock_of_knowledge @ SV12 @ SV28 ) @ ( stock_of_knowledge @ SV12 @ SY61 ) )
              | ~ ( smaller_or_equal @ ( internal_friction @ SV12 @ SV28 ) @ ( internal_friction @ SV12 @ SY61 ) )
              | ( greater @ ( capability @ SV12 @ SV28 ) @ ( capability @ SV12 @ SY61 ) ) ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(135,plain,
    ! [SV29: $i,SV13: $i] :
      ( ( ( ! [SY62: $i] :
              ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SV29 ) @ ( stock_of_knowledge @ SV13 @ SY62 ) )
              | ~ ( greater @ ( internal_friction @ SV13 @ SV29 ) @ ( internal_friction @ SV13 @ SY62 ) )
              | ( smaller @ ( capability @ SV13 @ SV29 ) @ ( capability @ SV13 @ SY62 ) ) ) )
        = $true )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

thf(136,plain,
    ! [SV30: $i,SV14: $i] :
      ( ( ( ! [SY63: $i] :
              ( ( ( stock_of_knowledge @ SV14 @ SV30 )
               != ( stock_of_knowledge @ SV14 @ SY63 ) )
              | ( ( internal_friction @ SV14 @ SV30 )
               != ( internal_friction @ SV14 @ SY63 ) )
              | ( ( capability @ SV14 @ SV30 )
                = ( capability @ SV14 @ SY63 ) ) ) )
        = $true )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(137,plain,
    ! [SV31: $i,SV15: $i] :
      ( ( ( ! [SY64: $i] :
              ( ( stock_of_knowledge @ SV15 @ SV31 )
              = ( stock_of_knowledge @ SV15 @ SY64 ) ) )
        = $true )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(138,plain,
    ! [SV32: $i,SV16: $i] :
      ( ( ( ! [SY65: $i] :
              ( ~ ( greater @ ( age @ SV16 @ SV32 ) @ ( age @ SV16 @ SY65 ) )
              | ( greater @ ( internal_friction @ SV16 @ SV32 ) @ ( internal_friction @ SV16 @ SY65 ) ) ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

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

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

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

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

thf(143,plain,
    ! [SV34: $i,SV28: $i,SV12: $i] :
      ( ( ( ~ ( greater @ ( stock_of_knowledge @ SV12 @ SV28 ) @ ( stock_of_knowledge @ SV12 @ SV34 ) )
          | ~ ( smaller_or_equal @ ( internal_friction @ SV12 @ SV28 ) @ ( internal_friction @ SV12 @ SV34 ) )
          | ( greater @ ( capability @ SV12 @ SV28 ) @ ( capability @ SV12 @ SV34 ) ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(144,plain,
    ! [SV35: $i,SV29: $i,SV13: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SV29 ) @ ( stock_of_knowledge @ SV13 @ SV35 ) )
          | ~ ( greater @ ( internal_friction @ SV13 @ SV29 ) @ ( internal_friction @ SV13 @ SV35 ) )
          | ( smaller @ ( capability @ SV13 @ SV29 ) @ ( capability @ SV13 @ SV35 ) ) )
        = $true )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

thf(145,plain,
    ! [SV36: $i,SV30: $i,SV14: $i] :
      ( ( ( ( ( stock_of_knowledge @ SV14 @ SV30 )
           != ( stock_of_knowledge @ SV14 @ SV36 ) )
          | ( ( internal_friction @ SV14 @ SV30 )
           != ( internal_friction @ SV14 @ SV36 ) )
          | ( ( capability @ SV14 @ SV30 )
            = ( capability @ SV14 @ SV36 ) ) )
        = $true )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

thf(146,plain,
    ! [SV37: $i,SV31: $i,SV15: $i] :
      ( ( ( ( stock_of_knowledge @ SV15 @ SV31 )
          = ( stock_of_knowledge @ SV15 @ SV37 ) )
        = $true )
      | ( ( organization @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(147,plain,
    ! [SV38: $i,SV32: $i,SV16: $i] :
      ( ( ( ~ ( greater @ ( age @ SV16 @ SV32 ) @ ( age @ SV16 @ SV38 ) )
          | ( greater @ ( internal_friction @ SV16 @ SV32 ) @ ( internal_friction @ SV16 @ SV38 ) ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

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

thf(149,plain,
    ! [SV34: $i,SV28: $i,SV12: $i] :
      ( ( ( ~ ( greater @ ( stock_of_knowledge @ SV12 @ SV28 ) @ ( stock_of_knowledge @ SV12 @ SV34 ) ) )
        = $true )
      | ( ( ~ ( smaller_or_equal @ ( internal_friction @ SV12 @ SV28 ) @ ( internal_friction @ SV12 @ SV34 ) )
          | ( greater @ ( capability @ SV12 @ SV28 ) @ ( capability @ SV12 @ SV34 ) ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[143]) ).

thf(150,plain,
    ! [SV35: $i,SV29: $i,SV13: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SV29 ) @ ( stock_of_knowledge @ SV13 @ SV35 ) ) )
        = $true )
      | ( ( ~ ( greater @ ( internal_friction @ SV13 @ SV29 ) @ ( internal_friction @ SV13 @ SV35 ) )
          | ( smaller @ ( capability @ SV13 @ SV29 ) @ ( capability @ SV13 @ SV35 ) ) )
        = $true )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[144]) ).

thf(151,plain,
    ! [SV36: $i,SV30: $i,SV14: $i] :
      ( ( ( ( ( stock_of_knowledge @ SV14 @ SV30 )
           != ( stock_of_knowledge @ SV14 @ SV36 ) ) )
        = $true )
      | ( ( ( ( internal_friction @ SV14 @ SV30 )
           != ( internal_friction @ SV14 @ SV36 ) )
          | ( ( capability @ SV14 @ SV30 )
            = ( capability @ SV14 @ SV36 ) ) )
        = $true )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[145]) ).

thf(152,plain,
    ! [SV38: $i,SV32: $i,SV16: $i] :
      ( ( ( ~ ( greater @ ( age @ SV16 @ SV32 ) @ ( age @ SV16 @ SV38 ) ) )
        = $true )
      | ( ( greater @ ( internal_friction @ SV16 @ SV32 ) @ ( internal_friction @ SV16 @ SV38 ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[147]) ).

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

thf(154,plain,
    ! [SV34: $i,SV28: $i,SV12: $i] :
      ( ( ( greater @ ( stock_of_knowledge @ SV12 @ SV28 ) @ ( stock_of_knowledge @ SV12 @ SV34 ) )
        = $false )
      | ( ( ~ ( smaller_or_equal @ ( internal_friction @ SV12 @ SV28 ) @ ( internal_friction @ SV12 @ SV34 ) )
          | ( greater @ ( capability @ SV12 @ SV28 ) @ ( capability @ SV12 @ SV34 ) ) )
        = $true )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[149]) ).

thf(155,plain,
    ! [SV35: $i,SV29: $i,SV13: $i] :
      ( ( ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SV29 ) @ ( stock_of_knowledge @ SV13 @ SV35 ) )
        = $false )
      | ( ( ~ ( greater @ ( internal_friction @ SV13 @ SV29 ) @ ( internal_friction @ SV13 @ SV35 ) )
          | ( smaller @ ( capability @ SV13 @ SV29 ) @ ( capability @ SV13 @ SV35 ) ) )
        = $true )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[150]) ).

thf(156,plain,
    ! [SV36: $i,SV30: $i,SV14: $i] :
      ( ( ( ( stock_of_knowledge @ SV14 @ SV30 )
          = ( stock_of_knowledge @ SV14 @ SV36 ) )
        = $false )
      | ( ( ( ( internal_friction @ SV14 @ SV30 )
           != ( internal_friction @ SV14 @ SV36 ) )
          | ( ( capability @ SV14 @ SV30 )
            = ( capability @ SV14 @ SV36 ) ) )
        = $true )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[151]) ).

thf(157,plain,
    ! [SV38: $i,SV32: $i,SV16: $i] :
      ( ( ( greater @ ( age @ SV16 @ SV32 ) @ ( age @ SV16 @ SV38 ) )
        = $false )
      | ( ( greater @ ( internal_friction @ SV16 @ SV32 ) @ ( internal_friction @ SV16 @ SV38 ) )
        = $true )
      | ( ( organization @ SV16 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[152]) ).

thf(158,plain,
    ! [SV34: $i,SV28: $i,SV12: $i] :
      ( ( ( ~ ( smaller_or_equal @ ( internal_friction @ SV12 @ SV28 ) @ ( internal_friction @ SV12 @ SV34 ) ) )
        = $true )
      | ( ( greater @ ( capability @ SV12 @ SV28 ) @ ( capability @ SV12 @ SV34 ) )
        = $true )
      | ( ( greater @ ( stock_of_knowledge @ SV12 @ SV28 ) @ ( stock_of_knowledge @ SV12 @ SV34 ) )
        = $false )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(159,plain,
    ! [SV35: $i,SV29: $i,SV13: $i] :
      ( ( ( ~ ( greater @ ( internal_friction @ SV13 @ SV29 ) @ ( internal_friction @ SV13 @ SV35 ) ) )
        = $true )
      | ( ( smaller @ ( capability @ SV13 @ SV29 ) @ ( capability @ SV13 @ SV35 ) )
        = $true )
      | ( ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SV29 ) @ ( stock_of_knowledge @ SV13 @ SV35 ) )
        = $false )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[155]) ).

thf(160,plain,
    ! [SV36: $i,SV30: $i,SV14: $i] :
      ( ( ( ( ( internal_friction @ SV14 @ SV30 )
           != ( internal_friction @ SV14 @ SV36 ) ) )
        = $true )
      | ( ( ( capability @ SV14 @ SV30 )
          = ( capability @ SV14 @ SV36 ) )
        = $true )
      | ( ( ( stock_of_knowledge @ SV14 @ SV30 )
          = ( stock_of_knowledge @ SV14 @ SV36 ) )
        = $false )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[156]) ).

thf(161,plain,
    ! [SV34: $i,SV28: $i,SV12: $i] :
      ( ( ( smaller_or_equal @ ( internal_friction @ SV12 @ SV28 ) @ ( internal_friction @ SV12 @ SV34 ) )
        = $false )
      | ( ( greater @ ( capability @ SV12 @ SV28 ) @ ( capability @ SV12 @ SV34 ) )
        = $true )
      | ( ( greater @ ( stock_of_knowledge @ SV12 @ SV28 ) @ ( stock_of_knowledge @ SV12 @ SV34 ) )
        = $false )
      | ( ( organization @ SV12 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[158]) ).

thf(162,plain,
    ! [SV35: $i,SV29: $i,SV13: $i] :
      ( ( ( greater @ ( internal_friction @ SV13 @ SV29 ) @ ( internal_friction @ SV13 @ SV35 ) )
        = $false )
      | ( ( smaller @ ( capability @ SV13 @ SV29 ) @ ( capability @ SV13 @ SV35 ) )
        = $true )
      | ( ( smaller_or_equal @ ( stock_of_knowledge @ SV13 @ SV29 ) @ ( stock_of_knowledge @ SV13 @ SV35 ) )
        = $false )
      | ( ( organization @ SV13 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[159]) ).

thf(163,plain,
    ! [SV36: $i,SV30: $i,SV14: $i] :
      ( ( ( ( internal_friction @ SV14 @ SV30 )
          = ( internal_friction @ SV14 @ SV36 ) )
        = $false )
      | ( ( ( capability @ SV14 @ SV30 )
          = ( capability @ SV14 @ SV36 ) )
        = $true )
      | ( ( ( stock_of_knowledge @ SV14 @ SV30 )
          = ( stock_of_knowledge @ SV14 @ SV36 ) )
        = $false )
      | ( ( organization @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[160]) ).

thf(164,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[53,163,162,161,157,153,146,141,140,139,133,130,129,128,127,125,124,90,73,54]) ).

thf(165,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[164]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : MGT048-1 : TPTP v8.1.0. Released v2.4.0.
% 0.12/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n022.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Thu Jun  9 10:38:49 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.20/0.36  
% 0.20/0.36   No.of.Axioms: 19
% 0.20/0.36  
% 0.20/0.36   Length.of.Defs: 0
% 0.20/0.36  
% 0.20/0.36   Contains.Choice.Funs: false
% 0.20/0.37  (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:21,loop_count:0,foatp_calls:0,translation:fof_full)........
% 0.92/1.14  
% 0.92/1.14  ********************************
% 0.92/1.14  *   All subproblems solved!    *
% 0.92/1.14  ********************************
% 0.92/1.14  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:164,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.92/1.16  
% 0.92/1.16  %**** Beginning of derivation protocol ****
% 0.92/1.16  % SZS output start CNFRefutation
% See solution above
% 0.92/1.16  
% 0.92/1.16  %**** End of derivation protocol ****
% 0.92/1.16  %**** no. of clauses in derivation: 165 ****
% 0.92/1.16  %**** clause counter: 164 ****
% 0.92/1.16  
% 0.92/1.16  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:164,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------