TSTP Solution File: SET050-6 by Drodi---3.5.1

View Problem - Process Solution

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

% Computer : n006.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:33:44 EDT 2023

% Result   : Unsatisfiable 0.15s 0.56s
% Output   : CNFRefutation 0.15s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    6
% Syntax   : Number of formulae    :   20 (  10 unt;   0 def)
%            Number of atoms       :   33 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   29 (  16   ~;  13   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   4 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   5 con; 0-2 aty)
%            Number of variables   :   30 (;  30   !;   0   ?)

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

fof(f4,axiom,
    ! [X] : subclass(X,universal_class),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f9,axiom,
    ! [X,Y] :
      ( ~ member(X,universal_class)
      | member(X,unordered_pair(X,Y)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f14,axiom,
    ! [U,V,X,Y] :
      ( ~ member(ordered_pair(U,V),cross_product(X,Y))
      | member(U,X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f92,negated_conjecture,
    member(ordered_pair(x,y),cross_product(u,v)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f93,negated_conjecture,
    ~ member(x,unordered_pair(x,y)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

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

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

fof(f98,plain,
    ! [X0] : subclass(X0,universal_class),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f104,plain,
    ! [X] :
      ( ~ member(X,universal_class)
      | ! [Y] : member(X,unordered_pair(X,Y)) ),
    inference(miniscoping,[status(esa)],[f9]) ).

fof(f105,plain,
    ! [X0,X1] :
      ( ~ member(X0,universal_class)
      | member(X0,unordered_pair(X0,X1)) ),
    inference(cnf_transformation,[status(esa)],[f104]) ).

fof(f111,plain,
    ! [U,X] :
      ( ! [V,Y] : ~ member(ordered_pair(U,V),cross_product(X,Y))
      | member(U,X) ),
    inference(miniscoping,[status(esa)],[f14]) ).

fof(f112,plain,
    ! [X0,X1,X2,X3] :
      ( ~ member(ordered_pair(X0,X1),cross_product(X2,X3))
      | member(X0,X2) ),
    inference(cnf_transformation,[status(esa)],[f111]) ).

fof(f199,plain,
    member(ordered_pair(x,y),cross_product(u,v)),
    inference(cnf_transformation,[status(esa)],[f92]) ).

fof(f200,plain,
    ~ member(x,unordered_pair(x,y)),
    inference(cnf_transformation,[status(esa)],[f93]) ).

fof(f207,plain,
    ~ member(x,universal_class),
    inference(resolution,[status(thm)],[f105,f200]) ).

fof(f210,plain,
    member(x,u),
    inference(resolution,[status(thm)],[f112,f199]) ).

fof(f238,plain,
    ! [X0] :
      ( ~ subclass(u,X0)
      | member(x,X0) ),
    inference(resolution,[status(thm)],[f95,f210]) ).

fof(f257,plain,
    member(x,universal_class),
    inference(resolution,[status(thm)],[f238,f98]) ).

fof(f258,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f257,f207]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.12  % Problem  : SET050-6 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.02/0.12  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.09/0.32  % Computer : n006.cluster.edu
% 0.09/0.32  % Model    : x86_64 x86_64
% 0.09/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.32  % Memory   : 8042.1875MB
% 0.09/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.32  % CPULimit : 300
% 0.09/0.32  % WCLimit  : 300
% 0.09/0.32  % DateTime : Tue May 30 10:10:02 EDT 2023
% 0.09/0.33  % CPUTime  : 
% 0.09/0.33  % Drodi V3.5.1
% 0.15/0.56  % Refutation found
% 0.15/0.56  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.15/0.56  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.15/0.56  % Elapsed time: 0.013402 seconds
% 0.15/0.56  % CPU time: 0.015006 seconds
% 0.15/0.56  % Memory used: 3.837 MB
%------------------------------------------------------------------------------