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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO458^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.01rM82Kdox true

% Computer : n010.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:23 EDT 2023

% Result   : Theorem 0.18s 0.76s
% Output   : Refutation 0.18s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   28
% Syntax   : Number of formulae    :   45 (  27 unt;  12 typ;   0 def)
%            Number of atoms       :  113 (  21 equ;   0 cnn)
%            Maximal formula atoms :   11 (   3 avg)
%            Number of connectives :  169 (  32   ~;  25   |;   0   &; 112   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   65 (  65   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  12 usr;   3 con; 0-3 aty)
%            Number of variables   :   58 (  42   ^;  16   !;   0   ?;  58   :)

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

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

thf(mand_type,type,
    mand: ( $i > $o ) > ( $i > $o ) > $i > $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(sk__11_type,type,
    sk__11: $i ).

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

thf(sk__12_type,type,
    sk__12: $i ).

thf(mequiv_type,type,
    mequiv: ( $i > $o ) > ( $i > $o ) > $i > $o ).

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

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

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(mvalid,axiom,
    ( mvalid
    = ( ^ [Phi: $i > $o] :
        ! [W: $i] : ( Phi @ W ) ) ) ).

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

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

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

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('4',plain,
    ( mor
    = ( ^ [Phi: $i > $o,Psi: $i > $o,W: $i] :
          ( ( Phi @ W )
          | ( Psi @ W ) ) ) ),
    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(mnot,axiom,
    ( mnot
    = ( ^ [Phi: $i > $o,W: $i] :
          ~ ( Phi @ W ) ) ) ).

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

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

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

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

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

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

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

thf('12',plain,
    ( mequiv
    = ( ^ [Phi: $i > $o,Psi: $i > $o] : ( mand @ ( mimplies @ Phi @ Psi ) @ ( mimplies @ Psi @ Phi ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mequiv,'9','11','5','7']) ).

thf('13',plain,
    ( mequiv
    = ( ^ [V_1: $i > $o,V_2: $i > $o] : ( mand @ ( mimplies @ V_1 @ V_2 ) @ ( mimplies @ V_2 @ V_1 ) ) ) ),
    define([status(thm)]) ).

thf(prove,conjecture,
    mvalid @ ( mimplies @ ( mand @ ( mbox_s5 @ p ) @ ( mbox_s5 @ q ) ) @ ( mbox_s5 @ ( mequiv @ p @ q ) ) ) ).

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

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

thf(zip_derived_cl6,plain,
    ( ~ ( q @ sk__12 )
    | ~ ( p @ sk__12 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl7,plain,
    rel_s5 @ sk__11 @ sk__12,
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl9,plain,
    ! [X1: $i] :
      ( ( q @ X1 )
      | ~ ( rel_s5 @ sk__11 @ X1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl20,plain,
    q @ sk__12,
    inference('sup-',[status(thm)],[zip_derived_cl7,zip_derived_cl9]) ).

thf(zip_derived_cl38,plain,
    ~ ( p @ sk__12 ),
    inference(demod,[status(thm)],[zip_derived_cl6,zip_derived_cl20]) ).

thf(zip_derived_cl7_001,plain,
    rel_s5 @ sk__11 @ sk__12,
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i] :
      ( ( p @ X0 )
      | ~ ( rel_s5 @ sk__11 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl21,plain,
    p @ sk__12,
    inference('sup-',[status(thm)],[zip_derived_cl7,zip_derived_cl8]) ).

thf(zip_derived_cl39,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl38,zip_derived_cl21]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : SYO458^6 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.12  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.01rM82Kdox true
% 0.11/0.32  % Computer : n010.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 300
% 0.11/0.32  % DateTime : Sat Aug 26 05:12:50 EDT 2023
% 0.11/0.32  % CPUTime  : 
% 0.11/0.32  % Running portfolio for 300 s
% 0.11/0.33  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.11/0.33  % Number of cores: 8
% 0.11/0.33  % Python version: Python 3.6.8
% 0.11/0.33  % Running in HO mode
% 0.18/0.62  % Total configuration time : 828
% 0.18/0.62  % Estimated wc time : 1656
% 0.18/0.62  % Estimated cpu time (8 cpus) : 207.0
% 0.18/0.69  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.18/0.69  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 0.18/0.69  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.18/0.69  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.18/0.70  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 0.18/0.70  % /export/starexec/sandbox2/solver/bin/lams/40_b.comb.sh running for 70s
% 0.18/0.71  % /export/starexec/sandbox2/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 0.18/0.75  % /export/starexec/sandbox2/solver/bin/lams/30_sp5.sh running for 60s
% 0.18/0.76  % Solved by lams/40_noforms.sh.
% 0.18/0.76  % done 19 iterations in 0.034s
% 0.18/0.76  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.18/0.76  % SZS output start Refutation
% See solution above
% 0.18/0.76  
% 0.18/0.76  
% 0.18/0.76  % Terminating...
% 1.73/0.82  % Runner terminated.
% 1.73/0.83  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------