TSTP Solution File: SET059-7 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : SET059-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n002.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 : Tue Apr 30 20:38:53 EDT 2024

% Result   : Unsatisfiable 0.10s 0.36s
% Output   : CNFRefutation 0.10s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   33 (  11 unt;   0 def)
%            Number of atoms       :   60 (   7 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   50 (  23   ~;  24   |;   0   &)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    7 (   5 usr;   4 prp; 0-2 aty)
%            Number of functors    :    3 (   3 usr;   2 con; 0-2 aty)
%            Number of variables   :   24 (  24   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X,Y,U] :
      ( ~ subclass(X,Y)
      | ~ member(U,X)
      | member(U,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f2,axiom,
    ! [X,Y] :
      ( member(not_subclass_element(X,Y),X)
      | subclass(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f3,axiom,
    ! [X,Y] :
      ( ~ member(not_subclass_element(X,Y),Y)
      | subclass(X,Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f7,axiom,
    ! [X,Y] :
      ( ~ subclass(X,Y)
      | ~ subclass(Y,X)
      | X = Y ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f98,negated_conjecture,
    member(not_subclass_element(x,y),y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f99,negated_conjecture,
    member(not_subclass_element(y,x),x),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f100,negated_conjecture,
    x != y,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f101,plain,
    ! [Y,U] :
      ( ! [X] :
          ( ~ subclass(X,Y)
          | ~ member(U,X) )
      | member(U,Y) ),
    inference(miniscoping,[status(esa)],[f1]) ).

fof(f102,plain,
    ! [X0,X1,X2] :
      ( ~ subclass(X0,X1)
      | ~ member(X2,X0)
      | member(X2,X1) ),
    inference(cnf_transformation,[status(esa)],[f101]) ).

fof(f103,plain,
    ! [X0,X1] :
      ( member(not_subclass_element(X0,X1),X0)
      | subclass(X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f104,plain,
    ! [X0,X1] :
      ( ~ member(not_subclass_element(X0,X1),X1)
      | subclass(X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f108,plain,
    ! [X0,X1] :
      ( ~ subclass(X0,X1)
      | ~ subclass(X1,X0)
      | X0 = X1 ),
    inference(cnf_transformation,[status(esa)],[f7]) ).

fof(f217,plain,
    member(not_subclass_element(x,y),y),
    inference(cnf_transformation,[status(esa)],[f98]) ).

fof(f218,plain,
    member(not_subclass_element(y,x),x),
    inference(cnf_transformation,[status(esa)],[f99]) ).

fof(f219,plain,
    x != y,
    inference(cnf_transformation,[status(esa)],[f100]) ).

fof(f224,plain,
    subclass(x,y),
    inference(resolution,[status(thm)],[f104,f217]) ).

fof(f225,plain,
    ! [X0] :
      ( subclass(X0,X0)
      | subclass(X0,X0) ),
    inference(resolution,[status(thm)],[f104,f103]) ).

fof(f226,plain,
    ! [X0] : subclass(X0,X0),
    inference(duplicate_literals_removal,[status(esa)],[f225]) ).

fof(f228,plain,
    ! [X0] :
      ( ~ subclass(x,X0)
      | member(not_subclass_element(y,x),X0) ),
    inference(resolution,[status(thm)],[f102,f218]) ).

fof(f231,plain,
    ( spl0_0
  <=> subclass(x,x) ),
    introduced(split_symbol_definition) ).

fof(f233,plain,
    ( ~ subclass(x,x)
    | spl0_0 ),
    inference(component_clause,[status(thm)],[f231]) ).

fof(f234,plain,
    ( spl0_1
  <=> subclass(y,x) ),
    introduced(split_symbol_definition) ).

fof(f237,plain,
    ( ~ subclass(x,x)
    | subclass(y,x) ),
    inference(resolution,[status(thm)],[f228,f104]) ).

fof(f238,plain,
    ( ~ spl0_0
    | spl0_1 ),
    inference(split_clause,[status(thm)],[f237,f231,f234]) ).

fof(f240,plain,
    ( $false
    | spl0_0 ),
    inference(forward_subsumption_resolution,[status(thm)],[f233,f226]) ).

fof(f241,plain,
    spl0_0,
    inference(contradiction_clause,[status(thm)],[f240]) ).

fof(f248,plain,
    ( spl0_2
  <=> y = x ),
    introduced(split_symbol_definition) ).

fof(f249,plain,
    ( y = x
    | ~ spl0_2 ),
    inference(component_clause,[status(thm)],[f248]) ).

fof(f251,plain,
    ( ~ subclass(y,x)
    | y = x ),
    inference(resolution,[status(thm)],[f108,f224]) ).

fof(f252,plain,
    ( ~ spl0_1
    | spl0_2 ),
    inference(split_clause,[status(thm)],[f251,f234,f248]) ).

fof(f259,plain,
    ( $false
    | ~ spl0_2 ),
    inference(forward_subsumption_resolution,[status(thm)],[f249,f219]) ).

fof(f260,plain,
    ~ spl0_2,
    inference(contradiction_clause,[status(thm)],[f259]) ).

fof(f261,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f238,f241,f252,f260]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.05/0.13  % Problem  : SET059-7 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.05/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.10/0.34  % Computer : n002.cluster.edu
% 0.10/0.34  % Model    : x86_64 x86_64
% 0.10/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.34  % Memory   : 8042.1875MB
% 0.10/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.34  % CPULimit : 300
% 0.10/0.34  % WCLimit  : 300
% 0.10/0.34  % DateTime : Mon Apr 29 21:44:09 EDT 2024
% 0.10/0.34  % CPUTime  : 
% 0.10/0.35  % Drodi V3.6.0
% 0.10/0.36  % Refutation found
% 0.10/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.10/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.10/0.37  % Elapsed time: 0.021535 seconds
% 0.10/0.37  % CPU time: 0.026885 seconds
% 0.10/0.37  % Total memory used: 13.419 MB
% 0.10/0.37  % Net memory used: 13.409 MB
%------------------------------------------------------------------------------