TSTP Solution File: NUM021-1 by Drodi---3.6.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Drodi---3.6.0
% Problem  : NUM021-1 : TPTP v8.1.2. Bugfixed v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s

% Computer : n002.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:30:12 EDT 2024

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

% Comments : 
%------------------------------------------------------------------------------
fof(f7,axiom,
    ! [A,B,C] :
      ( ~ less(A,B)
      | ~ less(C,A)
      | less(C,B) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f8,axiom,
    ! [A,B,C] :
      ( ~ equalish(add(successor(A),B),C)
      | less(B,C) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f9,axiom,
    ! [A,B] :
      ( ~ less(A,B)
      | equalish(add(successor(predecessor_of_1st_minus_2nd(B,A)),A),B) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f10,axiom,
    ! [A,B] :
      ( ~ divides(A,B)
      | less(A,B)
      | equalish(A,B) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

fof(f16,hypothesis,
    less(b,c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f17,hypothesis,
    ~ less(b,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f18,negated_conjecture,
    divides(c,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f26,plain,
    ! [B,C] :
      ( ! [A] :
          ( ~ less(A,B)
          | ~ less(C,A) )
      | less(C,B) ),
    inference(miniscoping,[status(esa)],[f7]) ).

fof(f27,plain,
    ! [X0,X1,X2] :
      ( ~ less(X0,X1)
      | ~ less(X2,X0)
      | less(X2,X1) ),
    inference(cnf_transformation,[status(esa)],[f26]) ).

fof(f28,plain,
    ! [B,C] :
      ( ! [A] : ~ equalish(add(successor(A),B),C)
      | less(B,C) ),
    inference(miniscoping,[status(esa)],[f8]) ).

fof(f29,plain,
    ! [X0,X1,X2] :
      ( ~ equalish(add(successor(X0),X1),X2)
      | less(X1,X2) ),
    inference(cnf_transformation,[status(esa)],[f28]) ).

fof(f30,plain,
    ! [X0,X1] :
      ( ~ less(X0,X1)
      | equalish(add(successor(predecessor_of_1st_minus_2nd(X1,X0)),X0),X1) ),
    inference(cnf_transformation,[status(esa)],[f9]) ).

fof(f31,plain,
    ! [X0,X1] :
      ( ~ divides(X0,X1)
      | less(X0,X1)
      | equalish(X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f36,plain,
    ! [X,Z] :
      ( ! [Y] :
          ( ~ equalish(X,Y)
          | ~ equalish(Y,Z) )
      | equalish(X,Z) ),
    inference(miniscoping,[status(esa)],[f15]) ).

fof(f37,plain,
    ! [X0,X1,X2] :
      ( ~ equalish(X0,X1)
      | ~ equalish(X1,X2)
      | equalish(X0,X2) ),
    inference(cnf_transformation,[status(esa)],[f36]) ).

fof(f38,plain,
    less(b,c),
    inference(cnf_transformation,[status(esa)],[f16]) ).

fof(f39,plain,
    ~ less(b,a),
    inference(cnf_transformation,[status(esa)],[f17]) ).

fof(f40,plain,
    divides(c,a),
    inference(cnf_transformation,[status(esa)],[f18]) ).

fof(f89,plain,
    ! [X0] :
      ( ~ less(X0,a)
      | ~ less(b,X0) ),
    inference(resolution,[status(thm)],[f27,f39]) ).

fof(f91,plain,
    ! [X0] :
      ( ~ less(b,X0)
      | ~ divides(X0,a)
      | equalish(X0,a) ),
    inference(resolution,[status(thm)],[f89,f31]) ).

fof(f92,plain,
    ! [X0] : ~ equalish(add(successor(X0),b),a),
    inference(resolution,[status(thm)],[f29,f39]) ).

fof(f94,plain,
    ! [X0,X1] :
      ( ~ equalish(add(successor(X0),b),X1)
      | ~ equalish(X1,a) ),
    inference(resolution,[status(thm)],[f92,f37]) ).

fof(f263,plain,
    ! [X0] :
      ( ~ equalish(X0,a)
      | ~ less(b,X0) ),
    inference(resolution,[status(thm)],[f94,f30]) ).

fof(f267,plain,
    ! [X0] :
      ( ~ less(b,X0)
      | ~ divides(X0,a) ),
    inference(backward_subsumption_resolution,[status(thm)],[f91,f263]) ).

fof(f284,plain,
    ~ less(b,c),
    inference(resolution,[status(thm)],[f267,f40]) ).

fof(f285,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f284,f38]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.13  % Problem  : NUM021-1 : TPTP v8.1.2. Bugfixed v4.0.0.
% 0.11/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n002.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 20:59:39 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  % Drodi V3.6.0
% 0.13/0.39  % Refutation found
% 0.13/0.39  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.13/0.39  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.13/0.39  % Elapsed time: 0.042408 seconds
% 0.13/0.39  % CPU time: 0.239361 seconds
% 0.13/0.39  % Total memory used: 8.969 MB
% 0.13/0.39  % Net memory used: 8.731 MB
%------------------------------------------------------------------------------