TSTP Solution File: BOO005-4 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : BOO005-4 : TPTP v8.1.2. Bugfixed v1.2.1.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n001.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:02:43 EDT 2023

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

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

fof(f2,axiom,
    ! [X,Y] : multiply(X,Y) = multiply(Y,X),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f3,axiom,
    ! [X,Y,Z] : add(X,multiply(Y,Z)) = multiply(add(X,Y),add(X,Z)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f6,axiom,
    ! [X] : multiply(X,multiplicative_identity) = X,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f7,axiom,
    ! [X] : add(X,inverse(X)) = multiplicative_identity,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f9,negated_conjecture,
    add(a,multiplicative_identity) != multiplicative_identity,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f10,plain,
    ! [X0,X1] : add(X0,X1) = add(X1,X0),
    inference(cnf_transformation,[status(esa)],[f1]) ).

fof(f11,plain,
    ! [X0,X1] : multiply(X0,X1) = multiply(X1,X0),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f12,plain,
    ! [X0,X1,X2] : add(X0,multiply(X1,X2)) = multiply(add(X0,X1),add(X0,X2)),
    inference(cnf_transformation,[status(esa)],[f3]) ).

fof(f15,plain,
    ! [X0] : multiply(X0,multiplicative_identity) = X0,
    inference(cnf_transformation,[status(esa)],[f6]) ).

fof(f16,plain,
    ! [X0] : add(X0,inverse(X0)) = multiplicative_identity,
    inference(cnf_transformation,[status(esa)],[f7]) ).

fof(f18,plain,
    add(a,multiplicative_identity) != multiplicative_identity,
    inference(cnf_transformation,[status(esa)],[f9]) ).

fof(f19,plain,
    add(multiplicative_identity,a) != multiplicative_identity,
    inference(forward_demodulation,[status(thm)],[f10,f18]) ).

fof(f28,plain,
    ! [X0] : X0 = multiply(multiplicative_identity,X0),
    inference(paramodulation,[status(thm)],[f15,f11]) ).

fof(f58,plain,
    ! [X0,X1] : add(X0,multiply(X1,inverse(X0))) = multiply(add(X0,X1),multiplicative_identity),
    inference(paramodulation,[status(thm)],[f16,f12]) ).

fof(f59,plain,
    ! [X0,X1] : add(X0,multiply(X1,inverse(X0))) = add(X0,X1),
    inference(forward_demodulation,[status(thm)],[f15,f58]) ).

fof(f66,plain,
    ! [X0] : add(X0,inverse(X0)) = add(X0,multiplicative_identity),
    inference(paramodulation,[status(thm)],[f28,f59]) ).

fof(f67,plain,
    ! [X0] : multiplicative_identity = add(X0,multiplicative_identity),
    inference(forward_demodulation,[status(thm)],[f16,f66]) ).

fof(f114,plain,
    ! [X0] : multiplicative_identity = add(multiplicative_identity,X0),
    inference(paramodulation,[status(thm)],[f10,f67]) ).

fof(f122,plain,
    multiplicative_identity != multiplicative_identity,
    inference(backward_demodulation,[status(thm)],[f114,f19]) ).

fof(f123,plain,
    $false,
    inference(trivial_equality_resolution,[status(esa)],[f122]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem  : BOO005-4 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.11/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.34  % Computer : n001.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Tue May 30 11:14:00 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.34  % Drodi V3.5.1
% 0.12/0.38  % Refutation found
% 0.12/0.38  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.12/0.38  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.19/0.60  % Elapsed time: 0.034136 seconds
% 0.19/0.60  % CPU time: 0.017661 seconds
% 0.19/0.60  % Memory used: 298.726 KB
%------------------------------------------------------------------------------