TSTP Solution File: GEO036-2 by Drodi---3.6.0

View Problem - Process Solution

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

% Computer : n021.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:16:53 EDT 2024

% Result   : Unsatisfiable 0.13s 0.37s
% Output   : CNFRefutation 0.13s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   34 (  16 unt;   0 def)
%            Number of atoms       :   55 (  16 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   45 (  24   ~;  18   |;   0   &)
%                                         (   3 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    7 (   5 usr;   4 prp; 0-4 aty)
%            Number of functors    :    4 (   4 usr;   3 con; 0-4 aty)
%            Number of variables   :   30 (  30   !;   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(f10,axiom,
    ~ between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f11,axiom,
    ~ between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f12,axiom,
    ~ between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

fof(f19,negated_conjecture,
    ( lower_dimension_point_1 = lower_dimension_point_2
    | lower_dimension_point_2 = lower_dimension_point_3
    | lower_dimension_point_1 = lower_dimension_point_3 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p') ).

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

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

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

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

fof(f32,plain,
    ~ between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_3),
    inference(cnf_transformation,[status(esa)],[f10]) ).

fof(f33,plain,
    ~ between(lower_dimension_point_2,lower_dimension_point_3,lower_dimension_point_1),
    inference(cnf_transformation,[status(esa)],[f11]) ).

fof(f34,plain,
    ~ between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_2),
    inference(cnf_transformation,[status(esa)],[f12]) ).

fof(f42,plain,
    ( lower_dimension_point_1 = lower_dimension_point_2
    | lower_dimension_point_2 = lower_dimension_point_3
    | lower_dimension_point_1 = lower_dimension_point_3 ),
    inference(cnf_transformation,[status(esa)],[f19]) ).

fof(f43,plain,
    ( spl0_0
  <=> lower_dimension_point_1 = lower_dimension_point_2 ),
    introduced(split_symbol_definition) ).

fof(f44,plain,
    ( lower_dimension_point_1 = lower_dimension_point_2
    | ~ spl0_0 ),
    inference(component_clause,[status(thm)],[f43]) ).

fof(f46,plain,
    ( spl0_1
  <=> lower_dimension_point_2 = lower_dimension_point_3 ),
    introduced(split_symbol_definition) ).

fof(f47,plain,
    ( lower_dimension_point_2 = lower_dimension_point_3
    | ~ spl0_1 ),
    inference(component_clause,[status(thm)],[f46]) ).

fof(f49,plain,
    ( spl0_2
  <=> lower_dimension_point_1 = lower_dimension_point_3 ),
    introduced(split_symbol_definition) ).

fof(f50,plain,
    ( lower_dimension_point_1 = lower_dimension_point_3
    | ~ spl0_2 ),
    inference(component_clause,[status(thm)],[f49]) ).

fof(f52,plain,
    ( spl0_0
    | spl0_1
    | spl0_2 ),
    inference(split_clause,[status(thm)],[f42,f43,f46,f49]) ).

fof(f54,plain,
    ( ~ between(lower_dimension_point_2,lower_dimension_point_1,lower_dimension_point_1)
    | ~ spl0_2 ),
    inference(backward_demodulation,[status(thm)],[f50,f33]) ).

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

fof(f59,plain,
    ! [X0,X1] : between(X0,X1,X1),
    inference(paramodulation,[status(thm)],[f56,f25]) ).

fof(f60,plain,
    ( $false
    | ~ spl0_2 ),
    inference(backward_subsumption_resolution,[status(thm)],[f54,f59]) ).

fof(f61,plain,
    ~ spl0_2,
    inference(contradiction_clause,[status(thm)],[f60]) ).

fof(f62,plain,
    ( ~ between(lower_dimension_point_3,lower_dimension_point_1,lower_dimension_point_1)
    | ~ spl0_0 ),
    inference(forward_demodulation,[status(thm)],[f44,f34]) ).

fof(f63,plain,
    ( $false
    | ~ spl0_0 ),
    inference(forward_subsumption_resolution,[status(thm)],[f62,f59]) ).

fof(f64,plain,
    ~ spl0_0,
    inference(contradiction_clause,[status(thm)],[f63]) ).

fof(f66,plain,
    ( ~ between(lower_dimension_point_1,lower_dimension_point_2,lower_dimension_point_2)
    | ~ spl0_1 ),
    inference(backward_demodulation,[status(thm)],[f47,f32]) ).

fof(f67,plain,
    ( $false
    | ~ spl0_1 ),
    inference(forward_subsumption_resolution,[status(thm)],[f66,f59]) ).

fof(f68,plain,
    ~ spl0_1,
    inference(contradiction_clause,[status(thm)],[f67]) ).

fof(f69,plain,
    $false,
    inference(sat_refutation,[status(thm)],[f52,f61,f64,f68]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : GEO036-2 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.14  % Command  : drodi -learnfrom(drodi.lrn) -timeout(%d) %s
% 0.13/0.35  % Computer : n021.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Tue Apr 30 01:38:10 EDT 2024
% 0.13/0.35  % CPUTime  : 
% 0.13/0.36  % Drodi V3.6.0
% 0.13/0.37  % Refutation found
% 0.13/0.37  % SZS status Unsatisfiable for theBenchmark: Theory is unsatisfiable
% 0.13/0.37  % SZS output start CNFRefutation for theBenchmark
% See solution above
% 0.13/0.38  % Elapsed time: 0.022661 seconds
% 0.13/0.38  % CPU time: 0.032890 seconds
% 0.13/0.38  % Total memory used: 11.113 MB
% 0.13/0.38  % Net memory used: 11.016 MB
%------------------------------------------------------------------------------