TSTP Solution File: SYO455^3 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO455^3 : 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.hgGwszqGWF true

% Computer : n020.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:19 EDT 2023

% Result   : Theorem 1.12s 0.76s
% Output   : Refutation 1.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   32
% Syntax   : Number of formulae    :   48 (  28 unt;  12 typ;   0 def)
%            Number of atoms       :  119 (  24 equ;   0 cnn)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives :  164 (  30   ~;  23   |;   0   &; 111   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   69 (  69   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   14 (  12 usr;   2 con; 0-3 aty)
%            Number of variables   :   66 (  42   ^;  24   !;   0   ?;  66   :)

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

thf(rel_m_type,type,
    rel_m: $i > $i > $o ).

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

thf(sk__3_type,type,
    sk__3: $i ).

thf(mbox_m_type,type,
    mbox_m: ( $i > $o ) > $i > $o ).

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

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

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

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

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

thf(a1,axiom,
    mreflexive @ rel_m ).

thf(zf_stmt_0,axiom,
    ! [X4: $i] : ( rel_m @ X4 @ X4 ) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf('9',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('10',plain,
    ( mor
    = ( ^ [Phi: $i > $o,Psi: $i > $o,W: $i] :
          ( ( Phi @ W )
          | ( Psi @ W ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mor]) ).

thf('11',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('12',plain,
    ( mimplies
    = ( ^ [Phi: $i > $o,Psi: $i > $o] : ( mor @ ( mnot @ Phi ) @ Psi ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mimplies,'11','5']) ).

thf('13',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('14',plain,
    ( mand
    = ( ^ [Phi: $i > $o,Psi: $i > $o] : ( mnot @ ( mor @ ( mnot @ Phi ) @ ( mnot @ Psi ) ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mand,'11','5']) ).

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

thf(prove,conjecture,
    mvalid @ ( mimplies @ ( mand @ ( mbox_m @ p ) @ ( mbox_m @ ( mor @ ( mnot @ p ) @ q ) ) ) @ ( mdia_m @ q ) ) ).

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

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

thf(zip_derived_cl3,plain,
    ! [X2: $i] :
      ( ~ ( p @ X2 )
      | ( q @ X2 )
      | ~ ( rel_m @ sk__3 @ X2 ) ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl2,plain,
    ! [X1: $i] :
      ( ( p @ X1 )
      | ~ ( rel_m @ sk__3 @ X1 ) ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl10,plain,
    ! [X2: $i] :
      ( ~ ( rel_m @ sk__3 @ X2 )
      | ( q @ X2 ) ),
    inference(clc,[status(thm)],[zip_derived_cl3,zip_derived_cl2]) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i] :
      ( ~ ( q @ X0 )
      | ~ ( rel_m @ sk__3 @ X0 ) ),
    inference(cnf,[status(esa)],[zf_stmt_2]) ).

thf(zip_derived_cl11,plain,
    ! [X2: $i] :
      ~ ( rel_m @ sk__3 @ X2 ),
    inference(clc,[status(thm)],[zip_derived_cl10,zip_derived_cl1]) ).

thf(zip_derived_cl12,plain,
    $false,
    inference('sup-',[status(thm)],[zip_derived_cl0,zip_derived_cl11]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SYO455^3 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.hgGwszqGWF true
% 0.14/0.34  % Computer : n020.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Sat Aug 26 05:49:15 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Running portfolio for 300 s
% 0.14/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.14/0.35  % Number of cores: 8
% 0.14/0.35  % Python version: Python 3.6.8
% 0.14/0.35  % Running in HO mode
% 0.20/0.66  % Total configuration time : 828
% 0.20/0.66  % Estimated wc time : 1656
% 0.20/0.66  % Estimated cpu time (8 cpus) : 207.0
% 0.20/0.72  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.20/0.73  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.20/0.73  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 1.12/0.74  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 1.12/0.74  % /export/starexec/sandbox2/solver/bin/lams/40_b.comb.sh running for 70s
% 1.12/0.74  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 1.12/0.76  % /export/starexec/sandbox2/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 1.12/0.76  % Solved by lams/40_c.s.sh.
% 1.12/0.76  % done 9 iterations in 0.015s
% 1.12/0.76  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.12/0.76  % SZS output start Refutation
% See solution above
% 1.12/0.76  
% 1.12/0.76  
% 1.12/0.76  % Terminating...
% 1.53/0.85  % Runner terminated.
% 1.53/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------