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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SYO541^1 : TPTP v8.1.2. Released v5.2.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.5mFs5poH8F true

% Computer : n018.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:00 EDT 2023

% Result   : Theorem 0.23s 0.77s
% Output   : Refutation 0.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   26 (   8 unt;   4 typ;   0 def)
%            Number of atoms       :   68 (  59 equ;   0 cnn)
%            Maximal formula atoms :    2 (   3 avg)
%            Number of connectives :   92 (  21   ~;  19   |;  15   &;  36   @)
%                                         (   0 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   59 (  59   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   4 usr;   2 con; 0-4 aty)
%            Number of variables   :   47 (  30   ^;  16   !;   1   ?;  47   :)

% Comments : 
%------------------------------------------------------------------------------
thf(epsii_type,type,
    epsii: ( ( $i > $i ) > $o ) > $i > $i ).

thf(sk__type,type,
    sk_: $i > $i ).

thf(if_type,type,
    if: $o > ( $i > $i ) > ( $i > $i ) > $i > $i ).

thf(sk__1_type,type,
    sk__1: $i > $i ).

thf(choiceaxii,axiom,
    ! [P: ( $i > $i ) > $o] :
      ( ? [X: $i > $i] : ( P @ X )
     => ( P @ ( epsii @ P ) ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: ( $i > $i ) > $o,X1: $i > $i] :
      ( ( X0 @ ( epsii @ X0 ) )
      | ~ ( X0 @ X1 ) ),
    inference(cnf,[status(esa)],[choiceaxii]) ).

thf(ifd,axiom,
    ( if
    = ( ^ [B: $o,X: $i > $i,Y: $i > $i] :
          ( epsii
          @ ^ [Z: $i > $i] :
              ( ( B
                & ( Z = X ) )
              | ( ~ B
                & ( Z = Y ) ) ) ) ) ) ).

thf('0',plain,
    ( if
    = ( ^ [B: $o,X: $i > $i,Y: $i > $i] :
          ( epsii
          @ ^ [Z: $i > $i] :
              ( ( B
                & ( Z = X ) )
              | ( ~ B
                & ( Z = Y ) ) ) ) ) ),
    inference(simplify_rw_rule,[status(thm)],[ifd]) ).

thf('1',plain,
    ( if
    = ( ^ [V_1: $o,V_2: $i > $i,V_3: $i > $i] :
          ( epsii
          @ ^ [V_4: $i > $i] :
              ( ( V_1
                & ( V_4 = V_2 ) )
              | ( ~ V_1
                & ( V_4 = V_3 ) ) ) ) ) ),
    define([status(thm)]) ).

thf(conj,conjecture,
    ! [X: $i > $i,Y: $i > $i] :
      ( ( ( if @ $false @ X @ Y )
        = Y )
      & ( ( if @ $true @ X @ Y )
        = X ) ) ).

thf(zf_stmt_0,conjecture,
    ! [X4: $i > $i,X6: $i > $i] :
      ( ( ( epsii
          @ ^ [V_1: $i > $i] :
              ( ( V_1 = X6 )
              | ( ( V_1 = X4 )
                & $false ) ) )
        = X6 )
      & ( ( epsii
          @ ^ [V_2: $i > $i] :
              ( ( ( V_2 = X6 )
                & $false )
              | ( V_2 = X4 ) ) )
        = X4 ) ) ).

thf(zf_stmt_1,negated_conjecture,
    ~ ! [X4: $i > $i,X6: $i > $i] :
        ( ( ( epsii
            @ ^ [V_1: $i > $i] :
                ( ( V_1 = X6 )
                | ( ( V_1 = X4 )
                  & $false ) ) )
          = X6 )
        & ( ( epsii
            @ ^ [V_2: $i > $i] :
                ( ( ( V_2 = X6 )
                  & $false )
                | ( V_2 = X4 ) ) )
          = X4 ) ),
    inference('cnf.neg',[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl1,plain,
    ( ( ( epsii
        @ ^ [Y0: $i > $i] :
            ( ( Y0 = sk__1 )
            | ( ( Y0 = sk_ )
              & $false ) ) )
     != sk__1 )
    | ( ( epsii
        @ ^ [Y0: $i > $i] :
            ( ( ( Y0 = sk__1 )
              & $false )
            | ( Y0 = sk_ ) ) )
     != sk_ ) ),
    inference(cnf,[status(esa)],[zf_stmt_1]) ).

thf(zip_derived_cl2,plain,
    ( ( ( epsii
        @ ^ [Y0: $i > $i] : ( Y0 = sk__1 ) )
     != sk__1 )
    | ( ( epsii
        @ ^ [Y0: $i > $i] : ( Y0 = sk_ ) )
     != sk_ ) ),
    inference('simplify boolean subterms',[status(thm)],[zip_derived_cl1]) ).

thf(zip_derived_cl0_001,plain,
    ! [X0: ( $i > $i ) > $o,X1: $i > $i] :
      ( ( X0 @ ( epsii @ X0 ) )
      | ~ ( X0 @ X1 ) ),
    inference(cnf,[status(esa)],[choiceaxii]) ).

thf(zip_derived_cl2_002,plain,
    ( ( ( epsii
        @ ^ [Y0: $i > $i] : ( Y0 = sk__1 ) )
     != sk__1 )
    | ( ( epsii
        @ ^ [Y0: $i > $i] : ( Y0 = sk_ ) )
     != sk_ ) ),
    inference('simplify boolean subterms',[status(thm)],[zip_derived_cl1]) ).

thf(zip_derived_cl6,plain,
    ! [X4: $i > $i] :
      ( ( X4 != sk_ )
      | ( ( epsii
          @ ^ [Y0: $i > $i] : ( Y0 = sk_ ) )
        = sk_ ) ),
    inference('inst_choice(((^[Y0 : $i > $i]: (((Y0) = (sk_))))))',[status(thm)],[zip_derived_cl0,zip_derived_cl2]) ).

thf(zip_derived_cl10,plain,
    ! [X4: $i > $i] :
      ( ( X4 != sk_ )
      | ( ( epsii
          @ ^ [Y0: $i > $i] : ( Y0 = sk_ ) )
        = sk_ ) ),
    inference('simplify nested equalities',[status(thm)],[zip_derived_cl6]) ).

thf(zip_derived_cl17,plain,
    ( ( epsii
      @ ^ [Y0: $i > $i] : ( Y0 = sk_ ) )
    = sk_ ),
    inference(eq_res,[status(thm)],[zip_derived_cl10]) ).

thf(zip_derived_cl20,plain,
    ( ( ( epsii
        @ ^ [Y0: $i > $i] : ( Y0 = sk__1 ) )
     != sk__1 )
    | ( sk_ != sk_ ) ),
    inference(demod,[status(thm)],[zip_derived_cl2,zip_derived_cl17]) ).

thf(zip_derived_cl21,plain,
    ( ( epsii
      @ ^ [Y0: $i > $i] : ( Y0 = sk__1 ) )
   != sk__1 ),
    inference(simplify,[status(thm)],[zip_derived_cl20]) ).

thf(zip_derived_cl29,plain,
    ! [X2: $i > $i] :
      ( ( X2 != sk__1 )
      | ( ( epsii
          @ ^ [Y0: $i > $i] : ( Y0 = sk__1 ) )
        = sk__1 ) ),
    inference('inst_choice(((^[Y0 : $i > $i]: (((Y0) = (sk__1))))))',[status(thm)],[zip_derived_cl0,zip_derived_cl21]) ).

thf(zip_derived_cl33,plain,
    ! [X2: $i > $i] :
      ( ( X2 != sk__1 )
      | ( ( epsii
          @ ^ [Y0: $i > $i] : ( Y0 = sk__1 ) )
        = sk__1 ) ),
    inference('simplify nested equalities',[status(thm)],[zip_derived_cl29]) ).

thf(zip_derived_cl21_003,plain,
    ( ( epsii
      @ ^ [Y0: $i > $i] : ( Y0 = sk__1 ) )
   != sk__1 ),
    inference(simplify,[status(thm)],[zip_derived_cl20]) ).

thf(zip_derived_cl34,plain,
    ! [X2: $i > $i] : ( X2 != sk__1 ),
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl33,zip_derived_cl21]) ).

thf(zip_derived_cl36,plain,
    $false,
    inference(eq_res,[status(thm)],[zip_derived_cl34]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.14  % Problem  : SYO541^1 : TPTP v8.1.2. Released v5.2.0.
% 0.00/0.15  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.5mFs5poH8F true
% 0.15/0.36  % Computer : n018.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Sat Aug 26 03:45:59 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.15/0.36  % Running portfolio for 300 s
% 0.15/0.36  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.15/0.37  % Number of cores: 8
% 0.15/0.37  % Python version: Python 3.6.8
% 0.15/0.37  % Running in HO mode
% 0.23/0.70  % Total configuration time : 828
% 0.23/0.70  % Estimated wc time : 1656
% 0.23/0.70  % Estimated cpu time (8 cpus) : 207.0
% 0.23/0.73  % /export/starexec/sandbox2/solver/bin/lams/40_c.s.sh running for 80s
% 0.23/0.77  % /export/starexec/sandbox2/solver/bin/lams/35_full_unif4.sh running for 80s
% 0.23/0.77  % /export/starexec/sandbox2/solver/bin/lams/40_noforms.sh running for 90s
% 0.23/0.77  % Solved by lams/40_c.s.sh.
% 0.23/0.77  % done 7 iterations in 0.023s
% 0.23/0.77  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.23/0.77  % SZS output start Refutation
% See solution above
% 0.23/0.77  
% 0.23/0.77  
% 0.23/0.77  % /export/starexec/sandbox2/solver/bin/lams/15_e_short1.sh running for 30s
% 0.23/0.78  % Terminating...
% 1.50/0.89  % Runner terminated.
% 1.50/0.90  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------