TSTP Solution File: LCL488+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : LCL488+1 : TPTP v8.1.2. Released v3.3.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.HXrn8UdT43 true

% Computer : n024.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 08:59:55 EDT 2023

% Result   : Theorem 1.49s 0.83s
% Output   : Refutation 1.49s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   31
% Syntax   : Number of formulae    :   75 (  41 unt;  15 typ;   0 def)
%            Number of atoms       :   84 (  22 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  298 (  18   ~;  14   |;   1   &; 256   @)
%                                         (   4 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   17 (  15 usr;  11 con; 0-2 aty)
%            Number of variables   :   78 (   0   ^;  78   !;   0   ?;  78   :)

% Comments : 
%------------------------------------------------------------------------------
thf(sk__16_type,type,
    sk__16: $i ).

thf(op_or_type,type,
    op_or: $o ).

thf(op_and_type,type,
    op_and: $o ).

thf(and_type,type,
    and: $i > $i > $i ).

thf(is_a_theorem_type,type,
    is_a_theorem: $i > $o ).

thf(r2_type,type,
    r2: $o ).

thf(op_implies_and_type,type,
    op_implies_and: $o ).

thf(or_type,type,
    or: $i > $i > $i ).

thf(sk__15_type,type,
    sk__15: $i ).

thf(op_implies_or_type,type,
    op_implies_or: $o ).

thf(r3_type,type,
    r3: $o ).

thf(and_2_type,type,
    and_2: $o ).

thf(modus_ponens_type,type,
    modus_ponens: $o ).

thf(implies_type,type,
    implies: $i > $i > $i ).

thf(not_type,type,
    not: $i > $i ).

thf(and_2,axiom,
    ( and_2
  <=> ! [X: $i,Y: $i] : ( is_a_theorem @ ( implies @ ( and @ X @ Y ) @ Y ) ) ) ).

thf(zip_derived_cl18,plain,
    ( and_2
    | ~ ( is_a_theorem @ ( implies @ ( and @ sk__15 @ sk__16 ) @ sk__16 ) ) ),
    inference(cnf,[status(esa)],[and_2]) ).

thf(hilbert_and_2,conjecture,
    and_2 ).

thf(zf_stmt_0,negated_conjecture,
    ~ and_2,
    inference('cnf.neg',[status(esa)],[hilbert_and_2]) ).

thf(zip_derived_cl73,plain,
    ~ and_2,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl76,plain,
    ~ ( is_a_theorem @ ( implies @ ( and @ sk__15 @ sk__16 ) @ sk__16 ) ),
    inference(clc,[status(thm)],[zip_derived_cl18,zip_derived_cl73]) ).

thf(op_and,axiom,
    ( op_and
   => ! [X: $i,Y: $i] :
        ( ( and @ X @ Y )
        = ( not @ ( or @ ( not @ X ) @ ( not @ Y ) ) ) ) ) ).

thf(zip_derived_cl56,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( and @ X0 @ X1 )
        = ( not @ ( or @ ( not @ X0 ) @ ( not @ X1 ) ) ) )
      | ~ op_and ),
    inference(cnf,[status(esa)],[op_and]) ).

thf(op_implies_or,axiom,
    ( op_implies_or
   => ! [X: $i,Y: $i] :
        ( ( implies @ X @ Y )
        = ( or @ ( not @ X ) @ Y ) ) ) ).

thf(zip_derived_cl58,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( implies @ X0 @ X1 )
        = ( or @ ( not @ X0 ) @ X1 ) )
      | ~ op_implies_or ),
    inference(cnf,[status(esa)],[op_implies_or]) ).

thf(principia_op_implies_or,axiom,
    op_implies_or ).

thf(zip_derived_cl60,plain,
    op_implies_or,
    inference(cnf,[status(esa)],[principia_op_implies_or]) ).

thf(zip_derived_cl84,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X0 @ X1 )
      = ( or @ ( not @ X0 ) @ X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl58,zip_derived_cl60]) ).

thf(principia_op_and,axiom,
    op_and ).

thf(zip_derived_cl61,plain,
    op_and,
    inference(cnf,[status(esa)],[principia_op_and]) ).

