TSTP Solution File: GRP017-1 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : GRP017-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n028.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:09:42 EDT 2023

% Result   : Unsatisfiable 0.13s 0.36s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   22 (  13 unt;   0 def)
%            Number of atoms       :   41 (   7 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   40 (  21   ~;  19   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   4 avg)
%            Maximal term depth    :    1 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-3 aty)
%            Number of functors    :    4 (   4 usr;   4 con; 0-0 aty)
%            Number of variables   :   40 (;  40   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X] : product(identity,X,X),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f2,axiom,
    ! [X] : product(X,identity,X),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f6,axiom,
    ! [X,Y,Z,W] :
      ( ~ product(X,Y,Z)
      | ~ product(X,Y,W)
      | Z = W ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f7,axiom,
    ! [X,Y,U,Z,V,W] :
      ( ~ product(X,Y,U)
      | ~ product(Y,Z,V)
      | ~ product(U,Z,W)
      | product(X,V,W) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f9,hypothesis,
    product(a,b,identity),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f12,hypothesis,
    product(c,a,identity),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f13,negated_conjecture,
    b != c,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f14,plain,
    ! [X0] : product(identity,X0,X0),
    inference(cnf_transformation,[status(esa)],[f1]) ).

fof(f15,plain,
    ! [X0] : product(X0,identity,X0),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f19,plain,
    ! [Z,W] :
      ( ! [X,Y] :
          ( ~ product(X,Y,Z)
          | ~ product(X,Y,W) )
      | Z = W ),
    inference(miniscoping,[status(esa)],[f6]) ).

fof(f20,plain,
    ! [X0,X1,X2,X3] :
      ( ~ product(X0,X1,X2)
      | ~ product(X0,X1,X3)
      | X2 = X3 ),
    inference(cnf_transformation,[status(esa)],[f19]) ).

fof(f21,plain,
    ! [X,V,W] :
      ( ! [U,Z] :
          ( ! [Y] :
              ( ~ product(X,Y,U)
              | ~ product(Y,Z,V) )
          | ~ product(U,Z,W) )
      | product(X,V,W) ),
    inference(miniscoping,[status(esa)],[f7]) ).

fof(f22,plain,
    ! [X0,X1,X2,X3,X4,X5] :
      ( ~ product(X0,X1,X2)
      | ~ product(X1,X3,X4)
      | ~ product(X2,X3,X5)
      | product(X0,X4,X5) ),
    inference(cnf_transformation,[status(esa)],[f21]) ).

fof(f25,plain,
    product(a,b,identity),
    inference(cnf_transformation,[status(esa)],[f9]) ).

fof(f28,plain,
    product(c,a,identity),
    inference(cnf_transformation,[status(esa)],[f12]) ).

fof(f29,plain,
    b != c,
    inference(cnf_transformation,[status(esa)],[f13]) ).

fof(f37,plain,
    ! [X0,X1] :
      ( ~ product(X0,identity,X1)
      | X0 = X1 ),
    inference(resolution,[status(thm)],[f20,f15]) ).

fof(f79,plain,
    ! [X0,X1,X2] :
      ( ~ product(a,X0,X1)
      | ~ product(identity,X0,X2)
      | product(c,X1,X2) ),
    inference(resolution,[status(thm)],[f22,f28]) ).

fof(f124,plain,
    ! [X0] :
      ( ~ product(identity,b,X0)
      | product(c,identity,X0) ),
    inference(resolution,[status(thm)],[f79,f25]) ).

fof(f148,plain,
    product(c,identity,b),
    inference(resolution,[status(thm)],[f124,f14]) ).

fof(f152,plain,
    c = b,
    inference(resolution,[status(thm)],[f148,f37]) ).

fof(f153,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f152,f29]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : GRP017-1 : TPTP v8.1.2. Released v1.0.0.
% 0.11/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n028.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 11:42:17 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Drodi V3.5.1
% 0.13/0.36  % Refutation found
% 0.13/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.13/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.28/0.58  % Elapsed time: 0.018402 seconds
% 0.28/0.58  % CPU time: 0.041450 seconds
% 0.28/0.58  % Memory used: 4.134 MB
%------------------------------------------------------------------------------