TSTP Solution File: SYO062^4.002 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO062^4.002 : 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.vva3x21x0f true

% Computer : n012.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:49:28 EDT 2023

% Result   : Theorem 0.16s 0.80s
% Output   : Refutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   31
% Syntax   : Number of formulae    :   57 (  25 unt;  13 typ;   0 def)
%            Number of atoms       :  127 (  21 equ;   0 cnn)
%            Maximal formula atoms :    9 (   2 avg)
%            Number of connectives :  248 (  35   ~;  27   |;   1   &; 171   @)
%                                         (   0 <=>;  14  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   17 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   57 (  57   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  13 usr;   2 con; 0-3 aty)
%            Number of variables   :   79 (  36   ^;  43   !;   0   ?;  79   :)

% Comments : 
%------------------------------------------------------------------------------
thf(iatom_type,type,
    iatom: ( $i > $o ) > $i > $o ).

thf(ivalid_type,type,
    ivalid: ( $i > $o ) > $o ).

thf(sk__6_type,type,
    sk__6: $i > $i ).

thf(irel_type,type,
    irel: $i > $i > $o ).

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

thf(ior_type,type,
    ior: ( $i > $o ) > ( $i > $o ) > $i > $o ).

thf(mbox_s4_type,type,
    mbox_s4: ( $i > $o ) > $i > $o ).

thf(a_type,type,
    a: $i > $o ).

thf(sk__8_type,type,
    sk__8: $i > $i ).

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

thf(sk__7_type,type,
    sk__7: $i > $i ).

thf(inot_type,type,
    inot: ( $i > $o ) > $i > $o ).

thf(sk__5_type,type,
    sk__5: $i ).

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

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

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

thf(ior,axiom,
    ( ior
    = ( ^ [P: $i > $o,Q: $i > $o] : ( mor @ ( mbox_s4 @ P ) @ ( mbox_s4 @ Q ) ) ) ) ).

thf(mbox_s4,axiom,
    ( mbox_s4
    = ( ^ [P: $i > $o,X: $i] :
        ! [Y: $i] :
          ( ( irel @ X @ Y )
         => ( P @ Y ) ) ) ) ).

thf('2',plain,
    ( mbox_s4
    = ( ^ [P: $i > $o,X: $i] :
        ! [Y: $i] :
          ( ( irel @ X @ Y )
         => ( P @ Y ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mbox_s4]) ).

thf('3',plain,
    ( mbox_s4
    = ( ^ [V_1: $i > $o,V_2: $i] :
        ! [X4: $i] :
          ( ( irel @ V_2 @ X4 )
         => ( V_1 @ X4 ) ) ) ),
    define([status(thm)]) ).

thf(mor,axiom,
    ( mor
    = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
          ( ( X @ U )
          | ( Y @ U ) ) ) ) ).

thf('4',plain,
    ( mor
    = ( ^ [X: $i > $o,Y: $i > $o,U: $i] :
          ( ( X @ U )
          | ( Y @ U ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mor]) ).

thf('5',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('6',plain,
    ( ior
    = ( ^ [P: $i > $o,Q: $i > $o] : ( mor @ ( mbox_s4 @ P ) @ ( mbox_s4 @ Q ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[ior,'3','5']) ).

thf('7',plain,
    ( ior
    = ( ^ [V_1: $i > $o,V_2: $i > $o] : ( mor @ ( mbox_s4 @ V_1 ) @ ( mbox_s4 @ V_2 ) ) ) ),
    define([status(thm)]) ).

thf(inot,axiom,
    ( inot
    = ( ^ [P: $i > $o] : ( mnot @ ( mbox_s4 @ P ) ) ) ) ).

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

thf('8',plain,
    ( mnot
    = ( ^ [X: $i > $o,U: $i] :
          ~ ( X @ U ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mnot]) ).

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

thf('10',plain,
    ( inot
    = ( ^ [P: $i > $o] : ( mnot @ ( mbox_s4 @ P ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[inot,'3','9']) ).

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

thf(iatom,axiom,
    ( iatom
    = ( ^ [P: $i > $o] : P ) ) ).

thf('12',plain,
    ( iatom
    = ( ^ [P: $i > $o] : P ) ),
    inference(simplify_rw_rule,[status(thm)],[iatom]) ).

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

thf(con,conjecture,
    ivalid @ ( inot @ ( inot @ ( ior @ ( iatom @ a ) @ ( inot @ ( iatom @ a ) ) ) ) ) ).

thf(zf_stmt_0,conjecture,
    ! [X4: $i] :
      ~ ! [X6: $i] :
          ( ( irel @ X4 @ X6 )
         => ~ ! [X8: $i] :
                ( ( irel @ X6 @ X8 )
               => ( ! [X10: $i] :
                      ( ( irel @ X8 @ X10 )
                     => ( a @ X10 ) )
                  | ! [X12: $i] :
                      ( ( irel @ X8 @ X12 )
                     => ~ ! [X14: $i] :
                            ( ( irel @ X12 @ X14 )
                           => ( a @ X14 ) ) ) ) ) ) ).

thf(zf_stmt_1,negated_conjecture,
    ~ ! [X4: $i] :
        ~ ! [X6: $i] :
            ( ( irel @ X4 @ X6 )
           => ~ ! [X8: $i] :
                  ( ( irel @ X6 @ X8 )
                 => ( ! [X10: $i] :
                        ( ( irel @ X8 @ X10 )
                       => ( a @ X10 ) )
                    | ! [X12: $i] :
                        ( ( irel @ X8 @ X12 )
                       => ~ ! [X14: $i] :
                              ( ( irel @ X12 @ X14 )
                             => ( a @ X14 ) ) ) ) ) ),
    inference('cnf.neg',[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i] :
      ( ( irel @ ( sk__6 @ X0 ) @ ( sk__7 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i] :
      ( ( irel @ X0 @ ( sk__6 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(trans_axiom,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( irel @ X @ Y )
        & ( irel @ Y @ Z ) )
     => ( irel @ X @ Z ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( irel @ X0 @ X1 )
      | ~ ( irel @ X1 @ X2 )
      | ( irel @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[trans_axiom]) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( irel @ sk__5 @ X0 )
      | ( irel @ X0 @ X1 )
      | ~ ( irel @ ( sk__6 @ X0 ) @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl6,zip_derived_cl1]) ).

thf(zip_derived_cl30,plain,
    ! [X0: $i] :
      ( ~ ( irel @ sk__5 @ X0 )
      | ( irel @ X0 @ ( sk__7 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl9]) ).

thf(zip_derived_cl42,plain,
    ! [X0: $i] :
      ( ( irel @ X0 @ ( sk__7 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl30]) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i] :
      ( ( irel @ ( sk__6 @ X0 ) @ ( sk__8 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl9_001,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( irel @ sk__5 @ X0 )
      | ( irel @ X0 @ X1 )
      | ~ ( irel @ ( sk__6 @ X0 ) @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl6,zip_derived_cl1]) ).

thf(zip_derived_cl29,plain,
    ! [X0: $i] :
      ( ~ ( irel @ sk__5 @ X0 )
      | ( irel @ X0 @ ( sk__8 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl4,zip_derived_cl9]) ).

thf(zip_derived_cl41,plain,
    ! [X0: $i] :
      ( ( irel @ X0 @ ( sk__8 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl29]) ).

thf(zip_derived_cl3,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( irel @ ( sk__7 @ X0 ) @ X1 )
      | ( a @ X1 )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl58,plain,
    ! [X0: $i] :
      ( ~ ( irel @ sk__5 @ ( sk__7 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 )
      | ( a @ ( sk__8 @ ( sk__7 @ X0 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl41,zip_derived_cl3]) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i] :
      ( ~ ( a @ ( sk__8 @ X0 ) )
      | ~ ( irel @ sk__5 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl129,plain,
    ! [X0: $i] :
      ( ~ ( irel @ sk__5 @ X0 )
      | ~ ( irel @ sk__5 @ ( sk__7 @ X0 ) ) ),
    inference(clc,[status(thm)],[zip_derived_cl58,zip_derived_cl5]) ).

thf(zip_derived_cl130,plain,
    ( ~ ( irel @ sk__5 @ sk__5 )
    | ~ ( irel @ sk__5 @ sk__5 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl42,zip_derived_cl129]) ).

thf(refl_axiom,axiom,
    ! [X: $i] : ( irel @ X @ X ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i] : ( irel @ X0 @ X0 ),
    inference(cnf,[status(esa)],[refl_axiom]) ).

thf(zip_derived_cl0_002,plain,
    ! [X0: $i] : ( irel @ X0 @ X0 ),
    inference(cnf,[status(esa)],[refl_axiom]) ).

thf(zip_derived_cl132,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl130,zip_derived_cl0,zip_derived_cl0]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.17  % Problem  : SYO062^4.002 : TPTP v8.1.2. Released v4.0.0.
% 0.10/0.18  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.vva3x21x0f true
% 0.11/0.37  % Computer : n012.cluster.edu
% 0.11/0.37  % Model    : x86_64 x86_64
% 0.11/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.37  % Memory   : 8042.1875MB
% 0.11/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.37  % CPULimit : 300
% 0.11/0.37  % WCLimit  : 300
% 0.11/0.37  % DateTime : Sat Aug 26 03:34:26 EDT 2023
% 0.11/0.37  % CPUTime  : 
% 0.11/0.37  % Running portfolio for 300 s
% 0.11/0.37  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.11/0.37  % Number of cores: 8
% 0.11/0.37  % Python version: Python 3.6.8
% 0.11/0.38  % Running in HO mode
% 0.16/0.67  % Total configuration time : 828
% 0.16/0.67  % Estimated wc time : 1656
% 0.16/0.67  % Estimated cpu time (8 cpus) : 207.0
% 0.16/0.74  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.16/0.77  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.16/0.77  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 0.16/0.78  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.16/0.78  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 0.16/0.78  % /export/starexec/sandbox2/solver/bin/lams/40_b.comb.sh running for 70s
% 0.16/0.78  % /export/starexec/sandbox2/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 0.16/0.79  % /export/starexec/sandbox2/solver/bin/lams/30_sp5.sh running for 60s
% 0.16/0.80  % Solved by lams/40_c.s.sh.
% 0.16/0.80  % done 47 iterations in 0.037s
% 0.16/0.80  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.16/0.80  % SZS output start Refutation
% See solution above
% 0.16/0.80  
% 0.16/0.80  
% 0.16/0.80  % Terminating...
% 0.16/0.88  % Runner terminated.
% 0.16/0.88  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------