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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : SET696+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.j1Oo3LFLwp true

% Computer : n013.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:15:39 EDT 2023

% Result   : Theorem 21.81s 3.74s
% Output   : Refutation 21.81s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   34 (   7 unt;   9 typ;   0 def)
%            Number of atoms       :   48 (   0 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :  206 (  15   ~;  13   |;   3   &; 168   @)
%                                         (   4 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   9 usr;   4 con; 0-2 aty)
%            Number of variables   :   51 (   0   ^;  51   !;   0   ?;  51   :)

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

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

thf(difference_type,type,
    difference: $i > $i > $i ).

thf(sk__4_type,type,
    sk__4: $i ).

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

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

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

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

thf(sk__type,type,
    sk_: $i > $i > $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(thI28,conjecture,
    ! [A: $i,E: $i] :
      ( ( subset @ A @ E )
     => ( equal_set @ ( intersection @ ( difference @ E @ A ) @ A ) @ empty_set ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [A: $i,E: $i] :
        ( ( subset @ A @ E )
       => ( equal_set @ ( intersection @ ( difference @ E @ A ) @ A ) @ empty_set ) ),
    inference('cnf.neg',[status(esa)],[thI28]) ).

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

thf(zip_derived_cl155,plain,
    ( ~ ( subset @ ( intersection @ ( difference @ sk__4 @ sk__3 ) @ sk__3 ) @ empty_set )
    | ~ ( subset @ empty_set @ ( intersection @ ( difference @ sk__4 @ sk__3 ) @ sk__3 ) ) ),
    inference('dp-resolution',[status(thm)],[zip_derived_cl5,zip_derived_cl30]) ).

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_cl166,plain,
    ! [X0: $i] : ( subset @ empty_set @ X0 ),
    inference('sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl14]) ).

thf(zip_derived_cl183,plain,
    ~ ( subset @ ( intersection @ ( difference @ sk__4 @ sk__3 ) @ sk__3 ) @ empty_set ),
    inference(demod,[status(thm)],[zip_derived_cl155,zip_derived_cl166]) ).

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_cl165,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( subset @ ( intersection @ X1 @ X0 ) @ X2 )
      | ( member @ ( sk_ @ X2 @ ( intersection @ X1 @ X0 ) ) @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl9]) ).

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

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

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

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

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

thf(zip_derived_cl426,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( subset @ ( intersection @ ( difference @ X1 @ X0 ) @ X2 ) @ X3 )
      | ~ ( member @ ( sk_ @ X3 @ ( intersection @ ( difference @ X1 @ X0 ) @ X2 ) ) @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl164,zip_derived_cl16]) ).

thf(zip_derived_cl18064,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( subset @ ( intersection @ ( difference @ X1 @ X0 ) @ X0 ) @ X2 )
      | ( subset @ ( intersection @ ( difference @ X1 @ X0 ) @ X0 ) @ X2 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl165,zip_derived_cl426]) ).

thf(zip_derived_cl18066,plain,
    ! [X0: $i,X1: $i,X2: $i] : ( subset @ ( intersection @ ( difference @ X1 @ X0 ) @ X0 ) @ X2 ),
    inference(simplify,[status(thm)],[zip_derived_cl18064]) ).

thf(zip_derived_cl18070,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl183,zip_derived_cl18066]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET696+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.j1Oo3LFLwp true
% 0.15/0.35  % Computer : n013.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Sat Aug 26 09:10:02 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.15/0.35  % Running portfolio for 300 s
% 0.15/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.15/0.35  % Number of cores: 8
% 0.15/0.35  % Python version: Python 3.6.8
% 0.15/0.35  % Running in FO mode
% 0.22/0.65  % Total configuration time : 435
% 0.22/0.65  % Estimated wc time : 1092
% 0.22/0.65  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.22/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.22/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.22/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.22/0.75  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.22/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.22/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 21.81/3.74  % Solved by fo/fo3_bce.sh.
% 21.81/3.74  % BCE start: 31
% 21.81/3.74  % BCE eliminated: 0
% 21.81/3.74  % PE start: 31
% 21.81/3.74  logic: eq
% 21.81/3.74  % PE eliminated: 3
% 21.81/3.74  % done 1480 iterations in 2.994s
% 21.81/3.74  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 21.81/3.74  % SZS output start Refutation
% See solution above
% 21.81/3.74  
% 21.81/3.74  
% 21.81/3.74  % Terminating...
% 22.35/3.90  % Runner terminated.
% 22.35/3.91  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------