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

View Problem - Process Solution

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

% Computer : n013.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:45 EDT 2023

% Result   : Unsatisfiable 0.10s 0.36s
% Output   : CNFRefutation 0.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :    9
% Syntax   : Number of formulae    :   34 (  17 unt;   0 def)
%            Number of atoms       :   71 (   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   :   81 (;  81   !;   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(f11,axiom,
    ! [X] : quotient(zero,X,zero),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p') ).

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

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

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

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

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

fof(f17,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(f18,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)],[f17]) ).

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

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

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

fof(f26,plain,
    ! [X0] : quotient(zero,X0,zero),
    inference(cnf_transformation,[status(esa)],[f11]) ).

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

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

fof(f44,plain,
    ! [X0,X1] : quotient(divide(X0,X1),X0,zero),
    inference(resolution,[status(thm)],[f38,f13]) ).

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

fof(f96,plain,
    ! [X0,X1,X2,X3,X4,X5] :
      ( ~ quotient(X0,zero,X1)
      | ~ quotient(X0,X2,X3)
      | ~ quotient(X3,zero,X4)
      | ~ quotient(X1,X2,X5)
      | less_equal(X4,X5) ),
    inference(resolution,[status(thm)],[f18,f26]) ).

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

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

fof(f165,plain,
    ! [X0,X1] :
      ( ~ quotient(X0,X0,X1)
      | less_equal(divide(X1,zero),zero) ),
    inference(resolution,[status(thm)],[f154,f44]) ).

fof(f191,plain,
    ! [X0] : less_equal(divide(divide(X0,X0),zero),zero),
    inference(resolution,[status(thm)],[f165,f22]) ).

fof(f192,plain,
    ! [X0] : divide(divide(X0,X0),zero) = zero,
    inference(resolution,[status(thm)],[f191,f64]) ).

fof(f213,plain,
    ! [X0] : quotient(divide(X0,X0),zero,zero),
    inference(paramodulation,[status(thm)],[f192,f22]) ).

fof(f218,plain,
    ! [X0] : less_equal(divide(X0,X0),zero),
    inference(resolution,[status(thm)],[f213,f14]) ).

fof(f246,plain,
    ! [X0] : divide(X0,X0) = zero,
    inference(resolution,[status(thm)],[f218,f64]) ).

fof(f264,plain,
    ! [X0] : quotient(X0,X0,zero),
    inference(paramodulation,[status(thm)],[f246,f22]) ).

fof(f265,plain,
    $false,
    inference(backward_subsumption_resolution,[status(thm)],[f27,f264]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.13  % Problem  : HEN003-2 : TPTP v8.1.2. Released v1.0.0.
% 0.08/0.14  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.10/0.34  % Computer : n013.cluster.edu
% 0.10/0.34  % Model    : x86_64 x86_64
% 0.10/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.10/0.34  % Memory   : 8042.1875MB
% 0.10/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.10/0.34  % CPULimit : 300
% 0.10/0.34  % WCLimit  : 300
% 0.10/0.34  % DateTime : Tue May 30 09:28:35 EDT 2023
% 0.10/0.34  % CPUTime  : 
% 0.10/0.35  % Drodi V3.5.1
% 0.10/0.36  % Refutation found
% 0.10/0.36  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.10/0.36  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.17/0.59  % Elapsed time: 0.036443 seconds
% 0.17/0.59  % CPU time: 0.023171 seconds
% 0.17/0.59  % Memory used: 1.148 MB
%------------------------------------------------------------------------------