TSTP Solution File: GEO235+3 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : GEO235+3 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n011.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:10:07 EDT 2023

% Result   : Theorem 4.10s 2.10s
% Output   : Refutation 4.36s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   59
% Syntax   : Number of formulae    :   98 (  13 unt;  22 typ;   0 def)
%            Number of atoms       :  259 (   0 equ;   0 cnn)
%            Maximal formula atoms :   10 (   3 avg)
%            Number of connectives :  828 (  28   ~;  47   |;  69   &; 617   @)
%                                         (  10 <=>;  57  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   45 (  45   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   23 (  22 usr;   1 con; 0-4 aty)
%            Number of variables   :  171 (   0   ^; 171   !;   0   ?; 171   :)

% Comments : 
%------------------------------------------------------------------------------
thf(left_apart_point_type,type,
    left_apart_point: $i > $i > $o ).

thf(right_apart_point_type,type,
    right_apart_point: $i > $i > $o ).

thf(distinct_points_type,type,
    distinct_points: $i > $i > $o ).

thf(equally_directed_opposite_lines_type,type,
    equally_directed_opposite_lines: $i > $i > $o ).

thf(unequally_directed_opposite_lines_type,type,
    unequally_directed_opposite_lines: $i > $i > $o ).

thf(point_type,type,
    point: $i > $o ).

thf(line_type,type,
    line: $i > $o ).

thf(parallel_through_point_type,type,
    parallel_through_point: $i > $i > $i ).

thf(reverse_line_type,type,
    reverse_line: $i > $i ).

thf(unequally_directed_lines_type,type,
    unequally_directed_lines: $i > $i > $o ).

thf(intersection_point_type,type,
    intersection_point: $i > $i > $i ).

thf(distinct_lines_type,type,
    distinct_lines: $i > $i > $o ).

thf(equally_directed_lines_type,type,
    equally_directed_lines: $i > $i > $o ).

thf(left_convergent_lines_type,type,
    left_convergent_lines: $i > $i > $o ).

thf(apart_point_and_line_type,type,
    apart_point_and_line: $i > $i > $o ).

thf(between_on_line_type,type,
    between_on_line: $i > $i > $i > $i > $o ).

thf(before_on_line_type,type,
    before_on_line: $i > $i > $i > $o ).

thf(right_convergent_lines_type,type,
    right_convergent_lines: $i > $i > $o ).

thf(convergent_lines_type,type,
    convergent_lines: $i > $i > $o ).

thf(line_connecting_type,type,
    line_connecting: $i > $i > $i ).

thf(divides_points_type,type,
    divides_points: $i > $i > $i > $o ).

thf(incident_point_and_line_type,type,
    incident_point_and_line: $i > $i > $o ).

thf(20,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( unequally_directed_lines @ A @ B )
     => ( ( unequally_directed_lines @ A @ C )
        | ( unequally_directed_lines @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax6_basics) ).

thf(110,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( unequally_directed_lines @ A @ B )
     => ( ( unequally_directed_lines @ A @ C )
        | ( unequally_directed_lines @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(30,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( distinct_points @ A @ B )
        & ( left_apart_point @ A @ C ) )
     => ( ( left_apart_point @ B @ C )
        | ( left_convergent_lines @ ( line_connecting @ A @ B ) @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax2_uniq_cons) ).

thf(152,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( distinct_points @ A @ B )
        & ( left_apart_point @ A @ C ) )
     => ( ( left_apart_point @ B @ C )
        | ( left_convergent_lines @ ( line_connecting @ A @ B ) @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(19,axiom,
    ! [A: $i,B: $i] :
      ( ( right_convergent_lines @ A @ B )
    <=> ( left_convergent_lines @ A @ ( reverse_line @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a3_defns) ).

thf(105,plain,
    ! [A: $i,B: $i] :
      ( ( ( right_convergent_lines @ A @ B )
       => ( left_convergent_lines @ A @ ( reverse_line @ B ) ) )
      & ( ( left_convergent_lines @ A @ ( reverse_line @ B ) )
       => ( right_convergent_lines @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(34,axiom,
    ! [A: $i,B: $i] :
      ( ( distinct_points @ A @ B )
     => ( ~ ( apart_point_and_line @ A @ ( line_connecting @ A @ B ) )
        & ~ ( apart_point_and_line @ B @ ( line_connecting @ A @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax5_cons_objs) ).

thf(166,plain,
    ! [A: $i,B: $i] :
      ( ( distinct_points @ A @ B )
     => ( ~ ( apart_point_and_line @ A @ ( line_connecting @ A @ B ) )
        & ~ ( apart_point_and_line @ B @ ( line_connecting @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ( ( point @ B )
        & ( line @ A ) )
     => ( line @ ( parallel_through_point @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax3_cons_objs) ).

thf(49,plain,
    ! [A: $i,B: $i] :
      ( ( ( point @ B )
        & ( line @ A ) )
     => ( line @ ( parallel_through_point @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(27,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( left_apart_point @ A @ B )
        & ( unequally_directed_lines @ B @ C ) )
     => ( ( distinct_lines @ B @ C )
        | ( left_apart_point @ A @ ( reverse_line @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax2_subs) ).

thf(135,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( left_apart_point @ A @ B )
        & ( unequally_directed_lines @ B @ C ) )
     => ( ( distinct_lines @ B @ C )
        | ( left_apart_point @ A @ ( reverse_line @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(10,axiom,
    ! [A: $i,B: $i] :
      ( ( unequally_directed_lines @ A @ B )
      | ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax8_basics) ).

thf(63,plain,
    ! [A: $i,B: $i] :
      ( ( unequally_directed_lines @ A @ B )
      | ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(38,axiom,
    ! [A: $i,B: $i] :
      ( ( right_apart_point @ A @ B )
    <=> ( left_apart_point @ A @ ( reverse_line @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a2_defns) ).

thf(177,plain,
    ! [A: $i,B: $i] :
      ( ( ( right_apart_point @ A @ B )
       => ( left_apart_point @ A @ ( reverse_line @ B ) ) )
      & ( ( left_apart_point @ A @ ( reverse_line @ B ) )
       => ( right_apart_point @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

thf(16,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( between_on_line @ A @ B @ C @ D )
    <=> ( ( ( before_on_line @ A @ B @ C )
          & ( before_on_line @ A @ C @ D ) )
        | ( ( before_on_line @ A @ D @ C )
          & ( before_on_line @ A @ C @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a9_defns) ).

thf(87,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( between_on_line @ A @ B @ C @ D )
       => ( ( ( before_on_line @ A @ B @ C )
            & ( before_on_line @ A @ C @ D ) )
          | ( ( before_on_line @ A @ D @ C )
            & ( before_on_line @ A @ C @ B ) ) ) )
      & ( ( ( ( before_on_line @ A @ B @ C )
            & ( before_on_line @ A @ C @ D ) )
          | ( ( before_on_line @ A @ D @ C )
            & ( before_on_line @ A @ C @ B ) ) )
       => ( between_on_line @ A @ B @ C @ D ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(5,axiom,
    ! [A: $i] :
      ( ( line @ A )
     => ( line @ ( reverse_line @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax4_cons_objs) ).

thf(51,plain,
    ! [A: $i] :
      ( ( line @ A )
     => ( line @ ( reverse_line @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(22,axiom,
    ! [A: $i,B: $i] :
      ( ( ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
     => ( ~ ( apart_point_and_line @ ( intersection_point @ A @ B ) @ A )
        & ~ ( apart_point_and_line @ ( intersection_point @ A @ B ) @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax6_cons_objs) ).

thf(115,plain,
    ! [A: $i,B: $i] :
      ( ( ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
     => ( ~ ( apart_point_and_line @ ( intersection_point @ A @ B ) @ A )
        & ~ ( apart_point_and_line @ ( intersection_point @ A @ B ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(24,axiom,
    ! [A: $i,B: $i] :
      ( ( convergent_lines @ A @ B )
    <=> ( ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_opposite_lines @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a7_defns) ).

thf(120,plain,
    ! [A: $i,B: $i] :
      ( ( ( convergent_lines @ A @ B )
       => ( ( unequally_directed_lines @ A @ B )
          & ( unequally_directed_opposite_lines @ A @ B ) ) )
      & ( ( ( unequally_directed_lines @ A @ B )
          & ( unequally_directed_opposite_lines @ A @ B ) )
       => ( convergent_lines @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(29,axiom,
    ! [A: $i,B: $i] :
      ~ ( ( left_apart_point @ A @ B )
        | ( left_apart_point @ A @ ( reverse_line @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax10_basics) ).

thf(147,plain,
    ! [A: $i,B: $i] :
      ~ ( ( left_apart_point @ A @ B )
        | ( left_apart_point @ A @ ( reverse_line @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(26,axiom,
    ! [A: $i,B: $i] :
      ( ( ( point @ A )
        & ( point @ B )
        & ( distinct_points @ A @ B ) )
     => ( line @ ( line_connecting @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax1_cons_objs) ).

thf(133,plain,
    ! [A: $i,B: $i] :
      ( ( ( point @ A )
        & ( point @ B )
        & ( distinct_points @ A @ B ) )
     => ( line @ ( line_connecting @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(9,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( left_convergent_lines @ A @ B )
     => ( ( unequally_directed_lines @ B @ C )
        | ( left_convergent_lines @ A @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax3_subs) ).

thf(60,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( left_convergent_lines @ A @ B )
     => ( ( unequally_directed_lines @ B @ C )
        | ( left_convergent_lines @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(18,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( distinct_lines @ A @ B )
     => ( ( distinct_lines @ A @ C )
        | ( distinct_lines @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax4_basics) ).

thf(102,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( distinct_lines @ A @ B )
     => ( ( distinct_lines @ A @ C )
        | ( distinct_lines @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(12,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
     => ( ( ( unequally_directed_lines @ A @ C )
          & ( unequally_directed_lines @ A @ ( reverse_line @ C ) ) )
        | ( ( unequally_directed_lines @ B @ C )
          & ( unequally_directed_lines @ B @ ( reverse_line @ C ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax7_basics) ).

thf(70,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
     => ( ( ( unequally_directed_lines @ A @ C )
          & ( unequally_directed_lines @ A @ ( reverse_line @ C ) ) )
        | ( ( unequally_directed_lines @ B @ C )
          & ( unequally_directed_lines @ B @ ( reverse_line @ C ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(28,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( divides_points @ C @ A @ B )
    <=> ( ( ( left_apart_point @ A @ C )
          & ( right_apart_point @ B @ C ) )
        | ( ( right_apart_point @ A @ C )
          & ( left_apart_point @ B @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a8_defns) ).

thf(137,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( divides_points @ C @ A @ B )
       => ( ( ( left_apart_point @ A @ C )
            & ( right_apart_point @ B @ C ) )
          | ( ( right_apart_point @ A @ C )
            & ( left_apart_point @ B @ C ) ) ) )
      & ( ( ( ( left_apart_point @ A @ C )
            & ( right_apart_point @ B @ C ) )
          | ( ( right_apart_point @ A @ C )
            & ( left_apart_point @ B @ C ) ) )
       => ( divides_points @ C @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ( equally_directed_lines @ A @ B )
    <=> ~ ( unequally_directed_lines @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a4_defns) ).

thf(65,plain,
    ! [A: $i,B: $i] :
      ( ( ( equally_directed_lines @ A @ B )
       => ~ ( unequally_directed_lines @ A @ B ) )
      & ( ~ ( unequally_directed_lines @ A @ B )
       => ( equally_directed_lines @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(17,axiom,
    ! [A: $i,B: $i] :
      ~ ( ( left_convergent_lines @ A @ B )
        | ( left_convergent_lines @ A @ ( reverse_line @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax11_basics) ).

thf(97,plain,
    ! [A: $i,B: $i] :
      ~ ( ( left_convergent_lines @ A @ B )
        | ( left_convergent_lines @ A @ ( reverse_line @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(32,axiom,
    ! [A: $i,B: $i] :
      ( ( distinct_points @ A @ B )
     => ( equally_directed_lines @ ( line_connecting @ A @ B ) @ ( reverse_line @ ( line_connecting @ B @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax9_cons_objs) ).

thf(156,plain,
    ! [A: $i,B: $i] :
      ( ( distinct_points @ A @ B )
     => ( equally_directed_lines @ ( line_connecting @ A @ B ) @ ( reverse_line @ ( line_connecting @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(6,axiom,
    ! [A: $i,B: $i] :
      ( ( ( line @ A )
        & ( line @ B )
        & ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
     => ( point @ ( intersection_point @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax2_cons_objs) ).

thf(53,plain,
    ! [A: $i,B: $i] :
      ( ( ( line @ A )
        & ( line @ B )
        & ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
     => ( point @ ( intersection_point @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(35,axiom,
    ! [A: $i] :
      ~ ( distinct_points @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax1_basics) ).

thf(169,plain,
    ! [A: $i] :
      ~ ( distinct_points @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

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

thf(44,plain,
    ! [A: $i,B: $i] :
      ( ( ( equally_directed_opposite_lines @ A @ B )
       => ~ ( unequally_directed_opposite_lines @ A @ B ) )
      & ( ~ ( unequally_directed_opposite_lines @ A @ B )
       => ( equally_directed_opposite_lines @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(23,axiom,
    ! [A: $i] : ( equally_directed_lines @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax5_basics) ).

thf(118,plain,
    ! [A: $i] : ( equally_directed_lines @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(36,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( distinct_points @ A @ B )
     => ( ( distinct_points @ A @ C )
        | ( distinct_points @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax2_basics) ).

thf(172,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( distinct_points @ A @ B )
     => ( ( distinct_points @ A @ C )
        | ( distinct_points @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(21,axiom,
    ! [A: $i,B: $i] :
      ( ( ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
     => ( ( left_convergent_lines @ A @ B )
        | ( left_convergent_lines @ A @ ( reverse_line @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax9_basics) ).

thf(113,plain,
    ! [A: $i,B: $i] :
      ( ( ( unequally_directed_lines @ A @ B )
        & ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
     => ( ( left_convergent_lines @ A @ B )
        | ( left_convergent_lines @ A @ ( reverse_line @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(13,axiom,
    ! [A: $i] :
      ~ ( distinct_lines @ A @ ( reverse_line @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax8_cons_objs) ).

thf(76,plain,
    ! [A: $i] :
      ~ ( distinct_lines @ A @ ( reverse_line @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(1,conjecture,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( left_apart_point @ A @ C )
        & ( right_apart_point @ B @ C ) )
     => ( distinct_points @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con) ).

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

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

thf(31,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( left_apart_point @ A @ C )
     => ( ( distinct_points @ A @ B )
        | ( left_apart_point @ B @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax1_subs) ).

thf(154,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( left_apart_point @ A @ C )
     => ( ( distinct_points @ A @ B )
        | ( left_apart_point @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(37,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( distinct_points @ A @ B )
        & ( distinct_lines @ C @ D ) )
     => ( ( left_apart_point @ A @ C )
        | ( left_apart_point @ B @ C )
        | ( left_apart_point @ A @ D )
        | ( left_apart_point @ B @ D )
        | ( left_apart_point @ A @ ( reverse_line @ C ) )
        | ( left_apart_point @ B @ ( reverse_line @ C ) )
        | ( left_apart_point @ A @ ( reverse_line @ D ) )
        | ( left_apart_point @ B @ ( reverse_line @ D ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax1_uniq_cons) ).

thf(175,plain,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( distinct_points @ A @ B )
        & ( distinct_lines @ C @ D ) )
     => ( ( left_apart_point @ A @ C )
        | ( left_apart_point @ B @ C )
        | ( left_apart_point @ A @ D )
        | ( left_apart_point @ B @ D )
        | ( left_apart_point @ A @ ( reverse_line @ C ) )
        | ( left_apart_point @ B @ ( reverse_line @ C ) )
        | ( left_apart_point @ A @ ( reverse_line @ D ) )
        | ( left_apart_point @ B @ ( reverse_line @ D ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(33,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( before_on_line @ A @ B @ C )
    <=> ( ( distinct_points @ B @ C )
        & ( incident_point_and_line @ B @ A )
        & ( incident_point_and_line @ C @ A )
        & ( equally_directed_lines @ A @ ( line_connecting @ B @ C ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax4_defns) ).

thf(158,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( ( before_on_line @ A @ B @ C )
       => ( ( distinct_points @ B @ C )
          & ( incident_point_and_line @ B @ A )
          & ( incident_point_and_line @ C @ A )
          & ( equally_directed_lines @ A @ ( line_connecting @ B @ C ) ) ) )
      & ( ( ( distinct_points @ B @ C )
          & ( incident_point_and_line @ B @ A )
          & ( incident_point_and_line @ C @ A )
          & ( equally_directed_lines @ A @ ( line_connecting @ B @ C ) ) )
       => ( before_on_line @ A @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(7,axiom,
    ! [A: $i] :
      ~ ( distinct_lines @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax3_basics) ).

thf(55,plain,
    ! [A: $i] :
      ~ ( distinct_lines @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(8,axiom,
    ! [A: $i,B: $i] : ( equally_directed_lines @ ( parallel_through_point @ B @ A ) @ B ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax10_cons_objs) ).

thf(58,plain,
    ! [A: $i,B: $i] : ( equally_directed_lines @ ( parallel_through_point @ B @ A ) @ B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

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

thf(82,plain,
    ! [A: $i,B: $i] :
      ( ( ( unequally_directed_opposite_lines @ A @ B )
       => ( unequally_directed_lines @ A @ ( reverse_line @ B ) ) )
      & ( ( unequally_directed_lines @ A @ ( reverse_line @ B ) )
       => ( unequally_directed_opposite_lines @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(25,axiom,
    ! [A: $i,B: $i] :
      ( ( apart_point_and_line @ A @ B )
    <=> ( ( left_apart_point @ A @ B )
        | ( right_apart_point @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a6_defns) ).

thf(126,plain,
    ! [A: $i,B: $i] :
      ( ( ( apart_point_and_line @ A @ B )
       => ( ( left_apart_point @ A @ B )
          | ( right_apart_point @ A @ B ) ) )
      & ( ( ( left_apart_point @ A @ B )
          | ( right_apart_point @ A @ B ) )
       => ( apart_point_and_line @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(14,axiom,
    ! [A: $i,B: $i] :
      ~ ( apart_point_and_line @ A @ ( parallel_through_point @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax7_cons_objs) ).

thf(79,plain,
    ! [A: $i,B: $i] :
      ~ ( apart_point_and_line @ A @ ( parallel_through_point @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(182,plain,
    $false,
    inference(e,[status(thm)],[110,152,105,166,49,135,63,177,87,51,115,120,147,133,60,102,70,137,65,97,156,53,169,44,118,172,113,76,39,154,175,158,55,58,82,126,79]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : GEO235+3 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.16  % Command  : run_Leo-III %s %d
% 0.15/0.37  % Computer : n011.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 300
% 0.15/0.37  % DateTime : Fri May 19 04:14:49 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 1.00/0.94  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.37/1.09  % [INFO] 	 Parsing done (145ms). 
% 1.37/1.09  % [INFO] 	 Running in sequential loop mode. 
% 1.78/1.31  % [INFO] 	 eprover registered as external prover. 
% 1.78/1.31  % [INFO] 	 cvc4 registered as external prover. 
% 1.78/1.32  % [INFO] 	 Scanning for conjecture ... 
% 1.97/1.38  % [INFO] 	 Found a conjecture and 36 axioms. Running axiom selection ... 
% 2.13/1.43  % [INFO] 	 Axiom selection finished. Selected 36 axioms (removed 0 axioms). 
% 2.25/1.48  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.25/1.49  % [INFO] 	 Type checking passed. 
% 2.25/1.49  % [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.10/2.10  % External prover 'e' found a proof!
% 4.10/2.10  % [INFO] 	 Killing All external provers ... 
% 4.10/2.10  % Time passed: 1518ms (effective reasoning time: 1003ms)
% 4.10/2.10  % 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.10/2.10  % Axioms used in derivation (36): ax3_basics, a3_defns, ax4_cons_objs, ax10_cons_objs, ax8_cons_objs, ax2_basics, ax10_basics, a8_defns, a9_defns, a4_defns, ax6_basics, a1_defns, a7_defns, ax2_uniq_cons, ax7_cons_objs, ax2_subs, ax1_subs, ax11_basics, ax2_cons_objs, ax6_cons_objs, a5_defns, ax1_cons_objs, ax3_subs, ax3_cons_objs, ax8_basics, a2_defns, ax9_basics, ax7_basics, ax4_defns, ax4_basics, ax5_basics, a6_defns, ax9_cons_objs, ax1_basics, ax1_uniq_cons, ax5_cons_objs
% 4.10/2.10  % No. of inferences in proof: 76
% 4.10/2.10  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1518 ms resp. 1003 ms w/o parsing
% 4.36/2.16  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 4.36/2.16  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------