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

View Problem - Process Solution

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

% Computer : n027.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:50 EDT 2023

% Result   : Unsatisfiable 0.12s 0.40s
% Output   : CNFRefutation 0.12s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   33 (  33 unt;   0 def)
%            Number of atoms       :   33 (  32 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    :    4 (   2 avg)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    6 (   6 usr;   2 con; 0-2 aty)
%            Number of variables   :   37 (;  37   !;   0   ?)

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

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

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

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

fof(f10,axiom,
    ! [X,Y] : least_upper_bound(X,greatest_lower_bound(X,Y)) = X,
    file('/export/starexec/sandbox2/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/sandbox2/benchmark/theBenchmark.p') ).

fof(f16,hypothesis,
    greatest_lower_bound(identity,a) = a,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f17,hypothesis,
    greatest_lower_bound(identity,inverse(a)) = inverse(a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f18,negated_conjecture,
    identity != a,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

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

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

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

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

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

fof(f30,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(f34,plain,
    greatest_lower_bound(identity,a) = a,
    inference(cnf_transformation,[status(esa)],[f16]) ).

fof(f35,plain,
    greatest_lower_bound(identity,inverse(a)) = inverse(a),
    inference(cnf_transformation,[status(esa)],[f17]) ).

fof(f36,plain,
    identity != a,
    inference(cnf_transformation,[status(esa)],[f18]) ).

fof(f43,plain,
    least_upper_bound(identity,a) = identity,
    inference(paramodulation,[status(thm)],[f34,f28]) ).

fof(f67,plain,
    least_upper_bound(identity,inverse(a)) = identity,
    inference(paramodulation,[status(thm)],[f35,f28]) ).

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

fof(f85,plain,
    ! [X0,X1] : X0 = multiply(inverse(X1),multiply(X1,X0)),
    inference(forward_demodulation,[status(thm)],[f19,f84]) ).

fof(f88,plain,
    ! [X0,X1] : multiply(X0,X1) = multiply(inverse(inverse(X0)),X1),
    inference(paramodulation,[status(thm)],[f85,f85]) ).

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

fof(f90,plain,
    ! [X0] : X0 = multiply(X0,identity),
    inference(forward_demodulation,[status(thm)],[f88,f89]) ).

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

fof(f571,plain,
    ! [X0,X1] : multiply(X0,least_upper_bound(X1,inverse(X0))) = least_upper_bound(multiply(X0,X1),identity),
    inference(paramodulation,[status(thm)],[f117,f30]) ).

fof(f572,plain,
    ! [X0,X1] : multiply(X0,least_upper_bound(X1,inverse(X0))) = least_upper_bound(identity,multiply(X0,X1)),
    inference(forward_demodulation,[status(thm)],[f23,f571]) ).

fof(f868,plain,
    multiply(a,identity) = least_upper_bound(identity,multiply(a,identity)),
    inference(paramodulation,[status(thm)],[f67,f572]) ).

fof(f869,plain,
    a = least_upper_bound(identity,multiply(a,identity)),
    inference(forward_demodulation,[status(thm)],[f90,f868]) ).

fof(f870,plain,
    a = least_upper_bound(identity,a),
    inference(forward_demodulation,[status(thm)],[f90,f869]) ).

fof(f871,plain,
    a = identity,
    inference(forward_demodulation,[status(thm)],[f43,f870]) ).

fof(f872,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f871,f36]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GRP174-1 : TPTP v8.1.2. Bugfixed v1.2.1.
% 0.12/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.12/0.34  % Computer : n027.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:52:03 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.12/0.35  % Drodi V3.5.1
% 0.12/0.40  % Refutation found
% 0.12/0.40  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.12/0.40  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.20/0.42  % Elapsed time: 0.076981 seconds
% 0.20/0.42  % CPU time: 0.153203 seconds
% 0.20/0.42  % Memory used: 2.339 MB
%------------------------------------------------------------------------------