TSTP Solution File: SYO888^10 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n007.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 : Thu Jul 21 17:38:12 EDT 2022

% Result   : Theorem 0.19s 0.39s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   20
%            Number of leaves      :   34
% Syntax   : Number of formulae    :   90 (  50 unt;  20 typ;  10 def)
%            Number of atoms       :  465 ( 100 equ;   0 cnn)
%            Maximal formula atoms :   18 (   6 avg)
%            Number of connectives :  759 ( 125   ~; 132   |;   4   &; 493   @)
%                                         (   1 <=>;   4  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   2 avg)
%            Number of types       :    3 (   1 usr)
%            Number of type conns  :   66 (  66   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   22 (  19 usr;   5 con; 0-3 aty)
%            Number of variables   :  146 (  35   ^ 108   !;   3   ?; 146   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_mworld,type,
    mworld: $tType ).

thf(tp_eiw_di,type,
    eiw_di: $i > mworld > $o ).

thf(tp_f,type,
    f: $i > mworld > $o ).

thf(tp_g,type,
    g: $i > mworld > $o ).

thf(tp_h,type,
    h: $i > mworld > $o ).

thf(tp_mactual,type,
    mactual: mworld ).

thf(tp_mand,type,
    mand: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(tp_mbox,type,
    mbox: ( mworld > $o ) > mworld > $o ).

thf(tp_mdia,type,
    mdia: ( mworld > $o ) > mworld > $o ).

thf(tp_mequiv,type,
    mequiv: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(tp_mexists_di,type,
    mexists_di: ( $i > mworld > $o ) > mworld > $o ).

thf(tp_mforall_di,type,
    mforall_di: ( $i > mworld > $o ) > mworld > $o ).

thf(tp_mimplies,type,
    mimplies: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(tp_mlocal,type,
    mlocal: ( mworld > $o ) > $o ).

thf(tp_mnot,type,
    mnot: ( mworld > $o ) > mworld > $o ).

thf(tp_mor,type,
    mor: ( mworld > $o ) > ( mworld > $o ) > mworld > $o ).

thf(tp_mrel,type,
    mrel: mworld > mworld > $o ).

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

thf(tp_sK2_SX0,type,
    sK2_SX0: $i ).

thf(tp_sK3_SY3,type,
    sK3_SY3: mworld ).

thf(mand,definition,
    ( mand
    = ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
          ( ( A @ W )
          & ( B @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mand) ).

thf(mbox,definition,
    ( mbox
    = ( ^ [Phi: mworld > $o,W: mworld] :
        ! [V: mworld] :
          ( ( mrel @ W @ V )
         => ( Phi @ V ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mbox) ).

thf(mdia,definition,
    ( mdia
    = ( ^ [Phi: mworld > $o,W: mworld] :
        ? [V: mworld] :
          ( ( mrel @ W @ V )
          & ( Phi @ V ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mdia) ).

thf(mequiv,definition,
    ( mequiv
    = ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
          ( ( A @ W )
        <=> ( B @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mequiv) ).

thf(mexists_di,definition,
    ( mexists_di
    = ( ^ [A: $i > mworld > $o,W: mworld] :
        ? [X: $i] :
          ( ( eiw_di @ X @ W )
          & ( A @ X @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mexists_di) ).

thf(mforall_di,definition,
    ( mforall_di
    = ( ^ [A: $i > mworld > $o,W: mworld] :
        ! [X: $i] :
          ( ( eiw_di @ X @ W )
         => ( A @ X @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mforall_di) ).

thf(mimplies,definition,
    ( mimplies
    = ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
          ( ( A @ W )
         => ( B @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mimplies) ).

thf(mlocal,definition,
    ( mlocal
    = ( ^ [Phi: mworld > $o] : ( Phi @ mactual ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mlocal) ).

thf(mnot,definition,
    ( mnot
    = ( ^ [A: mworld > $o,W: mworld] :
          ~ ( A @ W ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mnot) ).

thf(mor,definition,
    ( mor
    = ( ^ [A: mworld > $o,B: mworld > $o,W: mworld] :
          ( ( A @ W )
          | ( B @ W ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mor) ).

thf(1,axiom,
    ! [W: mworld] :
    ? [X: $i] : ( eiw_di @ X @ W ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',eiw_di_nonempty) ).

thf(2,axiom,
    ! [W: mworld,V: mworld,U: mworld] :
      ( ( ( mrel @ W @ V )
        & ( mrel @ V @ U ) )
     => ( mrel @ W @ U ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mrel_transitive) ).

thf(3,axiom,
    ! [W: mworld] : ( mrel @ W @ W ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mrel_reflexive) ).

thf(4,conjecture,
    ( mlocal
    @ ( mimplies
      @ ( mand
        @ ( mforall_di
          @ ^ [X: $i] : ( mimplies @ ( f @ X ) @ ( mbox @ ( g @ X ) ) ) )
        @ ( mforall_di
          @ ^ [X: $i] : ( mimplies @ ( g @ X ) @ ( mbox @ ( h @ X ) ) ) ) )
      @ ( mforall_di
        @ ^ [X: $i] : ( mimplies @ ( f @ X ) @ ( mbox @ ( h @ X ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

thf(5,negated_conjecture,
    ( ( mlocal
      @ ( mimplies
        @ ( mand
          @ ( mforall_di
            @ ^ [X: $i] : ( mimplies @ ( f @ X ) @ ( mbox @ ( g @ X ) ) ) )
          @ ( mforall_di
            @ ^ [X: $i] : ( mimplies @ ( g @ X ) @ ( mbox @ ( h @ X ) ) ) ) )
        @ ( mforall_di
          @ ^ [X: $i] : ( mimplies @ ( f @ X ) @ ( mbox @ ( h @ X ) ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[4]) ).

thf(6,plain,
    ( ( ~ ( mlocal
          @ ( mimplies
            @ ( mand
              @ ( mforall_di
                @ ^ [X: $i] : ( mimplies @ ( f @ X ) @ ( mbox @ ( g @ X ) ) ) )
              @ ( mforall_di
                @ ^ [X: $i] : ( mimplies @ ( g @ X ) @ ( mbox @ ( h @ X ) ) ) ) )
            @ ( mforall_di
              @ ^ [X: $i] : ( mimplies @ ( f @ X ) @ ( mbox @ ( h @ X ) ) ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[5]) ).

thf(7,plain,
    ( ( ! [W: mworld] : ( eiw_di @ ( sK1_X @ W ) @ W ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[1]) ).

thf(8,plain,
    ( ( ! [W: mworld,V: mworld,U: mworld] :
          ( ~ ( mrel @ W @ V )
          | ~ ( mrel @ V @ U )
          | ( mrel @ W @ U ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[2]) ).

thf(9,plain,
    ( ( ! [W: mworld] : ( mrel @ W @ W ) )
    = $true ),
    inference(copy,[status(thm)],[3]) ).

thf(10,plain,
    ( ( ! [W: mworld,V: mworld,U: mworld] :
          ( ~ ( mrel @ W @ V )
          | ~ ( mrel @ V @ U )
          | ( mrel @ W @ U ) ) )
    = $true ),
    inference(copy,[status(thm)],[8]) ).

thf(11,plain,
    ( ( ! [W: mworld] : ( eiw_di @ ( sK1_X @ W ) @ W ) )
    = $true ),
    inference(copy,[status(thm)],[7]) ).

thf(12,plain,
    ( ( ~ ( mlocal
          @ ( mimplies
            @ ( mand
              @ ( mforall_di
                @ ^ [X: $i] : ( mimplies @ ( f @ X ) @ ( mbox @ ( g @ X ) ) ) )
              @ ( mforall_di
                @ ^ [X: $i] : ( mimplies @ ( g @ X ) @ ( mbox @ ( h @ X ) ) ) ) )
            @ ( mforall_di
              @ ^ [X: $i] : ( mimplies @ ( f @ X ) @ ( mbox @ ( h @ X ) ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[6]) ).

thf(13,plain,
    ( ( ~ ( ~ ~ ( ~ ! [SX0: $i] :
                      ( ~ ( eiw_di @ SX0 @ mactual )
                      | ~ ( f @ SX0 @ mactual )
                      | ! [SX1: mworld] :
                          ( ~ ( mrel @ mactual @ SX1 )
                          | ( g @ SX0 @ SX1 ) ) )
                | ~ ! [SX0: $i] :
                      ( ~ ( eiw_di @ SX0 @ mactual )
                      | ~ ( g @ SX0 @ mactual )
                      | ! [SX1: mworld] :
                          ( ~ ( mrel @ mactual @ SX1 )
                          | ( h @ SX0 @ SX1 ) ) ) )
          | ! [SX0: $i] :
              ( ~ ( eiw_di @ SX0 @ mactual )
              | ~ ( f @ SX0 @ mactual )
              | ! [SX1: mworld] :
                  ( ~ ( mrel @ mactual @ SX1 )
                  | ( h @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12,mand,mbox,mdia,mequiv,mexists_di,mforall_di,mimplies,mlocal,mnot,mor]) ).

thf(14,plain,
    ! [SV1: mworld] :
      ( ( mrel @ SV1 @ SV1 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[9]) ).

thf(15,plain,
    ! [SV2: mworld] :
      ( ( ! [SY0: mworld,SY1: mworld] :
            ( ~ ( mrel @ SV2 @ SY0 )
            | ~ ( mrel @ SY0 @ SY1 )
            | ( mrel @ SV2 @ SY1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[10]) ).

thf(16,plain,
    ! [SV3: mworld] :
      ( ( eiw_di @ ( sK1_X @ SV3 ) @ SV3 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[11]) ).

thf(17,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( eiw_di @ SX0 @ mactual )
                  | ~ ( f @ SX0 @ mactual )
                  | ! [SX1: mworld] :
                      ( ~ ( mrel @ mactual @ SX1 )
                      | ( g @ SX0 @ SX1 ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( eiw_di @ SX0 @ mactual )
                  | ~ ( g @ SX0 @ mactual )
                  | ! [SX1: mworld] :
                      ( ~ ( mrel @ mactual @ SX1 )
                      | ( h @ SX0 @ SX1 ) ) ) )
      | ! [SX0: $i] :
          ( ~ ( eiw_di @ SX0 @ mactual )
          | ~ ( f @ SX0 @ mactual )
          | ! [SX1: mworld] :
              ( ~ ( mrel @ mactual @ SX1 )
              | ( h @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[13]) ).

thf(18,plain,
    ! [SV4: mworld,SV2: mworld] :
      ( ( ! [SY2: mworld] :
            ( ~ ( mrel @ SV2 @ SV4 )
            | ~ ( mrel @ SV4 @ SY2 )
            | ( mrel @ SV2 @ SY2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[15]) ).

thf(19,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i] :
                  ( ~ ( eiw_di @ SX0 @ mactual )
                  | ~ ( f @ SX0 @ mactual )
                  | ! [SX1: mworld] :
                      ( ~ ( mrel @ mactual @ SX1 )
                      | ( g @ SX0 @ SX1 ) ) )
            | ~ ! [SX0: $i] :
                  ( ~ ( eiw_di @ SX0 @ mactual )
                  | ~ ( g @ SX0 @ mactual )
                  | ! [SX1: mworld] :
                      ( ~ ( mrel @ mactual @ SX1 )
                      | ( h @ SX0 @ SX1 ) ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[17]) ).

thf(20,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( eiw_di @ SX0 @ mactual )
          | ~ ( f @ SX0 @ mactual )
          | ! [SX1: mworld] :
              ( ~ ( mrel @ mactual @ SX1 )
              | ( h @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[17]) ).

thf(21,plain,
    ! [SV5: mworld,SV4: mworld,SV2: mworld] :
      ( ( ~ ( mrel @ SV2 @ SV4 )
        | ~ ( mrel @ SV4 @ SV5 )
        | ( mrel @ SV2 @ SV5 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[18]) ).

thf(22,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( eiw_di @ SX0 @ mactual )
                | ~ ( f @ SX0 @ mactual )
                | ! [SX1: mworld] :
                    ( ~ ( mrel @ mactual @ SX1 )
                    | ( g @ SX0 @ SX1 ) ) )
          | ~ ! [SX0: $i] :
                ( ~ ( eiw_di @ SX0 @ mactual )
                | ~ ( g @ SX0 @ mactual )
                | ! [SX1: mworld] :
                    ( ~ ( mrel @ mactual @ SX1 )
                    | ( h @ SX0 @ SX1 ) ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[19]) ).

thf(23,plain,
    ( ( ~ ( eiw_di @ sK2_SX0 @ mactual )
      | ~ ( f @ sK2_SX0 @ mactual )
      | ! [SY3: mworld] :
          ( ~ ( mrel @ mactual @ SY3 )
          | ( h @ sK2_SX0 @ SY3 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[20]) ).

thf(24,plain,
    ! [SV5: mworld,SV4: mworld,SV2: mworld] :
      ( ( ( ~ ( mrel @ SV2 @ SV4 )
          | ~ ( mrel @ SV4 @ SV5 ) )
        = $true )
      | ( ( mrel @ SV2 @ SV5 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[21]) ).

thf(25,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( eiw_di @ SX0 @ mactual )
            | ~ ( f @ SX0 @ mactual )
            | ! [SX1: mworld] :
                ( ~ ( mrel @ mactual @ SX1 )
                | ( g @ SX0 @ SX1 ) ) )
      | ~ ! [SX0: $i] :
            ( ~ ( eiw_di @ SX0 @ mactual )
            | ~ ( g @ SX0 @ mactual )
            | ! [SX1: mworld] :
                ( ~ ( mrel @ mactual @ SX1 )
                | ( h @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[22]) ).

thf(26,plain,
    ( ( ~ ( eiw_di @ sK2_SX0 @ mactual ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[23]) ).

thf(27,plain,
    ( ( ~ ( f @ sK2_SX0 @ mactual )
      | ! [SY3: mworld] :
          ( ~ ( mrel @ mactual @ SY3 )
          | ( h @ sK2_SX0 @ SY3 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[23]) ).

thf(28,plain,
    ! [SV5: mworld,SV4: mworld,SV2: mworld] :
      ( ( ( ~ ( mrel @ SV2 @ SV4 ) )
        = $true )
      | ( ( ~ ( mrel @ SV4 @ SV5 ) )
        = $true )
      | ( ( mrel @ SV2 @ SV5 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[24]) ).

thf(29,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( eiw_di @ SX0 @ mactual )
            | ~ ( f @ SX0 @ mactual )
            | ! [SX1: mworld] :
                ( ~ ( mrel @ mactual @ SX1 )
                | ( g @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[25]) ).

thf(30,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( eiw_di @ SX0 @ mactual )
            | ~ ( g @ SX0 @ mactual )
            | ! [SX1: mworld] :
                ( ~ ( mrel @ mactual @ SX1 )
                | ( h @ SX0 @ SX1 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[25]) ).

thf(31,plain,
    ( ( eiw_di @ sK2_SX0 @ mactual )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[26]) ).

thf(32,plain,
    ( ( ~ ( f @ sK2_SX0 @ mactual ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[27]) ).

thf(33,plain,
    ( ( ! [SY3: mworld] :
          ( ~ ( mrel @ mactual @ SY3 )
          | ( h @ sK2_SX0 @ SY3 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[27]) ).

thf(34,plain,
    ! [SV5: mworld,SV4: mworld,SV2: mworld] :
      ( ( ( mrel @ SV2 @ SV4 )
        = $false )
      | ( ( ~ ( mrel @ SV4 @ SV5 ) )
        = $true )
      | ( ( mrel @ SV2 @ SV5 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[28]) ).

thf(35,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( eiw_di @ SX0 @ mactual )
          | ~ ( f @ SX0 @ mactual )
          | ! [SX1: mworld] :
              ( ~ ( mrel @ mactual @ SX1 )
              | ( g @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[29]) ).

thf(36,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( eiw_di @ SX0 @ mactual )
          | ~ ( g @ SX0 @ mactual )
          | ! [SX1: mworld] :
              ( ~ ( mrel @ mactual @ SX1 )
              | ( h @ SX0 @ SX1 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[30]) ).

thf(37,plain,
    ( ( f @ sK2_SX0 @ mactual )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[32]) ).

thf(38,plain,
    ( ( ~ ( mrel @ mactual @ sK3_SY3 )
      | ( h @ sK2_SX0 @ sK3_SY3 ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[33]) ).

thf(39,plain,
    ! [SV2: mworld,SV5: mworld,SV4: mworld] :
      ( ( ( mrel @ SV4 @ SV5 )
        = $false )
      | ( ( mrel @ SV2 @ SV4 )
        = $false )
      | ( ( mrel @ SV2 @ SV5 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[34]) ).

thf(40,plain,
    ! [SV6: $i] :
      ( ( ~ ( eiw_di @ SV6 @ mactual )
        | ~ ( f @ SV6 @ mactual )
        | ! [SY4: mworld] :
            ( ~ ( mrel @ mactual @ SY4 )
            | ( g @ SV6 @ SY4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[35]) ).

thf(41,plain,
    ! [SV7: $i] :
      ( ( ~ ( eiw_di @ SV7 @ mactual )
        | ~ ( g @ SV7 @ mactual )
        | ! [SY5: mworld] :
            ( ~ ( mrel @ mactual @ SY5 )
            | ( h @ SV7 @ SY5 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[36]) ).

thf(42,plain,
    ( ( ~ ( mrel @ mactual @ sK3_SY3 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[38]) ).

thf(43,plain,
    ( ( h @ sK2_SX0 @ sK3_SY3 )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[38]) ).

thf(44,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( eiw_di @ SV6 @ mactual ) )
        = $true )
      | ( ( ~ ( f @ SV6 @ mactual )
          | ! [SY4: mworld] :
              ( ~ ( mrel @ mactual @ SY4 )
              | ( g @ SV6 @ SY4 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[40]) ).

thf(45,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( eiw_di @ SV7 @ mactual ) )
        = $true )
      | ( ( ~ ( g @ SV7 @ mactual )
          | ! [SY5: mworld] :
              ( ~ ( mrel @ mactual @ SY5 )
              | ( h @ SV7 @ SY5 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[41]) ).

thf(46,plain,
    ( ( mrel @ mactual @ sK3_SY3 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[42]) ).

thf(47,plain,
    ! [SV6: $i] :
      ( ( ( eiw_di @ SV6 @ mactual )
        = $false )
      | ( ( ~ ( f @ SV6 @ mactual )
          | ! [SY4: mworld] :
              ( ~ ( mrel @ mactual @ SY4 )
              | ( g @ SV6 @ SY4 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[44]) ).

thf(48,plain,
    ! [SV7: $i] :
      ( ( ( eiw_di @ SV7 @ mactual )
        = $false )
      | ( ( ~ ( g @ SV7 @ mactual )
          | ! [SY5: mworld] :
              ( ~ ( mrel @ mactual @ SY5 )
              | ( h @ SV7 @ SY5 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[45]) ).

thf(49,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( f @ SV6 @ mactual ) )
        = $true )
      | ( ( ! [SY4: mworld] :
              ( ~ ( mrel @ mactual @ SY4 )
              | ( g @ SV6 @ SY4 ) ) )
        = $true )
      | ( ( eiw_di @ SV6 @ mactual )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[47]) ).

thf(50,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( g @ SV7 @ mactual ) )
        = $true )
      | ( ( ! [SY5: mworld] :
              ( ~ ( mrel @ mactual @ SY5 )
              | ( h @ SV7 @ SY5 ) ) )
        = $true )
      | ( ( eiw_di @ SV7 @ mactual )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[48]) ).

thf(51,plain,
    ! [SV6: $i] :
      ( ( ( f @ SV6 @ mactual )
        = $false )
      | ( ( ! [SY4: mworld] :
              ( ~ ( mrel @ mactual @ SY4 )
              | ( g @ SV6 @ SY4 ) ) )
        = $true )
      | ( ( eiw_di @ SV6 @ mactual )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[49]) ).

thf(52,plain,
    ! [SV7: $i] :
      ( ( ( g @ SV7 @ mactual )
        = $false )
      | ( ( ! [SY5: mworld] :
              ( ~ ( mrel @ mactual @ SY5 )
              | ( h @ SV7 @ SY5 ) ) )
        = $true )
      | ( ( eiw_di @ SV7 @ mactual )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[50]) ).

thf(53,plain,
    ! [SV6: $i,SV8: mworld] :
      ( ( ( ~ ( mrel @ mactual @ SV8 )
          | ( g @ SV6 @ SV8 ) )
        = $true )
      | ( ( f @ SV6 @ mactual )
        = $false )
      | ( ( eiw_di @ SV6 @ mactual )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[51]) ).

thf(54,plain,
    ! [SV7: $i,SV9: mworld] :
      ( ( ( ~ ( mrel @ mactual @ SV9 )
          | ( h @ SV7 @ SV9 ) )
        = $true )
      | ( ( g @ SV7 @ mactual )
        = $false )
      | ( ( eiw_di @ SV7 @ mactual )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[52]) ).

thf(55,plain,
    ! [SV6: $i,SV8: mworld] :
      ( ( ( ~ ( mrel @ mactual @ SV8 ) )
        = $true )
      | ( ( g @ SV6 @ SV8 )
        = $true )
      | ( ( f @ SV6 @ mactual )
        = $false )
      | ( ( eiw_di @ SV6 @ mactual )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[53]) ).

thf(56,plain,
    ! [SV7: $i,SV9: mworld] :
      ( ( ( ~ ( mrel @ mactual @ SV9 ) )
        = $true )
      | ( ( h @ SV7 @ SV9 )
        = $true )
      | ( ( g @ SV7 @ mactual )
        = $false )
      | ( ( eiw_di @ SV7 @ mactual )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[54]) ).

thf(57,plain,
    ! [SV6: $i,SV8: mworld] :
      ( ( ( mrel @ mactual @ SV8 )
        = $false )
      | ( ( g @ SV6 @ SV8 )
        = $true )
      | ( ( f @ SV6 @ mactual )
        = $false )
      | ( ( eiw_di @ SV6 @ mactual )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[55]) ).

thf(58,plain,
    ! [SV7: $i,SV9: mworld] :
      ( ( ( mrel @ mactual @ SV9 )
        = $false )
      | ( ( h @ SV7 @ SV9 )
        = $true )
      | ( ( g @ SV7 @ mactual )
        = $false )
      | ( ( eiw_di @ SV7 @ mactual )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[56]) ).

thf(59,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[14,58,57,46,43,39,37,31,16]) ).

thf(60,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[59]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SYO888^10 : TPTP v8.1.0. Released v8.1.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.33  % Computer : n007.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 600
% 0.12/0.33  % DateTime : Sat Jul  9 07:36:31 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  
% 0.12/0.34   No.of.Axioms: 3
% 0.12/0.34  
% 0.12/0.34   Length.of.Defs: 1613
% 0.12/0.34  
% 0.12/0.34   Contains.Choice.Funs: false
% 0.12/0.35  (rf:0,axioms:3,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:5,loop_count:0,foatp_calls:0,translation:fof_full)...
% 0.19/0.39  
% 0.19/0.39  ********************************
% 0.19/0.39  *   All subproblems solved!    *
% 0.19/0.39  ********************************
% 0.19/0.39  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:3,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:59,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.19/0.40  
% 0.19/0.40  %**** Beginning of derivation protocol ****
% 0.19/0.40  % SZS output start CNFRefutation
% See solution above
% 0.19/0.40  
% 0.19/0.40  %**** End of derivation protocol ****
% 0.19/0.40  %**** no. of clauses in derivation: 60 ****
% 0.19/0.40  %**** clause counter: 59 ****
% 0.19/0.40  
% 0.19/0.40  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:3,ps:3,u:6,ude:false,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:25,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:59,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------