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

View Problem - Process Solution

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

% Computer : n010.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:13:02 EDT 2023

% Result   : Theorem 0.20s 0.81s
% Output   : Refutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   29 (   7 unt;   6 typ;   0 def)
%            Number of atoms       :   45 (   0 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :  185 (  15   ~;  16   |;   2   &; 148   @)
%                                         (   3 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :   40 (   0   ^;  40   !;   0   ?;  40   :)

% 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(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(thI13,conjecture,
    ! [A: $i] : ( equal_set @ ( intersection @ A @ A ) @ A ) ).

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

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

thf(zip_derived_cl153,plain,
    ( ~ ( subset @ ( intersection @ sk__3 @ sk__3 ) @ sk__3 )
    | ~ ( subset @ sk__3 @ ( intersection @ sk__3 @ sk__3 ) ) ),
    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(intersection,axiom,
    ! [X: $i,A: $i,B: $i] :
      ( ( member @ X @ ( intersection @ A @ B ) )
    <=> ( ( member @ X @ A )
        & ( member @ X @ B ) ) ) ).

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

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

thf(zip_derived_cl305,plain,
    ! [X0: $i,X1: $i] :
      ( ( subset @ ( intersection @ X0 @ X1 ) @ X0 )
      | ( subset @ ( intersection @ X0 @ X1 ) @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl169,zip_derived_cl1]) ).

thf(zip_derived_cl306,plain,
    ! [X0: $i,X1: $i] : ( subset @ ( intersection @ X0 @ X1 ) @ X0 ),
    inference(simplify,[status(thm)],[zip_derived_cl305]) ).

thf(zip_derived_cl309,plain,
    ~ ( subset @ sk__3 @ ( intersection @ sk__3 @ sk__3 ) ),
    inference(demod,[status(thm)],[zip_derived_cl153,zip_derived_cl306]) ).

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

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

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

thf(zip_derived_cl177,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( member @ ( sk_ @ ( intersection @ X1 @ X0 ) @ X2 ) @ X1 )
      | ~ ( member @ ( sk_ @ ( intersection @ X1 @ X0 ) @ X2 ) @ X0 )
      | ( subset @ X2 @ ( intersection @ X1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl10,zip_derived_cl1]) ).

thf(zip_derived_cl368,plain,
    ! [X0: $i,X1: $i] :
      ( ( subset @ X1 @ ( intersection @ X0 @ X0 ) )
      | ~ ( member @ ( sk_ @ ( intersection @ X0 @ X0 ) @ X1 ) @ X0 ) ),
    inference(eq_fact,[status(thm)],[zip_derived_cl177]) ).

thf(zip_derived_cl787,plain,
    ! [X0: $i] :
      ( ( subset @ X0 @ ( intersection @ X0 @ X0 ) )
      | ( subset @ X0 @ ( intersection @ X0 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl2,zip_derived_cl368]) ).

thf(zip_derived_cl796,plain,
    ! [X0: $i] : ( subset @ X0 @ ( intersection @ X0 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl787]) ).

thf(zip_derived_cl805,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl309,zip_derived_cl796]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : SET148+4 : TPTP v8.1.2. Released v2.2.0.
% 0.00/0.13  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.tu0V26fOOo true
% 0.17/0.35  % Computer : n010.cluster.edu
% 0.17/0.35  % Model    : x86_64 x86_64
% 0.17/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.35  % Memory   : 8042.1875MB
% 0.17/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.35  % CPULimit : 300
% 0.17/0.35  % WCLimit  : 300
% 0.17/0.35  % DateTime : Sat Aug 26 10:29:05 EDT 2023
% 0.17/0.35  % CPUTime  : 
% 0.17/0.35  % Running portfolio for 300 s
% 0.17/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.17/0.35  % Number of cores: 8
% 0.17/0.35  % Python version: Python 3.6.8
% 0.17/0.35  % Running in FO mode
% 0.20/0.57  % Total configuration time : 435
% 0.20/0.57  % Estimated wc time : 1092
% 0.20/0.57  % Estimated cpu time (7 cpus) : 156.0
% 0.20/0.65  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.20/0.68  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 0.20/0.68  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 0.20/0.69  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 0.20/0.70  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 0.20/0.70  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 0.20/0.71  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 0.20/0.81  % Solved by fo/fo6_bce.sh.
% 0.20/0.81  % BCE start: 30
% 0.20/0.81  % BCE eliminated: 0
% 0.20/0.81  % PE start: 30
% 0.20/0.81  logic: eq
% 0.20/0.81  % PE eliminated: 3
% 0.20/0.81  % done 118 iterations in 0.143s
% 0.20/0.81  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 0.20/0.81  % SZS output start Refutation
% See solution above
% 0.20/0.81  
% 0.20/0.81  
% 0.20/0.81  % Terminating...
% 1.86/0.89  % Runner terminated.
% 1.86/0.90  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------