TSTP Solution File: CAT004-4 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : CAT004-4 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n019.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:13:17 EDT 2024

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

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

fof(f13,hypothesis,
    ! [X,Y,Z] :
      ( compose(X,a) != Y
      | compose(Z,a) != Y
      | X = Z ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f14,hypothesis,
    ! [X,Y,Z] :
      ( compose(X,b) != Y
      | compose(Z,b) != Y
      | X = Z ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

fof(f17,negated_conjecture,
    h != g,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f28,plain,
    ! [X0,X1,X2] : compose(X0,compose(X1,X2)) = compose(compose(X0,X1),X2),
    inference(cnf_transformation,[status(esa)],[f9]) ).

fof(f32,plain,
    ! [X,Z] :
      ( ! [Y] :
          ( compose(X,a) != Y
          | compose(Z,a) != Y )
      | X = Z ),
    inference(miniscoping,[status(esa)],[f13]) ).

fof(f33,plain,
    ! [X0,X1,X2] :
      ( compose(X0,a) != X1
      | compose(X2,a) != X1
      | X0 = X2 ),
    inference(cnf_transformation,[status(esa)],[f32]) ).

fof(f34,plain,
    ! [X,Z] :
      ( ! [Y] :
          ( compose(X,b) != Y
          | compose(Z,b) != Y )
      | X = Z ),
    inference(miniscoping,[status(esa)],[f14]) ).

fof(f35,plain,
    ! [X0,X1,X2] :
      ( compose(X0,b) != X1
      | compose(X2,b) != X1
      | X0 = X2 ),
    inference(cnf_transformation,[status(esa)],[f34]) ).

fof(f37,plain,
    compose(h,compose(a,b)) = compose(g,compose(a,b)),
    inference(cnf_transformation,[status(esa)],[f16]) ).

fof(f38,plain,
    h != g,
    inference(cnf_transformation,[status(esa)],[f17]) ).

fof(f40,plain,
    ! [X0,X1] :
      ( compose(X0,a) != compose(X1,a)
      | X1 = X0 ),
    inference(destructive_equality_resolution,[status(esa)],[f33]) ).

fof(f41,plain,
    ! [X0,X1] :
      ( compose(X0,b) != compose(X1,b)
      | X1 = X0 ),
    inference(destructive_equality_resolution,[status(esa)],[f35]) ).

fof(f53,plain,
    compose(g,a) != compose(h,a),
    inference(resolution,[status(thm)],[f40,f38]) ).

fof(f118,plain,
    ! [X0,X1,X2] :
      ( compose(X0,b) != compose(X1,compose(X2,b))
      | compose(X1,X2) = X0 ),
    inference(paramodulation,[status(thm)],[f28,f41]) ).

fof(f150,plain,
    compose(compose(h,a),b) != compose(g,compose(a,b)),
    inference(resolution,[status(thm)],[f118,f53]) ).

fof(f151,plain,
    compose(compose(h,a),b) != compose(h,compose(a,b)),
    inference(forward_demodulation,[status(thm)],[f37,f150]) ).

fof(f152,plain,
    compose(compose(h,a),b) != compose(compose(h,a),b),
    inference(forward_demodulation,[status(thm)],[f28,f151]) ).

fof(f153,plain,
    $false,
    inference(trivial_equality_resolution,[status(esa)],[f152]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.12  % Problem  : CAT004-4 : TPTP v8.1.2. Released v1.0.0.
% 0.02/0.12  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.09/0.33  % Computer : n019.cluster.edu
% 0.09/0.33  % Model    : x86_64 x86_64
% 0.09/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.09/0.33  % Memory   : 8042.1875MB
% 0.09/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.09/0.33  % CPULimit : 300
% 0.09/0.33  % WCLimit  : 300
% 0.09/0.33  % DateTime : Mon Apr 29 22:16:29 EDT 2024
% 0.09/0.33  % CPUTime  : 
% 0.09/0.34  % Drodi V3.6.0
% 0.09/0.35  % Refutation found
% 0.09/0.35  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.09/0.35  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.09/0.36  % Elapsed time: 0.023684 seconds
% 0.09/0.36  % CPU time: 0.064137 seconds
% 0.09/0.36  % Total memory used: 13.736 MB
% 0.09/0.36  % Net memory used: 13.649 MB
%------------------------------------------------------------------------------