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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MGT049+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:32 EDT 2022

% Result   : Theorem 0.20s 0.43s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   20
% Syntax   : Number of formulae    :  161 (  98 unt;  11 typ;   0 def)
%            Number of atoms       :  821 ( 302 equ;   0 cnn)
%            Maximal formula atoms :    5 (   5 avg)
%            Number of connectives : 1457 ( 221   ~; 239   |;  24   &; 951   @)
%                                         (   6 <=>;  16  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   15 (  15   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  11 usr;   5 con; 0-2 aty)
%            Number of variables   :  385 (   0   ^ 385   !;   0   ?; 385   :)

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

thf(tp_external_ties,type,
    external_ties: $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_organization,type,
    organization: $i > $o ).

thf(tp_position,type,
    position: $i > $i > $i ).

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

thf(tp_sK2_SY22,type,
    sK2_SY22: $i ).

thf(tp_sK3_SY24,type,
    sK3_SY24: $i ).

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

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

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

thf(2,axiom,
    ! [X: $i,T0: $i,T: $i] :
      ( ( organization @ X )
     => ( ( ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
         => ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
        & ( ( ( external_ties @ X @ T )
            = ( external_ties @ X @ T0 ) )
         => ( ( position @ X @ T )
            = ( position @ X @ T0 ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',assumption_6) ).

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

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

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

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

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

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

thf(9,conjecture,
    ! [X: $i,T0: $i,T: $i] :
      ( ( ( organization @ X )
        & ( greater @ ( age @ X @ T ) @ ( age @ X @ T0 ) ) )
     => ( ( position @ X @ T )
        = ( position @ X @ T0 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lemma_6) ).

thf(10,negated_conjecture,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ( greater @ ( age @ X @ T ) @ ( age @ X @ T0 ) ) )
         => ( ( position @ X @ T )
            = ( position @ X @ T0 ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[9]) ).

thf(11,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( ( organization @ X )
            & ( greater @ ( age @ X @ T ) @ ( age @ X @ T0 ) ) )
         => ( ( position @ X @ T )
            = ( position @ X @ T0 ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(12,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( organization @ X )
         => ( ( external_ties @ X @ T )
            = ( external_ties @ X @ T0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(13,plain,
    ( ( ! [X: $i,T0: $i,T: $i] :
          ( ( organization @ X )
         => ( ( ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
             => ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) )
            & ( ( ( external_ties @ X @ T )
                = ( external_ties @ X @ T0 ) )
             => ( ( position @ X @ T )
                = ( position @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

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

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

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

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

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

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

thf(20,plain,
    ( ( ! [SY22: $i,SY23: $i] :
          ( ( ( organization @ sK1_X )
            & ( greater @ ( age @ sK1_X @ SY23 ) @ ( age @ sK1_X @ SY22 ) ) )
         => ( ( position @ sK1_X @ SY23 )
            = ( position @ sK1_X @ SY22 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[11]) ).

thf(21,plain,
    ( ( ! [SY24: $i] :
          ( ( ( organization @ sK1_X )
            & ( greater @ ( age @ sK1_X @ SY24 ) @ ( age @ sK1_X @ sK2_SY22 ) ) )
         => ( ( position @ sK1_X @ SY24 )
            = ( position @ sK1_X @ sK2_SY22 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[20]) ).

thf(22,plain,
    ( ( ( ( organization @ sK1_X )
        & ( greater @ ( age @ sK1_X @ sK3_SY24 ) @ ( age @ sK1_X @ sK2_SY22 ) ) )
     => ( ( position @ sK1_X @ sK3_SY24 )
        = ( position @ sK1_X @ sK2_SY22 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[21]) ).

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

thf(24,plain,
    ( ( greater @ ( age @ sK1_X @ sK3_SY24 ) @ ( age @ sK1_X @ sK2_SY22 ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[22]) ).

thf(25,plain,
    ( ( ( position @ sK1_X @ sK3_SY24 )
      = ( position @ sK1_X @ sK2_SY22 ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[22]) ).

thf(26,plain,
    ( ( ( ( position @ sK1_X @ sK3_SY24 )
       != ( position @ sK1_X @ sK2_SY22 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[25]) ).

thf(27,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T0: $i,T: $i] :
              ( ( external_ties @ X @ T )
              = ( external_ties @ X @ T0 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[12]) ).

thf(28,plain,
    ( ( ! [X: $i] :
          ( ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
                | ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ( ( external_ties @ X @ T )
                 != ( external_ties @ X @ T0 ) )
                | ( ( position @ X @ T )
                  = ( position @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[13]) ).

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

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

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

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

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

thf(34,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( smaller_or_equal @ X @ Y )
          | ( X = Y )
          | ( smaller @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( smaller_or_equal @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( smaller @ X @ Y )
          | ( smaller_or_equal @ X @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[19]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( smaller_or_equal @ X @ Y )
          | ( X = Y )
          | ( smaller @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ( X != Y )
          | ( smaller_or_equal @ X @ Y ) )
      & ! [X: $i,Y: $i] :
          ( ~ ( smaller @ X @ Y )
          | ( smaller_or_equal @ X @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[34]) ).

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

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

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

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

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

thf(41,plain,
    ( ( ! [X: $i] :
          ( ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ~ ( greater @ ( external_ties @ X @ T ) @ ( external_ties @ X @ T0 ) )
                | ( greater @ ( position @ X @ T ) @ ( position @ X @ T0 ) ) ) )
          & ( ~ ( organization @ X )
            | ! [T0: $i,T: $i] :
                ( ( ( external_ties @ X @ T )
                 != ( external_ties @ X @ T0 ) )
                | ( ( position @ X @ T )
                  = ( position @ X @ T0 ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(42,plain,
    ( ( ! [X: $i] :
          ( ~ ( organization @ X )
          | ! [T0: $i,T: $i] :
              ( ( external_ties @ X @ T )
              = ( external_ties @ X @ T0 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[27]) ).

thf(43,plain,
    ( ( greater @ ( age @ sK1_X @ sK3_SY24 ) @ ( age @ sK1_X @ sK2_SY22 ) )
    = $true ),
    inference(copy,[status(thm)],[24]) ).

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

thf(45,plain,
    ( ( ( ( position @ sK1_X @ sK3_SY24 )
       != ( position @ sK1_X @ sK2_SY22 ) ) )
    = $true ),
    inference(copy,[status(thm)],[26]) ).

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

thf(47,plain,
    ( ( ! [SX0: $i] :
          ~ ( ~ ( ~ ( organization @ SX0 )
                | ! [SX1: $i,SX2: $i] :
                    ( ~ ( greater @ ( external_ties @ SX0 @ SX2 ) @ ( external_ties @ SX0 @ SX1 ) )
                    | ( greater @ ( position @ SX0 @ SX2 ) @ ( position @ SX0 @ SX1 ) ) ) )
            | ~ ( ~ ( organization @ SX0 )
                | ! [SX1: $i,SX2: $i] :
                    ( ( ( external_ties @ SX0 @ SX2 )
                     != ( external_ties @ SX0 @ SX1 ) )
                    | ( ( position @ SX0 @ SX2 )
                      = ( position @ SX0 @ SX1 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[41]) ).

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

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

thf(50,plain,
    ! [SV1: $i] :
      ( ( ! [SY25: $i] :
            ( ~ ( greater @ SV1 @ SY25 )
            | ~ ( greater @ SY25 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[38]) ).

thf(51,plain,
    ! [SV2: $i] :
      ( ( ! [SY26: $i,SY27: $i] :
            ( ~ ( greater @ SV2 @ SY26 )
            | ~ ( greater @ SY26 @ SY27 )
            | ( greater @ SV2 @ SY27 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[39]) ).

thf(52,plain,
    ! [SV3: $i] :
      ( ( ! [SY28: $i] :
            ( ( greater @ SV3 @ SY28 )
            | ( SV3 = SY28 )
            | ( smaller @ SV3 @ SY28 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[40]) ).

thf(53,plain,
    ! [SV4: $i] :
      ( ( ~ ( organization @ SV4 )
        | ! [SY29: $i,SY30: $i] :
            ( ( external_ties @ SV4 @ SY30 )
            = ( external_ties @ SV4 @ SY29 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[42]) ).

thf(54,plain,
    ( ( ( position @ sK1_X @ sK3_SY24 )
      = ( position @ sK1_X @ sK2_SY22 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[45]) ).

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

thf(56,plain,
    ! [SV5: $i] :
      ( ( ~ ( ~ ( ~ ( organization @ SV5 )
                | ! [SY31: $i,SY32: $i] :
                    ( ~ ( greater @ ( external_ties @ SV5 @ SY32 ) @ ( external_ties @ SV5 @ SY31 ) )
                    | ( greater @ ( position @ SV5 @ SY32 ) @ ( position @ SV5 @ SY31 ) ) ) )
            | ~ ( ~ ( organization @ SV5 )
                | ! [SY33: $i,SY34: $i] :
                    ( ( ( external_ties @ SV5 @ SY34 )
                     != ( external_ties @ SV5 @ SY33 ) )
                    | ( ( position @ SV5 @ SY34 )
                      = ( position @ SV5 @ SY33 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[47]) ).

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

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

thf(59,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ~ ( greater @ SV1 @ SV6 )
        | ~ ( greater @ SV6 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[50]) ).

thf(60,plain,
    ! [SV7: $i,SV2: $i] :
      ( ( ! [SY35: $i] :
            ( ~ ( greater @ SV2 @ SV7 )
            | ~ ( greater @ SV7 @ SY35 )
            | ( greater @ SV2 @ SY35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(61,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV8 )
        | ( SV3 = SV8 )
        | ( smaller @ SV3 @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(62,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( organization @ SV4 ) )
        = $true )
      | ( ( ! [SY29: $i,SY30: $i] :
              ( ( external_ties @ SV4 @ SY30 )
              = ( external_ties @ SV4 @ SY29 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[53]) ).

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

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

thf(65,plain,
    ! [SV5: $i] :
      ( ( ~ ( ~ ( organization @ SV5 )
            | ! [SY31: $i,SY32: $i] :
                ( ~ ( greater @ ( external_ties @ SV5 @ SY32 ) @ ( external_ties @ SV5 @ SY31 ) )
                | ( greater @ ( position @ SV5 @ SY32 ) @ ( position @ SV5 @ SY31 ) ) ) )
        | ~ ( ~ ( organization @ SV5 )
            | ! [SY33: $i,SY34: $i] :
                ( ( ( external_ties @ SV5 @ SY34 )
                 != ( external_ties @ SV5 @ SY33 ) )
                | ( ( position @ SV5 @ SY34 )
                  = ( position @ SV5 @ SY33 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[56]) ).

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

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

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

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

thf(70,plain,
    ! [SV6: $i,SV1: $i] :
      ( ( ( ~ ( greater @ SV1 @ SV6 ) )
        = $true )
      | ( ( ~ ( greater @ SV6 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[59]) ).

thf(71,plain,
    ! [SV9: $i,SV7: $i,SV2: $i] :
      ( ( ~ ( greater @ SV2 @ SV7 )
        | ~ ( greater @ SV7 @ SV9 )
        | ( greater @ SV2 @ SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(72,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( greater @ SV3 @ SV8 )
        = $true )
      | ( ( ( SV3 = SV8 )
          | ( smaller @ SV3 @ SV8 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[61]) ).

thf(73,plain,
    ! [SV4: $i] :
      ( ( ( organization @ SV4 )
        = $false )
      | ( ( ! [SY29: $i,SY30: $i] :
              ( ( external_ties @ SV4 @ SY30 )
              = ( external_ties @ SV4 @ SY29 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[62]) ).

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

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

thf(76,plain,
    ! [SV5: $i] :
      ( ( ~ ( ~ ( organization @ SV5 )
            | ! [SY31: $i,SY32: $i] :
                ( ~ ( greater @ ( external_ties @ SV5 @ SY32 ) @ ( external_ties @ SV5 @ SY31 ) )
                | ( greater @ ( position @ SV5 @ SY32 ) @ ( position @ SV5 @ SY31 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[65]) ).

thf(77,plain,
    ! [SV5: $i] :
      ( ( ~ ( ~ ( organization @ SV5 )
            | ! [SY33: $i,SY34: $i] :
                ( ( ( external_ties @ SV5 @ SY34 )
                 != ( external_ties @ SV5 @ SY33 ) )
                | ( ( position @ SV5 @ SY34 )
                  = ( position @ SV5 @ SY33 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[65]) ).

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

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

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

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

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

thf(83,plain,
    ! [SV9: $i,SV7: $i,SV2: $i] :
      ( ( ( ~ ( greater @ SV2 @ SV7 )
          | ~ ( greater @ SV7 @ SV9 ) )
        = $true )
      | ( ( greater @ SV2 @ SV9 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[71]) ).

thf(84,plain,
    ! [SV8: $i,SV3: $i] :
      ( ( ( SV3 = SV8 )
        = $true )
      | ( ( smaller @ SV3 @ SV8 )
        = $true )
      | ( ( greater @ SV3 @ SV8 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[72]) ).

thf(85,plain,
    ! [SV10: $i,SV4: $i] :
      ( ( ( ! [SY36: $i] :
              ( ( external_ties @ SV4 @ SY36 )
              = ( external_ties @ SV4 @ SV10 ) ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

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

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

thf(88,plain,
    ! [SV5: $i] :
      ( ( ~ ( organization @ SV5 )
        | ! [SY31: $i,SY32: $i] :
            ( ~ ( greater @ ( external_ties @ SV5 @ SY32 ) @ ( external_ties @ SV5 @ SY31 ) )
            | ( greater @ ( position @ SV5 @ SY32 ) @ ( position @ SV5 @ SY31 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[76]) ).

thf(89,plain,
    ! [SV5: $i] :
      ( ( ~ ( organization @ SV5 )
        | ! [SY33: $i,SY34: $i] :
            ( ( ( external_ties @ SV5 @ SY34 )
             != ( external_ties @ SV5 @ SY33 ) )
            | ( ( position @ SV5 @ SY34 )
              = ( position @ SV5 @ SY33 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[77]) ).

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

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

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

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

thf(94,plain,
    ! [SV1: $i,SV6: $i] :
      ( ( ( greater @ SV6 @ SV1 )
        = $false )
      | ( ( greater @ SV1 @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[82]) ).

thf(95,plain,
    ! [SV9: $i,SV7: $i,SV2: $i] :
      ( ( ( ~ ( greater @ SV2 @ SV7 ) )
        = $true )
      | ( ( ~ ( greater @ SV7 @ SV9 ) )
        = $true )
      | ( ( greater @ SV2 @ SV9 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[83]) ).

thf(96,plain,
    ! [SV10: $i,SV15: $i,SV4: $i] :
      ( ( ( ( external_ties @ SV4 @ SV15 )
          = ( external_ties @ SV4 @ SV10 ) )
        = $true )
      | ( ( organization @ SV4 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(97,plain,
    ! [SV16: $i,SV11: $i] :
      ( ( ~ ( smaller_or_equal @ SV11 @ SV16 )
        | ( SV11 = SV16 )
        | ( smaller @ SV11 @ SV16 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

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

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

thf(100,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( ! [SY31: $i,SY32: $i] :
              ( ~ ( greater @ ( external_ties @ SV5 @ SY32 ) @ ( external_ties @ SV5 @ SY31 ) )
              | ( greater @ ( position @ SV5 @ SY32 ) @ ( position @ SV5 @ SY31 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[88]) ).

thf(101,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( organization @ SV5 ) )
        = $true )
      | ( ( ! [SY33: $i,SY34: $i] :
              ( ( ( external_ties @ SV5 @ SY34 )
               != ( external_ties @ SV5 @ SY33 ) )
              | ( ( position @ SV5 @ SY34 )
                = ( position @ SV5 @ SY33 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[89]) ).

thf(102,plain,
    ! [SV17: $i,SV12: $i] :
      ( ( ~ ( greater_or_equal @ SV12 @ SV17 )
        | ( SV12 = SV17 )
        | ( greater @ SV12 @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

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

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

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

thf(106,plain,
    ! [SV19: $i,SV14: $i] :
      ( ( ~ ( smaller @ SV14 @ SV19 )
        | ( greater @ SV19 @ SV14 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(107,plain,
    ! [SV9: $i,SV7: $i,SV2: $i] :
      ( ( ( greater @ SV2 @ SV7 )
        = $false )
      | ( ( ~ ( greater @ SV7 @ SV9 ) )
        = $true )
      | ( ( greater @ SV2 @ SV9 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[95]) ).

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

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

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

thf(111,plain,
    ! [SV5: $i] :
      ( ( ( organization @ SV5 )
        = $false )
      | ( ( ! [SY31: $i,SY32: $i] :
              ( ~ ( greater @ ( external_ties @ SV5 @ SY32 ) @ ( external_ties @ SV5 @ SY31 ) )
              | ( greater @ ( position @ SV5 @ SY32 ) @ ( position @ SV5 @ SY31 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[100]) ).

thf(112,plain,
    ! [SV5: $i] :
      ( ( ( organization @ SV5 )
        = $false )
      | ( ( ! [SY33: $i,SY34: $i] :
              ( ( ( external_ties @ SV5 @ SY34 )
               != ( external_ties @ SV5 @ SY33 ) )
              | ( ( position @ SV5 @ SY34 )
                = ( position @ SV5 @ SY33 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(113,plain,
    ! [SV17: $i,SV12: $i] :
      ( ( ( ~ ( greater_or_equal @ SV12 @ SV17 ) )
        = $true )
      | ( ( ( SV12 = SV17 )
          | ( greater @ SV12 @ SV17 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[102]) ).

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

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

thf(116,plain,
    ! [SV13: $i,SV18: $i] :
      ( ( ( ~ ( greater @ SV18 @ SV13 ) )
        = $true )
      | ( ( smaller @ SV13 @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[105]) ).

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

thf(118,plain,
    ! [SV2: $i,SV9: $i,SV7: $i] :
      ( ( ( greater @ SV7 @ SV9 )
        = $false )
      | ( ( greater @ SV2 @ SV7 )
        = $false )
      | ( ( greater @ SV2 @ SV9 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[107]) ).

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

thf(120,plain,
    ! [SV20: $i] :
      ( ( ! [SY41: $i] :
            ( ( SV20 != SY41 )
            | ( smaller_or_equal @ SV20 @ SY41 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

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

thf(122,plain,
    ! [SV22: $i,SV5: $i] :
      ( ( ( ! [SY43: $i] :
              ( ~ ( greater @ ( external_ties @ SV5 @ SY43 ) @ ( external_ties @ SV5 @ SV22 ) )
              | ( greater @ ( position @ SV5 @ SY43 ) @ ( position @ SV5 @ SV22 ) ) ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(123,plain,
    ! [SV23: $i,SV5: $i] :
      ( ( ( ! [SY44: $i] :
              ( ( ( external_ties @ SV5 @ SY44 )
               != ( external_ties @ SV5 @ SV23 ) )
              | ( ( position @ SV5 @ SY44 )
                = ( position @ SV5 @ SV23 ) ) ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(124,plain,
    ! [SV17: $i,SV12: $i] :
      ( ( ( greater_or_equal @ SV12 @ SV17 )
        = $false )
      | ( ( ( SV12 = SV17 )
          | ( greater @ SV12 @ SV17 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[113]) ).

thf(125,plain,
    ! [SV24: $i] :
      ( ( ! [SY45: $i] :
            ( ( SV24 != SY45 )
            | ( greater_or_equal @ SV24 @ SY45 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

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

thf(127,plain,
    ! [SV13: $i,SV18: $i] :
      ( ( ( greater @ SV18 @ SV13 )
        = $false )
      | ( ( smaller @ SV13 @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[116]) ).

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

thf(129,plain,
    ! [SV16: $i,SV11: $i] :
      ( ( ( SV11 = SV16 )
        = $true )
      | ( ( smaller @ SV11 @ SV16 )
        = $true )
      | ( ( smaller_or_equal @ SV11 @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[119]) ).

thf(130,plain,
    ! [SV26: $i,SV20: $i] :
      ( ( ( SV20 != SV26 )
        | ( smaller_or_equal @ SV20 @ SV26 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

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

thf(132,plain,
    ! [SV22: $i,SV28: $i,SV5: $i] :
      ( ( ( ~ ( greater @ ( external_ties @ SV5 @ SV28 ) @ ( external_ties @ SV5 @ SV22 ) )
          | ( greater @ ( position @ SV5 @ SV28 ) @ ( position @ SV5 @ SV22 ) ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(133,plain,
    ! [SV23: $i,SV29: $i,SV5: $i] :
      ( ( ( ( ( external_ties @ SV5 @ SV29 )
           != ( external_ties @ SV5 @ SV23 ) )
          | ( ( position @ SV5 @ SV29 )
            = ( position @ SV5 @ SV23 ) ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(134,plain,
    ! [SV17: $i,SV12: $i] :
      ( ( ( SV12 = SV17 )
        = $true )
      | ( ( greater @ SV12 @ SV17 )
        = $true )
      | ( ( greater_or_equal @ SV12 @ SV17 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[124]) ).

thf(135,plain,
    ! [SV30: $i,SV24: $i] :
      ( ( ( SV24 != SV30 )
        | ( greater_or_equal @ SV24 @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

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

thf(137,plain,
    ! [SV26: $i,SV20: $i] :
      ( ( ( ( SV20 != SV26 ) )
        = $true )
      | ( ( smaller_or_equal @ SV20 @ SV26 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[130]) ).

thf(138,plain,
    ! [SV27: $i,SV21: $i] :
      ( ( ( ~ ( smaller @ SV21 @ SV27 ) )
        = $true )
      | ( ( smaller_or_equal @ SV21 @ SV27 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[131]) ).

thf(139,plain,
    ! [SV22: $i,SV28: $i,SV5: $i] :
      ( ( ( ~ ( greater @ ( external_ties @ SV5 @ SV28 ) @ ( external_ties @ SV5 @ SV22 ) ) )
        = $true )
      | ( ( greater @ ( position @ SV5 @ SV28 ) @ ( position @ SV5 @ SV22 ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[132]) ).

thf(140,plain,
    ! [SV23: $i,SV29: $i,SV5: $i] :
      ( ( ( ( ( external_ties @ SV5 @ SV29 )
           != ( external_ties @ SV5 @ SV23 ) ) )
        = $true )
      | ( ( ( position @ SV5 @ SV29 )
          = ( position @ SV5 @ SV23 ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[133]) ).

thf(141,plain,
    ! [SV30: $i,SV24: $i] :
      ( ( ( ( SV24 != SV30 ) )
        = $true )
      | ( ( greater_or_equal @ SV24 @ SV30 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[135]) ).

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

thf(143,plain,
    ! [SV26: $i,SV20: $i] :
      ( ( ( SV20 = SV26 )
        = $false )
      | ( ( smaller_or_equal @ SV20 @ SV26 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[137]) ).

thf(144,plain,
    ! [SV27: $i,SV21: $i] :
      ( ( ( smaller @ SV21 @ SV27 )
        = $false )
      | ( ( smaller_or_equal @ SV21 @ SV27 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[138]) ).

thf(145,plain,
    ! [SV22: $i,SV28: $i,SV5: $i] :
      ( ( ( greater @ ( external_ties @ SV5 @ SV28 ) @ ( external_ties @ SV5 @ SV22 ) )
        = $false )
      | ( ( greater @ ( position @ SV5 @ SV28 ) @ ( position @ SV5 @ SV22 ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[139]) ).

thf(146,plain,
    ! [SV23: $i,SV29: $i,SV5: $i] :
      ( ( ( ( external_ties @ SV5 @ SV29 )
          = ( external_ties @ SV5 @ SV23 ) )
        = $false )
      | ( ( ( position @ SV5 @ SV29 )
          = ( position @ SV5 @ SV23 ) )
        = $true )
      | ( ( organization @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[140]) ).

thf(147,plain,
    ! [SV30: $i,SV24: $i] :
      ( ( ( SV24 = SV30 )
        = $false )
      | ( ( greater_or_equal @ SV24 @ SV30 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[141]) ).

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

thf(149,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[43,148,147,146,145,144,143,134,129,128,127,118,96,94,84,54,44]) ).

thf(150,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[149]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : MGT049+1 : TPTP v8.1.0. Released v2.4.0.
% 0.07/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:40:19 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 8
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 0
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.36  (rf:0,axioms:8,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:10,loop_count:0,foatp_calls:0,translation:fof_full).........
% 0.20/0.43  
% 0.20/0.43  ********************************
% 0.20/0.43  *   All subproblems solved!    *
% 0.20/0.43  ********************************
% 0.20/0.43  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:10,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:149,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.44  
% 0.20/0.44  %**** Beginning of derivation protocol ****
% 0.20/0.44  % SZS output start CNFRefutation
% See solution above
% 0.20/0.44  
% 0.20/0.44  %**** End of derivation protocol ****
% 0.20/0.44  %**** no. of clauses in derivation: 150 ****
% 0.20/0.44  %**** clause counter: 149 ****
% 0.20/0.44  
% 0.20/0.44  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:10,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:149,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------