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

View Problem - Process Solution

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

% Computer : n001.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:31 EDT 2023

% Result   : Theorem 4.94s 2.16s
% Output   : Refutation 4.94s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   57
% Syntax   : Number of formulae    :   96 (   7 unt;  20 typ;   0 def)
%            Number of atoms       :  361 (  39 equ;   0 cnn)
%            Maximal formula atoms :   16 (   4 avg)
%            Number of connectives : 1111 (  25   ~;  25   |; 132   &; 801   @)
%                                         (  24 <=>; 104  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   42 (  42   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   22 (  20 usr;   1 con; 0-4 aty)
%            Number of variables   :  258 (   0   ^; 222   !;  36   ?; 258   :)

% Comments : 
%------------------------------------------------------------------------------
thf(connect_type,type,
    connect: $i > $i > $i > $o ).

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

thf(trajectory_of_type,type,
    trajectory_of: $i > $i ).

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(between_c_type,type,
    between_c: $i > $i > $i > $i > $o ).

thf(once_type,type,
    once: $i > $o ).

thf(at_the_same_time_type,type,
    at_the_same_time: $i > $i > $i ).

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

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

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

thf(at_type,type,
    at: $i > $i > $i ).

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

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

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

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

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

thf(42,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(25,axiom,
    ! [A: $i,B: $i] :
      ( ( once @ ( at_the_same_time @ A @ B ) )
    <=> ( once @ ( at_the_same_time @ B @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',symmetry_of_at_the_same_time) ).

thf(189,plain,
    ! [A: $i,B: $i] :
      ( ( ( once @ ( at_the_same_time @ A @ B ) )
       => ( once @ ( at_the_same_time @ B @ A ) ) )
      & ( ( once @ ( at_the_same_time @ B @ A ) )
       => ( once @ ( at_the_same_time @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(28,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(206,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)],[28]) ).

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(53,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(36,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( connect @ A @ B @ C )
    <=> ( once @ ( at_the_same_time @ ( at @ A @ C ) @ ( at @ B @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',connect_defn) ).

thf(266,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( connect @ A @ B @ C )
       => ( once @ ( at_the_same_time @ ( at @ A @ C ) @ ( at @ B @ C ) ) ) )
      & ( ( once @ ( at_the_same_time @ ( at @ A @ C ) @ ( at @ B @ C ) ) )
       => ( connect @ A @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(38,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(291,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)],[38]) ).

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(49,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(18,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(140,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)],[18]) ).

thf(24,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(177,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)],[24]) ).

thf(23,axiom,
    ! [A: $i] :
      ( ( once @ A )
     => ! [B: $i] :
        ? [C: $i] : ( once @ ( at_the_same_time @ A @ ( at @ B @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',localization) ).

thf(175,plain,
    ! [A: $i] :
      ( ( once @ A )
     => ! [B: $i] :
        ? [C: $i] : ( once @ ( at_the_same_time @ A @ ( at @ B @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(29,axiom,
    ! [A: $i,B: $i] :
      ( ( once @ ( at @ A @ B ) )
    <=> ( incident_o @ B @ ( trajectory_of @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',at_on_trajectory) ).

thf(218,plain,
    ! [A: $i,B: $i] :
      ( ( ( once @ ( at @ A @ B ) )
       => ( incident_o @ B @ ( trajectory_of @ A ) ) )
      & ( ( incident_o @ B @ ( trajectory_of @ A ) )
       => ( once @ ( at @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

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(47,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(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(101,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(33,axiom,
    ! [A: $i] :
    ? [B: $i] :
      ( ( trajectory_of @ A )
      = B ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',trajectories_are_oriented_curves) ).

thf(249,plain,
    ! [A: $i] :
    ? [B: $i] :
      ( ( trajectory_of @ A )
      = B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

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

thf(201,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( once @ ( at_the_same_time @ ( at_the_same_time @ A @ B ) @ C ) )
       => ( once @ ( at_the_same_time @ A @ ( at_the_same_time @ B @ C ) ) ) )
      & ( ( once @ ( at_the_same_time @ A @ ( at_the_same_time @ B @ C ) ) )
       => ( once @ ( at_the_same_time @ ( at_the_same_time @ A @ B ) @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

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(60,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(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(117,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(20,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(160,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)],[20]) ).

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

thf(70,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(17,axiom,
    ! [A: $i,B: $i] :
      ( ( ( part_of @ B @ A )
        & ( B != A ) )
     => ( open @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c1) ).

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

thf(34,axiom,
    ! [A: $i,B: $i,C: $i,D: $i,E: $i,F: $i] :
      ( ( ( once @ ( at_the_same_time @ ( at @ E @ A ) @ ( at @ F @ B ) ) )
        & ( once @ ( at_the_same_time @ ( at @ E @ C ) @ ( at @ F @ D ) ) ) )
     => ~ ( ( ordered_by @ ( trajectory_of @ E ) @ A @ C )
          & ( ordered_by @ ( trajectory_of @ F ) @ D @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',homogeneous_behaviour) ).

thf(252,plain,
    ! [A: $i,B: $i,C: $i,D: $i,E: $i,F: $i] :
      ( ( ( once @ ( at_the_same_time @ ( at @ E @ A ) @ ( at @ F @ B ) ) )
        & ( once @ ( at_the_same_time @ ( at @ E @ C ) @ ( at @ F @ D ) ) ) )
     => ~ ( ( ordered_by @ ( trajectory_of @ E ) @ A @ C )
          & ( ordered_by @ ( trajectory_of @ F ) @ D @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

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(65,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(22,axiom,
    ! [A: $i,B: $i] :
      ( ( once @ ( at_the_same_time @ A @ B ) )
     => ( ( once @ A )
        & ( once @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conjunction_at_the_same_time) ).

thf(172,plain,
    ! [A: $i,B: $i] :
      ( ( once @ ( at_the_same_time @ A @ B ) )
     => ( ( once @ A )
        & ( once @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(1,conjecture,
    ! [A: $i,B: $i,C: $i] :
      ( ( connect @ B @ C @ A )
     => ( ( incident_o @ A @ ( trajectory_of @ B ) )
        & ( incident_o @ A @ ( trajectory_of @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',t13) ).

thf(2,negated_conjecture,
    ~ ! [A: $i,B: $i,C: $i] :
        ( ( connect @ B @ C @ A )
       => ( ( incident_o @ A @ ( trajectory_of @ B ) )
          & ( incident_o @ A @ ( trajectory_of @ C ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(39,plain,
    ~ ! [A: $i,B: $i,C: $i] :
        ( ( connect @ B @ C @ A )
       => ( ( incident_o @ A @ ( trajectory_of @ B ) )
          & ( incident_o @ A @ ( trajectory_of @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(37,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(271,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)],[37]) ).

thf(30,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(223,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)],[30]) ).

thf(16,axiom,
    ! [A: $i] :
      ( ( once @ A )
     => ( once @ ( at_the_same_time @ A @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',idempotence_of_at_the_same_time) ).

thf(135,plain,
    ! [A: $i] :
      ( ( once @ A )
     => ( once @ ( at_the_same_time @ A @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(15,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(123,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)],[15]) ).

thf(26,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(194,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)],[26]) ).

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

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

thf(19,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(150,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)],[19]) ).

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(75,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(32,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(246,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)],[32]) ).

thf(35,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(254,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)],[35]) ).

thf(31,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(232,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)],[31]) ).

thf(297,plain,
    $false,
    inference(e,[status(thm)],[170,56,42,189,206,53,266,291,49,140,177,175,218,47,101,249,201,60,117,160,70,137,252,65,172,39,271,223,135,123,194,63,150,75,246,254,232]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : GEO147+1 : TPTP v8.1.2. Released v2.4.0.
% 0.06/0.14  % Command  : run_Leo-III %s %d
% 0.15/0.35  % Computer : n001.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Fri May 19 04:50:36 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.93/0.84  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.39/0.99  % [INFO] 	 Parsing done (146ms). 
% 1.39/0.99  % [INFO] 	 Running in sequential loop mode. 
% 1.80/1.19  % [INFO] 	 eprover registered as external prover. 
% 1.80/1.19  % [INFO] 	 cvc4 registered as external prover. 
% 1.80/1.19  % [INFO] 	 Scanning for conjecture ... 
% 1.97/1.25  % [INFO] 	 Found a conjecture and 36 axioms. Running axiom selection ... 
% 2.01/1.30  % [INFO] 	 Axiom selection finished. Selected 36 axioms (removed 0 axioms). 
% 2.25/1.36  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.42/1.37  % [INFO] 	 Type checking passed. 
% 2.42/1.37  % [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.94/2.16  % External prover 'e' found a proof!
% 4.94/2.16  % [INFO] 	 Killing All external provers ... 
% 4.94/2.16  % Time passed: 1642ms (effective reasoning time: 1160ms)
% 4.94/2.16  % 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.94/2.16  % Axioms used in derivation (36): meet_defn, o3, start_point_defn, c9, sum_defn, o2, underlying_curve_defn, closed_defn, symmetry_of_at_the_same_time, inner_point_defn, o5, localization, conjunction_at_the_same_time, c3, c4, finish_point_defn, homogeneous_behaviour, end_point_defn, o6, c8, at_on_trajectory, trajectories_are_oriented_curves, part_of_defn, c5, c2, c1, c6, open_defn, between_o_defn, o1, c7, o4, between_c_defn, assciativity_of_at_the_same_time, idempotence_of_at_the_same_time, connect_defn
% 4.94/2.16  % No. of inferences in proof: 76
% 4.94/2.16  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1642 ms resp. 1160 ms w/o parsing
% 4.94/2.22  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 4.94/2.22  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------