TSTP Solution File: SET057-6 by Drodi---3.6.0

View Problem - Process Solution

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

% 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 : Tue Apr 30 20:38:52 EDT 2024

% Result   : Unsatisfiable 0.15s 0.32s
% Output   : CNFRefutation 0.15s
% 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 :   53 (  26   ~;  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(f92,negated_conjecture,
    member(not_subclass_element(x,y),y),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

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

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

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

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

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

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

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

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

fof(f202,plain,
    ~ member(not_subclass_element(y,x),y),
    inference(cnf_transformation,[status(esa)],[f94]) ).

fof(f207,plain,
    subclass(x,y),
    inference(resolution,[status(thm)],[f98,f200]) ).

fof(f208,plain,
    ! [X0] :
      ( subclass(X0,X0)
      | subclass(X0,X0) ),
    inference(resolution,[status(thm)],[f98,f97]) ).

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

fof(f210,plain,
    ! [X0] :
      ( ~ subclass(X0,y)
      | ~ member(not_subclass_element(y,x),X0) ),
    inference(resolution,[status(thm)],[f96,f202]) ).

fof(f212,plain,
    ( spl0_0
  <=> subclass(y,y) ),
    introduced(split_symbol_definition) ).

fof(f214,plain,
    ( ~ subclass(y,y)
    | spl0_0 ),
    inference(component_clause,[status(thm)],[f212]) ).

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

fof(f218,plain,
    ( ~ subclass(y,y)
    | subclass(y,x) ),
    inference(resolution,[status(thm)],[f210,f97]) ).

fof(f219,plain,
    ( ~ spl0_0
    | spl0_1 ),
    inference(split_clause,[status(thm)],[f218,f212,f215]) ).

fof(f221,plain,
    ( $false
    | spl0_0 ),
    inference(forward_subsumption_resolution,[status(thm)],[f214,f209]) ).

fof(f222,plain,
    spl0_0,
    inference(contradiction_clause,[status(thm)],[f221]) ).

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

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

fof(f228,plain,
    ( ~ subclass(y,x)
    | y = x ),
    inference(resolution,[status(thm)],[f102,f207]) ).

fof(f229,plain,
    ( ~ spl0_1
    | spl0_2 ),
    inference(split_clause,[status(thm)],[f228,f215,f225]) ).

fof(f236,plain,
    ( $false
    | ~ spl0_2 ),
    inference(forward_subsumption_resolution,[status(thm)],[f226,f201]) ).

fof(f237,plain,
    ~ spl0_2,
    inference(contradiction_clause,[status(thm)],[f236]) ).

fof(f238,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f219,f222,f229,f237]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.09/0.10  % Problem  : SET057-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.09/0.11  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.09/0.31  % Computer : n010.cluster.edu
% 0.09/0.31  % Model    : x86_64 x86_64
% 0.09/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.31  % Memory   : 8042.1875MB
% 0.09/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.31  % CPULimit : 300
% 0.09/0.31  % WCLimit  : 300
% 0.09/0.31  % DateTime : Mon Apr 29 21:15:50 EDT 2024
% 0.09/0.31  % CPUTime  : 
% 0.15/0.32  % Drodi V3.6.0
% 0.15/0.32  % Refutation found
% 0.15/0.32  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.15/0.32  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.15/0.35  % Elapsed time: 0.019739 seconds
% 0.15/0.35  % CPU time: 0.023819 seconds
% 0.15/0.35  % Total memory used: 11.485 MB
% 0.15/0.35  % Net memory used: 11.478 MB
%------------------------------------------------------------------------------