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

View Problem - Process Solution

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

% Computer : n003.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:21:41 EDT 2024

% Result   : Unsatisfiable 0.21s 0.36s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   33 (  16 unt;   0 def)
%            Number of atoms       :   70 (   5 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   76 (  39   ~;  37   |;   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    :    3 (   3 usr;   2 con; 0-2 aty)
%            Number of variables   :   82 (  82   !;   0   ?)

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

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

fof(f3,axiom,
    ! [X,Y,Z] :
      ( ~ quotient(X,Y,Z)
      | less_equal(Z,X) ),
    file('/export/starexec/sandbox/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/sandbox/benchmark/theBenchmark.p') ).

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

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

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

fof(f10,negated_conjecture,
    ~ quotient(x,x,zero),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

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

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

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

fof(f15,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(f16,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)],[f15]) ).

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

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

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

fof(f23,plain,
    ~ quotient(x,x,zero),
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f24,plain,
    ! [X0] : quotient(zero,X0,zero),
    inference(resolution,[status(thm)],[f11,f17]) ).

fof(f39,plain,
    ! [X0,X1] : less_equal(divide(X0,X1),X0),
    inference(resolution,[status(thm)],[f14,f20]) ).

fof(f40,plain,
    ! [X0,X1] : quotient(divide(X0,X1),X0,zero),
    inference(resolution,[status(thm)],[f39,f11]) ).

fof(f56,plain,
    ! [X0] :
      ( ~ less_equal(X0,zero)
      | zero = X0 ),
    inference(resolution,[status(thm)],[f18,f17]) ).

fof(f81,plain,
    ! [X0,X1,X2,X3,X4,X5,X6] :
      ( ~ quotient(X0,X1,X2)
      | ~ quotient(X3,X1,X4)
      | ~ quotient(X4,X2,X5)
      | ~ quotient(divide(X3,X0),X1,X6)
      | less_equal(X5,X6) ),
    inference(resolution,[status(thm)],[f16,f20]) ).

fof(f107,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ quotient(X0,X1,X2)
      | ~ quotient(X2,zero,X3)
      | ~ quotient(divide(X0,zero),X1,X4)
      | less_equal(X3,X4) ),
    inference(resolution,[status(thm)],[f81,f24]) ).

fof(f116,plain,
    ! [X0,X1,X2,X3] :
      ( ~ quotient(divide(X0,X1),zero,X2)
      | ~ quotient(divide(X0,zero),X1,X3)
      | less_equal(X2,X3) ),
    inference(resolution,[status(thm)],[f107,f20]) ).

fof(f122,plain,
    ! [X0,X1,X2] :
      ( ~ quotient(divide(X0,zero),X1,X2)
      | less_equal(divide(divide(X0,X1),zero),X2) ),
    inference(resolution,[status(thm)],[f116,f20]) ).

fof(f127,plain,
    ! [X0] : less_equal(divide(divide(X0,X0),zero),zero),
    inference(resolution,[status(thm)],[f122,f40]) ).

fof(f137,plain,
    ! [X0] : zero = divide(divide(X0,X0),zero),
    inference(resolution,[status(thm)],[f127,f56]) ).

fof(f159,plain,
    ! [X0] : quotient(divide(X0,X0),zero,zero),
    inference(paramodulation,[status(thm)],[f137,f20]) ).

fof(f169,plain,
    ! [X0] : less_equal(divide(X0,X0),zero),
    inference(resolution,[status(thm)],[f159,f12]) ).

fof(f180,plain,
    ! [X0] : zero = divide(X0,X0),
    inference(resolution,[status(thm)],[f169,f56]) ).

fof(f199,plain,
    ! [X0] : quotient(X0,X0,zero),
    inference(paramodulation,[status(thm)],[f180,f20]) ).

fof(f200,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[f23,f199]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : HEN003-1 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.14/0.35  % Computer : n003.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Mon Apr 29 20:15:03 EDT 2024
% 0.14/0.35  % CPUTime  : 
% 0.14/0.35  % Drodi V3.6.0
% 0.21/0.36  % Refutation found
% 0.21/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.21/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.21/0.37  % Elapsed time: 0.019098 seconds
% 0.21/0.37  % CPU time: 0.044708 seconds
% 0.21/0.37  % Total memory used: 4.875 MB
% 0.21/0.37  % Net memory used: 4.785 MB
%------------------------------------------------------------------------------