TSTP Solution File: HEN006-2 by Drodi---3.5.1

View Problem - Process Solution

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

% Computer : n005.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:12:47 EDT 2023

% Result   : Unsatisfiable 2.53s 0.80s
% Output   : CNFRefutation 2.53s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   41 (  20 unt;   0 def)
%            Number of atoms       :   85 (   4 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   90 (  46   ~;  44   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   6 con; 0-2 aty)
%            Number of variables   :   77 (;  77   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X,Y] :
      ( ~ less_equal(X,Y)
      | quotient(X,Y,zero) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f2,axiom,
    ! [X,Y] :
      ( ~ quotient(X,Y,zero)
      | less_equal(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f3,axiom,
    ! [X,Y,Z] :
      ( ~ quotient(X,Y,Z)
      | less_equal(Z,X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f4,axiom,
    ! [X,Y,V1,Z,V2,V3,V4,V5] :
      ( ~ quotient(X,Y,V1)
      | ~ quotient(Y,Z,V2)
      | ~ quotient(X,Z,V3)
      | ~ quotient(V3,V2,V4)
      | ~ quotient(V1,Z,V5)
      | less_equal(V4,V5) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

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

fof(f6,axiom,
    ! [X,Y] :
      ( ~ less_equal(X,Y)
      | ~ less_equal(Y,X)
      | X = Y ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f8,axiom,
    ! [X,Y] : quotient(X,Y,divide(X,Y)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f14,axiom,
    ! [X,Y,Z] :
      ( ~ less_equal(X,Y)
      | ~ less_equal(Y,Z)
      | less_equal(X,Z) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f15,hypothesis,
    quotient(x,y,xQy),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f16,hypothesis,
    less_equal(xQy,z),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f17,hypothesis,
    quotient(x,z,xQz),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f18,negated_conjecture,
    ~ less_equal(xQz,y),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

fof(f19,plain,
    ! [X0,X1] :
      ( ~ less_equal(X0,X1)
      | quotient(X0,X1,zero) ),
    inference(cnf_transformation,[status(esa)],[f1]) ).

fof(f20,plain,
    ! [X0,X1] :
      ( ~ quotient(X0,X1,zero)
      | less_equal(X0,X1) ),
    inference(cnf_transformation,[status(esa)],[f2]) ).

fof(f21,plain,
    ! [X,Z] :
      ( ! [Y] : ~ quotient(X,Y,Z)
      | less_equal(Z,X) ),
    inference(miniscoping,[status(esa)],[f3]) ).

fof(f22,plain,
    ! [X0,X1,X2] :
      ( ~ quotient(X0,X1,X2)
      | less_equal(X2,X0) ),
    inference(cnf_transformation,[status(esa)],[f21]) ).

fof(f23,plain,
    ! [V4,V5] :
      ( ! [V1,Z] :
          ( ! [V2,V3] :
              ( ! [X] :
                  ( ! [Y] :
                      ( ~ quotient(X,Y,V1)
                      | ~ quotient(Y,Z,V2) )
                  | ~ quotient(X,Z,V3) )
              | ~ quotient(V3,V2,V4) )
          | ~ quotient(V1,Z,V5) )
      | less_equal(V4,V5) ),
    inference(miniscoping,[status(esa)],[f4]) ).

fof(f24,plain,
    ! [X0,X1,X2,X3,X4,X5,X6,X7] :
      ( ~ quotient(X0,X1,X2)
      | ~ quotient(X1,X3,X4)
      | ~ quotient(X0,X3,X5)
      | ~ quotient(X5,X4,X6)
      | ~ quotient(X2,X3,X7)
      | less_equal(X6,X7) ),
    inference(cnf_transformation,[status(esa)],[f23]) ).

fof(f25,plain,
    ! [X0] : less_equal(zero,X0),
    inference(cnf_transformation,[status(esa)],[f5]) ).

fof(f26,plain,
    ! [X0,X1] :
      ( ~ less_equal(X0,X1)
      | ~ less_equal(X1,X0)
      | X0 = X1 ),
    inference(cnf_transformation,[status(esa)],[f6]) ).

fof(f28,plain,
    ! [X0,X1] : quotient(X0,X1,divide(X0,X1)),
    inference(cnf_transformation,[status(esa)],[f8]) ).

fof(f35,plain,
    ! [X,Z] :
      ( ! [Y] :
          ( ~ less_equal(X,Y)
          | ~ less_equal(Y,Z) )
      | less_equal(X,Z) ),
    inference(miniscoping,[status(esa)],[f14]) ).

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

fof(f37,plain,
    quotient(x,y,xQy),
    inference(cnf_transformation,[status(esa)],[f15]) ).

fof(f38,plain,
    less_equal(xQy,z),
    inference(cnf_transformation,[status(esa)],[f16]) ).

fof(f39,plain,
    quotient(x,z,xQz),
    inference(cnf_transformation,[status(esa)],[f17]) ).

fof(f40,plain,
    ~ less_equal(xQz,y),
    inference(cnf_transformation,[status(esa)],[f18]) ).

fof(f44,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ quotient(y,X0,X1)
      | ~ quotient(x,X0,X2)
      | ~ quotient(X2,X1,X3)
      | ~ quotient(xQy,X0,X4)
      | less_equal(X3,X4) ),
    inference(resolution,[status(thm)],[f24,f37]) ).

fof(f64,plain,
    ! [X0] :
      ( ~ less_equal(X0,zero)
      | zero = X0 ),
    inference(resolution,[status(thm)],[f25,f26]) ).

fof(f84,plain,
    quotient(xQy,z,zero),
    inference(resolution,[status(thm)],[f38,f19]) ).

fof(f100,plain,
    ! [X0,X1,X2,X3] :
      ( ~ quotient(x,X0,X1)
      | ~ quotient(X1,divide(y,X0),X2)
      | ~ quotient(xQy,X0,X3)
      | less_equal(X2,X3) ),
    inference(resolution,[status(thm)],[f28,f44]) ).

fof(f103,plain,
    ! [X0,X1] : less_equal(divide(X0,X1),X0),
    inference(resolution,[status(thm)],[f28,f22]) ).

fof(f1007,plain,
    ! [X0,X1,X2] :
      ( ~ quotient(x,X0,X1)
      | ~ quotient(xQy,X0,X2)
      | less_equal(divide(X1,divide(y,X0)),X2) ),
    inference(resolution,[status(thm)],[f100,f28]) ).

fof(f8131,plain,
    ! [X0] :
      ( ~ quotient(xQy,z,X0)
      | less_equal(divide(xQz,divide(y,z)),X0) ),
    inference(resolution,[status(thm)],[f1007,f39]) ).

fof(f8155,plain,
    less_equal(divide(xQz,divide(y,z)),zero),
    inference(resolution,[status(thm)],[f8131,f84]) ).

fof(f8158,plain,
    zero = divide(xQz,divide(y,z)),
    inference(resolution,[status(thm)],[f8155,f64]) ).

fof(f8329,plain,
    quotient(xQz,divide(y,z),zero),
    inference(paramodulation,[status(thm)],[f8158,f28]) ).

fof(f8345,plain,
    less_equal(xQz,divide(y,z)),
    inference(resolution,[status(thm)],[f8329,f20]) ).

fof(f8373,plain,
    ! [X0] :
      ( ~ less_equal(divide(y,z),X0)
      | less_equal(xQz,X0) ),
    inference(resolution,[status(thm)],[f8345,f36]) ).

fof(f8399,plain,
    less_equal(xQz,y),
    inference(resolution,[status(thm)],[f8373,f103]) ).

fof(f8400,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[f8399,f40]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.12  % Problem  : HEN006-2 : TPTP v8.1.2. Released v1.0.0.
% 0.08/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n005.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 : Tue May 30 09:31:36 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  % Drodi V3.5.1
% 2.53/0.80  % Refutation found
% 2.53/0.80  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 2.53/0.80  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 2.81/0.83  % Elapsed time: 0.472383 seconds
% 2.81/0.83  % CPU time: 3.112072 seconds
% 2.81/0.83  % Memory used: 46.341 MB
%------------------------------------------------------------------------------