TSTP Solution File: SET063+4 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SET063+4 : TPTP v8.1.2. Released v2.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.Jjc0j0JLam true

% Computer : n012.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 16:12:19 EDT 2023

% Result   : Theorem 0.19s 0.75s
% Output   : Refutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   26 (  10 unt;   7 typ;   0 def)
%            Number of atoms       :   32 (   0 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :  114 (  11   ~;   7   |;   2   &;  90   @)
%                                         (   3 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   28 (   0   ^;  28   !;   0   ?;  28   :)

% Comments : 
%------------------------------------------------------------------------------
thf(member_type,type,
    member: $i > $i > $o ).

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

thf(equal_set_type,type,
    equal_set: $i > $i > $o ).

thf(subset_type,type,
    subset: $i > $i > $o ).

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

thf(intersection_type,type,
    intersection: $i > $i > $i ).

thf(empty_set_type,type,
    empty_set: $i ).

thf(equal_set,axiom,
    ! [A: $i,B: $i] :
      ( ( equal_set @ A @ B )
    <=> ( ( subset @ A @ B )
        & ( subset @ B @ A ) ) ) ).

thf(zip_derived_cl5,plain,
    ! [X0: $i,X1: $i] :
      ( ( equal_set @ X0 @ X1 )
      | ~ ( subset @ X1 @ X0 )
      | ~ ( subset @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[equal_set]) ).

thf(thI17,conjecture,
    ! [A: $i] : ( equal_set @ ( intersection @ A @ empty_set ) @ empty_set ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [A: $i] : ( equal_set @ ( intersection @ A @ empty_set ) @ empty_set ),
    inference('cnf.neg',[status(esa)],[thI17]) ).

thf(zip_derived_cl29,plain,
    ~ ( equal_set @ ( intersection @ sk__3 @ empty_set ) @ empty_set ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl153,plain,
    ( ~ ( subset @ ( intersection @ sk__3 @ empty_set ) @ empty_set )
    | ~ ( subset @ empty_set @ ( intersection @ sk__3 @ empty_set ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl5,zip_derived_cl29]) ).

thf(subset,axiom,
    ! [A: $i,B: $i] :
      ( ( subset @ A @ B )
    <=> ! [X: $i] :
          ( ( member @ X @ A )
         => ( member @ X @ B ) ) ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i,X1: $i] :
      ( ( subset @ X0 @ X1 )
      | ( member @ ( sk_ @ X1 @ X0 ) @ X0 ) ),
    inference(cnf,[status(esa)],[subset]) ).

thf(empty_set,axiom,
    ! [X: $i] :
      ~ ( member @ X @ empty_set ) ).

thf(zip_derived_cl14,plain,
    ! [X0: $i] :
      ~ ( member @ X0 @ empty_set ),
    inference(cnf,[status(esa)],[empty_set]) ).

thf(zip_derived_cl159,plain,
    ! [X0: $i] : ( subset @ empty_set @ X0 ),
    inference('s_sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl14]) ).

thf(zip_derived_cl164,plain,
    ~ ( subset @ ( intersection @ sk__3 @ empty_set ) @ empty_set ),
    inference(demod,[status(thm)],[zip_derived_cl153,zip_derived_cl159]) ).

thf(zip_derived_cl2_001,plain,
    ! [X0: $i,X1: $i] :
      ( ( subset @ X0 @ X1 )
      | ( member @ ( sk_ @ X1 @ X0 ) @ X0 ) ),
    inference(cnf,[status(esa)],[subset]) ).

thf(intersection,axiom,
    ! [X: $i,A: $i,B: $i] :
      ( ( member @ X @ ( intersection @ A @ B ) )
    <=> ( ( member @ X @ A )
        & ( member @ X @ B ) ) ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( member @ X0 @ X1 )
      | ~ ( member @ X0 @ ( intersection @ X2 @ X1 ) ) ),
    inference(cnf,[status(esa)],[intersection]) ).

thf(zip_derived_cl175,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( subset @ ( intersection @ X1 @ X0 ) @ X2 )
      | ( member @ ( sk_ @ X2 @ ( intersection @ X1 @ X0 ) ) @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl9]) ).

thf(zip_derived_cl14_002,plain,
    ! [X0: $i] :
      ~ ( member @ X0 @ empty_set ),
    inference(cnf,[status(esa)],[empty_set]) ).

thf(zip_derived_cl331,plain,
    ! [X0: $i,X1: $i] : ( subset @ ( intersection @ X0 @ empty_set ) @ X1 ),
    inference('s_sup-',[status(thm)],[zip_derived_cl175,zip_derived_cl14]) ).

thf(zip_derived_cl345,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl164,zip_derived_cl331]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET063+4 : TPTP v8.1.2. Released v2.2.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.Jjc0j0JLam true
% 0.16/0.34  % Computer : n012.cluster.edu
% 0.16/0.34  % Model    : x86_64 x86_64
% 0.16/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.34  % Memory   : 8042.1875MB
% 0.16/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.34  % CPULimit : 300
% 0.16/0.34  % WCLimit  : 300
% 0.16/0.34  % DateTime : Sat Aug 26 11:41:26 EDT 2023
% 0.19/0.34  % CPUTime  : 
% 0.19/0.34  % Running portfolio for 300 s
% 0.19/0.34  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.19/0.34  % Number of cores: 8
% 0.19/0.34  % Python version: Python 3.6.8
% 0.19/0.34  % Running in FO mode
% 0.19/0.64  % Total configuration time : 435
% 0.19/0.64  % Estimated wc time : 1092
% 0.19/0.64  % Estimated cpu time (7 cpus) : 156.0
% 0.19/0.69  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.19/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.19/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.19/0.75  % Solved by fo/fo6_bce.sh.
% 0.19/0.75  % BCE start: 30
% 0.19/0.75  % BCE eliminated: 0
% 0.19/0.75  % PE start: 30
% 0.19/0.75  logic: eq
% 0.19/0.75  % PE eliminated: 3
% 0.19/0.75  % done 67 iterations in 0.045s
% 0.19/0.75  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 0.19/0.75  % SZS output start Refutation
% See solution above
% 0.19/0.75  
% 0.19/0.75  
% 0.19/0.75  % Terminating...
% 1.57/0.85  % Runner terminated.
% 1.57/0.86  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------