TSTP Solution File: FLD006-3 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : FLD006-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n009.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 : Tue Apr 30 20:16:18 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(f4,axiom,
    ! [X] :
      ( sum(additive_inverse(X),X,additive_identity)
      | ~ defined(X) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f5,axiom,
    ! [Y,X,Z] :
      ( sum(Y,X,Z)
      | ~ sum(X,Y,Z) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f14,axiom,
    defined(additive_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f27,negated_conjecture,
    ~ sum(additive_identity,additive_inverse(additive_identity),additive_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f33,plain,
    ! [X0] :
      ( sum(additive_inverse(X0),X0,additive_identity)
      | ~ defined(X0) ),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f34,plain,
    ! [X0,X1,X2] :
      ( sum(X0,X1,X2)
      | ~ sum(X1,X0,X2) ),
    inference(cnf_transformation,[status(esa)],[f5]) ).

fof(f48,plain,
    defined(additive_identity),
    inference(cnf_transformation,[status(esa)],[f14]) ).

fof(f67,plain,
    ~ sum(additive_identity,additive_inverse(additive_identity),additive_identity),
    inference(cnf_transformation,[status(esa)],[f27]) ).

fof(f79,plain,
    sum(additive_inverse(additive_identity),additive_identity,additive_identity),
    inference(resolution,[status(thm)],[f33,f48]) ).

fof(f84,plain,
    sum(additive_identity,additive_inverse(additive_identity),additive_identity),
    inference(resolution,[status(thm)],[f79,f34]) ).

fof(f85,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f84,f67]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.13/0.12  % Problem  : FLD006-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.13/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n009.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 300
% 0.13/0.34  % DateTime : Mon Apr 29 23:14:11 EDT 2024
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Drodi V3.6.0
% 0.13/0.37  % Refutation found
% 0.13/0.37  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.13/0.37  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.13/0.37  % Elapsed time: 0.017784 seconds
% 0.13/0.37  % CPU time: 0.044758 seconds
% 0.13/0.37  % Total memory used: 2.391 MB
% 0.13/0.37  % Net memory used: 2.373 MB
%------------------------------------------------------------------------------