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

View Problem - Process Solution

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

% Computer : n003.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:46 EDT 2023

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

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

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

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

fof(f5,hypothesis,
    ! [A] : product(identity,A,A),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f6,hypothesis,
    ! [A] : product(inverse(A),A,identity),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f7,negated_conjecture,
    ! [A] : ~ product(a,A,identity),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f8,plain,
    ! [X0,X1] : product(X0,X1,multiply(X0,X1)),
    inference(cnf_transformation,[status(esa)],[f1]) ).

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

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

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

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

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

fof(f16,plain,
    ! [X0] : product(inverse(X0),X0,identity),
    inference(cnf_transformation,[status(esa)],[f6]) ).

fof(f17,plain,
    ! [X0] : ~ product(a,X0,identity),
    inference(cnf_transformation,[status(esa)],[f7]) ).

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

fof(f21,plain,
    ! [X0] : X0 = multiply(identity,X0),
    inference(resolution,[status(thm)],[f8,f18]) ).

fof(f24,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ product(X0,X1,X2)
      | ~ product(X3,X2,X4)
      | product(multiply(X3,X0),X1,X4) ),
    inference(resolution,[status(thm)],[f8,f14]) ).

fof(f26,plain,
    ! [X0,X1,X2] :
      ( ~ product(X0,X1,X2)
      | multiply(X0,X1) = X2 ),
    inference(resolution,[status(thm)],[f8,f10]) ).

fof(f35,plain,
    ! [X0,X1,X2] :
      ( ~ product(X0,X1,X2)
      | product(multiply(X0,identity),X1,X2) ),
    inference(resolution,[status(thm)],[f24,f15]) ).

fof(f36,plain,
    ! [X0,X1,X2,X3] :
      ( ~ product(X0,multiply(X1,X2),X3)
      | product(multiply(X0,X1),X2,X3) ),
    inference(resolution,[status(thm)],[f24,f8]) ).

fof(f59,plain,
    ! [X0,X1,X2] : product(multiply(X0,X1),X2,multiply(X0,multiply(X1,X2))),
    inference(resolution,[status(thm)],[f36,f8]) ).

fof(f63,plain,
    ! [X0] : product(multiply(inverse(X0),identity),X0,identity),
    inference(resolution,[status(thm)],[f16,f35]) ).

fof(f66,plain,
    ! [X0] : multiply(inverse(X0),X0) = identity,
    inference(resolution,[status(thm)],[f16,f26]) ).

fof(f155,plain,
    ! [X0,X1,X2] : multiply(multiply(X0,X1),X2) = multiply(X0,multiply(X1,X2)),
    inference(resolution,[status(thm)],[f59,f26]) ).

fof(f261,plain,
    ! [X0,X1] : multiply(identity,X0) = multiply(inverse(X1),multiply(X1,X0)),
    inference(paramodulation,[status(thm)],[f66,f155]) ).

fof(f262,plain,
    ! [X0,X1] : X0 = multiply(inverse(X1),multiply(X1,X0)),
    inference(forward_demodulation,[status(thm)],[f21,f261]) ).

fof(f286,plain,
    ! [X0] : X0 = multiply(inverse(inverse(X0)),identity),
    inference(paramodulation,[status(thm)],[f66,f262]) ).

fof(f365,plain,
    ! [X0] : product(X0,inverse(X0),identity),
    inference(paramodulation,[status(thm)],[f286,f63]) ).

fof(f436,plain,
    $false,
    inference(resolution,[status(thm)],[f365,f17]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP031-1 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n003.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:34:23 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.13/0.37  % Elapsed time: 0.022407 seconds
% 0.13/0.37  % CPU time: 0.072342 seconds
% 0.13/0.37  % Memory used: 4.394 MB
%------------------------------------------------------------------------------