TSTP Solution File: GRP665-10 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : GRP665-10 : TPTP v8.1.2. Released v8.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n026.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:12:29 EDT 2023

% Result   : Unsatisfiable 0.12s 0.35s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    6
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   14 (  14 unt;   0 def)
%            Number of atoms       :   14 (  13 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    3 (   3   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Maximal term depth    :    4 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :   19 (;  19   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f2,axiom,
    ! [A,B] : ld(A,mult(A,B)) = B,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f8,axiom,
    ! [A,B,C] : mult(mult(A,B),C) = mult(mult(A,C),ld(C,mult(B,C))),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f9,axiom,
    ! [A] : mult(op_c,A) = mult(A,op_c),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f10,negated_conjecture,
    mult(op_c,mult(x0,x1)) != mult(mult(op_c,x0),x1),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f12,plain,
    ! [X0,X1] : ld(X0,mult(X0,X1)) = X1,
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f18,plain,
    ! [X0,X1,X2] : mult(mult(X0,X1),X2) = mult(mult(X0,X2),ld(X2,mult(X1,X2))),
    inference(cnf_transformation,[status(esa)],[f8]) ).

fof(f19,plain,
    ! [X0] : mult(op_c,X0) = mult(X0,op_c),
    inference(cnf_transformation,[status(esa)],[f9]) ).

fof(f20,plain,
    mult(op_c,mult(x0,x1)) != mult(mult(op_c,x0),x1),
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f26,plain,
    ! [X0] : ld(op_c,mult(X0,op_c)) = X0,
    inference(paramodulation,[status(thm)],[f19,f12]) ).

fof(f183,plain,
    ! [X0,X1] : mult(mult(X0,X1),op_c) = mult(mult(op_c,X0),ld(op_c,mult(X1,op_c))),
    inference(paramodulation,[status(thm)],[f19,f18]) ).

fof(f184,plain,
    ! [X0,X1] : mult(op_c,mult(X0,X1)) = mult(mult(op_c,X0),ld(op_c,mult(X1,op_c))),
    inference(forward_demodulation,[status(thm)],[f19,f183]) ).

fof(f185,plain,
    ! [X0,X1] : mult(op_c,mult(X0,X1)) = mult(mult(op_c,X0),X1),
    inference(forward_demodulation,[status(thm)],[f26,f184]) ).

fof(f216,plain,
    mult(op_c,mult(x0,x1)) != mult(op_c,mult(x0,x1)),
    inference(backward_demodulation,[status(thm)],[f185,f20]) ).

fof(f217,plain,
    $false,
    inference(trivial_equality_resolution,[status(esa)],[f216]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.10/0.12  % Problem  : GRP665-10 : TPTP v8.1.2. Released v8.1.0.
% 0.10/0.12  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.33  % Computer : n026.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Tue May 30 11:44:43 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  % Drodi V3.5.1
% 0.12/0.35  % Refutation found
% 0.12/0.35  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.12/0.35  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.12/0.36  % Elapsed time: 0.019629 seconds
% 0.12/0.36  % CPU time: 0.058782 seconds
% 0.12/0.36  % Memory used: 1.430 MB
%------------------------------------------------------------------------------