TSTP Solution File: GEO127+1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : GEO127+1 : TPTP v8.1.2. Released v2.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n024.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Fri May 19 11:09:27 EDT 2023

% Result   : Theorem 4.78s 2.25s
% Output   : Refutation 4.94s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   43
% Syntax   : Number of formulae    :   73 (   5 unt;  15 typ;   0 def)
%            Number of atoms       :  316 (  37 equ;   0 cnn)
%            Maximal formula atoms :   16 (   5 avg)
%            Number of connectives :  915 (  23   ~;  29   |; 120   &; 634   @)
%                                         (  22 <=>;  87  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (  10 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   33 (  33   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   17 (  15 usr;   1 con; 0-4 aty)
%            Number of variables   :  211 (   0   ^; 175   !;  36   ?; 211   :)

% Comments : 
%------------------------------------------------------------------------------
thf(incident_o_type,type,
    incident_o: $i > $i > $o ).

thf(ordered_by_type,type,
    ordered_by: $i > $i > $i > $o ).

thf(closed_type,type,
    closed: $i > $o ).

thf(end_point_type,type,
    end_point: $i > $i > $o ).

thf(part_of_type,type,
    part_of: $i > $i > $o ).

thf(inner_point_type,type,
    inner_point: $i > $i > $o ).

thf(meet_type,type,
    meet: $i > $i > $i > $o ).

thf(sum_type,type,
    sum: $i > $i > $i ).

thf(open_type,type,
    open: $i > $o ).

thf(incident_c_type,type,
    incident_c: $i > $i > $o ).

thf(start_point_type,type,
    start_point: $i > $i > $o ).

thf(between_c_type,type,
    between_c: $i > $i > $i > $i > $o ).

thf(between_o_type,type,
    between_o: $i > $i > $i > $i > $o ).

thf(finish_point_type,type,
    finish_point: $i > $i > $o ).

thf(underlying_curve_type,type,
    underlying_curve: $i > $i ).

thf(8,axiom,
    ! [A: $i,B: $i] :
      ( ? [C: $i] : ( meet @ C @ A @ B )
     => ? [C: $i] :
          ( C
          = ( sum @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c8) ).

thf(56,plain,
    ! [A: $i,B: $i] :
      ( ? [C: $i] : ( meet @ C @ A @ B )
     => ? [C: $i] :
          ( C
          = ( sum @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(22,axiom,
    ! [A: $i,B: $i] :
      ( ! [C: $i,D: $i] :
          ( ( ordered_by @ A @ C @ D )
        <=> ( ordered_by @ B @ C @ D ) )
     => ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',o6) ).

thf(174,plain,
    ! [A: $i,B: $i] :
      ( ! [C: $i,D: $i] :
          ( ( ( ordered_by @ A @ C @ D )
           => ( ordered_by @ B @ C @ D ) )
          & ( ( ordered_by @ B @ C @ D )
           => ( ordered_by @ A @ C @ D ) ) )
     => ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(10,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( closed @ A )
        & ( meet @ D @ B @ C )
        & ( A
          = ( sum @ B @ C ) ) )
     => ! [E: $i] :
          ( ( end_point @ E @ B )
         => ( meet @ E @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c7) ).

thf(61,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( closed @ A )
        & ( meet @ D @ B @ C )
        & ( A
          = ( sum @ B @ C ) ) )
     => ! [E: $i] :
          ( ( end_point @ E @ B )
         => ( meet @ E @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(25,axiom,
    ! [A: $i,B: $i] :
      ( ( start_point @ A @ B )
    <=> ( ( incident_o @ A @ B )
        & ! [C: $i] :
            ( ( ( A != C )
              & ( incident_o @ C @ B ) )
           => ( ordered_by @ B @ A @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',start_point_defn) ).

thf(201,plain,
    ! [A: $i,B: $i] :
      ( ( ( start_point @ A @ B )
       => ( ( incident_o @ A @ B )
          & ! [C: $i] :
              ( ( ( A != C )
                & ( incident_o @ C @ B ) )
             => ( ordered_by @ B @ A @ C ) ) ) )
      & ( ( ( incident_o @ A @ B )
          & ! [C: $i] :
              ( ( ( A != C )
                & ( incident_o @ C @ B ) )
             => ( ordered_by @ B @ A @ C ) ) )
       => ( start_point @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(13,axiom,
    ! [A: $i,B: $i] :
      ( ( end_point @ A @ B )
    <=> ( ( incident_c @ A @ B )
        & ! [C: $i,D: $i] :
            ( ( ( part_of @ C @ B )
              & ( part_of @ D @ B )
              & ( incident_c @ A @ C )
              & ( incident_c @ A @ D ) )
           => ( ( part_of @ C @ D )
              | ( part_of @ D @ C ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',end_point_defn) ).

thf(97,plain,
    ! [A: $i,B: $i] :
      ( ( ( end_point @ A @ B )
       => ( ( incident_c @ A @ B )
          & ! [C: $i,D: $i] :
              ( ( ( part_of @ C @ B )
                & ( part_of @ D @ B )
                & ( incident_c @ A @ C )
                & ( incident_c @ A @ D ) )
             => ( ( part_of @ C @ D )
                | ( part_of @ D @ C ) ) ) ) )
      & ( ( ( incident_c @ A @ B )
          & ! [C: $i,D: $i] :
              ( ( ( part_of @ C @ B )
                & ( part_of @ D @ B )
                & ( incident_c @ A @ C )
                & ( incident_c @ A @ D ) )
             => ( ( part_of @ C @ D )
                | ( part_of @ D @ C ) ) ) )
       => ( end_point @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(27,axiom,
    ! [A: $i,B: $i] :
      ( ( A
        = ( underlying_curve @ B ) )
    <=> ! [C: $i] :
          ( ( incident_o @ C @ B )
        <=> ( incident_c @ C @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',underlying_curve_defn) ).

thf(225,plain,
    ! [A: $i,B: $i] :
      ( ( ( A
          = ( underlying_curve @ B ) )
       => ! [C: $i] :
            ( ( ( incident_o @ C @ B )
             => ( incident_c @ C @ A ) )
            & ( ( incident_c @ C @ A )
             => ( incident_o @ C @ B ) ) ) )
      & ( ! [C: $i] :
            ( ( ( incident_o @ C @ B )
             => ( incident_c @ C @ A ) )
            & ( ( incident_c @ C @ A )
             => ( incident_o @ C @ B ) ) )
       => ( A
          = ( underlying_curve @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(16,axiom,
    ! [A: $i] :
    ? [B: $i] : ( start_point @ B @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',o4) ).

thf(129,plain,
    ! [A: $i] :
    ? [B: $i] : ( start_point @ B @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(5,axiom,
    ! [A: $i,B: $i] :
      ( ( inner_point @ B @ A )
     => ? [C: $i,D: $i] :
          ( ( meet @ B @ C @ D )
          & ( A
            = ( sum @ C @ D ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c4) ).

thf(45,plain,
    ! [A: $i,B: $i] :
      ( ( inner_point @ B @ A )
     => ? [C: $i,D: $i] :
          ( ( meet @ B @ C @ D )
          & ( A
            = ( sum @ C @ D ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(9,axiom,
    ! [A: $i] :
    ? [B: $i] : ( inner_point @ B @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c3) ).

thf(59,plain,
    ! [A: $i] :
    ? [B: $i] : ( inner_point @ B @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(20,axiom,
    ! [A: $i,B: $i] :
      ( ( ( part_of @ B @ A )
        & ( B != A ) )
     => ( open @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c1) ).

thf(162,plain,
    ! [A: $i,B: $i] :
      ( ( ( part_of @ B @ A )
        & ( B != A ) )
     => ( open @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(15,axiom,
    ! [A: $i,B: $i] :
      ( ! [C: $i] :
          ( ( incident_c @ C @ A )
        <=> ( incident_c @ C @ B ) )
     => ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c9) ).

thf(119,plain,
    ! [A: $i,B: $i] :
      ( ! [C: $i] :
          ( ( ( incident_c @ C @ A )
           => ( incident_c @ C @ B ) )
          & ( ( incident_c @ C @ B )
           => ( incident_c @ C @ A ) ) )
     => ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(1,conjecture,
    ! [A: $i,B: $i] :
      ( ( incident_o @ B @ A )
    <=> ? [C: $i] :
          ( ( ordered_by @ A @ B @ C )
          | ( ordered_by @ A @ C @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',theorem_4_12) ).

thf(2,negated_conjecture,
    ~ ! [A: $i,B: $i] :
        ( ( incident_o @ B @ A )
      <=> ? [C: $i] :
            ( ( ordered_by @ A @ B @ C )
            | ( ordered_by @ A @ C @ B ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(30,plain,
    ~ ! [A: $i,B: $i] :
        ( ( ( incident_o @ B @ A )
         => ? [C: $i] :
              ( ( ordered_by @ A @ B @ C )
              | ( ordered_by @ A @ C @ B ) ) )
        & ( ? [C: $i] :
              ( ( ordered_by @ A @ B @ C )
              | ( ordered_by @ A @ C @ B ) )
         => ( incident_o @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(17,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( meet @ A @ B @ C )
    <=> ( ( incident_c @ A @ B )
        & ( incident_c @ A @ C )
        & ! [D: $i] :
            ( ( ( incident_c @ D @ B )
              & ( incident_c @ D @ C ) )
           => ( ( end_point @ D @ B )
              & ( end_point @ D @ C ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',meet_defn) ).

thf(131,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( meet @ A @ B @ C )
       => ( ( incident_c @ A @ B )
          & ( incident_c @ A @ C )
          & ! [D: $i] :
              ( ( ( incident_c @ D @ B )
                & ( incident_c @ D @ C ) )
             => ( ( end_point @ D @ B )
                & ( end_point @ D @ C ) ) ) ) )
      & ( ( ( incident_c @ A @ B )
          & ( incident_c @ A @ C )
          & ! [D: $i] :
              ( ( ( incident_c @ D @ B )
                & ( incident_c @ D @ C ) )
             => ( ( end_point @ D @ B )
                & ( end_point @ D @ C ) ) ) )
       => ( meet @ A @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(7,axiom,
    ! [A: $i,B: $i] :
      ( ( end_point @ B @ A )
     => ? [C: $i] :
          ( ( end_point @ C @ A )
          & ( B != C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c6) ).

thf(52,plain,
    ! [A: $i,B: $i] :
      ( ( end_point @ B @ A )
     => ? [C: $i] :
          ( ( end_point @ C @ A )
          & ( B != C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(23,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( between_o @ D @ A @ B @ C )
    <=> ? [E: $i] :
          ( ! [F: $i] :
              ( ( incident_o @ F @ D )
            <=> ( incident_c @ F @ E ) )
          & ( between_c @ E @ A @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',o3) ).

thf(184,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( between_o @ D @ A @ B @ C )
       => ? [E: $i] :
            ( ! [F: $i] :
                ( ( ( incident_o @ F @ D )
                 => ( incident_c @ F @ E ) )
                & ( ( incident_c @ F @ E )
                 => ( incident_o @ F @ D ) ) )
            & ( between_c @ E @ A @ B @ C ) ) )
      & ( ? [E: $i] :
            ( ! [F: $i] :
                ( ( ( incident_o @ F @ D )
                 => ( incident_c @ F @ E ) )
                & ( ( incident_c @ F @ E )
                 => ( incident_o @ F @ D ) ) )
            & ( between_c @ E @ A @ B @ C ) )
       => ( between_o @ D @ A @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(3,axiom,
    ! [A: $i] :
      ( ( closed @ A )
    <=> ~ ? [B: $i] : ( end_point @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closed_defn) ).

thf(38,plain,
    ! [A: $i] :
      ( ( ( closed @ A )
       => ~ ? [B: $i] : ( end_point @ B @ A ) )
      & ( ~ ? [B: $i] : ( end_point @ B @ A )
       => ( closed @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(21,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( open @ C )
        & ( A != B )
        & ( incident_c @ A @ C )
        & ( incident_c @ B @ C ) )
     => ? [D: $i] :
          ( ! [E: $i] :
              ( ( incident_o @ E @ D )
            <=> ( incident_c @ E @ C ) )
          & ( ordered_by @ D @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',o5) ).

thf(165,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( open @ C )
        & ( A != B )
        & ( incident_c @ A @ C )
        & ( incident_c @ B @ C ) )
     => ? [D: $i] :
          ( ! [E: $i] :
              ( ( ( incident_o @ E @ D )
               => ( incident_c @ E @ C ) )
              & ( ( incident_c @ E @ C )
               => ( incident_o @ E @ D ) ) )
          & ( ordered_by @ D @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(12,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( A
        = ( sum @ B @ C ) )
    <=> ! [D: $i] :
          ( ( incident_c @ D @ A )
        <=> ( ( incident_c @ D @ B )
            | ( incident_c @ D @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sum_defn) ).

thf(71,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( A
          = ( sum @ B @ C ) )
       => ! [D: $i] :
            ( ( ( incident_c @ D @ A )
             => ( ( incident_c @ D @ B )
                | ( incident_c @ D @ C ) ) )
            & ( ( ( incident_c @ D @ B )
                | ( incident_c @ D @ C ) )
             => ( incident_c @ D @ A ) ) ) )
      & ( ! [D: $i] :
            ( ( ( incident_c @ D @ A )
             => ( ( incident_c @ D @ B )
                | ( incident_c @ D @ C ) ) )
            & ( ( ( incident_c @ D @ B )
                | ( incident_c @ D @ C ) )
             => ( incident_c @ D @ A ) ) )
       => ( A
          = ( sum @ B @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(6,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( end_point @ B @ A )
        & ( end_point @ C @ A )
        & ( end_point @ D @ A ) )
     => ( ( B = C )
        | ( B = D )
        | ( C = D ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c5) ).

thf(49,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( end_point @ B @ A )
        & ( end_point @ C @ A )
        & ( end_point @ D @ A ) )
     => ( ( B = C )
        | ( B = D )
        | ( C = D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(14,axiom,
    ! [A: $i,B: $i] :
      ( ( inner_point @ A @ B )
    <=> ( ( incident_c @ A @ B )
        & ~ ( end_point @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',inner_point_defn) ).

thf(113,plain,
    ! [A: $i,B: $i] :
      ( ( ( inner_point @ A @ B )
       => ( ( incident_c @ A @ B )
          & ~ ( end_point @ A @ B ) ) )
      & ( ( ( incident_c @ A @ B )
          & ~ ( end_point @ A @ B ) )
       => ( inner_point @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(28,axiom,
    ! [A: $i] :
    ? [B: $i] :
      ( ( open @ B )
      & ! [C: $i] :
          ( ( incident_o @ C @ A )
        <=> ( incident_c @ C @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',o2) ).

thf(245,plain,
    ! [A: $i] :
    ? [B: $i] :
      ( ( open @ B )
      & ! [C: $i] :
          ( ( ( incident_o @ C @ A )
           => ( incident_c @ C @ B ) )
          & ( ( incident_c @ C @ B )
           => ( incident_o @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(26,axiom,
    ! [A: $i,B: $i] :
      ( ( finish_point @ A @ B )
    <=> ( ( incident_o @ A @ B )
        & ! [C: $i] :
            ( ( ( A != C )
              & ( incident_o @ C @ B ) )
           => ( ordered_by @ B @ C @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',finish_point_defn) ).

thf(213,plain,
    ! [A: $i,B: $i] :
      ( ( ( finish_point @ A @ B )
       => ( ( incident_o @ A @ B )
          & ! [C: $i] :
              ( ( ( A != C )
                & ( incident_o @ C @ B ) )
             => ( ordered_by @ B @ C @ A ) ) ) )
      & ( ( ( incident_o @ A @ B )
          & ! [C: $i] :
              ( ( ( A != C )
                & ( incident_o @ C @ B ) )
             => ( ordered_by @ B @ C @ A ) ) )
       => ( finish_point @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(11,axiom,
    ! [A: $i] :
      ( ( open @ A )
    <=> ? [B: $i] : ( end_point @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',open_defn) ).

thf(66,plain,
    ! [A: $i] :
      ( ( ( open @ A )
       => ? [B: $i] : ( end_point @ B @ A ) )
      & ( ? [B: $i] : ( end_point @ B @ A )
       => ( open @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(29,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( between_o @ A @ B @ C @ D )
    <=> ( ( ( ordered_by @ A @ B @ C )
          & ( ordered_by @ A @ C @ D ) )
        | ( ( ordered_by @ A @ D @ C )
          & ( ordered_by @ A @ C @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',between_o_defn) ).

thf(251,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( between_o @ A @ B @ C @ D )
       => ( ( ( ordered_by @ A @ B @ C )
            & ( ordered_by @ A @ C @ D ) )
          | ( ( ordered_by @ A @ D @ C )
            & ( ordered_by @ A @ C @ B ) ) ) )
      & ( ( ( ( ordered_by @ A @ B @ C )
            & ( ordered_by @ A @ C @ D ) )
          | ( ( ordered_by @ A @ D @ C )
            & ( ordered_by @ A @ C @ B ) ) )
       => ( between_o @ A @ B @ C @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(19,axiom,
    ! [A: $i,B: $i] :
      ( ( part_of @ B @ A )
    <=> ! [C: $i] :
          ( ( incident_c @ C @ B )
         => ( incident_c @ C @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',part_of_defn) ).

thf(155,plain,
    ! [A: $i,B: $i] :
      ( ( ( part_of @ B @ A )
       => ! [C: $i] :
            ( ( incident_c @ C @ B )
           => ( incident_c @ C @ A ) ) )
      & ( ! [C: $i] :
            ( ( incident_c @ C @ B )
           => ( incident_c @ C @ A ) )
       => ( part_of @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(24,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ordered_by @ A @ B @ C )
     => ( ( incident_o @ B @ A )
        & ( incident_o @ C @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',o1) ).

thf(198,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ordered_by @ A @ B @ C )
     => ( ( incident_o @ B @ A )
        & ( incident_o @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(18,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( between_c @ A @ B @ C @ D )
    <=> ( ( B != D )
        & ? [E: $i] :
            ( ( part_of @ E @ A )
            & ( end_point @ B @ E )
            & ( end_point @ D @ E )
            & ( inner_point @ C @ E ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',between_c_defn) ).

thf(143,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( between_c @ A @ B @ C @ D )
       => ( ( B != D )
          & ? [E: $i] :
              ( ( part_of @ E @ A )
              & ( end_point @ B @ E )
              & ( end_point @ D @ E )
              & ( inner_point @ C @ E ) ) ) )
      & ( ( ( B != D )
          & ? [E: $i] :
              ( ( part_of @ E @ A )
              & ( end_point @ B @ E )
              & ( end_point @ D @ E )
              & ( inner_point @ C @ E ) ) )
       => ( between_c @ A @ B @ C @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(4,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( part_of @ B @ A )
        & ( part_of @ C @ A )
        & ( part_of @ D @ A )
        & ? [E: $i] :
            ( ( end_point @ E @ B )
            & ( end_point @ E @ C )
            & ( end_point @ E @ D ) ) )
     => ( ( part_of @ C @ D )
        | ( part_of @ D @ C )
        | ( part_of @ B @ C )
        | ( part_of @ C @ B )
        | ( part_of @ B @ D )
        | ( part_of @ D @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c2) ).

thf(43,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( part_of @ B @ A )
        & ( part_of @ C @ A )
        & ( part_of @ D @ A )
        & ? [E: $i] :
            ( ( end_point @ E @ B )
            & ( end_point @ E @ C )
            & ( end_point @ E @ D ) ) )
     => ( ( part_of @ C @ D )
        | ( part_of @ D @ C )
        | ( part_of @ B @ C )
        | ( part_of @ C @ B )
        | ( part_of @ B @ D )
        | ( part_of @ D @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(261,plain,
    $false,
    inference(e,[status(thm)],[56,174,61,201,97,225,129,45,59,162,119,30,131,52,184,38,165,71,49,113,245,213,66,251,155,198,143,43]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.13  % Problem  : GEO127+1 : TPTP v8.1.2. Released v2.4.0.
% 0.16/0.16  % Command  : run_Leo-III %s %d
% 0.16/0.37  % Computer : n024.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Fri May 19 04:37:07 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.92/0.85  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.25/1.01  % [INFO] 	 Parsing done (151ms). 
% 1.25/1.01  % [INFO] 	 Running in sequential loop mode. 
% 1.85/1.24  % [INFO] 	 eprover registered as external prover. 
% 1.85/1.24  % [INFO] 	 cvc4 registered as external prover. 
% 1.85/1.25  % [INFO] 	 Scanning for conjecture ... 
% 1.90/1.31  % [INFO] 	 Found a conjecture and 27 axioms. Running axiom selection ... 
% 2.06/1.36  % [INFO] 	 Axiom selection finished. Selected 27 axioms (removed 0 axioms). 
% 2.20/1.41  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.20/1.42  % [INFO] 	 Type checking passed. 
% 2.20/1.42  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 4.78/2.24  % External prover 'e' found a proof!
% 4.78/2.24  % [INFO] 	 Killing All external provers ... 
% 4.78/2.25  % Time passed: 1725ms (effective reasoning time: 1228ms)
% 4.78/2.25  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 4.78/2.25  % Axioms used in derivation (27): meet_defn, o3, start_point_defn, part_of_defn, c9, sum_defn, o2, underlying_curve_defn, closed_defn, inner_point_defn, o5, c3, c4, finish_point_defn, end_point_defn, o6, c8, c5, c2, c1, c6, open_defn, between_o_defn, o1, c7, o4, between_c_defn
% 4.78/2.25  % No. of inferences in proof: 58
% 4.78/2.25  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1725 ms resp. 1228 ms w/o parsing
% 4.94/2.32  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 4.94/2.32  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------