TSTP Solution File: SET602+3 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : SET602+3 : TPTP v8.1.2. Released v2.2.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% 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 : Wed May 31 12:34:46 EDT 2023

% Result   : Theorem 0.13s 0.37s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    3
% Syntax   : Number of formulae    :   17 (   9 unt;   0 def)
%            Number of atoms       :   38 (  19 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   38 (  17   ~;  12   |;   7   &)
%                                         (   2 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    3 (   3 usr;   2 con; 0-2 aty)
%            Number of variables   :   25 (;  24   !;   1   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [B,C] :
      ( difference(B,C) = empty_set
    <=> subset(B,C) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f4,axiom,
    ! [B,C] :
      ( B = C
    <=> ( subset(B,C)
        & subset(C,B) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f8,conjecture,
    ! [B] : difference(B,B) = empty_set,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f9,negated_conjecture,
    ~ ! [B] : difference(B,B) = empty_set,
    inference(negated_conjecture,[status(cth)],[f8]) ).

fof(f10,plain,
    ! [B,C] :
      ( ( difference(B,C) != empty_set
        | subset(B,C) )
      & ( difference(B,C) = empty_set
        | ~ subset(B,C) ) ),
    inference(NNF_transformation,[status(esa)],[f1]) ).

fof(f11,plain,
    ( ! [B,C] :
        ( difference(B,C) != empty_set
        | subset(B,C) )
    & ! [B,C] :
        ( difference(B,C) = empty_set
        | ~ subset(B,C) ) ),
    inference(miniscoping,[status(esa)],[f10]) ).

fof(f13,plain,
    ! [X0,X1] :
      ( difference(X0,X1) = empty_set
      | ~ subset(X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f11]) ).

fof(f20,plain,
    ! [B,C] :
      ( ( B != C
        | ( subset(B,C)
          & subset(C,B) ) )
      & ( B = C
        | ~ subset(B,C)
        | ~ subset(C,B) ) ),
    inference(NNF_transformation,[status(esa)],[f4]) ).

fof(f21,plain,
    ( ! [B,C] :
        ( B != C
        | ( subset(B,C)
          & subset(C,B) ) )
    & ! [B,C] :
        ( B = C
        | ~ subset(B,C)
        | ~ subset(C,B) ) ),
    inference(miniscoping,[status(esa)],[f20]) ).

fof(f22,plain,
    ! [X0,X1] :
      ( X0 != X1
      | subset(X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f21]) ).

fof(f38,plain,
    ? [B] : difference(B,B) != empty_set,
    inference(pre_NNF_transformation,[status(esa)],[f9]) ).

fof(f39,plain,
    difference(sk0_2,sk0_2) != empty_set,
    inference(skolemization,[status(esa)],[f38]) ).

fof(f40,plain,
    difference(sk0_2,sk0_2) != empty_set,
    inference(cnf_transformation,[status(esa)],[f39]) ).

fof(f41,plain,
    ! [X0] : subset(X0,X0),
    inference(destructive_equality_resolution,[status(esa)],[f22]) ).

fof(f43,plain,
    ! [X0] : difference(X0,X0) = empty_set,
    inference(resolution,[status(thm)],[f41,f13]) ).

fof(f44,plain,
    empty_set != empty_set,
    inference(backward_demodulation,[status(thm)],[f43,f40]) ).

fof(f45,plain,
    $false,
    inference(trivial_equality_resolution,[status(esa)],[f44]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SET602+3 : TPTP v8.1.2. Released v2.2.0.
% 0.07/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n024.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Tue May 30 10:14:18 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Drodi V3.5.1
% 0.13/0.37  % Refutation found
% 0.13/0.37  % SZS status Theorem for theBenchmark: Theorem is valid
% 0.13/0.37  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.13/0.37  % Elapsed time: 0.021400 seconds
% 0.13/0.37  % CPU time: 0.029508 seconds
% 0.13/0.37  % Memory used: 11.407 MB
%------------------------------------------------------------------------------