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

View Problem - Process Solution

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

% Computer : n010.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:07:33 EDT 2023

% Result   : Unsatisfiable 0.19s 0.44s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   61 (  21 unt;   0 def)
%            Number of atoms       :  116 (  10 equ)
%            Maximal formula atoms :    5 (   1 avg)
%            Number of connectives :  102 (  47   ~;  48   |;   0   &)
%                                         (   7 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :   11 (   9 usr;   8 prp; 0-4 aty)
%            Number of functors    :    6 (   6 usr;   4 con; 0-5 aty)
%            Number of variables   :   62 (;  62   !;   0   ?)

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

fof(f4,axiom,
    ! [X,Y,W,V] : between(X,Y,extension(X,Y,W,V)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f5,axiom,
    ! [Y,X,W,V] : equidistant(Y,extension(X,Y,W,V),W,V),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

fof(f8,axiom,
    ! [U,V,W,Y,X] :
      ( ~ between(U,V,W)
      | ~ between(Y,X,W)
      | between(V,inner_pasch(U,V,W,X,Y),Y) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f9,axiom,
    ! [U,V,W,Y,X] :
      ( ~ between(U,V,W)
      | ~ between(Y,X,W)
      | between(X,inner_pasch(U,V,W,X,Y),U) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f19,hypothesis,
    between(u,v,w),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f20,hypothesis,
    between(u,w,x),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f21,negated_conjecture,
    ~ between(v,w,x),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f25,plain,
    ! [X,Y] :
      ( ! [Z] : ~ equidistant(X,Y,Z,Z)
      | X = Y ),
    inference(miniscoping,[status(esa)],[f3]) ).

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

fof(f27,plain,
    ! [X0,X1,X2,X3] : between(X0,X1,extension(X0,X1,X2,X3)),
    inference(cnf_transformation,[status(esa)],[f4]) ).

fof(f28,plain,
    ! [X0,X1,X2,X3] : equidistant(X0,extension(X1,X0,X2,X3),X2,X3),
    inference(cnf_transformation,[status(esa)],[f5]) ).

fof(f31,plain,
    ! [X0,X1] :
      ( ~ between(X0,X1,X0)
      | X0 = X1 ),
    inference(cnf_transformation,[status(esa)],[f7]) ).

fof(f32,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ between(X0,X1,X2)
      | ~ between(X3,X4,X2)
      | between(X1,inner_pasch(X0,X1,X2,X4,X3),X3) ),
    inference(cnf_transformation,[status(esa)],[f8]) ).

fof(f33,plain,
    ! [X0,X1,X2,X3,X4] :
      ( ~ between(X0,X1,X2)
      | ~ between(X3,X4,X2)
      | between(X4,inner_pasch(X0,X1,X2,X4,X3),X0) ),
    inference(cnf_transformation,[status(esa)],[f9]) ).

fof(f44,plain,
    between(u,v,w),
    inference(cnf_transformation,[status(esa)],[f19]) ).

fof(f45,plain,
    between(u,w,x),
    inference(cnf_transformation,[status(esa)],[f20]) ).

fof(f46,plain,
    ~ between(v,w,x),
    inference(cnf_transformation,[status(esa)],[f21]) ).

fof(f48,plain,
    ! [X0,X1,X2] : X0 = extension(X1,X0,X2,X2),
    inference(resolution,[status(thm)],[f28,f26]) ).

fof(f50,plain,
    ! [X0,X1] : between(X0,X1,X1),
    inference(paramodulation,[status(thm)],[f48,f27]) ).

fof(f71,plain,
    ( spl0_0
  <=> between(u,w,x) ),
    introduced(split_symbol_definition) ).

fof(f73,plain,
    ( ~ between(u,w,x)
    | spl0_0 ),
    inference(component_clause,[status(thm)],[f71]) ).

fof(f74,plain,
    ( spl0_1
  <=> between(w,x,x) ),
    introduced(split_symbol_definition) ).

fof(f76,plain,
    ( ~ between(w,x,x)
    | spl0_1 ),
    inference(component_clause,[status(thm)],[f74]) ).

fof(f82,plain,
    ( $false
    | spl0_1 ),
    inference(forward_subsumption_resolution,[status(thm)],[f76,f50]) ).

fof(f83,plain,
    spl0_1,
    inference(contradiction_clause,[status(thm)],[f82]) ).

fof(f84,plain,
    ( $false
    | spl0_0 ),
    inference(forward_subsumption_resolution,[status(thm)],[f73,f45]) ).

fof(f85,plain,
    spl0_0,
    inference(contradiction_clause,[status(thm)],[f84]) ).

fof(f86,plain,
    ( spl0_3
  <=> between(u,v,w) ),
    introduced(split_symbol_definition) ).

fof(f88,plain,
    ( ~ between(u,v,w)
    | spl0_3 ),
    inference(component_clause,[status(thm)],[f86]) ).

fof(f89,plain,
    ( spl0_4
  <=> between(v,w,w) ),
    introduced(split_symbol_definition) ).

fof(f91,plain,
    ( ~ between(v,w,w)
    | spl0_4 ),
    inference(component_clause,[status(thm)],[f89]) ).

fof(f97,plain,
    ( $false
    | spl0_4 ),
    inference(forward_subsumption_resolution,[status(thm)],[f91,f50]) ).

fof(f98,plain,
    spl0_4,
    inference(contradiction_clause,[status(thm)],[f97]) ).

fof(f99,plain,
    ( $false
    | spl0_3 ),
    inference(forward_subsumption_resolution,[status(thm)],[f88,f44]) ).

fof(f100,plain,
    spl0_3,
    inference(contradiction_clause,[status(thm)],[f99]) ).

fof(f116,plain,
    ! [X0,X1] :
      ( ~ between(X0,X1,x)
      | between(w,inner_pasch(X0,X1,x,w,u),X0) ),
    inference(resolution,[status(thm)],[f33,f45]) ).

fof(f117,plain,
    ! [X0,X1] :
      ( ~ between(X0,X1,w)
      | between(v,inner_pasch(X0,X1,w,v,u),X0) ),
    inference(resolution,[status(thm)],[f33,f44]) ).

fof(f136,plain,
    ! [X0] : between(w,inner_pasch(X0,x,x,w,u),X0),
    inference(resolution,[status(thm)],[f116,f50]) ).

fof(f141,plain,
    w = inner_pasch(w,x,x,w,u),
    inference(resolution,[status(thm)],[f136,f31]) ).

fof(f143,plain,
    ( spl0_6
  <=> between(x,w,u) ),
    introduced(split_symbol_definition) ).

fof(f144,plain,
    ( between(x,w,u)
    | ~ spl0_6 ),
    inference(component_clause,[status(thm)],[f143]) ).

fof(f146,plain,
    ( ~ between(w,x,x)
    | ~ between(u,w,x)
    | between(x,w,u) ),
    inference(paramodulation,[status(thm)],[f141,f32]) ).

fof(f147,plain,
    ( ~ spl0_1
    | ~ spl0_0
    | spl0_6 ),
    inference(split_clause,[status(thm)],[f146,f74,f71,f143]) ).

fof(f148,plain,
    ! [X0,X1] :
      ( ~ between(X0,X1,u)
      | between(w,inner_pasch(X0,X1,u,w,x),X0)
      | ~ spl0_6 ),
    inference(resolution,[status(thm)],[f144,f33]) ).

fof(f365,plain,
    ! [X0] :
      ( ~ between(v,X0,w)
      | v = inner_pasch(v,X0,w,v,u) ),
    inference(resolution,[status(thm)],[f117,f31]) ).

fof(f368,plain,
    v = inner_pasch(v,w,w,v,u),
    inference(resolution,[status(thm)],[f365,f50]) ).

fof(f371,plain,
    ( spl0_24
  <=> between(w,v,u) ),
    introduced(split_symbol_definition) ).

fof(f372,plain,
    ( between(w,v,u)
    | ~ spl0_24 ),
    inference(component_clause,[status(thm)],[f371]) ).

fof(f374,plain,
    ( ~ between(v,w,w)
    | ~ between(u,v,w)
    | between(w,v,u) ),
    inference(paramodulation,[status(thm)],[f368,f32]) ).

fof(f375,plain,
    ( ~ spl0_4
    | ~ spl0_3
    | spl0_24 ),
    inference(split_clause,[status(thm)],[f374,f89,f86,f371]) ).

fof(f807,plain,
    ( between(w,inner_pasch(w,v,u,w,x),w)
    | ~ spl0_24
    | ~ spl0_6 ),
    inference(resolution,[status(thm)],[f372,f148]) ).

fof(f936,plain,
    ( w = inner_pasch(w,v,u,w,x)
    | ~ spl0_24
    | ~ spl0_6 ),
    inference(resolution,[status(thm)],[f807,f31]) ).

fof(f938,plain,
    ( spl0_37
  <=> between(v,w,x) ),
    introduced(split_symbol_definition) ).

fof(f939,plain,
    ( between(v,w,x)
    | ~ spl0_37 ),
    inference(component_clause,[status(thm)],[f938]) ).

fof(f941,plain,
    ( ~ between(w,v,u)
    | ~ between(x,w,u)
    | between(v,w,x)
    | ~ spl0_24
    | ~ spl0_6 ),
    inference(paramodulation,[status(thm)],[f936,f32]) ).

fof(f942,plain,
    ( ~ spl0_24
    | ~ spl0_6
    | spl0_37 ),
    inference(split_clause,[status(thm)],[f941,f371,f143,f938]) ).

fof(f943,plain,
    ( $false
    | ~ spl0_37 ),
    inference(forward_subsumption_resolution,[status(thm)],[f939,f46]) ).

fof(f944,plain,
    ~ spl0_37,
    inference(contradiction_clause,[status(thm)],[f943]) ).

fof(f945,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f83,f85,f98,f100,f147,f375,f942,f944]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO043-2 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.13  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.34  % Computer : n010.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 11:52:52 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  % Drodi V3.5.1
% 0.19/0.44  % Refutation found
% 0.19/0.44  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.19/0.44  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.19/0.46  % Elapsed time: 0.110268 seconds
% 0.19/0.46  % CPU time: 0.734211 seconds
% 0.19/0.46  % Memory used: 50.772 MB
%------------------------------------------------------------------------------