TSTP Solution File: GEO002-1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : GEO002-1 : TPTP v8.1.0. Bugfixed v2.5.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n006.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  : 600s
% DateTime : Sat Jul 16 05:05:50 EDT 2022

% Result   : Unsatisfiable 0.56s 0.78s
% Output   : CNFRefutation 0.56s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   26
%            Number of leaves      :   34
% Syntax   : Number of formulae    :  258 ( 130 unt;  12 typ;   0 def)
%            Number of atoms       : 1849 ( 552 equ;   0 cnn)
%            Maximal formula atoms :    8 (   7 avg)
%            Number of connectives : 4728 ( 429   ~; 729   |;   0   &;3570   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   20 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   32 (  32   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  12 usr;   7 con; 0-6 aty)
%            Number of variables   : 1141 (   0   ^1141   !;   0   ?;1141   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_a,type,
    a: $i ).

thf(tp_b,type,
    b: $i ).

thf(tp_between,type,
    between: $i > $i > $i > $o ).

thf(tp_continuous,type,
    continuous: $i > $i > $i > $i > $i > $i > $i ).

thf(tp_equidistant,type,
    equidistant: $i > $i > $i > $i > $o ).

thf(tp_euclid1,type,
    euclid1: $i > $i > $i > $i > $i > $i ).

thf(tp_euclid2,type,
    euclid2: $i > $i > $i > $i > $i > $i ).

thf(tp_extension,type,
    extension: $i > $i > $i > $i > $i ).

thf(tp_lower_dimension_point_1,type,
    lower_dimension_point_1: $i ).

thf(tp_lower_dimension_point_2,type,
    lower_dimension_point_2: $i ).

thf(tp_lower_dimension_point_3,type,
    lower_dimension_point_3: $i ).

thf(tp_outer_pasch,type,
    outer_pasch: $i > $i > $i > $i > $i > $i ).

thf(1,axiom,
    ! [V: $i,X: $i,X1: $i,Z: $i,Z1: $i,Y: $i] :
      ( ~ ( equidistant @ V @ X @ V @ X1 )
      | ~ ( equidistant @ V @ Z @ V @ Z1 )
      | ~ ( between @ V @ X @ Z )
      | ~ ( between @ X @ Y @ Z )
      | ( between @ X1 @ ( continuous @ X @ Y @ Z @ X1 @ Z1 @ V ) @ Z1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',continuity2) ).

thf(2,axiom,
    ! [V: $i,X: $i,X1: $i,Z: $i,Z1: $i,Y: $i] :
      ( ~ ( equidistant @ V @ X @ V @ X1 )
      | ~ ( equidistant @ V @ Z @ V @ Z1 )
      | ~ ( between @ V @ X @ Z )
      | ~ ( between @ X @ Y @ Z )
      | ( equidistant @ V @ Y @ V @ ( continuous @ X @ Y @ Z @ X1 @ Z1 @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',continuity1) ).

thf(3,axiom,
    ! [X: $i,W: $i,V: $i,Y: $i,Z: $i] :
      ( ~ ( equidistant @ X @ W @ X @ V )
      | ~ ( equidistant @ Y @ W @ Y @ V )
      | ~ ( equidistant @ Z @ W @ Z @ V )
      | ( between @ X @ Y @ Z )
      | ( between @ Y @ Z @ X )
      | ( between @ Z @ X @ Y )
      | ( W = V ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',upper_dimension) ).

thf(4,axiom,
    ~ ( between @ lower_dimension_point_3 @ lower_dimension_point_1 @ lower_dimension_point_2 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lower_dimension3) ).

thf(5,axiom,
    ~ ( between @ lower_dimension_point_2 @ lower_dimension_point_3 @ lower_dimension_point_1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lower_dimension2) ).

thf(6,axiom,
    ~ ( between @ lower_dimension_point_1 @ lower_dimension_point_2 @ lower_dimension_point_3 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',lower_dimension1) ).

thf(7,axiom,
    ! [Y: $i,X: $i,W: $i,V: $i] : ( equidistant @ Y @ ( extension @ X @ Y @ W @ V ) @ W @ V ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',segment_construction2) ).

thf(8,axiom,
    ! [X: $i,Y: $i,W: $i,V: $i] : ( between @ X @ Y @ ( extension @ X @ Y @ W @ V ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',segment_construction1) ).

thf(9,axiom,
    ! [X: $i,Y: $i,X1: $i,Y1: $i,Z: $i,Z1: $i,V: $i,V1: $i] :
      ( ~ ( equidistant @ X @ Y @ X1 @ Y1 )
      | ~ ( equidistant @ Y @ Z @ Y1 @ Z1 )
      | ~ ( equidistant @ X @ V @ X1 @ V1 )
      | ~ ( equidistant @ Y @ V @ Y1 @ V1 )
      | ~ ( between @ X @ Y @ Z )
      | ~ ( between @ X1 @ Y1 @ Z1 )
      | ( X = Y )
      | ( equidistant @ Z @ V @ Z1 @ V1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outer_five_segment) ).

thf(10,axiom,
    ! [X: $i,V: $i,W: $i,Y: $i,Z: $i] :
      ( ~ ( between @ X @ V @ W )
      | ~ ( between @ Y @ V @ Z )
      | ( X = V )
      | ( between @ ( euclid1 @ W @ X @ Y @ Z @ V ) @ W @ ( euclid2 @ W @ X @ Y @ Z @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',euclid3) ).

thf(11,axiom,
    ! [X: $i,V: $i,W: $i,Y: $i,Z: $i] :
      ( ~ ( between @ X @ V @ W )
      | ~ ( between @ Y @ V @ Z )
      | ( X = V )
      | ( between @ X @ Y @ ( euclid2 @ W @ X @ Y @ Z @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',euclid2) ).

thf(12,axiom,
    ! [X: $i,V: $i,W: $i,Y: $i,Z: $i] :
      ( ~ ( between @ X @ V @ W )
      | ~ ( between @ Y @ V @ Z )
      | ( X = V )
      | ( between @ X @ Z @ ( euclid1 @ W @ X @ Y @ Z @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',euclid1) ).

thf(13,axiom,
    ! [X: $i,W: $i,V: $i,Y: $i,Z: $i] :
      ( ~ ( between @ X @ W @ V )
      | ~ ( between @ Y @ V @ Z )
      | ( between @ Z @ W @ ( outer_pasch @ W @ X @ Y @ Z @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outer_pasch2) ).

thf(14,axiom,
    ! [X: $i,W: $i,V: $i,Y: $i,Z: $i] :
      ( ~ ( between @ X @ W @ V )
      | ~ ( between @ Y @ V @ Z )
      | ( between @ X @ ( outer_pasch @ W @ X @ Y @ Z @ V ) @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',outer_pasch1) ).

thf(15,axiom,
    ! [X: $i,Y: $i,Z: $i,V: $i,V2: $i,W: $i] :
      ( ~ ( equidistant @ X @ Y @ Z @ V )
      | ~ ( equidistant @ X @ Y @ V2 @ W )
      | ( equidistant @ Z @ V @ V2 @ W ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity_for_equidistance) ).

thf(16,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ~ ( equidistant @ X @ Y @ Z @ Z )
      | ( X = Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_for_equidistance) ).

thf(17,axiom,
    ! [X: $i,Y: $i] : ( equidistant @ X @ Y @ Y @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',reflexivity_for_equidistance) ).

thf(18,axiom,
    ! [X: $i,Y: $i,Z: $i,V: $i] :
      ( ~ ( between @ X @ Y @ Z )
      | ~ ( between @ X @ Y @ V )
      | ( X = Y )
      | ( between @ X @ Z @ V )
      | ( between @ X @ V @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',connectivity_for_betweeness) ).

thf(19,axiom,
    ! [X: $i,Y: $i,V: $i,Z: $i] :
      ( ~ ( between @ X @ Y @ V )
      | ~ ( between @ Y @ Z @ V )
      | ( between @ X @ Y @ Z ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity_for_betweeness) ).

thf(20,axiom,
    ! [X: $i,Y: $i] :
      ( ~ ( between @ X @ Y @ X )
      | ( X = Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',identity_for_betweeness) ).

thf(21,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(22,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[21]) ).

thf(23,negated_conjecture,
    ~ ( between @ a @ a @ b ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_a_between_a_and_b) ).

thf(24,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[22]) ).

thf(25,plain,
    ( ( ! [V: $i,X: $i,X1: $i,Z: $i,Z1: $i,Y: $i] :
          ( ~ ( equidistant @ V @ X @ V @ X1 )
          | ~ ( equidistant @ V @ Z @ V @ Z1 )
          | ~ ( between @ V @ X @ Z )
          | ~ ( between @ X @ Y @ Z )
          | ( between @ X1 @ ( continuous @ X @ Y @ Z @ X1 @ Z1 @ V ) @ Z1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(26,plain,
    ( ( ! [V: $i,X: $i,X1: $i,Z: $i,Z1: $i,Y: $i] :
          ( ~ ( equidistant @ V @ X @ V @ X1 )
          | ~ ( equidistant @ V @ Z @ V @ Z1 )
          | ~ ( between @ V @ X @ Z )
          | ~ ( between @ X @ Y @ Z )
          | ( equidistant @ V @ Y @ V @ ( continuous @ X @ Y @ Z @ X1 @ Z1 @ V ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(27,plain,
    ( ( ! [X: $i,W: $i,V: $i,Y: $i,Z: $i] :
          ( ~ ( equidistant @ X @ W @ X @ V )
          | ~ ( equidistant @ Y @ W @ Y @ V )
          | ~ ( equidistant @ Z @ W @ Z @ V )
          | ( between @ X @ Y @ Z )
          | ( between @ Y @ Z @ X )
          | ( between @ Z @ X @ Y )
          | ( W = V ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(28,plain,
    ( ( ~ ( between @ lower_dimension_point_3 @ lower_dimension_point_1 @ lower_dimension_point_2 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(29,plain,
    ( ( ~ ( between @ lower_dimension_point_2 @ lower_dimension_point_3 @ lower_dimension_point_1 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(30,plain,
    ( ( ~ ( between @ lower_dimension_point_1 @ lower_dimension_point_2 @ lower_dimension_point_3 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(31,plain,
    ( ( ! [Y: $i,X: $i,W: $i,V: $i] : ( equidistant @ Y @ ( extension @ X @ Y @ W @ V ) @ W @ V ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(32,plain,
    ( ( ! [X: $i,Y: $i,W: $i,V: $i] : ( between @ X @ Y @ ( extension @ X @ Y @ W @ V ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i,X1: $i,Y1: $i,Z: $i,Z1: $i,V: $i,V1: $i] :
          ( ~ ( equidistant @ X @ Y @ X1 @ Y1 )
          | ~ ( equidistant @ Y @ Z @ Y1 @ Z1 )
          | ~ ( equidistant @ X @ V @ X1 @ V1 )
          | ~ ( equidistant @ Y @ V @ Y1 @ V1 )
          | ~ ( between @ X @ Y @ Z )
          | ~ ( between @ X1 @ Y1 @ Z1 )
          | ( X = Y )
          | ( equidistant @ Z @ V @ Z1 @ V1 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(34,plain,
    ( ( ! [X: $i,V: $i,W: $i,Y: $i,Z: $i] :
          ( ~ ( between @ X @ V @ W )
          | ~ ( between @ Y @ V @ Z )
          | ( X = V )
          | ( between @ ( euclid1 @ W @ X @ Y @ Z @ V ) @ W @ ( euclid2 @ W @ X @ Y @ Z @ V ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(35,plain,
    ( ( ! [X: $i,V: $i,W: $i,Y: $i,Z: $i] :
          ( ~ ( between @ X @ V @ W )
          | ~ ( between @ Y @ V @ Z )
          | ( X = V )
          | ( between @ X @ Y @ ( euclid2 @ W @ X @ Y @ Z @ V ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(36,plain,
    ( ( ! [X: $i,V: $i,W: $i,Y: $i,Z: $i] :
          ( ~ ( between @ X @ V @ W )
          | ~ ( between @ Y @ V @ Z )
          | ( X = V )
          | ( between @ X @ Z @ ( euclid1 @ W @ X @ Y @ Z @ V ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(37,plain,
    ( ( ! [X: $i,W: $i,V: $i,Y: $i,Z: $i] :
          ( ~ ( between @ X @ W @ V )
          | ~ ( between @ Y @ V @ Z )
          | ( between @ Z @ W @ ( outer_pasch @ W @ X @ Y @ Z @ V ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(38,plain,
    ( ( ! [X: $i,W: $i,V: $i,Y: $i,Z: $i] :
          ( ~ ( between @ X @ W @ V )
          | ~ ( between @ Y @ V @ Z )
          | ( between @ X @ ( outer_pasch @ W @ X @ Y @ Z @ V ) @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(39,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,V: $i,V2: $i,W: $i] :
          ( ~ ( equidistant @ X @ Y @ Z @ V )
          | ~ ( equidistant @ X @ Y @ V2 @ W )
          | ( equidistant @ Z @ V @ V2 @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(40,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( equidistant @ X @ Y @ Z @ Z )
          | ( X = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(41,plain,
    ( ( ! [X: $i,Y: $i] : ( equidistant @ X @ Y @ Y @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(42,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,V: $i] :
          ( ~ ( between @ X @ Y @ Z )
          | ~ ( between @ X @ Y @ V )
          | ( X = Y )
          | ( between @ X @ Z @ V )
          | ( between @ X @ V @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(43,plain,
    ( ( ! [X: $i,Y: $i,V: $i,Z: $i] :
          ( ~ ( between @ X @ Y @ V )
          | ~ ( between @ Y @ Z @ V )
          | ( between @ X @ Y @ Z ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(44,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( between @ X @ Y @ X )
          | ( X = Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(45,plain,
    ( ( ~ ( between @ a @ a @ b ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(46,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[24]) ).

thf(47,plain,
    ( ( ! [V: $i,X: $i,X1: $i,Z: $i] :
          ( ~ ( equidistant @ V @ X @ V @ X1 )
          | ! [Z1: $i] :
              ( ~ ( equidistant @ V @ Z @ V @ Z1 )
              | ~ ( between @ V @ X @ Z )
              | ! [Y: $i] :
                  ( ~ ( between @ X @ Y @ Z )
                  | ( between @ X1 @ ( continuous @ X @ Y @ Z @ X1 @ Z1 @ V ) @ Z1 ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(48,plain,
    ( ( ! [V: $i,X: $i,X1: $i,Z: $i] :
          ( ~ ( equidistant @ V @ X @ V @ X1 )
          | ! [Z1: $i] :
              ( ~ ( equidistant @ V @ Z @ V @ Z1 )
              | ~ ( between @ V @ X @ Z )
              | ! [Y: $i] :
                  ( ~ ( between @ X @ Y @ Z )
                  | ( equidistant @ V @ Y @ V @ ( continuous @ X @ Y @ Z @ X1 @ Z1 @ V ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(49,plain,
    ( ( ! [X: $i,W: $i,V: $i] :
          ( ~ ( equidistant @ X @ W @ X @ V )
          | ! [Y: $i] :
              ( ~ ( equidistant @ Y @ W @ Y @ V )
              | ! [Z: $i] :
                  ( ~ ( equidistant @ Z @ W @ Z @ V )
                  | ( between @ X @ Y @ Z )
                  | ( between @ Y @ Z @ X )
                  | ( W = V )
                  | ( between @ Z @ X @ Y ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[27]) ).

thf(50,plain,
    ( ( ! [X: $i,Y: $i,X1: $i,Y1: $i,Z: $i,Z1: $i] :
          ( ~ ( equidistant @ X @ Y @ X1 @ Y1 )
          | ~ ( equidistant @ Y @ Z @ Y1 @ Z1 )
          | ! [V: $i,V1: $i] :
              ( ~ ( equidistant @ X @ V @ X1 @ V1 )
              | ~ ( equidistant @ Y @ V @ Y1 @ V1 )
              | ~ ( between @ X @ Y @ Z )
              | ~ ( between @ X1 @ Y1 @ Z1 )
              | ( X = Y )
              | ( equidistant @ Z @ V @ Z1 @ V1 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

thf(51,plain,
    ( ( ! [X: $i,V: $i,W: $i] :
          ( ~ ( between @ X @ V @ W )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( X = V )
              | ( between @ ( euclid1 @ W @ X @ Y @ Z @ V ) @ W @ ( euclid2 @ W @ X @ Y @ Z @ V ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(52,plain,
    ( ( ! [X: $i,V: $i,W: $i] :
          ( ~ ( between @ X @ V @ W )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( X = V )
              | ( between @ X @ Y @ ( euclid2 @ W @ X @ Y @ Z @ V ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[35]) ).

thf(53,plain,
    ( ( ! [X: $i,V: $i,W: $i] :
          ( ~ ( between @ X @ V @ W )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( X = V )
              | ( between @ X @ Z @ ( euclid1 @ W @ X @ Y @ Z @ V ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[36]) ).

thf(54,plain,
    ( ( ! [X: $i,W: $i,V: $i] :
          ( ~ ( between @ X @ W @ V )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( between @ Z @ W @ ( outer_pasch @ W @ X @ Y @ Z @ V ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[37]) ).

thf(55,plain,
    ( ( ! [X: $i,W: $i,V: $i] :
          ( ~ ( between @ X @ W @ V )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( between @ X @ ( outer_pasch @ W @ X @ Y @ Z @ V ) @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[38]) ).

thf(56,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,V: $i] :
          ( ~ ( equidistant @ X @ Y @ Z @ V )
          | ! [V2: $i,W: $i] :
              ( ~ ( equidistant @ X @ Y @ V2 @ W )
              | ( equidistant @ Z @ V @ V2 @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[39]) ).

thf(57,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [Z: $i] :
              ~ ( equidistant @ X @ Y @ Z @ Z )
          | ( X = Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[40]) ).

thf(58,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( between @ X @ Y @ Z )
          | ! [V: $i] :
              ( ~ ( between @ X @ Y @ V )
              | ( X = Y )
              | ( between @ X @ Z @ V )
              | ( between @ X @ V @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[42]) ).

thf(59,plain,
    ( ( ! [X: $i,Y: $i,V: $i] :
          ( ~ ( between @ X @ Y @ V )
          | ! [Z: $i] :
              ( ~ ( between @ Y @ Z @ V )
              | ( between @ X @ Y @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[43]) ).

thf(60,plain,
    ( ( ~ ( between @ a @ a @ b ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(61,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( between @ X @ Y @ X )
          | ( X = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(62,plain,
    ( ( ! [X: $i,Y: $i,V: $i] :
          ( ~ ( between @ X @ Y @ V )
          | ! [Z: $i] :
              ( ~ ( between @ Y @ Z @ V )
              | ( between @ X @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[59]) ).

thf(63,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ~ ( between @ X @ Y @ Z )
          | ! [V: $i] :
              ( ~ ( between @ X @ Y @ V )
              | ( X = Y )
              | ( between @ X @ Z @ V )
              | ( between @ X @ V @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[58]) ).

thf(64,plain,
    ( ( ! [X: $i,Y: $i] : ( equidistant @ X @ Y @ Y @ X ) )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(65,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ! [Z: $i] :
              ~ ( equidistant @ X @ Y @ Z @ Z )
          | ( X = Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(66,plain,
    ( ( ! [X: $i,Y: $i,Z: $i,V: $i] :
          ( ~ ( equidistant @ X @ Y @ Z @ V )
          | ! [V2: $i,W: $i] :
              ( ~ ( equidistant @ X @ Y @ V2 @ W )
              | ( equidistant @ Z @ V @ V2 @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(67,plain,
    ( ( ! [X: $i,W: $i,V: $i] :
          ( ~ ( between @ X @ W @ V )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( between @ X @ ( outer_pasch @ W @ X @ Y @ Z @ V ) @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(68,plain,
    ( ( ! [X: $i,W: $i,V: $i] :
          ( ~ ( between @ X @ W @ V )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( between @ Z @ W @ ( outer_pasch @ W @ X @ Y @ Z @ V ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(69,plain,
    ( ( ! [X: $i,V: $i,W: $i] :
          ( ~ ( between @ X @ V @ W )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( X = V )
              | ( between @ X @ Z @ ( euclid1 @ W @ X @ Y @ Z @ V ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(70,plain,
    ( ( ! [X: $i,V: $i,W: $i] :
          ( ~ ( between @ X @ V @ W )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( X = V )
              | ( between @ X @ Y @ ( euclid2 @ W @ X @ Y @ Z @ V ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(71,plain,
    ( ( ! [X: $i,V: $i,W: $i] :
          ( ~ ( between @ X @ V @ W )
          | ! [Y: $i,Z: $i] :
              ( ~ ( between @ Y @ V @ Z )
              | ( X = V )
              | ( between @ ( euclid1 @ W @ X @ Y @ Z @ V ) @ W @ ( euclid2 @ W @ X @ Y @ Z @ V ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(72,plain,
    ( ( ! [X: $i,Y: $i,X1: $i,Y1: $i,Z: $i,Z1: $i] :
          ( ~ ( equidistant @ X @ Y @ X1 @ Y1 )
          | ~ ( equidistant @ Y @ Z @ Y1 @ Z1 )
          | ! [V: $i,V1: $i] :
              ( ~ ( equidistant @ X @ V @ X1 @ V1 )
              | ~ ( equidistant @ Y @ V @ Y1 @ V1 )
              | ~ ( between @ X @ Y @ Z )
              | ~ ( between @ X1 @ Y1 @ Z1 )
              | ( X = Y )
              | ( equidistant @ Z @ V @ Z1 @ V1 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(73,plain,
    ( ( ! [X: $i,Y: $i,W: $i,V: $i] : ( between @ X @ Y @ ( extension @ X @ Y @ W @ V ) ) )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(74,plain,
    ( ( ! [Y: $i,X: $i,W: $i,V: $i] : ( equidistant @ Y @ ( extension @ X @ Y @ W @ V ) @ W @ V ) )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(75,plain,
    ( ( ~ ( between @ lower_dimension_point_1 @ lower_dimension_point_2 @ lower_dimension_point_3 ) )
    = $true ),
    inference(copy,[status(thm)],[30]) ).

thf(76,plain,
    ( ( ~ ( between @ lower_dimension_point_2 @ lower_dimension_point_3 @ lower_dimension_point_1 ) )
    = $true ),
    inference(copy,[status(thm)],[29]) ).

thf(77,plain,
    ( ( ~ ( between @ lower_dimension_point_3 @ lower_dimension_point_1 @ lower_dimension_point_2 ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(78,plain,
    ( ( ! [X: $i,W: $i,V: $i] :
          ( ~ ( equidistant @ X @ W @ X @ V )
          | ! [Y: $i] :
              ( ~ ( equidistant @ Y @ W @ Y @ V )
              | ! [Z: $i] :
                  ( ~ ( equidistant @ Z @ W @ Z @ V )
                  | ( between @ X @ Y @ Z )
                  | ( between @ Y @ Z @ X )
                  | ( W = V )
                  | ( between @ Z @ X @ Y ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(79,plain,
    ( ( ! [V: $i,X: $i,X1: $i,Z: $i] :
          ( ~ ( equidistant @ V @ X @ V @ X1 )
          | ! [Z1: $i] :
              ( ~ ( equidistant @ V @ Z @ V @ Z1 )
              | ~ ( between @ V @ X @ Z )
              | ! [Y: $i] :
                  ( ~ ( between @ X @ Y @ Z )
                  | ( equidistant @ V @ Y @ V @ ( continuous @ X @ Y @ Z @ X1 @ Z1 @ V ) ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(80,plain,
    ( ( ! [V: $i,X: $i,X1: $i,Z: $i] :
          ( ~ ( equidistant @ V @ X @ V @ X1 )
          | ! [Z1: $i] :
              ( ~ ( equidistant @ V @ Z @ V @ Z1 )
              | ~ ( between @ V @ X @ Z )
              | ! [Y: $i] :
                  ( ~ ( between @ X @ Y @ Z )
                  | ( between @ X1 @ ( continuous @ X @ Y @ Z @ X1 @ Z1 @ V ) @ Z1 ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(81,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(82,plain,
    ( ( between @ a @ a @ b )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[60]) ).

thf(83,plain,
    ! [SV1: $i] :
      ( ( ! [SY79: $i] :
            ( ~ ( between @ SV1 @ SY79 @ SV1 )
            | ( SV1 = SY79 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[61]) ).

thf(84,plain,
    ! [SV2: $i] :
      ( ( ! [SY80: $i,SY81: $i] :
            ( ~ ( between @ SV2 @ SY80 @ SY81 )
            | ! [SY82: $i] :
                ( ~ ( between @ SY80 @ SY82 @ SY81 )
                | ( between @ SV2 @ SY80 @ SY82 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[62]) ).

thf(85,plain,
    ! [SV3: $i] :
      ( ( ! [SY83: $i,SY84: $i] :
            ( ~ ( between @ SV3 @ SY83 @ SY84 )
            | ! [SY85: $i] :
                ( ~ ( between @ SV3 @ SY83 @ SY85 )
                | ( SV3 = SY83 )
                | ( between @ SV3 @ SY84 @ SY85 )
                | ( between @ SV3 @ SY85 @ SY84 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(86,plain,
    ! [SV4: $i] :
      ( ( ! [SY86: $i] : ( equidistant @ SV4 @ SY86 @ SY86 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(87,plain,
    ! [SV5: $i] :
      ( ( ! [SY87: $i] :
            ( ! [SY88: $i] :
                ~ ( equidistant @ SV5 @ SY87 @ SY88 @ SY88 )
            | ( SV5 = SY87 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(88,plain,
    ! [SV6: $i] :
      ( ( ! [SY89: $i,SY90: $i,SY91: $i] :
            ( ~ ( equidistant @ SV6 @ SY89 @ SY90 @ SY91 )
            | ! [SY92: $i,SY93: $i] :
                ( ~ ( equidistant @ SV6 @ SY89 @ SY92 @ SY93 )
                | ( equidistant @ SY90 @ SY91 @ SY92 @ SY93 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(89,plain,
    ! [SV7: $i] :
      ( ( ! [SY94: $i,SY95: $i] :
            ( ~ ( between @ SV7 @ SY94 @ SY95 )
            | ! [SY96: $i,SY97: $i] :
                ( ~ ( between @ SY96 @ SY95 @ SY97 )
                | ( between @ SV7 @ ( outer_pasch @ SY94 @ SV7 @ SY96 @ SY97 @ SY95 ) @ SY96 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(90,plain,
    ! [SV8: $i] :
      ( ( ! [SY98: $i,SY99: $i] :
            ( ~ ( between @ SV8 @ SY98 @ SY99 )
            | ! [SY100: $i,SY101: $i] :
                ( ~ ( between @ SY100 @ SY99 @ SY101 )
                | ( between @ SY101 @ SY98 @ ( outer_pasch @ SY98 @ SV8 @ SY100 @ SY101 @ SY99 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(91,plain,
    ! [SV9: $i] :
      ( ( ! [SY102: $i,SY103: $i] :
            ( ~ ( between @ SV9 @ SY102 @ SY103 )
            | ! [SY104: $i,SY105: $i] :
                ( ~ ( between @ SY104 @ SY102 @ SY105 )
                | ( SV9 = SY102 )
                | ( between @ SV9 @ SY105 @ ( euclid1 @ SY103 @ SV9 @ SY104 @ SY105 @ SY102 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(92,plain,
    ! [SV10: $i] :
      ( ( ! [SY106: $i,SY107: $i] :
            ( ~ ( between @ SV10 @ SY106 @ SY107 )
            | ! [SY108: $i,SY109: $i] :
                ( ~ ( between @ SY108 @ SY106 @ SY109 )
                | ( SV10 = SY106 )
                | ( between @ SV10 @ SY108 @ ( euclid2 @ SY107 @ SV10 @ SY108 @ SY109 @ SY106 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(93,plain,
    ! [SV11: $i] :
      ( ( ! [SY110: $i,SY111: $i] :
            ( ~ ( between @ SV11 @ SY110 @ SY111 )
            | ! [SY112: $i,SY113: $i] :
                ( ~ ( between @ SY112 @ SY110 @ SY113 )
                | ( SV11 = SY110 )
                | ( between @ ( euclid1 @ SY111 @ SV11 @ SY112 @ SY113 @ SY110 ) @ SY111 @ ( euclid2 @ SY111 @ SV11 @ SY112 @ SY113 @ SY110 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(94,plain,
    ! [SV12: $i] :
      ( ( ! [SY114: $i,SY115: $i,SY116: $i,SY117: $i,SY118: $i] :
            ( ~ ( equidistant @ SV12 @ SY114 @ SY115 @ SY116 )
            | ~ ( equidistant @ SY114 @ SY117 @ SY116 @ SY118 )
            | ! [SY119: $i,SY120: $i] :
                ( ~ ( equidistant @ SV12 @ SY119 @ SY115 @ SY120 )
                | ~ ( equidistant @ SY114 @ SY119 @ SY116 @ SY120 )
                | ~ ( between @ SV12 @ SY114 @ SY117 )
                | ~ ( between @ SY115 @ SY116 @ SY118 )
                | ( SV12 = SY114 )
                | ( equidistant @ SY117 @ SY119 @ SY118 @ SY120 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(95,plain,
    ! [SV13: $i] :
      ( ( ! [SY121: $i,SY122: $i,SY123: $i] : ( between @ SV13 @ SY121 @ ( extension @ SV13 @ SY121 @ SY122 @ SY123 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(96,plain,
    ! [SV14: $i] :
      ( ( ! [SY124: $i,SY125: $i,SY126: $i] : ( equidistant @ SV14 @ ( extension @ SY124 @ SV14 @ SY125 @ SY126 ) @ SY125 @ SY126 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(97,plain,
    ( ( between @ lower_dimension_point_1 @ lower_dimension_point_2 @ lower_dimension_point_3 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[75]) ).

thf(98,plain,
    ( ( between @ lower_dimension_point_2 @ lower_dimension_point_3 @ lower_dimension_point_1 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[76]) ).

thf(99,plain,
    ( ( between @ lower_dimension_point_3 @ lower_dimension_point_1 @ lower_dimension_point_2 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[77]) ).

thf(100,plain,
    ! [SV15: $i] :
      ( ( ! [SY127: $i,SY128: $i] :
            ( ~ ( equidistant @ SV15 @ SY127 @ SV15 @ SY128 )
            | ! [SY129: $i] :
                ( ~ ( equidistant @ SY129 @ SY127 @ SY129 @ SY128 )
                | ! [SY130: $i] :
                    ( ~ ( equidistant @ SY130 @ SY127 @ SY130 @ SY128 )
                    | ( between @ SV15 @ SY129 @ SY130 )
                    | ( between @ SY129 @ SY130 @ SV15 )
                    | ( SY127 = SY128 )
                    | ( between @ SY130 @ SV15 @ SY129 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(101,plain,
    ! [SV16: $i] :
      ( ( ! [SY131: $i,SY132: $i,SY133: $i] :
            ( ~ ( equidistant @ SV16 @ SY131 @ SV16 @ SY132 )
            | ! [SY134: $i] :
                ( ~ ( equidistant @ SV16 @ SY133 @ SV16 @ SY134 )
                | ~ ( between @ SV16 @ SY131 @ SY133 )
                | ! [SY135: $i] :
                    ( ~ ( between @ SY131 @ SY135 @ SY133 )
                    | ( equidistant @ SV16 @ SY135 @ SV16 @ ( continuous @ SY131 @ SY135 @ SY133 @ SY132 @ SY134 @ SV16 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(102,plain,
    ! [SV17: $i] :
      ( ( ! [SY136: $i,SY137: $i,SY138: $i] :
            ( ~ ( equidistant @ SV17 @ SY136 @ SV17 @ SY137 )
            | ! [SY139: $i] :
                ( ~ ( equidistant @ SV17 @ SY138 @ SV17 @ SY139 )
                | ~ ( between @ SV17 @ SY136 @ SY138 )
                | ! [SY140: $i] :
                    ( ~ ( between @ SY136 @ SY140 @ SY138 )
                    | ( between @ SY137 @ ( continuous @ SY136 @ SY140 @ SY138 @ SY137 @ SY139 @ SV17 ) @ SY139 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(103,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[81]) ).

thf(104,plain,
    ! [SV18: $i,SV1: $i] :
      ( ( ~ ( between @ SV1 @ SV18 @ SV1 )
        | ( SV1 = SV18 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(105,plain,
    ! [SV19: $i,SV2: $i] :
      ( ( ! [SY141: $i] :
            ( ~ ( between @ SV2 @ SV19 @ SY141 )
            | ! [SY142: $i] :
                ( ~ ( between @ SV19 @ SY142 @ SY141 )
                | ( between @ SV2 @ SV19 @ SY142 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(106,plain,
    ! [SV20: $i,SV3: $i] :
      ( ( ! [SY143: $i] :
            ( ~ ( between @ SV3 @ SV20 @ SY143 )
            | ! [SY144: $i] :
                ( ~ ( between @ SV3 @ SV20 @ SY144 )
                | ( SV3 = SV20 )
                | ( between @ SV3 @ SY143 @ SY144 )
                | ( between @ SV3 @ SY144 @ SY143 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(107,plain,
    ! [SV21: $i,SV4: $i] :
      ( ( equidistant @ SV4 @ SV21 @ SV21 @ SV4 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(108,plain,
    ! [SV22: $i,SV5: $i] :
      ( ( ! [SY145: $i] :
            ~ ( equidistant @ SV5 @ SV22 @ SY145 @ SY145 )
        | ( SV5 = SV22 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(109,plain,
    ! [SV23: $i,SV6: $i] :
      ( ( ! [SY146: $i,SY147: $i] :
            ( ~ ( equidistant @ SV6 @ SV23 @ SY146 @ SY147 )
            | ! [SY148: $i,SY149: $i] :
                ( ~ ( equidistant @ SV6 @ SV23 @ SY148 @ SY149 )
                | ( equidistant @ SY146 @ SY147 @ SY148 @ SY149 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(110,plain,
    ! [SV24: $i,SV7: $i] :
      ( ( ! [SY150: $i] :
            ( ~ ( between @ SV7 @ SV24 @ SY150 )
            | ! [SY151: $i,SY152: $i] :
                ( ~ ( between @ SY151 @ SY150 @ SY152 )
                | ( between @ SV7 @ ( outer_pasch @ SV24 @ SV7 @ SY151 @ SY152 @ SY150 ) @ SY151 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(111,plain,
    ! [SV25: $i,SV8: $i] :
      ( ( ! [SY153: $i] :
            ( ~ ( between @ SV8 @ SV25 @ SY153 )
            | ! [SY154: $i,SY155: $i] :
                ( ~ ( between @ SY154 @ SY153 @ SY155 )
                | ( between @ SY155 @ SV25 @ ( outer_pasch @ SV25 @ SV8 @ SY154 @ SY155 @ SY153 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(112,plain,
    ! [SV26: $i,SV9: $i] :
      ( ( ! [SY156: $i] :
            ( ~ ( between @ SV9 @ SV26 @ SY156 )
            | ! [SY157: $i,SY158: $i] :
                ( ~ ( between @ SY157 @ SV26 @ SY158 )
                | ( SV9 = SV26 )
                | ( between @ SV9 @ SY158 @ ( euclid1 @ SY156 @ SV9 @ SY157 @ SY158 @ SV26 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(113,plain,
    ! [SV27: $i,SV10: $i] :
      ( ( ! [SY159: $i] :
            ( ~ ( between @ SV10 @ SV27 @ SY159 )
            | ! [SY160: $i,SY161: $i] :
                ( ~ ( between @ SY160 @ SV27 @ SY161 )
                | ( SV10 = SV27 )
                | ( between @ SV10 @ SY160 @ ( euclid2 @ SY159 @ SV10 @ SY160 @ SY161 @ SV27 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(114,plain,
    ! [SV28: $i,SV11: $i] :
      ( ( ! [SY162: $i] :
            ( ~ ( between @ SV11 @ SV28 @ SY162 )
            | ! [SY163: $i,SY164: $i] :
                ( ~ ( between @ SY163 @ SV28 @ SY164 )
                | ( SV11 = SV28 )
                | ( between @ ( euclid1 @ SY162 @ SV11 @ SY163 @ SY164 @ SV28 ) @ SY162 @ ( euclid2 @ SY162 @ SV11 @ SY163 @ SY164 @ SV28 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(115,plain,
    ! [SV29: $i,SV12: $i] :
      ( ( ! [SY165: $i,SY166: $i,SY167: $i,SY168: $i] :
            ( ~ ( equidistant @ SV12 @ SV29 @ SY165 @ SY166 )
            | ~ ( equidistant @ SV29 @ SY167 @ SY166 @ SY168 )
            | ! [SY169: $i,SY170: $i] :
                ( ~ ( equidistant @ SV12 @ SY169 @ SY165 @ SY170 )
                | ~ ( equidistant @ SV29 @ SY169 @ SY166 @ SY170 )
                | ~ ( between @ SV12 @ SV29 @ SY167 )
                | ~ ( between @ SY165 @ SY166 @ SY168 )
                | ( SV12 = SV29 )
                | ( equidistant @ SY167 @ SY169 @ SY168 @ SY170 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(116,plain,
    ! [SV30: $i,SV13: $i] :
      ( ( ! [SY171: $i,SY172: $i] : ( between @ SV13 @ SV30 @ ( extension @ SV13 @ SV30 @ SY171 @ SY172 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[95]) ).

thf(117,plain,
    ! [SV31: $i,SV14: $i] :
      ( ( ! [SY173: $i,SY174: $i] : ( equidistant @ SV14 @ ( extension @ SV31 @ SV14 @ SY173 @ SY174 ) @ SY173 @ SY174 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(118,plain,
    ! [SV32: $i,SV15: $i] :
      ( ( ! [SY175: $i] :
            ( ~ ( equidistant @ SV15 @ SV32 @ SV15 @ SY175 )
            | ! [SY176: $i] :
                ( ~ ( equidistant @ SY176 @ SV32 @ SY176 @ SY175 )
                | ! [SY177: $i] :
                    ( ~ ( equidistant @ SY177 @ SV32 @ SY177 @ SY175 )
                    | ( between @ SV15 @ SY176 @ SY177 )
                    | ( between @ SY176 @ SY177 @ SV15 )
                    | ( SV32 = SY175 )
                    | ( between @ SY177 @ SV15 @ SY176 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(119,plain,
    ! [SV33: $i,SV16: $i] :
      ( ( ! [SY178: $i,SY179: $i] :
            ( ~ ( equidistant @ SV16 @ SV33 @ SV16 @ SY178 )
            | ! [SY180: $i] :
                ( ~ ( equidistant @ SV16 @ SY179 @ SV16 @ SY180 )
                | ~ ( between @ SV16 @ SV33 @ SY179 )
                | ! [SY181: $i] :
                    ( ~ ( between @ SV33 @ SY181 @ SY179 )
                    | ( equidistant @ SV16 @ SY181 @ SV16 @ ( continuous @ SV33 @ SY181 @ SY179 @ SY178 @ SY180 @ SV16 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(120,plain,
    ! [SV34: $i,SV17: $i] :
      ( ( ! [SY182: $i,SY183: $i] :
            ( ~ ( equidistant @ SV17 @ SV34 @ SV17 @ SY182 )
            | ! [SY184: $i] :
                ( ~ ( equidistant @ SV17 @ SY183 @ SV17 @ SY184 )
                | ~ ( between @ SV17 @ SV34 @ SY183 )
                | ! [SY185: $i] :
                    ( ~ ( between @ SV34 @ SY185 @ SY183 )
                    | ( between @ SY182 @ ( continuous @ SV34 @ SY185 @ SY183 @ SY182 @ SY184 @ SV17 ) @ SY184 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[102]) ).

thf(121,plain,
    ! [SV18: $i,SV1: $i] :
      ( ( ( ~ ( between @ SV1 @ SV18 @ SV1 ) )
        = $true )
      | ( ( SV1 = SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[104]) ).

thf(122,plain,
    ! [SV35: $i,SV19: $i,SV2: $i] :
      ( ( ~ ( between @ SV2 @ SV19 @ SV35 )
        | ! [SY186: $i] :
            ( ~ ( between @ SV19 @ SY186 @ SV35 )
            | ( between @ SV2 @ SV19 @ SY186 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

thf(123,plain,
    ! [SV36: $i,SV20: $i,SV3: $i] :
      ( ( ~ ( between @ SV3 @ SV20 @ SV36 )
        | ! [SY187: $i] :
            ( ~ ( between @ SV3 @ SV20 @ SY187 )
            | ( SV3 = SV20 )
            | ( between @ SV3 @ SV36 @ SY187 )
            | ( between @ SV3 @ SY187 @ SV36 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(124,plain,
    ! [SV22: $i,SV5: $i] :
      ( ( ( ! [SY145: $i] :
              ~ ( equidistant @ SV5 @ SV22 @ SY145 @ SY145 ) )
        = $true )
      | ( ( SV5 = SV22 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(125,plain,
    ! [SV37: $i,SV23: $i,SV6: $i] :
      ( ( ! [SY188: $i] :
            ( ~ ( equidistant @ SV6 @ SV23 @ SV37 @ SY188 )
            | ! [SY189: $i,SY190: $i] :
                ( ~ ( equidistant @ SV6 @ SV23 @ SY189 @ SY190 )
                | ( equidistant @ SV37 @ SY188 @ SY189 @ SY190 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(126,plain,
    ! [SV38: $i,SV24: $i,SV7: $i] :
      ( ( ~ ( between @ SV7 @ SV24 @ SV38 )
        | ! [SY191: $i,SY192: $i] :
            ( ~ ( between @ SY191 @ SV38 @ SY192 )
            | ( between @ SV7 @ ( outer_pasch @ SV24 @ SV7 @ SY191 @ SY192 @ SV38 ) @ SY191 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(127,plain,
    ! [SV39: $i,SV25: $i,SV8: $i] :
      ( ( ~ ( between @ SV8 @ SV25 @ SV39 )
        | ! [SY193: $i,SY194: $i] :
            ( ~ ( between @ SY193 @ SV39 @ SY194 )
            | ( between @ SY194 @ SV25 @ ( outer_pasch @ SV25 @ SV8 @ SY193 @ SY194 @ SV39 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[111]) ).

thf(128,plain,
    ! [SV40: $i,SV26: $i,SV9: $i] :
      ( ( ~ ( between @ SV9 @ SV26 @ SV40 )
        | ! [SY195: $i,SY196: $i] :
            ( ~ ( between @ SY195 @ SV26 @ SY196 )
            | ( SV9 = SV26 )
            | ( between @ SV9 @ SY196 @ ( euclid1 @ SV40 @ SV9 @ SY195 @ SY196 @ SV26 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[112]) ).

thf(129,plain,
    ! [SV41: $i,SV27: $i,SV10: $i] :
      ( ( ~ ( between @ SV10 @ SV27 @ SV41 )
        | ! [SY197: $i,SY198: $i] :
            ( ~ ( between @ SY197 @ SV27 @ SY198 )
            | ( SV10 = SV27 )
            | ( between @ SV10 @ SY197 @ ( euclid2 @ SV41 @ SV10 @ SY197 @ SY198 @ SV27 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[113]) ).

thf(130,plain,
    ! [SV42: $i,SV28: $i,SV11: $i] :
      ( ( ~ ( between @ SV11 @ SV28 @ SV42 )
        | ! [SY199: $i,SY200: $i] :
            ( ~ ( between @ SY199 @ SV28 @ SY200 )
            | ( SV11 = SV28 )
            | ( between @ ( euclid1 @ SV42 @ SV11 @ SY199 @ SY200 @ SV28 ) @ SV42 @ ( euclid2 @ SV42 @ SV11 @ SY199 @ SY200 @ SV28 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

thf(131,plain,
    ! [SV43: $i,SV29: $i,SV12: $i] :
      ( ( ! [SY201: $i,SY202: $i,SY203: $i] :
            ( ~ ( equidistant @ SV12 @ SV29 @ SV43 @ SY201 )
            | ~ ( equidistant @ SV29 @ SY202 @ SY201 @ SY203 )
            | ! [SY204: $i,SY205: $i] :
                ( ~ ( equidistant @ SV12 @ SY204 @ SV43 @ SY205 )
                | ~ ( equidistant @ SV29 @ SY204 @ SY201 @ SY205 )
                | ~ ( between @ SV12 @ SV29 @ SY202 )
                | ~ ( between @ SV43 @ SY201 @ SY203 )
                | ( SV12 = SV29 )
                | ( equidistant @ SY202 @ SY204 @ SY203 @ SY205 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(132,plain,
    ! [SV44: $i,SV30: $i,SV13: $i] :
      ( ( ! [SY206: $i] : ( between @ SV13 @ SV30 @ ( extension @ SV13 @ SV30 @ SV44 @ SY206 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[116]) ).

thf(133,plain,
    ! [SV45: $i,SV31: $i,SV14: $i] :
      ( ( ! [SY207: $i] : ( equidistant @ SV14 @ ( extension @ SV31 @ SV14 @ SV45 @ SY207 ) @ SV45 @ SY207 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[117]) ).

thf(134,plain,
    ! [SV46: $i,SV32: $i,SV15: $i] :
      ( ( ~ ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        | ! [SY208: $i] :
            ( ~ ( equidistant @ SY208 @ SV32 @ SY208 @ SV46 )
            | ! [SY209: $i] :
                ( ~ ( equidistant @ SY209 @ SV32 @ SY209 @ SV46 )
                | ( between @ SV15 @ SY208 @ SY209 )
                | ( between @ SY208 @ SY209 @ SV15 )
                | ( SV32 = SV46 )
                | ( between @ SY209 @ SV15 @ SY208 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(135,plain,
    ! [SV47: $i,SV33: $i,SV16: $i] :
      ( ( ! [SY210: $i] :
            ( ~ ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
            | ! [SY211: $i] :
                ( ~ ( equidistant @ SV16 @ SY210 @ SV16 @ SY211 )
                | ~ ( between @ SV16 @ SV33 @ SY210 )
                | ! [SY212: $i] :
                    ( ~ ( between @ SV33 @ SY212 @ SY210 )
                    | ( equidistant @ SV16 @ SY212 @ SV16 @ ( continuous @ SV33 @ SY212 @ SY210 @ SV47 @ SY211 @ SV16 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[119]) ).

thf(136,plain,
    ! [SV48: $i,SV34: $i,SV17: $i] :
      ( ( ! [SY213: $i] :
            ( ~ ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
            | ! [SY214: $i] :
                ( ~ ( equidistant @ SV17 @ SY213 @ SV17 @ SY214 )
                | ~ ( between @ SV17 @ SV34 @ SY213 )
                | ! [SY215: $i] :
                    ( ~ ( between @ SV34 @ SY215 @ SY213 )
                    | ( between @ SV48 @ ( continuous @ SV34 @ SY215 @ SY213 @ SV48 @ SY214 @ SV17 ) @ SY214 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(137,plain,
    ! [SV18: $i,SV1: $i] :
      ( ( ( between @ SV1 @ SV18 @ SV1 )
        = $false )
      | ( ( SV1 = SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(138,plain,
    ! [SV35: $i,SV19: $i,SV2: $i] :
      ( ( ( ~ ( between @ SV2 @ SV19 @ SV35 ) )
        = $true )
      | ( ( ! [SY186: $i] :
              ( ~ ( between @ SV19 @ SY186 @ SV35 )
              | ( between @ SV2 @ SV19 @ SY186 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[122]) ).

thf(139,plain,
    ! [SV36: $i,SV20: $i,SV3: $i] :
      ( ( ( ~ ( between @ SV3 @ SV20 @ SV36 ) )
        = $true )
      | ( ( ! [SY187: $i] :
              ( ~ ( between @ SV3 @ SV20 @ SY187 )
              | ( SV3 = SV20 )
              | ( between @ SV3 @ SV36 @ SY187 )
              | ( between @ SV3 @ SY187 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[123]) ).

thf(140,plain,
    ! [SV49: $i,SV22: $i,SV5: $i] :
      ( ( ( ~ ( equidistant @ SV5 @ SV22 @ SV49 @ SV49 ) )
        = $true )
      | ( ( SV5 = SV22 )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(141,plain,
    ! [SV50: $i,SV37: $i,SV23: $i,SV6: $i] :
      ( ( ~ ( equidistant @ SV6 @ SV23 @ SV37 @ SV50 )
        | ! [SY216: $i,SY217: $i] :
            ( ~ ( equidistant @ SV6 @ SV23 @ SY216 @ SY217 )
            | ( equidistant @ SV37 @ SV50 @ SY216 @ SY217 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(142,plain,
    ! [SV38: $i,SV24: $i,SV7: $i] :
      ( ( ( ~ ( between @ SV7 @ SV24 @ SV38 ) )
        = $true )
      | ( ( ! [SY191: $i,SY192: $i] :
              ( ~ ( between @ SY191 @ SV38 @ SY192 )
              | ( between @ SV7 @ ( outer_pasch @ SV24 @ SV7 @ SY191 @ SY192 @ SV38 ) @ SY191 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[126]) ).

thf(143,plain,
    ! [SV39: $i,SV25: $i,SV8: $i] :
      ( ( ( ~ ( between @ SV8 @ SV25 @ SV39 ) )
        = $true )
      | ( ( ! [SY193: $i,SY194: $i] :
              ( ~ ( between @ SY193 @ SV39 @ SY194 )
              | ( between @ SY194 @ SV25 @ ( outer_pasch @ SV25 @ SV8 @ SY193 @ SY194 @ SV39 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[127]) ).

thf(144,plain,
    ! [SV40: $i,SV26: $i,SV9: $i] :
      ( ( ( ~ ( between @ SV9 @ SV26 @ SV40 ) )
        = $true )
      | ( ( ! [SY195: $i,SY196: $i] :
              ( ~ ( between @ SY195 @ SV26 @ SY196 )
              | ( SV9 = SV26 )
              | ( between @ SV9 @ SY196 @ ( euclid1 @ SV40 @ SV9 @ SY195 @ SY196 @ SV26 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[128]) ).

thf(145,plain,
    ! [SV41: $i,SV27: $i,SV10: $i] :
      ( ( ( ~ ( between @ SV10 @ SV27 @ SV41 ) )
        = $true )
      | ( ( ! [SY197: $i,SY198: $i] :
              ( ~ ( between @ SY197 @ SV27 @ SY198 )
              | ( SV10 = SV27 )
              | ( between @ SV10 @ SY197 @ ( euclid2 @ SV41 @ SV10 @ SY197 @ SY198 @ SV27 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[129]) ).

thf(146,plain,
    ! [SV42: $i,SV28: $i,SV11: $i] :
      ( ( ( ~ ( between @ SV11 @ SV28 @ SV42 ) )
        = $true )
      | ( ( ! [SY199: $i,SY200: $i] :
              ( ~ ( between @ SY199 @ SV28 @ SY200 )
              | ( SV11 = SV28 )
              | ( between @ ( euclid1 @ SV42 @ SV11 @ SY199 @ SY200 @ SV28 ) @ SV42 @ ( euclid2 @ SV42 @ SV11 @ SY199 @ SY200 @ SV28 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[130]) ).

thf(147,plain,
    ! [SV51: $i,SV43: $i,SV29: $i,SV12: $i] :
      ( ( ! [SY218: $i,SY219: $i] :
            ( ~ ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
            | ~ ( equidistant @ SV29 @ SY218 @ SV51 @ SY219 )
            | ! [SY220: $i,SY221: $i] :
                ( ~ ( equidistant @ SV12 @ SY220 @ SV43 @ SY221 )
                | ~ ( equidistant @ SV29 @ SY220 @ SV51 @ SY221 )
                | ~ ( between @ SV12 @ SV29 @ SY218 )
                | ~ ( between @ SV43 @ SV51 @ SY219 )
                | ( SV12 = SV29 )
                | ( equidistant @ SY218 @ SY220 @ SY219 @ SY221 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[131]) ).

thf(148,plain,
    ! [SV52: $i,SV44: $i,SV30: $i,SV13: $i] :
      ( ( between @ SV13 @ SV30 @ ( extension @ SV13 @ SV30 @ SV44 @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(149,plain,
    ! [SV53: $i,SV45: $i,SV31: $i,SV14: $i] :
      ( ( equidistant @ SV14 @ ( extension @ SV31 @ SV14 @ SV45 @ SV53 ) @ SV45 @ SV53 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(150,plain,
    ! [SV46: $i,SV32: $i,SV15: $i] :
      ( ( ( ~ ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 ) )
        = $true )
      | ( ( ! [SY208: $i] :
              ( ~ ( equidistant @ SY208 @ SV32 @ SY208 @ SV46 )
              | ! [SY209: $i] :
                  ( ~ ( equidistant @ SY209 @ SV32 @ SY209 @ SV46 )
                  | ( between @ SV15 @ SY208 @ SY209 )
                  | ( between @ SY208 @ SY209 @ SV15 )
                  | ( SV32 = SV46 )
                  | ( between @ SY209 @ SV15 @ SY208 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[134]) ).

thf(151,plain,
    ! [SV54: $i,SV47: $i,SV33: $i,SV16: $i] :
      ( ( ~ ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        | ! [SY222: $i] :
            ( ~ ( equidistant @ SV16 @ SV54 @ SV16 @ SY222 )
            | ~ ( between @ SV16 @ SV33 @ SV54 )
            | ! [SY223: $i] :
                ( ~ ( between @ SV33 @ SY223 @ SV54 )
                | ( equidistant @ SV16 @ SY223 @ SV16 @ ( continuous @ SV33 @ SY223 @ SV54 @ SV47 @ SY222 @ SV16 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

thf(152,plain,
    ! [SV55: $i,SV48: $i,SV34: $i,SV17: $i] :
      ( ( ~ ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        | ! [SY224: $i] :
            ( ~ ( equidistant @ SV17 @ SV55 @ SV17 @ SY224 )
            | ~ ( between @ SV17 @ SV34 @ SV55 )
            | ! [SY225: $i] :
                ( ~ ( between @ SV34 @ SY225 @ SV55 )
                | ( between @ SV48 @ ( continuous @ SV34 @ SY225 @ SV55 @ SV48 @ SY224 @ SV17 ) @ SY224 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

thf(153,plain,
    ! [SV35: $i,SV19: $i,SV2: $i] :
      ( ( ( between @ SV2 @ SV19 @ SV35 )
        = $false )
      | ( ( ! [SY186: $i] :
              ( ~ ( between @ SV19 @ SY186 @ SV35 )
              | ( between @ SV2 @ SV19 @ SY186 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[138]) ).

thf(154,plain,
    ! [SV36: $i,SV20: $i,SV3: $i] :
      ( ( ( between @ SV3 @ SV20 @ SV36 )
        = $false )
      | ( ( ! [SY187: $i] :
              ( ~ ( between @ SV3 @ SV20 @ SY187 )
              | ( SV3 = SV20 )
              | ( between @ SV3 @ SV36 @ SY187 )
              | ( between @ SV3 @ SY187 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[139]) ).

thf(155,plain,
    ! [SV49: $i,SV22: $i,SV5: $i] :
      ( ( ( equidistant @ SV5 @ SV22 @ SV49 @ SV49 )
        = $false )
      | ( ( SV5 = SV22 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[140]) ).

thf(156,plain,
    ! [SV50: $i,SV37: $i,SV23: $i,SV6: $i] :
      ( ( ( ~ ( equidistant @ SV6 @ SV23 @ SV37 @ SV50 ) )
        = $true )
      | ( ( ! [SY216: $i,SY217: $i] :
              ( ~ ( equidistant @ SV6 @ SV23 @ SY216 @ SY217 )
              | ( equidistant @ SV37 @ SV50 @ SY216 @ SY217 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[141]) ).

thf(157,plain,
    ! [SV38: $i,SV24: $i,SV7: $i] :
      ( ( ( between @ SV7 @ SV24 @ SV38 )
        = $false )
      | ( ( ! [SY191: $i,SY192: $i] :
              ( ~ ( between @ SY191 @ SV38 @ SY192 )
              | ( between @ SV7 @ ( outer_pasch @ SV24 @ SV7 @ SY191 @ SY192 @ SV38 ) @ SY191 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[142]) ).

thf(158,plain,
    ! [SV39: $i,SV25: $i,SV8: $i] :
      ( ( ( between @ SV8 @ SV25 @ SV39 )
        = $false )
      | ( ( ! [SY193: $i,SY194: $i] :
              ( ~ ( between @ SY193 @ SV39 @ SY194 )
              | ( between @ SY194 @ SV25 @ ( outer_pasch @ SV25 @ SV8 @ SY193 @ SY194 @ SV39 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[143]) ).

thf(159,plain,
    ! [SV40: $i,SV26: $i,SV9: $i] :
      ( ( ( between @ SV9 @ SV26 @ SV40 )
        = $false )
      | ( ( ! [SY195: $i,SY196: $i] :
              ( ~ ( between @ SY195 @ SV26 @ SY196 )
              | ( SV9 = SV26 )
              | ( between @ SV9 @ SY196 @ ( euclid1 @ SV40 @ SV9 @ SY195 @ SY196 @ SV26 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[144]) ).

thf(160,plain,
    ! [SV41: $i,SV27: $i,SV10: $i] :
      ( ( ( between @ SV10 @ SV27 @ SV41 )
        = $false )
      | ( ( ! [SY197: $i,SY198: $i] :
              ( ~ ( between @ SY197 @ SV27 @ SY198 )
              | ( SV10 = SV27 )
              | ( between @ SV10 @ SY197 @ ( euclid2 @ SV41 @ SV10 @ SY197 @ SY198 @ SV27 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[145]) ).

thf(161,plain,
    ! [SV42: $i,SV28: $i,SV11: $i] :
      ( ( ( between @ SV11 @ SV28 @ SV42 )
        = $false )
      | ( ( ! [SY199: $i,SY200: $i] :
              ( ~ ( between @ SY199 @ SV28 @ SY200 )
              | ( SV11 = SV28 )
              | ( between @ ( euclid1 @ SV42 @ SV11 @ SY199 @ SY200 @ SV28 ) @ SV42 @ ( euclid2 @ SV42 @ SV11 @ SY199 @ SY200 @ SV28 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[146]) ).

thf(162,plain,
    ! [SV56: $i,SV51: $i,SV43: $i,SV29: $i,SV12: $i] :
      ( ( ! [SY226: $i] :
            ( ~ ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
            | ~ ( equidistant @ SV29 @ SV56 @ SV51 @ SY226 )
            | ! [SY227: $i,SY228: $i] :
                ( ~ ( equidistant @ SV12 @ SY227 @ SV43 @ SY228 )
                | ~ ( equidistant @ SV29 @ SY227 @ SV51 @ SY228 )
                | ~ ( between @ SV12 @ SV29 @ SV56 )
                | ~ ( between @ SV43 @ SV51 @ SY226 )
                | ( SV12 = SV29 )
                | ( equidistant @ SV56 @ SY227 @ SY226 @ SY228 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[147]) ).

thf(163,plain,
    ! [SV46: $i,SV32: $i,SV15: $i] :
      ( ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false )
      | ( ( ! [SY208: $i] :
              ( ~ ( equidistant @ SY208 @ SV32 @ SY208 @ SV46 )
              | ! [SY209: $i] :
                  ( ~ ( equidistant @ SY209 @ SV32 @ SY209 @ SV46 )
                  | ( between @ SV15 @ SY208 @ SY209 )
                  | ( between @ SY208 @ SY209 @ SV15 )
                  | ( SV32 = SV46 )
                  | ( between @ SY209 @ SV15 @ SY208 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[150]) ).

thf(164,plain,
    ! [SV54: $i,SV47: $i,SV33: $i,SV16: $i] :
      ( ( ( ~ ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 ) )
        = $true )
      | ( ( ! [SY222: $i] :
              ( ~ ( equidistant @ SV16 @ SV54 @ SV16 @ SY222 )
              | ~ ( between @ SV16 @ SV33 @ SV54 )
              | ! [SY223: $i] :
                  ( ~ ( between @ SV33 @ SY223 @ SV54 )
                  | ( equidistant @ SV16 @ SY223 @ SV16 @ ( continuous @ SV33 @ SY223 @ SV54 @ SV47 @ SY222 @ SV16 ) ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[151]) ).

thf(165,plain,
    ! [SV55: $i,SV48: $i,SV34: $i,SV17: $i] :
      ( ( ( ~ ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 ) )
        = $true )
      | ( ( ! [SY224: $i] :
              ( ~ ( equidistant @ SV17 @ SV55 @ SV17 @ SY224 )
              | ~ ( between @ SV17 @ SV34 @ SV55 )
              | ! [SY225: $i] :
                  ( ~ ( between @ SV34 @ SY225 @ SV55 )
                  | ( between @ SV48 @ ( continuous @ SV34 @ SY225 @ SV55 @ SV48 @ SY224 @ SV17 ) @ SY224 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(166,plain,
    ! [SV2: $i,SV35: $i,SV57: $i,SV19: $i] :
      ( ( ( ~ ( between @ SV19 @ SV57 @ SV35 )
          | ( between @ SV2 @ SV19 @ SV57 ) )
        = $true )
      | ( ( between @ SV2 @ SV19 @ SV35 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

thf(167,plain,
    ! [SV36: $i,SV58: $i,SV20: $i,SV3: $i] :
      ( ( ( ~ ( between @ SV3 @ SV20 @ SV58 )
          | ( SV3 = SV20 )
          | ( between @ SV3 @ SV36 @ SV58 )
          | ( between @ SV3 @ SV58 @ SV36 ) )
        = $true )
      | ( ( between @ SV3 @ SV20 @ SV36 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[154]) ).

thf(168,plain,
    ! [SV50: $i,SV37: $i,SV23: $i,SV6: $i] :
      ( ( ( equidistant @ SV6 @ SV23 @ SV37 @ SV50 )
        = $false )
      | ( ( ! [SY216: $i,SY217: $i] :
              ( ~ ( equidistant @ SV6 @ SV23 @ SY216 @ SY217 )
              | ( equidistant @ SV37 @ SV50 @ SY216 @ SY217 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[156]) ).

thf(169,plain,
    ! [SV24: $i,SV7: $i,SV38: $i,SV59: $i] :
      ( ( ( ! [SY229: $i] :
              ( ~ ( between @ SV59 @ SV38 @ SY229 )
              | ( between @ SV7 @ ( outer_pasch @ SV24 @ SV7 @ SV59 @ SY229 @ SV38 ) @ SV59 ) ) )
        = $true )
      | ( ( between @ SV7 @ SV24 @ SV38 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[157]) ).

thf(170,plain,
    ! [SV8: $i,SV25: $i,SV39: $i,SV60: $i] :
      ( ( ( ! [SY230: $i] :
              ( ~ ( between @ SV60 @ SV39 @ SY230 )
              | ( between @ SY230 @ SV25 @ ( outer_pasch @ SV25 @ SV8 @ SV60 @ SY230 @ SV39 ) ) ) )
        = $true )
      | ( ( between @ SV8 @ SV25 @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

thf(171,plain,
    ! [SV40: $i,SV9: $i,SV26: $i,SV61: $i] :
      ( ( ( ! [SY231: $i] :
              ( ~ ( between @ SV61 @ SV26 @ SY231 )
              | ( SV9 = SV26 )
              | ( between @ SV9 @ SY231 @ ( euclid1 @ SV40 @ SV9 @ SV61 @ SY231 @ SV26 ) ) ) )
        = $true )
      | ( ( between @ SV9 @ SV26 @ SV40 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[159]) ).

thf(172,plain,
    ! [SV41: $i,SV10: $i,SV27: $i,SV62: $i] :
      ( ( ( ! [SY232: $i] :
              ( ~ ( between @ SV62 @ SV27 @ SY232 )
              | ( SV10 = SV27 )
              | ( between @ SV10 @ SV62 @ ( euclid2 @ SV41 @ SV10 @ SV62 @ SY232 @ SV27 ) ) ) )
        = $true )
      | ( ( between @ SV10 @ SV27 @ SV41 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[160]) ).

thf(173,plain,
    ! [SV42: $i,SV11: $i,SV28: $i,SV63: $i] :
      ( ( ( ! [SY233: $i] :
              ( ~ ( between @ SV63 @ SV28 @ SY233 )
              | ( SV11 = SV28 )
              | ( between @ ( euclid1 @ SV42 @ SV11 @ SV63 @ SY233 @ SV28 ) @ SV42 @ ( euclid2 @ SV42 @ SV11 @ SV63 @ SY233 @ SV28 ) ) ) )
        = $true )
      | ( ( between @ SV11 @ SV28 @ SV42 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[161]) ).

thf(174,plain,
    ! [SV64: $i,SV56: $i,SV51: $i,SV43: $i,SV29: $i,SV12: $i] :
      ( ( ~ ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        | ~ ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        | ! [SY234: $i,SY235: $i] :
            ( ~ ( equidistant @ SV12 @ SY234 @ SV43 @ SY235 )
            | ~ ( equidistant @ SV29 @ SY234 @ SV51 @ SY235 )
            | ~ ( between @ SV12 @ SV29 @ SV56 )
            | ~ ( between @ SV43 @ SV51 @ SV64 )
            | ( SV12 = SV29 )
            | ( equidistant @ SV56 @ SY234 @ SV64 @ SY235 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[162]) ).

thf(175,plain,
    ! [SV15: $i,SV46: $i,SV32: $i,SV65: $i] :
      ( ( ( ~ ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 )
          | ! [SY236: $i] :
              ( ~ ( equidistant @ SY236 @ SV32 @ SY236 @ SV46 )
              | ( between @ SV15 @ SV65 @ SY236 )
              | ( between @ SV65 @ SY236 @ SV15 )
              | ( SV32 = SV46 )
              | ( between @ SY236 @ SV15 @ SV65 ) ) )
        = $true )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[163]) ).

thf(176,plain,
    ! [SV54: $i,SV47: $i,SV33: $i,SV16: $i] :
      ( ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false )
      | ( ( ! [SY222: $i] :
              ( ~ ( equidistant @ SV16 @ SV54 @ SV16 @ SY222 )
              | ~ ( between @ SV16 @ SV33 @ SV54 )
              | ! [SY223: $i] :
                  ( ~ ( between @ SV33 @ SY223 @ SV54 )
                  | ( equidistant @ SV16 @ SY223 @ SV16 @ ( continuous @ SV33 @ SY223 @ SV54 @ SV47 @ SY222 @ SV16 ) ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[164]) ).

thf(177,plain,
    ! [SV55: $i,SV48: $i,SV34: $i,SV17: $i] :
      ( ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false )
      | ( ( ! [SY224: $i] :
              ( ~ ( equidistant @ SV17 @ SV55 @ SV17 @ SY224 )
              | ~ ( between @ SV17 @ SV34 @ SV55 )
              | ! [SY225: $i] :
                  ( ~ ( between @ SV34 @ SY225 @ SV55 )
                  | ( between @ SV48 @ ( continuous @ SV34 @ SY225 @ SV55 @ SV48 @ SY224 @ SV17 ) @ SY224 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[165]) ).

thf(178,plain,
    ! [SV2: $i,SV35: $i,SV57: $i,SV19: $i] :
      ( ( ( ~ ( between @ SV19 @ SV57 @ SV35 ) )
        = $true )
      | ( ( between @ SV2 @ SV19 @ SV57 )
        = $true )
      | ( ( between @ SV2 @ SV19 @ SV35 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[166]) ).

thf(179,plain,
    ! [SV36: $i,SV58: $i,SV20: $i,SV3: $i] :
      ( ( ( ~ ( between @ SV3 @ SV20 @ SV58 ) )
        = $true )
      | ( ( ( SV3 = SV20 )
          | ( between @ SV3 @ SV36 @ SV58 )
          | ( between @ SV3 @ SV58 @ SV36 ) )
        = $true )
      | ( ( between @ SV3 @ SV20 @ SV36 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[167]) ).

thf(180,plain,
    ! [SV50: $i,SV37: $i,SV66: $i,SV23: $i,SV6: $i] :
      ( ( ( ! [SY237: $i] :
              ( ~ ( equidistant @ SV6 @ SV23 @ SV66 @ SY237 )
              | ( equidistant @ SV37 @ SV50 @ SV66 @ SY237 ) ) )
        = $true )
      | ( ( equidistant @ SV6 @ SV23 @ SV37 @ SV50 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

thf(181,plain,
    ! [SV24: $i,SV7: $i,SV67: $i,SV38: $i,SV59: $i] :
      ( ( ( ~ ( between @ SV59 @ SV38 @ SV67 )
          | ( between @ SV7 @ ( outer_pasch @ SV24 @ SV7 @ SV59 @ SV67 @ SV38 ) @ SV59 ) )
        = $true )
      | ( ( between @ SV7 @ SV24 @ SV38 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[169]) ).

thf(182,plain,
    ! [SV8: $i,SV25: $i,SV68: $i,SV39: $i,SV60: $i] :
      ( ( ( ~ ( between @ SV60 @ SV39 @ SV68 )
          | ( between @ SV68 @ SV25 @ ( outer_pasch @ SV25 @ SV8 @ SV60 @ SV68 @ SV39 ) ) )
        = $true )
      | ( ( between @ SV8 @ SV25 @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[170]) ).

thf(183,plain,
    ! [SV40: $i,SV9: $i,SV69: $i,SV26: $i,SV61: $i] :
      ( ( ( ~ ( between @ SV61 @ SV26 @ SV69 )
          | ( SV9 = SV26 )
          | ( between @ SV9 @ SV69 @ ( euclid1 @ SV40 @ SV9 @ SV61 @ SV69 @ SV26 ) ) )
        = $true )
      | ( ( between @ SV9 @ SV26 @ SV40 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[171]) ).

thf(184,plain,
    ! [SV41: $i,SV10: $i,SV70: $i,SV27: $i,SV62: $i] :
      ( ( ( ~ ( between @ SV62 @ SV27 @ SV70 )
          | ( SV10 = SV27 )
          | ( between @ SV10 @ SV62 @ ( euclid2 @ SV41 @ SV10 @ SV62 @ SV70 @ SV27 ) ) )
        = $true )
      | ( ( between @ SV10 @ SV27 @ SV41 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[172]) ).

thf(185,plain,
    ! [SV42: $i,SV11: $i,SV71: $i,SV28: $i,SV63: $i] :
      ( ( ( ~ ( between @ SV63 @ SV28 @ SV71 )
          | ( SV11 = SV28 )
          | ( between @ ( euclid1 @ SV42 @ SV11 @ SV63 @ SV71 @ SV28 ) @ SV42 @ ( euclid2 @ SV42 @ SV11 @ SV63 @ SV71 @ SV28 ) ) )
        = $true )
      | ( ( between @ SV11 @ SV28 @ SV42 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[173]) ).

thf(186,plain,
    ! [SV64: $i,SV56: $i,SV51: $i,SV43: $i,SV29: $i,SV12: $i] :
      ( ( ( ~ ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 ) )
        = $true )
      | ( ( ~ ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
          | ! [SY234: $i,SY235: $i] :
              ( ~ ( equidistant @ SV12 @ SY234 @ SV43 @ SY235 )
              | ~ ( equidistant @ SV29 @ SY234 @ SV51 @ SY235 )
              | ~ ( between @ SV12 @ SV29 @ SV56 )
              | ~ ( between @ SV43 @ SV51 @ SV64 )
              | ( SV12 = SV29 )
              | ( equidistant @ SV56 @ SY234 @ SV64 @ SY235 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[174]) ).

thf(187,plain,
    ! [SV15: $i,SV46: $i,SV32: $i,SV65: $i] :
      ( ( ( ~ ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 ) )
        = $true )
      | ( ( ! [SY236: $i] :
              ( ~ ( equidistant @ SY236 @ SV32 @ SY236 @ SV46 )
              | ( between @ SV15 @ SV65 @ SY236 )
              | ( between @ SV65 @ SY236 @ SV15 )
              | ( SV32 = SV46 )
              | ( between @ SY236 @ SV15 @ SV65 ) ) )
        = $true )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[175]) ).

thf(188,plain,
    ! [SV47: $i,SV33: $i,SV72: $i,SV54: $i,SV16: $i] :
      ( ( ( ~ ( equidistant @ SV16 @ SV54 @ SV16 @ SV72 )
          | ~ ( between @ SV16 @ SV33 @ SV54 )
          | ! [SY238: $i] :
              ( ~ ( between @ SV33 @ SY238 @ SV54 )
              | ( equidistant @ SV16 @ SY238 @ SV16 @ ( continuous @ SV33 @ SY238 @ SV54 @ SV47 @ SV72 @ SV16 ) ) ) )
        = $true )
      | ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(189,plain,
    ! [SV48: $i,SV34: $i,SV73: $i,SV55: $i,SV17: $i] :
      ( ( ( ~ ( equidistant @ SV17 @ SV55 @ SV17 @ SV73 )
          | ~ ( between @ SV17 @ SV34 @ SV55 )
          | ! [SY239: $i] :
              ( ~ ( between @ SV34 @ SY239 @ SV55 )
              | ( between @ SV48 @ ( continuous @ SV34 @ SY239 @ SV55 @ SV48 @ SV73 @ SV17 ) @ SV73 ) ) )
        = $true )
      | ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[177]) ).

thf(190,plain,
    ! [SV2: $i,SV35: $i,SV57: $i,SV19: $i] :
      ( ( ( between @ SV19 @ SV57 @ SV35 )
        = $false )
      | ( ( between @ SV2 @ SV19 @ SV57 )
        = $true )
      | ( ( between @ SV2 @ SV19 @ SV35 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[178]) ).

thf(191,plain,
    ! [SV36: $i,SV58: $i,SV20: $i,SV3: $i] :
      ( ( ( between @ SV3 @ SV20 @ SV58 )
        = $false )
      | ( ( ( SV3 = SV20 )
          | ( between @ SV3 @ SV36 @ SV58 )
          | ( between @ SV3 @ SV58 @ SV36 ) )
        = $true )
      | ( ( between @ SV3 @ SV20 @ SV36 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[179]) ).

thf(192,plain,
    ! [SV50: $i,SV37: $i,SV74: $i,SV66: $i,SV23: $i,SV6: $i] :
      ( ( ( ~ ( equidistant @ SV6 @ SV23 @ SV66 @ SV74 )
          | ( equidistant @ SV37 @ SV50 @ SV66 @ SV74 ) )
        = $true )
      | ( ( equidistant @ SV6 @ SV23 @ SV37 @ SV50 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

thf(193,plain,
    ! [SV24: $i,SV7: $i,SV67: $i,SV38: $i,SV59: $i] :
      ( ( ( ~ ( between @ SV59 @ SV38 @ SV67 ) )
        = $true )
      | ( ( between @ SV7 @ ( outer_pasch @ SV24 @ SV7 @ SV59 @ SV67 @ SV38 ) @ SV59 )
        = $true )
      | ( ( between @ SV7 @ SV24 @ SV38 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[181]) ).

thf(194,plain,
    ! [SV8: $i,SV25: $i,SV68: $i,SV39: $i,SV60: $i] :
      ( ( ( ~ ( between @ SV60 @ SV39 @ SV68 ) )
        = $true )
      | ( ( between @ SV68 @ SV25 @ ( outer_pasch @ SV25 @ SV8 @ SV60 @ SV68 @ SV39 ) )
        = $true )
      | ( ( between @ SV8 @ SV25 @ SV39 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[182]) ).

thf(195,plain,
    ! [SV40: $i,SV9: $i,SV69: $i,SV26: $i,SV61: $i] :
      ( ( ( ~ ( between @ SV61 @ SV26 @ SV69 ) )
        = $true )
      | ( ( ( SV9 = SV26 )
          | ( between @ SV9 @ SV69 @ ( euclid1 @ SV40 @ SV9 @ SV61 @ SV69 @ SV26 ) ) )
        = $true )
      | ( ( between @ SV9 @ SV26 @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[183]) ).

thf(196,plain,
    ! [SV41: $i,SV10: $i,SV70: $i,SV27: $i,SV62: $i] :
      ( ( ( ~ ( between @ SV62 @ SV27 @ SV70 ) )
        = $true )
      | ( ( ( SV10 = SV27 )
          | ( between @ SV10 @ SV62 @ ( euclid2 @ SV41 @ SV10 @ SV62 @ SV70 @ SV27 ) ) )
        = $true )
      | ( ( between @ SV10 @ SV27 @ SV41 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[184]) ).

thf(197,plain,
    ! [SV42: $i,SV11: $i,SV71: $i,SV28: $i,SV63: $i] :
      ( ( ( ~ ( between @ SV63 @ SV28 @ SV71 ) )
        = $true )
      | ( ( ( SV11 = SV28 )
          | ( between @ ( euclid1 @ SV42 @ SV11 @ SV63 @ SV71 @ SV28 ) @ SV42 @ ( euclid2 @ SV42 @ SV11 @ SV63 @ SV71 @ SV28 ) ) )
        = $true )
      | ( ( between @ SV11 @ SV28 @ SV42 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[185]) ).

thf(198,plain,
    ! [SV64: $i,SV56: $i,SV51: $i,SV43: $i,SV29: $i,SV12: $i] :
      ( ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false )
      | ( ( ~ ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
          | ! [SY234: $i,SY235: $i] :
              ( ~ ( equidistant @ SV12 @ SY234 @ SV43 @ SY235 )
              | ~ ( equidistant @ SV29 @ SY234 @ SV51 @ SY235 )
              | ~ ( between @ SV12 @ SV29 @ SV56 )
              | ~ ( between @ SV43 @ SV51 @ SV64 )
              | ( SV12 = SV29 )
              | ( equidistant @ SV56 @ SY234 @ SV64 @ SY235 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[186]) ).

thf(199,plain,
    ! [SV15: $i,SV46: $i,SV32: $i,SV65: $i] :
      ( ( ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 )
        = $false )
      | ( ( ! [SY236: $i] :
              ( ~ ( equidistant @ SY236 @ SV32 @ SY236 @ SV46 )
              | ( between @ SV15 @ SV65 @ SY236 )
              | ( between @ SV65 @ SY236 @ SV15 )
              | ( SV32 = SV46 )
              | ( between @ SY236 @ SV15 @ SV65 ) ) )
        = $true )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(200,plain,
    ! [SV47: $i,SV33: $i,SV72: $i,SV54: $i,SV16: $i] :
      ( ( ( ~ ( equidistant @ SV16 @ SV54 @ SV16 @ SV72 ) )
        = $true )
      | ( ( ~ ( between @ SV16 @ SV33 @ SV54 )
          | ! [SY238: $i] :
              ( ~ ( between @ SV33 @ SY238 @ SV54 )
              | ( equidistant @ SV16 @ SY238 @ SV16 @ ( continuous @ SV33 @ SY238 @ SV54 @ SV47 @ SV72 @ SV16 ) ) ) )
        = $true )
      | ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[188]) ).

thf(201,plain,
    ! [SV48: $i,SV34: $i,SV73: $i,SV55: $i,SV17: $i] :
      ( ( ( ~ ( equidistant @ SV17 @ SV55 @ SV17 @ SV73 ) )
        = $true )
      | ( ( ~ ( between @ SV17 @ SV34 @ SV55 )
          | ! [SY239: $i] :
              ( ~ ( between @ SV34 @ SY239 @ SV55 )
              | ( between @ SV48 @ ( continuous @ SV34 @ SY239 @ SV55 @ SV48 @ SV73 @ SV17 ) @ SV73 ) ) )
        = $true )
      | ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[189]) ).

thf(202,plain,
    ! [SV58: $i,SV36: $i,SV20: $i,SV3: $i] :
      ( ( ( SV3 = SV20 )
        = $true )
      | ( ( ( between @ SV3 @ SV36 @ SV58 )
          | ( between @ SV3 @ SV58 @ SV36 ) )
        = $true )
      | ( ( between @ SV3 @ SV20 @ SV58 )
        = $false )
      | ( ( between @ SV3 @ SV20 @ SV36 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[191]) ).

thf(203,plain,
    ! [SV50: $i,SV37: $i,SV74: $i,SV66: $i,SV23: $i,SV6: $i] :
      ( ( ( ~ ( equidistant @ SV6 @ SV23 @ SV66 @ SV74 ) )
        = $true )
      | ( ( equidistant @ SV37 @ SV50 @ SV66 @ SV74 )
        = $true )
      | ( ( equidistant @ SV6 @ SV23 @ SV37 @ SV50 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[192]) ).

thf(204,plain,
    ! [SV24: $i,SV7: $i,SV67: $i,SV38: $i,SV59: $i] :
      ( ( ( between @ SV59 @ SV38 @ SV67 )
        = $false )
      | ( ( between @ SV7 @ ( outer_pasch @ SV24 @ SV7 @ SV59 @ SV67 @ SV38 ) @ SV59 )
        = $true )
      | ( ( between @ SV7 @ SV24 @ SV38 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[193]) ).

thf(205,plain,
    ! [SV8: $i,SV25: $i,SV68: $i,SV39: $i,SV60: $i] :
      ( ( ( between @ SV60 @ SV39 @ SV68 )
        = $false )
      | ( ( between @ SV68 @ SV25 @ ( outer_pasch @ SV25 @ SV8 @ SV60 @ SV68 @ SV39 ) )
        = $true )
      | ( ( between @ SV8 @ SV25 @ SV39 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[194]) ).

thf(206,plain,
    ! [SV40: $i,SV9: $i,SV69: $i,SV26: $i,SV61: $i] :
      ( ( ( between @ SV61 @ SV26 @ SV69 )
        = $false )
      | ( ( ( SV9 = SV26 )
          | ( between @ SV9 @ SV69 @ ( euclid1 @ SV40 @ SV9 @ SV61 @ SV69 @ SV26 ) ) )
        = $true )
      | ( ( between @ SV9 @ SV26 @ SV40 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[195]) ).

thf(207,plain,
    ! [SV41: $i,SV10: $i,SV70: $i,SV27: $i,SV62: $i] :
      ( ( ( between @ SV62 @ SV27 @ SV70 )
        = $false )
      | ( ( ( SV10 = SV27 )
          | ( between @ SV10 @ SV62 @ ( euclid2 @ SV41 @ SV10 @ SV62 @ SV70 @ SV27 ) ) )
        = $true )
      | ( ( between @ SV10 @ SV27 @ SV41 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[196]) ).

thf(208,plain,
    ! [SV42: $i,SV11: $i,SV71: $i,SV28: $i,SV63: $i] :
      ( ( ( between @ SV63 @ SV28 @ SV71 )
        = $false )
      | ( ( ( SV11 = SV28 )
          | ( between @ ( euclid1 @ SV42 @ SV11 @ SV63 @ SV71 @ SV28 ) @ SV42 @ ( euclid2 @ SV42 @ SV11 @ SV63 @ SV71 @ SV28 ) ) )
        = $true )
      | ( ( between @ SV11 @ SV28 @ SV42 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[197]) ).

thf(209,plain,
    ! [SV43: $i,SV12: $i,SV64: $i,SV51: $i,SV56: $i,SV29: $i] :
      ( ( ( ~ ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 ) )
        = $true )
      | ( ( ! [SY234: $i,SY235: $i] :
              ( ~ ( equidistant @ SV12 @ SY234 @ SV43 @ SY235 )
              | ~ ( equidistant @ SV29 @ SY234 @ SV51 @ SY235 )
              | ~ ( between @ SV12 @ SV29 @ SV56 )
              | ~ ( between @ SV43 @ SV51 @ SV64 )
              | ( SV12 = SV29 )
              | ( equidistant @ SV56 @ SY234 @ SV64 @ SY235 ) ) )
        = $true )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[198]) ).

thf(210,plain,
    ! [SV65: $i,SV15: $i,SV46: $i,SV32: $i,SV75: $i] :
      ( ( ( ~ ( equidistant @ SV75 @ SV32 @ SV75 @ SV46 )
          | ( between @ SV15 @ SV65 @ SV75 )
          | ( between @ SV65 @ SV75 @ SV15 )
          | ( SV32 = SV46 )
          | ( between @ SV75 @ SV15 @ SV65 ) )
        = $true )
      | ( ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 )
        = $false )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[199]) ).

thf(211,plain,
    ! [SV47: $i,SV33: $i,SV72: $i,SV54: $i,SV16: $i] :
      ( ( ( equidistant @ SV16 @ SV54 @ SV16 @ SV72 )
        = $false )
      | ( ( ~ ( between @ SV16 @ SV33 @ SV54 )
          | ! [SY238: $i] :
              ( ~ ( between @ SV33 @ SY238 @ SV54 )
              | ( equidistant @ SV16 @ SY238 @ SV16 @ ( continuous @ SV33 @ SY238 @ SV54 @ SV47 @ SV72 @ SV16 ) ) ) )
        = $true )
      | ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[200]) ).

thf(212,plain,
    ! [SV48: $i,SV34: $i,SV73: $i,SV55: $i,SV17: $i] :
      ( ( ( equidistant @ SV17 @ SV55 @ SV17 @ SV73 )
        = $false )
      | ( ( ~ ( between @ SV17 @ SV34 @ SV55 )
          | ! [SY239: $i] :
              ( ~ ( between @ SV34 @ SY239 @ SV55 )
              | ( between @ SV48 @ ( continuous @ SV34 @ SY239 @ SV55 @ SV48 @ SV73 @ SV17 ) @ SV73 ) ) )
        = $true )
      | ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[201]) ).

thf(213,plain,
    ! [SV20: $i,SV58: $i,SV36: $i,SV3: $i] :
      ( ( ( between @ SV3 @ SV36 @ SV58 )
        = $true )
      | ( ( between @ SV3 @ SV58 @ SV36 )
        = $true )
      | ( ( SV3 = SV20 )
        = $true )
      | ( ( between @ SV3 @ SV20 @ SV58 )
        = $false )
      | ( ( between @ SV3 @ SV20 @ SV36 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[202]) ).

thf(214,plain,
    ! [SV50: $i,SV37: $i,SV74: $i,SV66: $i,SV23: $i,SV6: $i] :
      ( ( ( equidistant @ SV6 @ SV23 @ SV66 @ SV74 )
        = $false )
      | ( ( equidistant @ SV37 @ SV50 @ SV66 @ SV74 )
        = $true )
      | ( ( equidistant @ SV6 @ SV23 @ SV37 @ SV50 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[203]) ).

thf(215,plain,
    ! [SV61: $i,SV40: $i,SV69: $i,SV26: $i,SV9: $i] :
      ( ( ( SV9 = SV26 )
        = $true )
      | ( ( between @ SV9 @ SV69 @ ( euclid1 @ SV40 @ SV9 @ SV61 @ SV69 @ SV26 ) )
        = $true )
      | ( ( between @ SV61 @ SV26 @ SV69 )
        = $false )
      | ( ( between @ SV9 @ SV26 @ SV40 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[206]) ).

thf(216,plain,
    ! [SV70: $i,SV41: $i,SV62: $i,SV27: $i,SV10: $i] :
      ( ( ( SV10 = SV27 )
        = $true )
      | ( ( between @ SV10 @ SV62 @ ( euclid2 @ SV41 @ SV10 @ SV62 @ SV70 @ SV27 ) )
        = $true )
      | ( ( between @ SV62 @ SV27 @ SV70 )
        = $false )
      | ( ( between @ SV10 @ SV27 @ SV41 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[207]) ).

thf(217,plain,
    ! [SV71: $i,SV63: $i,SV42: $i,SV28: $i,SV11: $i] :
      ( ( ( SV11 = SV28 )
        = $true )
      | ( ( between @ ( euclid1 @ SV42 @ SV11 @ SV63 @ SV71 @ SV28 ) @ SV42 @ ( euclid2 @ SV42 @ SV11 @ SV63 @ SV71 @ SV28 ) )
        = $true )
      | ( ( between @ SV63 @ SV28 @ SV71 )
        = $false )
      | ( ( between @ SV11 @ SV28 @ SV42 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[208]) ).

thf(218,plain,
    ! [SV43: $i,SV12: $i,SV64: $i,SV51: $i,SV56: $i,SV29: $i] :
      ( ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( ! [SY234: $i,SY235: $i] :
              ( ~ ( equidistant @ SV12 @ SY234 @ SV43 @ SY235 )
              | ~ ( equidistant @ SV29 @ SY234 @ SV51 @ SY235 )
              | ~ ( between @ SV12 @ SV29 @ SV56 )
              | ~ ( between @ SV43 @ SV51 @ SV64 )
              | ( SV12 = SV29 )
              | ( equidistant @ SV56 @ SY234 @ SV64 @ SY235 ) ) )
        = $true )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[209]) ).

thf(219,plain,
    ! [SV65: $i,SV15: $i,SV46: $i,SV32: $i,SV75: $i] :
      ( ( ( ~ ( equidistant @ SV75 @ SV32 @ SV75 @ SV46 ) )
        = $true )
      | ( ( ( between @ SV15 @ SV65 @ SV75 )
          | ( between @ SV65 @ SV75 @ SV15 )
          | ( SV32 = SV46 )
          | ( between @ SV75 @ SV15 @ SV65 ) )
        = $true )
      | ( ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 )
        = $false )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[210]) ).

thf(220,plain,
    ! [SV72: $i,SV47: $i,SV54: $i,SV33: $i,SV16: $i] :
      ( ( ( ~ ( between @ SV16 @ SV33 @ SV54 ) )
        = $true )
      | ( ( ! [SY238: $i] :
              ( ~ ( between @ SV33 @ SY238 @ SV54 )
              | ( equidistant @ SV16 @ SY238 @ SV16 @ ( continuous @ SV33 @ SY238 @ SV54 @ SV47 @ SV72 @ SV16 ) ) ) )
        = $true )
      | ( ( equidistant @ SV16 @ SV54 @ SV16 @ SV72 )
        = $false )
      | ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[211]) ).

thf(221,plain,
    ! [SV73: $i,SV48: $i,SV55: $i,SV34: $i,SV17: $i] :
      ( ( ( ~ ( between @ SV17 @ SV34 @ SV55 ) )
        = $true )
      | ( ( ! [SY239: $i] :
              ( ~ ( between @ SV34 @ SY239 @ SV55 )
              | ( between @ SV48 @ ( continuous @ SV34 @ SY239 @ SV55 @ SV48 @ SV73 @ SV17 ) @ SV73 ) ) )
        = $true )
      | ( ( equidistant @ SV17 @ SV55 @ SV17 @ SV73 )
        = $false )
      | ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[212]) ).

thf(222,plain,
    ! [SV64: $i,SV56: $i,SV51: $i,SV29: $i,SV43: $i,SV76: $i,SV12: $i] :
      ( ( ( ! [SY240: $i] :
              ( ~ ( equidistant @ SV12 @ SV76 @ SV43 @ SY240 )
              | ~ ( equidistant @ SV29 @ SV76 @ SV51 @ SY240 )
              | ~ ( between @ SV12 @ SV29 @ SV56 )
              | ~ ( between @ SV43 @ SV51 @ SV64 )
              | ( SV12 = SV29 )
              | ( equidistant @ SV56 @ SV76 @ SV64 @ SY240 ) ) )
        = $true )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[218]) ).

thf(223,plain,
    ! [SV65: $i,SV15: $i,SV46: $i,SV32: $i,SV75: $i] :
      ( ( ( equidistant @ SV75 @ SV32 @ SV75 @ SV46 )
        = $false )
      | ( ( ( between @ SV15 @ SV65 @ SV75 )
          | ( between @ SV65 @ SV75 @ SV15 )
          | ( SV32 = SV46 )
          | ( between @ SV75 @ SV15 @ SV65 ) )
        = $true )
      | ( ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 )
        = $false )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[219]) ).

thf(224,plain,
    ! [SV72: $i,SV47: $i,SV54: $i,SV33: $i,SV16: $i] :
      ( ( ( between @ SV16 @ SV33 @ SV54 )
        = $false )
      | ( ( ! [SY238: $i] :
              ( ~ ( between @ SV33 @ SY238 @ SV54 )
              | ( equidistant @ SV16 @ SY238 @ SV16 @ ( continuous @ SV33 @ SY238 @ SV54 @ SV47 @ SV72 @ SV16 ) ) ) )
        = $true )
      | ( ( equidistant @ SV16 @ SV54 @ SV16 @ SV72 )
        = $false )
      | ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[220]) ).

thf(225,plain,
    ! [SV73: $i,SV48: $i,SV55: $i,SV34: $i,SV17: $i] :
      ( ( ( between @ SV17 @ SV34 @ SV55 )
        = $false )
      | ( ( ! [SY239: $i] :
              ( ~ ( between @ SV34 @ SY239 @ SV55 )
              | ( between @ SV48 @ ( continuous @ SV34 @ SY239 @ SV55 @ SV48 @ SV73 @ SV17 ) @ SV73 ) ) )
        = $true )
      | ( ( equidistant @ SV17 @ SV55 @ SV17 @ SV73 )
        = $false )
      | ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[221]) ).

thf(226,plain,
    ! [SV64: $i,SV56: $i,SV51: $i,SV29: $i,SV77: $i,SV43: $i,SV76: $i,SV12: $i] :
      ( ( ( ~ ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
          | ~ ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
          | ~ ( between @ SV12 @ SV29 @ SV56 )
          | ~ ( between @ SV43 @ SV51 @ SV64 )
          | ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[222]) ).

thf(227,plain,
    ! [SV46: $i,SV32: $i,SV75: $i,SV65: $i,SV15: $i] :
      ( ( ( between @ SV15 @ SV65 @ SV75 )
        = $true )
      | ( ( ( between @ SV65 @ SV75 @ SV15 )
          | ( SV32 = SV46 )
          | ( between @ SV75 @ SV15 @ SV65 ) )
        = $true )
      | ( ( equidistant @ SV75 @ SV32 @ SV75 @ SV46 )
        = $false )
      | ( ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 )
        = $false )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[223]) ).

thf(228,plain,
    ! [SV72: $i,SV47: $i,SV16: $i,SV54: $i,SV78: $i,SV33: $i] :
      ( ( ( ~ ( between @ SV33 @ SV78 @ SV54 )
          | ( equidistant @ SV16 @ SV78 @ SV16 @ ( continuous @ SV33 @ SV78 @ SV54 @ SV47 @ SV72 @ SV16 ) ) )
        = $true )
      | ( ( between @ SV16 @ SV33 @ SV54 )
        = $false )
      | ( ( equidistant @ SV16 @ SV54 @ SV16 @ SV72 )
        = $false )
      | ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[224]) ).

thf(229,plain,
    ! [SV17: $i,SV73: $i,SV48: $i,SV55: $i,SV79: $i,SV34: $i] :
      ( ( ( ~ ( between @ SV34 @ SV79 @ SV55 )
          | ( between @ SV48 @ ( continuous @ SV34 @ SV79 @ SV55 @ SV48 @ SV73 @ SV17 ) @ SV73 ) )
        = $true )
      | ( ( between @ SV17 @ SV34 @ SV55 )
        = $false )
      | ( ( equidistant @ SV17 @ SV55 @ SV17 @ SV73 )
        = $false )
      | ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[225]) ).

thf(230,plain,
    ! [SV64: $i,SV56: $i,SV51: $i,SV29: $i,SV77: $i,SV43: $i,SV76: $i,SV12: $i] :
      ( ( ( ~ ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 ) )
        = $true )
      | ( ( ~ ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
          | ~ ( between @ SV12 @ SV29 @ SV56 )
          | ~ ( between @ SV43 @ SV51 @ SV64 )
          | ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(231,plain,
    ! [SV46: $i,SV32: $i,SV15: $i,SV75: $i,SV65: $i] :
      ( ( ( between @ SV65 @ SV75 @ SV15 )
        = $true )
      | ( ( ( SV32 = SV46 )
          | ( between @ SV75 @ SV15 @ SV65 ) )
        = $true )
      | ( ( between @ SV15 @ SV65 @ SV75 )
        = $true )
      | ( ( equidistant @ SV75 @ SV32 @ SV75 @ SV46 )
        = $false )
      | ( ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 )
        = $false )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[227]) ).

thf(232,plain,
    ! [SV72: $i,SV47: $i,SV16: $i,SV54: $i,SV78: $i,SV33: $i] :
      ( ( ( ~ ( between @ SV33 @ SV78 @ SV54 ) )
        = $true )
      | ( ( equidistant @ SV16 @ SV78 @ SV16 @ ( continuous @ SV33 @ SV78 @ SV54 @ SV47 @ SV72 @ SV16 ) )
        = $true )
      | ( ( between @ SV16 @ SV33 @ SV54 )
        = $false )
      | ( ( equidistant @ SV16 @ SV54 @ SV16 @ SV72 )
        = $false )
      | ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[228]) ).

thf(233,plain,
    ! [SV17: $i,SV73: $i,SV48: $i,SV55: $i,SV79: $i,SV34: $i] :
      ( ( ( ~ ( between @ SV34 @ SV79 @ SV55 ) )
        = $true )
      | ( ( between @ SV48 @ ( continuous @ SV34 @ SV79 @ SV55 @ SV48 @ SV73 @ SV17 ) @ SV73 )
        = $true )
      | ( ( between @ SV17 @ SV34 @ SV55 )
        = $false )
      | ( ( equidistant @ SV17 @ SV55 @ SV17 @ SV73 )
        = $false )
      | ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[229]) ).

thf(234,plain,
    ! [SV64: $i,SV56: $i,SV51: $i,SV29: $i,SV77: $i,SV43: $i,SV76: $i,SV12: $i] :
      ( ( ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
        = $false )
      | ( ( ~ ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
          | ~ ( between @ SV12 @ SV29 @ SV56 )
          | ~ ( between @ SV43 @ SV51 @ SV64 )
          | ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[230]) ).

thf(235,plain,
    ! [SV65: $i,SV15: $i,SV75: $i,SV46: $i,SV32: $i] :
      ( ( ( SV32 = SV46 )
        = $true )
      | ( ( between @ SV75 @ SV15 @ SV65 )
        = $true )
      | ( ( between @ SV65 @ SV75 @ SV15 )
        = $true )
      | ( ( between @ SV15 @ SV65 @ SV75 )
        = $true )
      | ( ( equidistant @ SV75 @ SV32 @ SV75 @ SV46 )
        = $false )
      | ( ( equidistant @ SV65 @ SV32 @ SV65 @ SV46 )
        = $false )
      | ( ( equidistant @ SV15 @ SV32 @ SV15 @ SV46 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[231]) ).

thf(236,plain,
    ! [SV72: $i,SV47: $i,SV16: $i,SV54: $i,SV78: $i,SV33: $i] :
      ( ( ( between @ SV33 @ SV78 @ SV54 )
        = $false )
      | ( ( equidistant @ SV16 @ SV78 @ SV16 @ ( continuous @ SV33 @ SV78 @ SV54 @ SV47 @ SV72 @ SV16 ) )
        = $true )
      | ( ( between @ SV16 @ SV33 @ SV54 )
        = $false )
      | ( ( equidistant @ SV16 @ SV54 @ SV16 @ SV72 )
        = $false )
      | ( ( equidistant @ SV16 @ SV33 @ SV16 @ SV47 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[232]) ).

thf(237,plain,
    ! [SV17: $i,SV73: $i,SV48: $i,SV55: $i,SV79: $i,SV34: $i] :
      ( ( ( between @ SV34 @ SV79 @ SV55 )
        = $false )
      | ( ( between @ SV48 @ ( continuous @ SV34 @ SV79 @ SV55 @ SV48 @ SV73 @ SV17 ) @ SV73 )
        = $true )
      | ( ( between @ SV17 @ SV34 @ SV55 )
        = $false )
      | ( ( equidistant @ SV17 @ SV55 @ SV17 @ SV73 )
        = $false )
      | ( ( equidistant @ SV17 @ SV34 @ SV17 @ SV48 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[233]) ).

thf(238,plain,
    ! [SV64: $i,SV43: $i,SV56: $i,SV12: $i,SV77: $i,SV51: $i,SV76: $i,SV29: $i] :
      ( ( ( ~ ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 ) )
        = $true )
      | ( ( ~ ( between @ SV12 @ SV29 @ SV56 )
          | ~ ( between @ SV43 @ SV51 @ SV64 )
          | ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
        = $false )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[234]) ).

thf(239,plain,
    ! [SV64: $i,SV43: $i,SV56: $i,SV12: $i,SV77: $i,SV51: $i,SV76: $i,SV29: $i] :
      ( ( ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
        = $false )
      | ( ( ~ ( between @ SV12 @ SV29 @ SV56 )
          | ~ ( between @ SV43 @ SV51 @ SV64 )
          | ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
        = $false )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[238]) ).

thf(240,plain,
    ! [SV77: $i,SV76: $i,SV64: $i,SV51: $i,SV43: $i,SV56: $i,SV29: $i,SV12: $i] :
      ( ( ( ~ ( between @ SV12 @ SV29 @ SV56 ) )
        = $true )
      | ( ( ~ ( between @ SV43 @ SV51 @ SV64 )
          | ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
        = $false )
      | ( ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
        = $false )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[239]) ).

thf(241,plain,
    ! [SV77: $i,SV76: $i,SV64: $i,SV51: $i,SV43: $i,SV56: $i,SV29: $i,SV12: $i] :
      ( ( ( between @ SV12 @ SV29 @ SV56 )
        = $false )
      | ( ( ~ ( between @ SV43 @ SV51 @ SV64 )
          | ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
        = $false )
      | ( ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
        = $false )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[240]) ).

thf(242,plain,
    ! [SV77: $i,SV76: $i,SV56: $i,SV29: $i,SV12: $i,SV64: $i,SV51: $i,SV43: $i] :
      ( ( ( ~ ( between @ SV43 @ SV51 @ SV64 ) )
        = $true )
      | ( ( ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( between @ SV12 @ SV29 @ SV56 )
        = $false )
      | ( ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
        = $false )
      | ( ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
        = $false )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[241]) ).

thf(243,plain,
    ! [SV77: $i,SV76: $i,SV56: $i,SV29: $i,SV12: $i,SV64: $i,SV51: $i,SV43: $i] :
      ( ( ( between @ SV43 @ SV51 @ SV64 )
        = $false )
      | ( ( ( SV12 = SV29 )
          | ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 ) )
        = $true )
      | ( ( between @ SV12 @ SV29 @ SV56 )
        = $false )
      | ( ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
        = $false )
      | ( ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
        = $false )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[242]) ).

thf(244,plain,
    ! [SV51: $i,SV43: $i,SV77: $i,SV64: $i,SV76: $i,SV56: $i,SV29: $i,SV12: $i] :
      ( ( ( SV12 = SV29 )
        = $true )
      | ( ( equidistant @ SV56 @ SV76 @ SV64 @ SV77 )
        = $true )
      | ( ( between @ SV43 @ SV51 @ SV64 )
        = $false )
      | ( ( between @ SV12 @ SV29 @ SV56 )
        = $false )
      | ( ( equidistant @ SV29 @ SV76 @ SV51 @ SV77 )
        = $false )
      | ( ( equidistant @ SV12 @ SV76 @ SV43 @ SV77 )
        = $false )
      | ( ( equidistant @ SV29 @ SV56 @ SV51 @ SV64 )
        = $false )
      | ( ( equidistant @ SV12 @ SV29 @ SV43 @ SV51 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[243]) ).

thf(245,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[82,244,237,236,235,217,216,215,214,213,205,204,190,155,149,148,137,107,103,99,98,97]) ).

thf(246,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[245]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : GEO002-1 : TPTP v8.1.0. Bugfixed v2.5.0.
% 0.04/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.35  % Computer : n006.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  : 600
% 0.13/0.35  % DateTime : Sat Jun 18 13:59:25 EDT 2022
% 0.13/0.35  % CPUTime  : 
% 0.21/0.45  
% 0.21/0.45   No.of.Axioms: 21
% 0.21/0.45  
% 0.21/0.45   Length.of.Defs: 0
% 0.21/0.45  
% 0.21/0.45   Contains.Choice.Funs: false
% 0.21/0.52  (rf:0,axioms:21,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:23,loop_count:0,foatp_calls:0,translation:fof_full)..................
% 0.56/0.78  
% 0.56/0.78  ********************************
% 0.56/0.78  *   All subproblems solved!    *
% 0.56/0.78  ********************************
% 0.56/0.78  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:21,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:245,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.56/0.80  
% 0.56/0.80  %**** Beginning of derivation protocol ****
% 0.56/0.80  % SZS output start CNFRefutation
% See solution above
% 0.56/0.80  
% 0.56/0.80  %**** End of derivation protocol ****
% 0.56/0.80  %**** no. of clauses in derivation: 246 ****
% 0.56/0.80  %**** clause counter: 245 ****
% 0.56/0.80  
% 0.56/0.80  % SZS status Unsatisfiable for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:21,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:245,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------