thf(zip_derived_cl111,plain,
    ! [X0: $i,X1: $i] :
      ( ( and @ X0 @ X1 )
      = ( not @ ( implies @ X0 @ ( not @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl56,zip_derived_cl84,zip_derived_cl61]) ).

thf(zip_derived_cl120,plain,
    ~ ( is_a_theorem @ ( implies @ ( not @ ( implies @ sk__15 @ ( not @ sk__16 ) ) ) @ sk__16 ) ),
    inference(demod,[status(thm)],[zip_derived_cl76,zip_derived_cl111]) ).

thf(op_or,axiom,
    ( op_or
   => ! [X: $i,Y: $i] :
        ( ( or @ X @ Y )
        = ( not @ ( and @ ( not @ X ) @ ( not @ Y ) ) ) ) ) ).

thf(zip_derived_cl55,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( or @ X0 @ X1 )
        = ( not @ ( and @ ( not @ X0 ) @ ( not @ X1 ) ) ) )
      | ~ op_or ),
    inference(cnf,[status(esa)],[op_or]) ).

thf(hilbert_op_or,axiom,
    op_or ).

thf(zip_derived_cl70,plain,
    op_or,
    inference(cnf,[status(esa)],[hilbert_op_or]) ).

thf(zip_derived_cl93,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X0 @ X1 )
      = ( not @ ( and @ ( not @ X0 ) @ ( not @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl55,zip_derived_cl70]) ).

thf(op_implies_and,axiom,
    ( op_implies_and
   => ! [X: $i,Y: $i] :
        ( ( implies @ X @ Y )
        = ( not @ ( and @ X @ ( not @ Y ) ) ) ) ) ).

thf(zip_derived_cl57,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( implies @ X0 @ X1 )
        = ( not @ ( and @ X0 @ ( not @ X1 ) ) ) )
      | ~ op_implies_and ),
    inference(cnf,[status(esa)],[op_implies_and]) ).

thf(hilbert_op_implies_and,axiom,
    op_implies_and ).

thf(zip_derived_cl71,plain,
    op_implies_and,
    inference(cnf,[status(esa)],[hilbert_op_implies_and]) ).

thf(zip_derived_cl99,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X0 @ X1 )
      = ( not @ ( and @ X0 @ ( not @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl57,zip_derived_cl71]) ).

thf(zip_derived_cl100,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X0 @ X1 )
      = ( implies @ ( not @ X0 ) @ X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl93,zip_derived_cl99]) ).

thf(zip_derived_cl84_001,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X0 @ X1 )
      = ( or @ ( not @ X0 ) @ X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl58,zip_derived_cl60]) ).

thf(zip_derived_cl124,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X1 @ X0 )
      = ( implies @ ( not @ ( not @ X1 ) ) @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl100,zip_derived_cl84]) ).

thf(r2,axiom,
    ( r2
  <=> ! [P: $i,Q: $i] : ( is_a_theorem @ ( implies @ Q @ ( or @ P @ Q ) ) ) ) ).

thf(zip_derived_cl47,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ ( implies @ X0 @ ( or @ X1 @ X0 ) ) )
      | ~ r2 ),
    inference(cnf,[status(esa)],[r2]) ).

thf(principia_r2,axiom,
    r2 ).

thf(zip_derived_cl65,plain,
    r2,
    inference(cnf,[status(esa)],[principia_r2]) ).

thf(zip_derived_cl89,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( or @ X1 @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl47,zip_derived_cl65]) ).

thf(zip_derived_cl93_002,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X0 @ X1 )
      = ( not @ ( and @ ( not @ X0 ) @ ( not @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl55,zip_derived_cl70]) ).

