TSTP Solution File: SYO574^7 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO574^7 : TPTP v8.1.2. Released v5.5.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.jFQ87t5B5O true

% Computer : n004.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:52:07 EDT 2023

% Result   : Theorem 1.07s 0.80s
% Output   : Refutation 1.07s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   30
% Syntax   : Number of formulae    :   49 (  28 unt;  12 typ;   0 def)
%            Number of atoms       :  109 (  21 equ;   0 cnn)
%            Maximal formula atoms :   12 (   2 avg)
%            Number of connectives :  172 (  35   ~;  27   |;   0   &; 110   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   58 (  58   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  12 usr;   3 con; 0-3 aty)
%            Number of variables   :   62 (  36   ^;  26   !;   0   ?;  62   :)

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

thf(rel_s4_type,type,
    rel_s4: $i > $i > $o ).

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

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

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

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

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

thf(mdia_s4_type,type,
    mdia_s4: ( $i > $o ) > $i > $o ).

thf(sk__9_type,type,
    sk__9: $i ).

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

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

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

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

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

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

thf('1',plain,
    ( mbox_s4
    = ( ^ [V_1: $i > $o,V_2: $i] :
        ! [X4: $i] :
          ( ( V_1 @ X4 )
          | ~ ( rel_s4 @ 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_s4
    = ( ^ [Phi: $i > $o] : ( mnot @ ( mbox_s4 @ ( mnot @ Phi ) ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mdia_s4,'1','3']) ).

thf('5',plain,
    ( mdia_s4
    = ( ^ [V_1: $i > $o] : ( mnot @ ( mbox_s4 @ ( 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(con,conjecture,
    mvalid @ ( mimplies @ ( mdia_s4 @ ( mimplies @ p @ ( mbox_s4 @ q ) ) ) @ ( mimplies @ ( mbox_s4 @ p ) @ ( mdia_s4 @ q ) ) ) ).

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

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

thf(zip_derived_cl5,plain,
    ! [X1: $i] :
      ( ( p @ X1 )
      | ~ ( rel_s4 @ sk__8 @ X1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl6,plain,
    ! [X2: $i] :
      ( ~ ( p @ sk__9 )
      | ~ ( rel_s4 @ sk__9 @ X2 )
      | ( q @ X2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i] :
      ( ~ ( rel_s4 @ sk__8 @ sk__9 )
      | ( q @ X0 )
      | ~ ( rel_s4 @ sk__9 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl5,zip_derived_cl6]) ).

thf(zip_derived_cl7,plain,
    rel_s4 @ sk__8 @ sk__9,
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl12,plain,
    ! [X0: $i] :
      ( ( q @ X0 )
      | ~ ( rel_s4 @ sk__9 @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl9,zip_derived_cl7]) ).

thf(zip_derived_cl7_001,plain,
    rel_s4 @ sk__8 @ sk__9,
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

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

thf(zip_derived_cl16,plain,
    ~ ( q @ sk__9 ),
    inference('sup-',[status(thm)],[zip_derived_cl7,zip_derived_cl4]) ).

thf(zip_derived_cl20,plain,
    ~ ( rel_s4 @ sk__9 @ sk__9 ),
    inference('sup-',[status(thm)],[zip_derived_cl12,zip_derived_cl16]) ).

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_s4 ).

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

thf(zip_derived_cl1,plain,
    ! [X0: $i] : ( rel_s4 @ X0 @ X0 ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl22,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl20,zip_derived_cl1]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : SYO574^7 : TPTP v8.1.2. Released v5.5.0.
% 0.12/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.jFQ87t5B5O true
% 0.13/0.33  % Computer : n004.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.33  % CPULimit : 300
% 0.13/0.33  % WCLimit  : 300
% 0.13/0.33  % DateTime : Sat Aug 26 07:24:53 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.13/0.34  % Number of cores: 8
% 0.13/0.34  % Python version: Python 3.6.8
% 0.13/0.34  % Running in HO mode
% 0.19/0.67  % Total configuration time : 828
% 0.19/0.67  % Estimated wc time : 1656
% 0.19/0.67  % Estimated cpu time (8 cpus) : 207.0
% 1.07/0.76  % /export/starexec/sandbox/solver/bin/lams/40_c.s.sh running for 80s
% 1.07/0.76  % /export/starexec/sandbox/solver/bin/lams/35_full_unif4.sh running for 80s
% 1.07/0.77  % /export/starexec/sandbox/solver/bin/lams/40_c_ic.sh running for 80s
% 1.07/0.77  % /export/starexec/sandbox/solver/bin/lams/40_b.comb.sh running for 70s
% 1.07/0.77  % /export/starexec/sandbox/solver/bin/lams/40_noforms.sh running for 90s
% 1.07/0.77  % /export/starexec/sandbox/solver/bin/lams/15_e_short1.sh running for 30s
% 1.07/0.79  % /export/starexec/sandbox/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 1.07/0.80  % Solved by lams/40_c.s.sh.
% 1.07/0.80  % done 7 iterations in 0.015s
% 1.07/0.80  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.07/0.80  % SZS output start Refutation
% See solution above
% 1.07/0.80  
% 1.07/0.80  
% 1.07/0.80  % Terminating...
% 1.71/0.86  % Runner terminated.
% 1.71/0.87  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------