TSTP Solution File: BOO013-2 by Drodi---3.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.5.1
% Problem  : BOO013-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 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:02:47 EDT 2023

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

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

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

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

fof(f13,axiom,
    ! [X] : add(X,additive_identity) = X,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f15,hypothesis,
    add(a,b) = multiplicative_identity,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f16,hypothesis,
    add(a,c) = multiplicative_identity,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f17,hypothesis,
    multiply(a,b) = additive_identity,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f18,hypothesis,
    multiply(a,c) = additive_identity,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

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

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

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

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

fof(f32,plain,
    ! [X0] : add(X0,additive_identity) = X0,
    inference(cnf_transformation,[status(esa)],[f13]) ).

fof(f34,plain,
    add(a,b) = multiplicative_identity,
    inference(cnf_transformation,[status(esa)],[f15]) ).

fof(f35,plain,
    add(a,c) = multiplicative_identity,
    inference(cnf_transformation,[status(esa)],[f16]) ).

fof(f36,plain,
    multiply(a,b) = additive_identity,
    inference(cnf_transformation,[status(esa)],[f17]) ).

fof(f37,plain,
    multiply(a,c) = additive_identity,
    inference(cnf_transformation,[status(esa)],[f18]) ).

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

fof(f62,plain,
    ! [X0] : add(multiply(a,X0),c) = multiply(multiplicative_identity,add(X0,c)),
    inference(paramodulation,[status(thm)],[f35,f22]) ).

fof(f63,plain,
    ! [X0] : add(c,multiply(a,X0)) = multiply(multiplicative_identity,add(X0,c)),
    inference(forward_demodulation,[status(thm)],[f20,f62]) ).

fof(f64,plain,
    ! [X0] : add(c,multiply(a,X0)) = add(X0,c),
    inference(forward_demodulation,[status(thm)],[f31,f63]) ).

fof(f65,plain,
    ! [X0] : add(multiply(a,X0),b) = multiply(multiplicative_identity,add(X0,b)),
    inference(paramodulation,[status(thm)],[f34,f22]) ).

fof(f66,plain,
    ! [X0] : add(b,multiply(a,X0)) = multiply(multiplicative_identity,add(X0,b)),
    inference(forward_demodulation,[status(thm)],[f20,f65]) ).

fof(f67,plain,
    ! [X0] : add(b,multiply(a,X0)) = add(X0,b),
    inference(forward_demodulation,[status(thm)],[f31,f66]) ).

fof(f96,plain,
    add(c,additive_identity) = add(b,c),
    inference(paramodulation,[status(thm)],[f36,f64]) ).

fof(f97,plain,
    c = add(b,c),
    inference(forward_demodulation,[status(thm)],[f32,f96]) ).

fof(f176,plain,
    add(b,additive_identity) = add(c,b),
    inference(paramodulation,[status(thm)],[f37,f67]) ).

fof(f177,plain,
    b = add(c,b),
    inference(forward_demodulation,[status(thm)],[f32,f176]) ).

fof(f178,plain,
    b = add(b,c),
    inference(forward_demodulation,[status(thm)],[f20,f177]) ).

fof(f179,plain,
    b = c,
    inference(forward_demodulation,[status(thm)],[f97,f178]) ).

fof(f180,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f179,f38]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : BOO013-2 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.12/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.14/0.34  % Computer : n026.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit : 300
% 0.14/0.34  % WCLimit  : 300
% 0.14/0.34  % DateTime : Tue May 30 10:57:58 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.14/0.35  % Drodi V3.5.1
% 0.14/0.38  % Refutation found
% 0.14/0.38  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.14/0.38  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.31/0.61  % Elapsed time: 0.047152 seconds
% 0.31/0.61  % CPU time: 0.076140 seconds
% 0.31/0.61  % Memory used: 1.016 MB
%------------------------------------------------------------------------------