thf(zip_derived_cl97,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( not @ ( and @ ( not @ X1 ) @ ( not @ X0 ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl89,zip_derived_cl93]) ).

thf(zip_derived_cl111_003,plain,
    ! [X0: $i,X1: $i] :
      ( ( and @ X0 @ X1 )
      = ( not @ ( implies @ X0 @ ( not @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl56,zip_derived_cl84,zip_derived_cl61]) ).

thf(zip_derived_cl129,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( not @ ( not @ ( implies @ ( not @ X1 ) @ ( not @ ( not @ X0 ) ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl97,zip_derived_cl111]) ).

thf(zip_derived_cl99_004,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X0 @ X1 )
      = ( not @ ( and @ X0 @ ( not @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl57,zip_derived_cl71]) ).

thf(zip_derived_cl111_005,plain,
    ! [X0: $i,X1: $i] :
      ( ( and @ X0 @ X1 )
      = ( not @ ( implies @ X0 @ ( not @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl56,zip_derived_cl84,zip_derived_cl61]) ).

thf(zip_derived_cl121,plain,
    ! [X0: $i,X1: $i] :
      ( ( implies @ X0 @ X1 )
      = ( not @ ( not @ ( implies @ X0 @ ( not @ ( not @ X1 ) ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl99,zip_derived_cl111]) ).

thf(zip_derived_cl164,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( implies @ ( not @ X1 ) @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl129,zip_derived_cl121]) ).

thf(zip_derived_cl199,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ X0 @ ( implies @ X1 @ X0 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl124,zip_derived_cl164]) ).

thf(r3,axiom,
    ( r3
  <=> ! [P: $i,Q: $i] : ( is_a_theorem @ ( implies @ ( or @ P @ Q ) @ ( or @ Q @ P ) ) ) ) ).

thf(zip_derived_cl49,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ ( implies @ ( or @ X0 @ X1 ) @ ( or @ X1 @ X0 ) ) )
      | ~ r3 ),
    inference(cnf,[status(esa)],[r3]) ).

thf(principia_r3,axiom,
    r3 ).

thf(zip_derived_cl66,plain,
    r3,
    inference(cnf,[status(esa)],[principia_r3]) ).

thf(zip_derived_cl105,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( or @ X0 @ X1 ) @ ( or @ X1 @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl49,zip_derived_cl66]) ).

thf(modus_ponens,axiom,
    ( modus_ponens
  <=> ! [X: $i,Y: $i] :
        ( ( ( is_a_theorem @ X )
          & ( is_a_theorem @ ( implies @ X @ Y ) ) )
       => ( is_a_theorem @ Y ) ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ X0 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ~ ( is_a_theorem @ X1 )
      | ~ modus_ponens ),
    inference(cnf,[status(esa)],[modus_ponens]) ).

thf(principia_modus_ponens,axiom,
    modus_ponens ).

thf(zip_derived_cl63,plain,
    modus_ponens,
    inference(cnf,[status(esa)],[principia_modus_ponens]) ).

thf(zip_derived_cl81,plain,
    ! [X0: $i,X1: $i] :
      ( ( is_a_theorem @ X0 )
      | ~ ( is_a_theorem @ ( implies @ X1 @ X0 ) )
      | ~ ( is_a_theorem @ X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl0,zip_derived_cl63]) ).

thf(zip_derived_cl106,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ ( or @ X0 @ X1 ) )
      | ( is_a_theorem @ ( or @ X1 @ X0 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl105,zip_derived_cl81]) ).

thf(zip_derived_cl100_006,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X0 @ X1 )
      = ( implies @ ( not @ X0 ) @ X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl93,zip_derived_cl99]) ).

thf(zip_derived_cl100_007,plain,
    ! [X0: $i,X1: $i] :
      ( ( or @ X0 @ X1 )
      = ( implies @ ( not @ X0 ) @ X1 ) ),
    inference(demod,[status(thm)],[zip_derived_cl93,zip_derived_cl99]) ).

thf(zip_derived_cl123,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( is_a_theorem @ ( implies @ ( not @ X0 ) @ X1 ) )
      | ( is_a_theorem @ ( implies @ ( not @ X1 ) @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl106,zip_derived_cl100,zip_derived_cl100]) ).

thf(zip_derived_cl210,plain,
    ! [X0: $i,X1: $i] : ( is_a_theorem @ ( implies @ ( not @ ( implies @ X1 @ ( not @ X0 ) ) ) @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl199,zip_derived_cl123]) ).

thf(zip_derived_cl249,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl120,zip_derived_cl210]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : LCL488+1 : TPTP v8.1.2. Released v3.3.0.
% 0.07/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.HXrn8UdT43 true
% 0.12/0.34  % Computer : n024.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Thu Aug 24 19:40:09 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  % Running portfolio for 300 s
% 0.12/0.34  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.12/0.34  % Number of cores: 8
% 0.12/0.35  % Python version: Python 3.6.8
% 0.12/0.35  % Running in FO mode
% 0.20/0.64  % Total configuration time : 435
% 0.20/0.64  % Estimated wc time : 1092
% 0.20/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.70  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.71  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.20/0.75  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.20/0.76  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.20/0.76  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.20/0.76  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.20/0.79  % /export/starexec/sandbox/solver/bin/fo/fo1_lcnf.sh running for 50s
% 1.49/0.83  % Solved by fo/fo7.sh.
% 1.49/0.83  % done 122 iterations in 0.056s
% 1.49/0.83  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 1.49/0.83  % SZS output start Refutation
% See solution above
% 1.49/0.83  
% 1.49/0.83  
% 1.49/0.83  % Terminating...
% 2.18/0.94  % Runner terminated.
% 2.18/0.95  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------