TSTP Solution File: LCL595^1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : LCL595^1 : TPTP v8.1.2. Released v3.6.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.dSctzbH2lI true

% Computer : n015.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 : Thu Aug 31 09:00:19 EDT 2023

% Result   : Theorem 0.19s 0.80s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   25
% Syntax   : Number of formulae    :   51 (  27 unt;  11 typ;   0 def)
%            Number of atoms       :   82 (  18 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  185 (  23   ~;  27   |;   0   &; 127   @)
%                                         (   3 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   72 (  72   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   13 (  11 usr;   3 con; 0-3 aty)
%            Number of variables   :   79 (  36   ^;  43   !;   0   ?;  79   :)

% Comments : 
%------------------------------------------------------------------------------
thf(sk__8_type,type,
    sk__8: $i ).

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

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

thf(mimpl_type,type,
    mimpl: ( $i > $o ) > ( $i > $o ) > $i > $o ).

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

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

thf(sk__11_type,type,
    sk__11: $i > ( $i > $o ) > $i ).

thf(sk__10_type,type,
    sk__10: $i ).

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

thf(reflexive_type,type,
    reflexive: ( $i > $i > $o ) > $o ).

thf(mbox_type,type,
    mbox: ( $i > $i > $o ) > ( $i > $o ) > $i > $o ).

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

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

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

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

thf('2',plain,
    ( mvalid
    = ( ^ [P: $i > $o] :
        ! [W: $i] : ( P @ 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(mbox,axiom,
    ( mbox
    = ( ^ [R: $i > $i > $o,P: $i > $o,X: $i] :
        ! [Y: $i] :
          ( ( R @ X @ Y )
         => ( P @ Y ) ) ) ) ).

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

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

thf(mimpl,axiom,
    ( mimpl
    = ( ^ [U: $i > $o,V: $i > $o] : ( mor @ ( mnot @ U ) @ V ) ) ) ).

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

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

thf('7',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
    = ( ^ [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,
    ( mimpl
    = ( ^ [U: $i > $o,V: $i > $o] : ( mor @ ( mnot @ U ) @ V ) ) ),
    inference(simplify_rw_rule,[status(thm)],[mimpl,'7','9']) ).

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

thf(thm,conjecture,
    ( ! [A: $i > $o] : ( mvalid @ ( mimpl @ ( mbox @ r @ A ) @ A ) )
  <=> ( reflexive @ r ) ) ).

thf(zf_stmt_0,conjecture,
    ( ! [X4: $i > $o,X6: $i] :
        ( ~ ! [X8: $i] :
              ( ( r @ X6 @ X8 )
             => ( X4 @ X8 ) )
        | ( X4 @ X6 ) )
  <=> ! [X10: $i] : ( r @ X10 @ X10 ) ) ).

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

thf(zip_derived_cl3,plain,
    ( ~ ( r @ sk__8 @ sk__8 )
    | ~ ( sk__9 @ sk__10 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i > $o,X2: $i] :
      ( ( r @ X0 @ X0 )
      | ( X1 @ X2 )
      | ( r @ X2 @ ( sk__11 @ X2 @ X1 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i > $o,X2: $i] :
      ( ( r @ X0 @ X0 )
      | ( X1 @ X2 )
      | ~ ( X1 @ ( sk__11 @ X2 @ X1 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl2,plain,
    ! [X3: $i] :
      ( ~ ( r @ sk__8 @ sk__8 )
      | ( sk__9 @ X3 )
      | ~ ( r @ sk__10 @ X3 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl56,plain,
    ! [X0: $i > $o,X1: $i] :
      ( ~ ( X0 @ ( sk__11 @ X1 @ X0 ) )
      | ( X0 @ X1 )
      | ( sk__9 @ sk__10 )
      | ~ ( r @ sk__8 @ sk__8 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl1,zip_derived_cl2]) ).

thf(zip_derived_cl3_001,plain,
    ( ~ ( r @ sk__8 @ sk__8 )
    | ~ ( sk__9 @ sk__10 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl120,plain,
    ! [X0: $i > $o,X1: $i] :
      ( ~ ( r @ sk__8 @ sk__8 )
      | ( X0 @ X1 )
      | ~ ( X0 @ ( sk__11 @ X1 @ X0 ) ) ),
    inference(clc,[status(thm)],[zip_derived_cl56,zip_derived_cl3]) ).

thf(zip_derived_cl1_002,plain,
    ! [X0: $i,X1: $i > $o,X2: $i] :
      ( ( r @ X0 @ X0 )
      | ( X1 @ X2 )
      | ~ ( X1 @ ( sk__11 @ X2 @ X1 ) ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl121,plain,
    ! [X0: $i > $o,X1: $i] :
      ( ~ ( X0 @ ( sk__11 @ X1 @ X0 ) )
      | ( X0 @ X1 ) ),
    inference(clc,[status(thm)],[zip_derived_cl120,zip_derived_cl1]) ).

thf(zip_derived_cl130,plain,
    ! [X0: $i,X1: $i] :
      ( ( r @ X0 @ X0 )
      | ( r @ X1 @ X1 )
      | ( r @ X0 @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl0,zip_derived_cl121]) ).

thf(zip_derived_cl163,plain,
    ! [X0: $i,X1: $i] :
      ( ( r @ X1 @ X1 )
      | ( r @ X0 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl130]) ).

thf(zip_derived_cl174,plain,
    ! [X0: $i] : ( r @ X0 @ X0 ),
    inference(condensation,[status(thm)],[zip_derived_cl163]) ).

thf(zip_derived_cl176,plain,
    ~ ( sk__9 @ sk__10 ),
    inference(demod,[status(thm)],[zip_derived_cl3,zip_derived_cl174]) ).

thf(zip_derived_cl2_003,plain,
    ! [X3: $i] :
      ( ~ ( r @ sk__8 @ sk__8 )
      | ( sk__9 @ X3 )
      | ~ ( r @ sk__10 @ X3 ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl174_004,plain,
    ! [X0: $i] : ( r @ X0 @ X0 ),
    inference(condensation,[status(thm)],[zip_derived_cl163]) ).

thf(zip_derived_cl175,plain,
    ! [X3: $i] :
      ( ( sk__9 @ X3 )
      | ~ ( r @ sk__10 @ X3 ) ),
    inference(demod,[status(thm)],[zip_derived_cl2,zip_derived_cl174]) ).

thf(zip_derived_cl174_005,plain,
    ! [X0: $i] : ( r @ X0 @ X0 ),
    inference(condensation,[status(thm)],[zip_derived_cl163]) ).

thf(zip_derived_cl190,plain,
    sk__9 @ sk__10,
    inference('sup+',[status(thm)],[zip_derived_cl175,zip_derived_cl174]) ).

thf(zip_derived_cl198,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl176,zip_derived_cl190]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL595^1 : TPTP v8.1.2. Released v3.6.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.dSctzbH2lI true
% 0.13/0.34  % Computer : n015.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Thu Aug 24 19:09:36 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox2/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.63  % Total configuration time : 828
% 0.19/0.63  % Estimated wc time : 1656
% 0.19/0.63  % Estimated cpu time (8 cpus) : 207.0
% 0.19/0.68  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.19/0.68  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.19/0.69  % /export/starexec/sandbox2/solver/bin/lams/40_c_ic.sh running for 80s
% 0.19/0.73  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/lams/40_b.comb.sh running for 70s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/lams/30_sp5.sh running for 60s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/lams/20_acsne_simpl.sh running for 40s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/lams/30_b.l.sh running for 90s
% 0.19/0.80  % Solved by lams/40_c.s.sh.
% 0.19/0.80  % done 21 iterations in 0.082s
% 0.19/0.80  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.19/0.80  % SZS output start Refutation
% See solution above
% 0.19/0.80  
% 0.19/0.80  
% 0.19/0.80  % Terminating...
% 1.40/0.83  % Runner terminated.
% 1.40/0.84  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------