TSTP Solution File: SYO450^6 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO450^6 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.1XEUZElsho true

% Computer : n019.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  : 300s
% DateTime : Fri Sep  1 05:51:15 EDT 2023

% Result   : Theorem 0.16s 0.76s
% Output   : Refutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   31
% Syntax   : Number of formulae    :   73 (  27 unt;  13 typ;   0 def)
%            Number of atoms       :  324 (  21 equ;  79 cnn)
%            Maximal formula atoms :   33 (   5 avg)
%            Number of connectives :  692 ( 161   ~; 110   |;   0   &; 396   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   19 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   60 (  60   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   17 (  13 usr;   4 con; 0-3 aty)
%                                         (  25  !!;   0  ??;   0 @@+;   0 @@-)
%            Number of variables   :  114 (  61   ^;  53   !;   0   ?; 114   :)

% Comments : 
%------------------------------------------------------------------------------
thf(q_type,type,
    q: $i > $o ).

thf(rel_s5_type,type,
    rel_s5: $i > $i > $o ).

thf(mreflexive_type,type,
    mreflexive: ( $i > $i > $o ) > $o ).

thf(mnot_type,type,
    mnot: ( $i > $o ) > $i > $o ).

thf(mimplies_type,type,
    mimplies: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(p_type,type,
    p: $i > $o ).

thf(mdia_s5_type,type,
    mdia_s5: ( $i > $o ) > $i > $o ).

thf(mbox_s5_type,type,
    mbox_s5: ( $i > $o ) > $i > $o ).

thf('#sk2_type',type,
    '#sk2': $i > $i ).

thf('#sk1_type',type,
    '#sk1': $i ).

thf(r_type,type,
    r: $i > $o ).

thf(mor_type,type,
    mor: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mvalid_type,type,
    mvalid: ( $i > $o ) > $o ).

thf(mdia_s5,axiom,
    ( mdia_s5
    = ( ^ [Phi: $i > $o] : ( mnot @ ( mbox_s5 @ ( mnot @ Phi ) ) ) ) ) ).

thf(mbox_s5,axiom,
    ( mbox_s5
    = ( ^ [Phi: $i > $o,W: $i] :
        ! [V: $i] :
          ( ( Phi @ V )
          | ~ ( rel_s5 @ W @ V ) ) ) ) ).

thf('0',plain,
    ( mbox_s5
    = ( ^ [Phi: $i > $o,W: $i] :
        ! [V: $i] :
          ( ( Phi @ V )
          | ~ ( rel_s5 @ W @ V ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mbox_s5]) ).

thf('1',plain,
    ( mbox_s5
    = ( ^ [V_1: $i > $o,V_2: $i] :
        ! [X4: $i] :
          ( ( V_1 @ X4 )
          | ~ ( rel_s5 @ V_2 @ X4 ) ) ) ),
    define([status(thm)]) ).

thf(mnot,axiom,
    ( mnot
    = ( ^ [Phi: $i > $o,W: $i] :
          ~ ( Phi @ W ) ) ) ).

thf('2',plain,
    ( mnot
    = ( ^ [Phi: $i > $o,W: $i] :
          ~ ( Phi @ W ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mnot]) ).

thf('3',plain,
    ( mnot
    = ( ^ [V_1: $i > $o,V_2: $i] :
          ~ ( V_1 @ V_2 ) ) ),
    define([status(thm)]) ).

thf('4',plain,
    ( mdia_s5
    = ( ^ [Phi: $i > $o] : ( mnot @ ( mbox_s5 @ ( mnot @ Phi ) ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mdia_s5,'1','3']) ).

thf('5',plain,
    ( mdia_s5
    = ( ^ [V_1: $i > $o] : ( mnot @ ( mbox_s5 @ ( mnot @ V_1 ) ) ) ) ),
    define([status(thm)]) ).

thf(mvalid,axiom,
    ( mvalid
    = ( ^ [Phi: $i > $o] :
        ! [W: $i] : ( Phi @ W ) ) ) ).

thf('6',plain,
    ( mvalid
    = ( ^ [Phi: $i > $o] :
        ! [W: $i] : ( Phi @ W ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mvalid]) ).

thf('7',plain,
    ( mvalid
    = ( ^ [V_1: $i > $o] :
        ! [X4: $i] : ( V_1 @ X4 ) ) ),
    define([status(thm)]) ).

thf(mimplies,axiom,
    ( mimplies
    = ( ^ [Phi: $i > $o,Psi: $i > $o] : ( mor @ ( mnot @ Phi ) @ Psi ) ) ) ).

thf(mor,axiom,
    ( mor
    = ( ^ [Phi: $i > $o,Psi: $i > $o,W: $i] :
          ( ( Phi @ W )
          | ( Psi @ W ) ) ) ) ).

thf('8',plain,
    ( mor
    = ( ^ [Phi: $i > $o,Psi: $i > $o,W: $i] :
          ( ( Phi @ W )
          | ( Psi @ W ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mor]) ).

thf('9',plain,
    ( mor
    = ( ^ [V_1: $i > $o,V_2: $i > $o,V_3: $i] :
          ( ( V_1 @ V_3 )
          | ( V_2 @ V_3 ) ) ) ),
    define([status(thm)]) ).

thf('10',plain,
    ( mimplies
    = ( ^ [Phi: $i > $o,Psi: $i > $o] : ( mor @ ( mnot @ Phi ) @ Psi ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mimplies,'9','3']) ).

thf('11',plain,
    ( mimplies
    = ( ^ [V_1: $i > $o,V_2: $i > $o] : ( mor @ ( mnot @ V_1 ) @ V_2 ) ) ),
    define([status(thm)]) ).

thf(prove,conjecture,
    mvalid @ ( mimplies @ ( mbox_s5 @ ( mimplies @ p @ ( mdia_s5 @ ( mimplies @ q @ r ) ) ) ) @ ( mdia_s5 @ ( mimplies @ q @ ( mimplies @ ( mbox_s5 @ p ) @ ( mdia_s5 @ r ) ) ) ) ) ).

thf(zf_stmt_0,conjecture,
    ! [X4: $i] :
      ( ~ ! [X10: $i] :
            ( ~ ( rel_s5 @ X4 @ X10 )
            | ~ ( ~ ! [X14: $i] :
                      ( ~ ( rel_s5 @ X10 @ X14 )
                      | ~ ( r @ X14 ) )
                | ~ ! [X12: $i] :
                      ( ~ ( rel_s5 @ X10 @ X12 )
                      | ( p @ X12 ) )
                | ~ ( q @ X10 ) ) )
      | ~ ! [X6: $i] :
            ( ~ ( rel_s5 @ X4 @ X6 )
            | ~ ! [X8: $i] :
                  ( ~ ( rel_s5 @ X6 @ X8 )
                  | ~ ( ( r @ X8 )
                      | ~ ( q @ X8 ) ) )
            | ~ ( p @ X6 ) ) ) ).

thf(zf_stmt_1,negated_conjecture,
    ~ ! [X4: $i] :
        ( ~ ! [X10: $i] :
              ( ~ ( rel_s5 @ X4 @ X10 )
              | ~ ( ~ ! [X14: $i] :
                        ( ~ ( rel_s5 @ X10 @ X14 )
                        | ~ ( r @ X14 ) )
                  | ~ ! [X12: $i] :
                        ( ~ ( rel_s5 @ X10 @ X12 )
                        | ( p @ X12 ) )
                  | ~ ( q @ X10 ) ) )
        | ~ ! [X6: $i] :
              ( ~ ( rel_s5 @ X4 @ X6 )
              | ~ ! [X8: $i] :
                    ( ~ ( rel_s5 @ X6 @ X8 )
                    | ~ ( ( r @ X8 )
                        | ~ ( q @ X8 ) ) )
              | ~ ( p @ X6 ) ) ),
    inference('cnf.neg',[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl3,plain,
    ~ ( !!
      @ ^ [Y0: $i] :
          ( ( (~)
            @ ( !!
              @ ^ [Y1: $i] :
                  ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                  | ( (~)
                    @ ( ( (~)
                        @ ( !!
                          @ ^ [Y2: $i] :
                              ( ( (~) @ ( rel_s5 @ Y1 @ Y2 ) )
                              | ( (~) @ ( r @ Y2 ) ) ) ) )
                      | ( (~)
                        @ ( !!
                          @ ^ [Y2: $i] :
                              ( ( (~) @ ( rel_s5 @ Y1 @ Y2 ) )
                              | ( p @ Y2 ) ) ) )
                      | ( (~) @ ( q @ Y1 ) ) ) ) ) ) )
          | ( (~)
            @ ( !!
              @ ^ [Y1: $i] :
                  ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                  | ( (~)
                    @ ( !!
                      @ ^ [Y2: $i] :
                          ( ( (~) @ ( rel_s5 @ Y1 @ Y2 ) )
                          | ( (~)
                            @ ( ( r @ Y2 )
                              | ( (~) @ ( q @ Y2 ) ) ) ) ) ) )
                  | ( (~) @ ( p @ Y1 ) ) ) ) ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl25,plain,
    ~ ( ( (~)
        @ ( !!
          @ ^ [Y0: $i] :
              ( ( (~) @ ( rel_s5 @ '#sk1' @ Y0 ) )
              | ( (~)
                @ ( ( (~)
                    @ ( !!
                      @ ^ [Y1: $i] :
                          ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                          | ( (~) @ ( r @ Y1 ) ) ) ) )
                  | ( (~)
                    @ ( !!
                      @ ^ [Y1: $i] :
                          ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                          | ( p @ Y1 ) ) ) )
                  | ( (~) @ ( q @ Y0 ) ) ) ) ) ) )
      | ( (~)
        @ ( !!
          @ ^ [Y0: $i] :
              ( ( (~) @ ( rel_s5 @ '#sk1' @ Y0 ) )
              | ( (~)
                @ ( !!
                  @ ^ [Y1: $i] :
                      ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                      | ( (~)
                        @ ( ( r @ Y1 )
                          | ( (~) @ ( q @ Y1 ) ) ) ) ) ) )
              | ( (~) @ ( p @ Y0 ) ) ) ) ) ),
    inference(lazy_cnf_exists,[status(thm)],[zip_derived_cl3]) ).

thf(zip_derived_cl27,plain,
    ( !!
    @ ^ [Y0: $i] :
        ( ( (~) @ ( rel_s5 @ '#sk1' @ Y0 ) )
        | ( (~)
          @ ( !!
            @ ^ [Y1: $i] :
                ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                | ( (~)
                  @ ( ( r @ Y1 )
                    | ( (~) @ ( q @ Y1 ) ) ) ) ) ) )
        | ( (~) @ ( p @ Y0 ) ) ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl25]) ).

thf(zip_derived_cl29,plain,
    ! [X2: $i] :
      ( ( (~) @ ( rel_s5 @ '#sk1' @ X2 ) )
      | ( (~)
        @ ( !!
          @ ^ [Y0: $i] :
              ( ( (~) @ ( rel_s5 @ X2 @ Y0 ) )
              | ( (~)
                @ ( ( r @ Y0 )
                  | ( (~) @ ( q @ Y0 ) ) ) ) ) ) )
      | ( (~) @ ( p @ X2 ) ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl27]) ).

thf(zip_derived_cl31,plain,
    ! [X2: $i] :
      ( ~ ( rel_s5 @ '#sk1' @ X2 )
      | ~ ( !!
          @ ^ [Y0: $i] :
              ( ( (~) @ ( rel_s5 @ X2 @ Y0 ) )
              | ( (~)
                @ ( ( r @ Y0 )
                  | ( (~) @ ( q @ Y0 ) ) ) ) ) )
      | ~ ( p @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl29]) ).

thf(zip_derived_cl35,plain,
    ! [X2: $i] :
      ( ~ ( ( (~) @ ( rel_s5 @ X2 @ ( '#sk2' @ X2 ) ) )
          | ( (~)
            @ ( ( r @ ( '#sk2' @ X2 ) )
              | ( (~) @ ( q @ ( '#sk2' @ X2 ) ) ) ) ) )
      | ~ ( p @ X2 )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_exists,[status(thm)],[zip_derived_cl31]) ).

thf(zip_derived_cl39,plain,
    ! [X2: $i] :
      ( ( r @ ( '#sk2' @ X2 ) )
      | ( (~) @ ( q @ ( '#sk2' @ X2 ) ) )
      | ~ ( rel_s5 @ '#sk1' @ X2 )
      | ~ ( p @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl35]) ).

thf(zip_derived_cl42,plain,
    ! [X2: $i] :
      ( ( r @ ( '#sk2' @ X2 ) )
      | ~ ( q @ ( '#sk2' @ X2 ) )
      | ~ ( p @ X2 )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl39]) ).

thf(mreflexive,axiom,
    ( mreflexive
    = ( ^ [R: $i > $i > $o] :
        ! [S: $i] : ( R @ S @ S ) ) ) ).

thf('12',plain,
    ( mreflexive
    = ( ^ [R: $i > $i > $o] :
        ! [S: $i] : ( R @ S @ S ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mreflexive]) ).

thf('13',plain,
    ( mreflexive
    = ( ^ [V_1: $i > $i > $o] :
        ! [X4: $i] : ( V_1 @ X4 @ X4 ) ) ),
    define([status(thm)]) ).

thf(a1,axiom,
    mreflexive @ rel_s5 ).

thf(zf_stmt_2,axiom,
    ! [X4: $i] : ( rel_s5 @ X4 @ X4 ) ).

thf(zip_derived_cl0,plain,
    ( !!
    @ ^ [Y0: $i] : ( rel_s5 @ Y0 @ Y0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl4,plain,
    ! [X2: $i] : ( rel_s5 @ X2 @ X2 ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl0]) ).

thf(zip_derived_cl26,plain,
    ( !!
    @ ^ [Y0: $i] :
        ( ( (~) @ ( rel_s5 @ '#sk1' @ Y0 ) )
        | ( (~)
          @ ( ( (~)
              @ ( !!
                @ ^ [Y1: $i] :
                    ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                    | ( (~) @ ( r @ Y1 ) ) ) ) )
            | ( (~)
              @ ( !!
                @ ^ [Y1: $i] :
                    ( ( (~) @ ( rel_s5 @ Y0 @ Y1 ) )
                    | ( p @ Y1 ) ) ) )
            | ( (~) @ ( q @ Y0 ) ) ) ) ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl25]) ).

thf(zip_derived_cl28,plain,
    ! [X2: $i] :
      ( ( (~) @ ( rel_s5 @ '#sk1' @ X2 ) )
      | ( (~)
        @ ( ( (~)
            @ ( !!
              @ ^ [Y0: $i] :
                  ( ( (~) @ ( rel_s5 @ X2 @ Y0 ) )
                  | ( (~) @ ( r @ Y0 ) ) ) ) )
          | ( (~)
            @ ( !!
              @ ^ [Y0: $i] :
                  ( ( (~) @ ( rel_s5 @ X2 @ Y0 ) )
                  | ( p @ Y0 ) ) ) )
          | ( (~) @ ( q @ X2 ) ) ) ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl26]) ).

thf(zip_derived_cl30,plain,
    ! [X2: $i] :
      ( ~ ( rel_s5 @ '#sk1' @ X2 )
      | ~ ( ( (~)
            @ ( !!
              @ ^ [Y0: $i] :
                  ( ( (~) @ ( rel_s5 @ X2 @ Y0 ) )
                  | ( (~) @ ( r @ Y0 ) ) ) ) )
          | ( (~)
            @ ( !!
              @ ^ [Y0: $i] :
                  ( ( (~) @ ( rel_s5 @ X2 @ Y0 ) )
                  | ( p @ Y0 ) ) ) )
          | ( (~) @ ( q @ X2 ) ) ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl28]) ).

thf(zip_derived_cl33,plain,
    ! [X2: $i] :
      ( ( !!
        @ ^ [Y0: $i] :
            ( ( (~) @ ( rel_s5 @ X2 @ Y0 ) )
            | ( p @ Y0 ) ) )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl30]) ).

thf(zip_derived_cl37,plain,
    ! [X2: $i,X4: $i] :
      ( ( (~) @ ( rel_s5 @ X2 @ X4 ) )
      | ( p @ X4 )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl33]) ).

thf(zip_derived_cl41,plain,
    ! [X2: $i,X4: $i] :
      ( ~ ( rel_s5 @ X2 @ X4 )
      | ( p @ X4 )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl37]) ).

thf(zip_derived_cl45,plain,
    ! [X0: $i] :
      ( ~ ( rel_s5 @ '#sk1' @ X0 )
      | ( p @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl41]) ).

thf(zip_derived_cl51,plain,
    ! [X2: $i] :
      ( ~ ( rel_s5 @ '#sk1' @ X2 )
      | ~ ( q @ ( '#sk2' @ X2 ) )
      | ( r @ ( '#sk2' @ X2 ) ) ),
    inference(clc,[status(thm)],[zip_derived_cl42,zip_derived_cl45]) ).

thf(zip_derived_cl4_001,plain,
    ! [X2: $i] : ( rel_s5 @ X2 @ X2 ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl0]) ).

thf(zip_derived_cl32,plain,
    ! [X2: $i] :
      ( ( !!
        @ ^ [Y0: $i] :
            ( ( (~) @ ( rel_s5 @ X2 @ Y0 ) )
            | ( (~) @ ( r @ Y0 ) ) ) )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl30]) ).

thf(zip_derived_cl36,plain,
    ! [X2: $i,X4: $i] :
      ( ( (~) @ ( rel_s5 @ X2 @ X4 ) )
      | ( (~) @ ( r @ X4 ) )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl32]) ).

thf(zip_derived_cl40,plain,
    ! [X2: $i,X4: $i] :
      ( ~ ( rel_s5 @ X2 @ X4 )
      | ~ ( r @ X4 )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl36]) ).

thf(zip_derived_cl43,plain,
    ! [X0: $i] :
      ( ~ ( rel_s5 @ '#sk1' @ X0 )
      | ~ ( r @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl40]) ).

thf(zip_derived_cl52,plain,
    ! [X0: $i] :
      ( ~ ( q @ ( '#sk2' @ X0 ) )
      | ~ ( rel_s5 @ '#sk1' @ X0 )
      | ~ ( rel_s5 @ '#sk1' @ ( '#sk2' @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl51,zip_derived_cl43]) ).

thf(zip_derived_cl34,plain,
    ! [X2: $i] :
      ( ( q @ X2 )
      | ~ ( rel_s5 @ '#sk1' @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl30]) ).

thf(zip_derived_cl56,plain,
    ! [X0: $i] :
      ( ~ ( rel_s5 @ '#sk1' @ ( '#sk2' @ X0 ) )
      | ~ ( rel_s5 @ '#sk1' @ X0 ) ),
    inference(clc,[status(thm)],[zip_derived_cl52,zip_derived_cl34]) ).

thf(zip_derived_cl45_002,plain,
    ! [X0: $i] :
      ( ~ ( rel_s5 @ '#sk1' @ X0 )
      | ( p @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl41]) ).

thf(zip_derived_cl38,plain,
    ! [X2: $i] :
      ( ( rel_s5 @ X2 @ ( '#sk2' @ X2 ) )
      | ~ ( rel_s5 @ '#sk1' @ X2 )
      | ~ ( p @ X2 ) ),
    inference(lazy_cnf_or,[status(thm)],[zip_derived_cl35]) ).

thf(zip_derived_cl47,plain,
    ! [X0: $i] :
      ( ~ ( rel_s5 @ '#sk1' @ X0 )
      | ~ ( rel_s5 @ '#sk1' @ X0 )
      | ( rel_s5 @ X0 @ ( '#sk2' @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl45,zip_derived_cl38]) ).

thf(zip_derived_cl49,plain,
    ! [X0: $i] :
      ( ( rel_s5 @ X0 @ ( '#sk2' @ X0 ) )
      | ~ ( rel_s5 @ '#sk1' @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl47]) ).

thf(zip_derived_cl63,plain,
    ( ~ ( rel_s5 @ '#sk1' @ '#sk1' )
    | ~ ( rel_s5 @ '#sk1' @ '#sk1' ) ),
    inference('sup+',[status(thm)],[zip_derived_cl56,zip_derived_cl49]) ).

thf(zip_derived_cl4_003,plain,
    ! [X2: $i] : ( rel_s5 @ X2 @ X2 ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl0]) ).

thf(zip_derived_cl4_004,plain,
    ! [X2: $i] : ( rel_s5 @ X2 @ X2 ),
    inference(lazy_cnf_forall,[status(thm)],[zip_derived_cl0]) ).

thf(zip_derived_cl70,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl63,zip_derived_cl4,zip_derived_cl4]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : SYO450^6 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.10  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.1XEUZElsho true
% 0.12/0.30  % Computer : n019.cluster.edu
% 0.12/0.30  % Model    : x86_64 x86_64
% 0.12/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.30  % Memory   : 8042.1875MB
% 0.12/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.31  % CPULimit : 300
% 0.12/0.31  % WCLimit  : 300
% 0.12/0.31  % DateTime : Sat Aug 26 07:45:28 EDT 2023
% 0.12/0.31  % CPUTime  : 
% 0.12/0.31  % Running portfolio for 300 s
% 0.12/0.31  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.16/0.31  % Number of cores: 8
% 0.16/0.31  % Python version: Python 3.6.8
% 0.16/0.31  % Running in HO mode
% 0.16/0.60  % Total configuration time : 828
% 0.16/0.60  % Estimated wc time : 1656
% 0.16/0.60  % Estimated cpu time (8 cpus) : 207.0
% 0.16/0.68  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.16/0.68  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.16/0.68  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.16/0.68  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 0.16/0.69  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 0.16/0.69  % /export/starexec/sandbox2/solver/bin/lams/40_b.comb.sh running for 70s
% 0.16/0.69  % /export/starexec/sandbox2/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 0.16/0.71  % /export/starexec/sandbox2/solver/bin/lams/30_sp5.sh running for 60s
% 0.16/0.74  % /export/starexec/sandbox2/solver/bin/lams/30_b.l.sh running for 90s
% 0.16/0.76  % Solved by lams/35_full_unif4.sh.
% 0.16/0.76  % done 16 iterations in 0.053s
% 0.16/0.76  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.16/0.76  % SZS output start Refutation
% See solution above
% 0.16/0.76  
% 0.16/0.76  
% 0.16/0.77  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif.sh running for 56s
% 0.16/0.77  % Terminating...
% 1.76/0.81  % Runner terminated.
% 1.76/0.83  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------