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

View Problem - Process Solution

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

% Computer : n015.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:10:56 EDT 2023

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

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

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

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

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

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

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

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

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

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

fof(f16,hypothesis,
    least_upper_bound(a,b) = a,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f17,negated_conjecture,
    least_upper_bound(inverse(a),inverse(b)) != inverse(b),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f18,plain,
    ! [X0] : multiply(identity,X0) = X0,
    inference(cnf_transformation,[status(esa)],[f1]) ).

fof(f19,plain,
    ! [X0] : multiply(inverse(X0),X0) = identity,
    inference(cnf_transformation,[status(esa)],[f2]) ).

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

fof(f21,plain,
    ! [X0,X1] : greatest_lower_bound(X0,X1) = greatest_lower_bound(X1,X0),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f22,plain,
    ! [X0,X1] : least_upper_bound(X0,X1) = least_upper_bound(X1,X0),
    inference(cnf_transformation,[status(esa)],[f5]) ).

fof(f27,plain,
    ! [X0,X1] : least_upper_bound(X0,greatest_lower_bound(X0,X1)) = X0,
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f28,plain,
    ! [X0,X1] : greatest_lower_bound(X0,least_upper_bound(X0,X1)) = X0,
    inference(cnf_transformation,[status(esa)],[f11]) ).

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

fof(f31,plain,
    ! [X0,X1,X2] : multiply(least_upper_bound(X0,X1),X2) = least_upper_bound(multiply(X0,X2),multiply(X1,X2)),
    inference(cnf_transformation,[status(esa)],[f14]) ).

fof(f33,plain,
    least_upper_bound(a,b) = a,
    inference(cnf_transformation,[status(esa)],[f16]) ).

fof(f34,plain,
    least_upper_bound(inverse(a),inverse(b)) != inverse(b),
    inference(cnf_transformation,[status(esa)],[f17]) ).

fof(f316,plain,
    ! [X0,X1] : multiply(least_upper_bound(inverse(X0),X1),X0) = least_upper_bound(identity,multiply(X1,X0)),
    inference(paramodulation,[status(thm)],[f19,f31]) ).

fof(f328,plain,
    ! [X0,X1] : greatest_lower_bound(X0,least_upper_bound(X1,X0)) = X0,
    inference(paramodulation,[status(thm)],[f22,f28]) ).

fof(f334,plain,
    greatest_lower_bound(b,a) = b,
    inference(paramodulation,[status(thm)],[f33,f328]) ).

fof(f335,plain,
    greatest_lower_bound(a,b) = b,
    inference(forward_demodulation,[status(thm)],[f21,f334]) ).

fof(f410,plain,
    ! [X0,X1] : multiply(identity,X0) = multiply(inverse(X1),multiply(X1,X0)),
    inference(paramodulation,[status(thm)],[f19,f20]) ).

fof(f411,plain,
    ! [X0,X1] : X0 = multiply(inverse(X1),multiply(X1,X0)),
    inference(forward_demodulation,[status(thm)],[f18,f410]) ).

fof(f1239,plain,
    ! [X0] : X0 = multiply(inverse(inverse(X0)),identity),
    inference(paramodulation,[status(thm)],[f19,f411]) ).

fof(f1279,plain,
    ! [X0] : identity = multiply(inverse(inverse(inverse(X0))),X0),
    inference(paramodulation,[status(thm)],[f1239,f411]) ).

fof(f1296,plain,
    ! [X0] : X0 = multiply(inverse(inverse(inverse(inverse(X0)))),identity),
    inference(paramodulation,[status(thm)],[f1279,f411]) ).

fof(f1297,plain,
    ! [X0] : X0 = inverse(inverse(X0)),
    inference(forward_demodulation,[status(thm)],[f1239,f1296]) ).

fof(f1316,plain,
    ! [X0] : X0 = multiply(X0,identity),
    inference(backward_demodulation,[status(thm)],[f1297,f1239]) ).

fof(f1319,plain,
    ! [X0] : multiply(X0,inverse(X0)) = identity,
    inference(paramodulation,[status(thm)],[f1297,f19]) ).

fof(f1339,plain,
    ! [X0,X1] : multiply(X0,least_upper_bound(X1,inverse(X0))) = least_upper_bound(multiply(X0,X1),identity),
    inference(paramodulation,[status(thm)],[f1319,f29]) ).

fof(f1340,plain,
    ! [X0,X1] : multiply(X0,least_upper_bound(X1,inverse(X0))) = least_upper_bound(identity,multiply(X0,X1)),
    inference(forward_demodulation,[status(thm)],[f22,f1339]) ).

fof(f1598,plain,
    ! [X0,X1] : multiply(inverse(X0),X0) = least_upper_bound(identity,multiply(greatest_lower_bound(inverse(X0),X1),X0)),
    inference(paramodulation,[status(thm)],[f27,f316]) ).

fof(f1599,plain,
    ! [X0,X1] : identity = least_upper_bound(identity,multiply(greatest_lower_bound(inverse(X0),X1),X0)),
    inference(forward_demodulation,[status(thm)],[f19,f1598]) ).

fof(f1700,plain,
    ! [X0,X1] : identity = least_upper_bound(identity,multiply(greatest_lower_bound(X0,X1),inverse(X0))),
    inference(paramodulation,[status(thm)],[f1297,f1599]) ).

fof(f1765,plain,
    identity = least_upper_bound(identity,multiply(b,inverse(a))),
    inference(paramodulation,[status(thm)],[f335,f1700]) ).

fof(f2132,plain,
    ! [X0,X1] : least_upper_bound(X0,inverse(X1)) = multiply(inverse(X1),least_upper_bound(identity,multiply(X1,X0))),
    inference(paramodulation,[status(thm)],[f1340,f411]) ).

fof(f4382,plain,
    least_upper_bound(inverse(a),inverse(b)) = multiply(inverse(b),identity),
    inference(paramodulation,[status(thm)],[f1765,f2132]) ).

fof(f4383,plain,
    least_upper_bound(inverse(a),inverse(b)) = inverse(b),
    inference(forward_demodulation,[status(thm)],[f1316,f4382]) ).

fof(f4384,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f4383,f34]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.10  % Problem  : GRP190-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.04/0.10  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.09/0.30  % Computer : n015.cluster.edu
% 0.09/0.30  % Model    : x86_64 x86_64
% 0.09/0.30  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.30  % Memory   : 8042.1875MB
% 0.09/0.30  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.30  % CPULimit : 300
% 0.09/0.30  % WCLimit  : 300
% 0.09/0.30  % DateTime : Tue May 30 11:44:04 EDT 2023
% 0.09/0.30  % CPUTime  : 
% 0.09/0.31  % Drodi V3.5.1
% 4.69/0.96  % Refutation found
% 4.69/0.96  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 4.69/0.96  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 4.85/1.00  % Elapsed time: 0.682096 seconds
% 4.85/1.00  % CPU time: 4.926793 seconds
% 4.85/1.00  % Memory used: 65.522 MB
%------------------------------------------------------------------------------