TSTP Solution File: GEO225+1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : GEO225+1 : TPTP v8.1.0. Released v3.3.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n004.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:08:49 EDT 2022

% Result   : Theorem 0.20s 0.44s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   16
%            Number of leaves      :   31
% Syntax   : Number of formulae    :  208 ( 116 unt;  12 typ;   0 def)
%            Number of atoms       : 1144 ( 282 equ;   0 cnn)
%            Maximal formula atoms :    6 (   5 avg)
%            Number of connectives : 1747 ( 207   ~; 309   |;  33   &;1156   @)
%                                         (   0 <=>;  42  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   18 (  18   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  12 usr;   4 con; 0-2 aty)
%            Number of variables   :  444 (   0   ^ 437   !;   7   ?; 444   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_apart_point_and_line,type,
    apart_point_and_line: $i > $i > $o ).

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

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

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

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

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

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

thf(tp_orthogonal_through_point,type,
    orthogonal_through_point: $i > $i > $i ).

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

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

thf(tp_sK1_A,type,
    sK1_A: $i ).

thf(tp_sK2_SY44,type,
    sK2_SY44: $i ).

thf(1,axiom,
    ! [L: $i,A: $i] :
      ( ( ( line @ L )
        & ( point @ A ) )
     => ( line @ ( orthogonal_through_point @ L @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',orth1) ).

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

thf(3,axiom,
    ! [L: $i,M: $i] :
      ( ( ( line @ L )
        & ( line @ M )
        & ( convergent_lines @ L @ M ) )
     => ( point @ ( intersection_point @ L @ M ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',int1) ).

thf(4,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',con1) ).

thf(5,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( convergent_lines @ X @ Y )
     => ( ( distinct_lines @ Y @ Z )
        | ( convergent_lines @ X @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ceq3) ).

thf(6,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( apart_point_and_line @ X @ Y )
     => ( ( distinct_lines @ Y @ Z )
        | ( apart_point_and_line @ X @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ceq2) ).

thf(7,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( apart_point_and_line @ X @ Y )
     => ( ( distinct_points @ X @ Z )
        | ( apart_point_and_line @ Z @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ceq1) ).

thf(8,axiom,
    ! [X: $i,Y: $i,U: $i,V: $i] :
      ( ( ( distinct_points @ X @ Y )
        & ( distinct_lines @ U @ V ) )
     => ( ( apart_point_and_line @ X @ U )
        | ( apart_point_and_line @ X @ V )
        | ( apart_point_and_line @ Y @ U )
        | ( apart_point_and_line @ Y @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',cu1) ).

thf(9,axiom,
    ! [X: $i,Y: $i] :
      ( ( convergent_lines @ X @ Y )
     => ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ Y ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ci4) ).

thf(10,axiom,
    ! [X: $i,Y: $i] :
      ( ( convergent_lines @ X @ Y )
     => ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ci3) ).

thf(11,axiom,
    ! [X: $i,Y: $i] :
      ( ( distinct_points @ X @ Y )
     => ~ ( apart_point_and_line @ Y @ ( line_connecting @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ci2) ).

thf(12,axiom,
    ! [X: $i,Y: $i] :
      ( ( distinct_points @ X @ Y )
     => ~ ( apart_point_and_line @ X @ ( line_connecting @ X @ Y ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ci1) ).

thf(13,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( convergent_lines @ X @ Y )
     => ( ( convergent_lines @ X @ Z )
        | ( convergent_lines @ Y @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax6) ).

thf(14,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( distinct_lines @ X @ Y )
     => ( ( distinct_lines @ X @ Z )
        | ( distinct_lines @ Y @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',apart5) ).

thf(15,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( distinct_points @ X @ Y )
     => ( ( distinct_points @ X @ Z )
        | ( distinct_points @ Y @ Z ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',apart4) ).

thf(16,axiom,
    ! [X: $i] :
      ~ ( convergent_lines @ X @ X ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',apart3) ).

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

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

thf(19,conjecture,
    ! [A: $i,B: $i] :
      ( ( ( point @ A )
        & ( point @ B )
        & ( distinct_points @ A @ B ) )
     => ? [X: $i] :
          ( ( line @ X )
         => ( ~ ( apart_point_and_line @ A @ X )
            & ~ ( apart_point_and_line @ B @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con) ).

thf(20,negated_conjecture,
    ( ( ! [A: $i,B: $i] :
          ( ( ( point @ A )
            & ( point @ B )
            & ( distinct_points @ A @ B ) )
         => ? [X: $i] :
              ( ( line @ X )
             => ( ~ ( apart_point_and_line @ A @ X )
                & ~ ( apart_point_and_line @ B @ X ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[19]) ).

thf(21,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( point @ A )
            & ( point @ B )
            & ( distinct_points @ A @ B ) )
         => ? [X: $i] :
              ( ( line @ X )
             => ( ~ ( apart_point_and_line @ A @ X )
                & ~ ( apart_point_and_line @ B @ X ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(22,plain,
    ( ( ! [L: $i,A: $i] :
          ( ( ( line @ L )
            & ( point @ A ) )
         => ( line @ ( orthogonal_through_point @ L @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(23,plain,
    ( ( ! [L: $i,A: $i] :
          ( ( ( line @ L )
            & ( point @ A ) )
         => ( line @ ( parallel_through_point @ L @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(24,plain,
    ( ( ! [L: $i,M: $i] :
          ( ( ( line @ L )
            & ( line @ M )
            & ( convergent_lines @ L @ M ) )
         => ( point @ ( intersection_point @ L @ M ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(25,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( ( point @ A )
            & ( point @ B )
            & ( distinct_points @ A @ B ) )
         => ( line @ ( line_connecting @ A @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(26,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( convergent_lines @ X @ Y )
         => ( ( distinct_lines @ Y @ Z )
            | ( convergent_lines @ X @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(27,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( apart_point_and_line @ X @ Y )
         => ( ( distinct_lines @ Y @ Z )
            | ( apart_point_and_line @ X @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(28,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( apart_point_and_line @ X @ Y )
         => ( ( distinct_points @ X @ Z )
            | ( apart_point_and_line @ Z @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(29,plain,
    ( ( ! [X: $i,Y: $i,U: $i,V: $i] :
          ( ( ( distinct_points @ X @ Y )
            & ( distinct_lines @ U @ V ) )
         => ( ( apart_point_and_line @ X @ U )
            | ( apart_point_and_line @ X @ V )
            | ( apart_point_and_line @ Y @ U )
            | ( apart_point_and_line @ Y @ V ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(30,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( convergent_lines @ X @ Y )
         => ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ Y ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(31,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( convergent_lines @ X @ Y )
         => ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(32,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( distinct_points @ X @ Y )
         => ~ ( apart_point_and_line @ Y @ ( line_connecting @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(33,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ( distinct_points @ X @ Y )
         => ~ ( apart_point_and_line @ X @ ( line_connecting @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(34,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( convergent_lines @ X @ Y )
         => ( ( convergent_lines @ X @ Z )
            | ( convergent_lines @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(35,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( distinct_lines @ X @ Y )
         => ( ( distinct_lines @ X @ Z )
            | ( distinct_lines @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(36,plain,
    ( ( ! [X: $i,Y: $i,Z: $i] :
          ( ( distinct_points @ X @ Y )
         => ( ( distinct_points @ X @ Z )
            | ( distinct_points @ Y @ Z ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(37,plain,
    ( ( ! [X: $i] :
          ~ ( convergent_lines @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(38,plain,
    ( ( ! [X: $i] :
          ~ ( distinct_lines @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(39,plain,
    ( ( ! [X: $i] :
          ~ ( distinct_points @ X @ X ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(40,plain,
    ( ( ! [SY44: $i] :
          ( ( ( point @ sK1_A )
            & ( point @ SY44 )
            & ( distinct_points @ sK1_A @ SY44 ) )
         => ? [SY45: $i] :
              ( ( line @ SY45 )
             => ( ~ ( apart_point_and_line @ sK1_A @ SY45 )
                & ~ ( apart_point_and_line @ SY44 @ SY45 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[21]) ).

thf(41,plain,
    ( ( ( ( point @ sK1_A )
        & ( point @ sK2_SY44 )
        & ( distinct_points @ sK1_A @ sK2_SY44 ) )
     => ? [SY46: $i] :
          ( ( line @ SY46 )
         => ( ~ ( apart_point_and_line @ sK1_A @ SY46 )
            & ~ ( apart_point_and_line @ sK2_SY44 @ SY46 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[40]) ).

thf(42,plain,
    ( ( point @ sK1_A )
    = $true ),
    inference(standard_cnf,[status(thm)],[41]) ).

thf(43,plain,
    ( ( point @ sK2_SY44 )
    = $true ),
    inference(standard_cnf,[status(thm)],[41]) ).

thf(44,plain,
    ( ( distinct_points @ sK1_A @ sK2_SY44 )
    = $true ),
    inference(standard_cnf,[status(thm)],[41]) ).

thf(45,plain,
    ( ( ? [SY46: $i] :
          ( ( line @ SY46 )
         => ( ~ ( apart_point_and_line @ sK1_A @ SY46 )
            & ~ ( apart_point_and_line @ sK2_SY44 @ SY46 ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[41]) ).

thf(46,plain,
    ( ( ~ ? [SY46: $i] :
            ( ( line @ SY46 )
           => ( ~ ( apart_point_and_line @ sK1_A @ SY46 )
              & ~ ( apart_point_and_line @ sK2_SY44 @ SY46 ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[45]) ).

thf(47,plain,
    ( ( ! [SY46: $i] : ( line @ SY46 )
      & ! [SY46: $i] :
          ( ( apart_point_and_line @ sK1_A @ SY46 )
          | ( apart_point_and_line @ sK2_SY44 @ SY46 ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[46]) ).

thf(48,plain,
    ( ( ! [L: $i,A: $i] :
          ( ~ ( line @ L )
          | ~ ( point @ A )
          | ( line @ ( orthogonal_through_point @ L @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[22]) ).

thf(49,plain,
    ( ( ! [L: $i,A: $i] :
          ( ~ ( line @ L )
          | ~ ( point @ A )
          | ( line @ ( parallel_through_point @ L @ A ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[23]) ).

thf(50,plain,
    ( ( ! [L: $i,M: $i] :
          ( ~ ( line @ L )
          | ~ ( line @ M )
          | ~ ( convergent_lines @ L @ M )
          | ( point @ ( intersection_point @ L @ M ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[24]) ).

thf(51,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( point @ A )
          | ~ ( point @ B )
          | ~ ( distinct_points @ A @ B )
          | ( line @ ( line_connecting @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[25]) ).

thf(52,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( convergent_lines @ X @ Y )
          | ! [Z: $i] :
              ( ( convergent_lines @ X @ Z )
              | ( distinct_lines @ Y @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(53,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( apart_point_and_line @ X @ Y )
          | ! [Z: $i] :
              ( ( apart_point_and_line @ X @ Z )
              | ( distinct_lines @ Y @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[27]) ).

thf(54,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( apart_point_and_line @ X @ Y )
          | ! [Z: $i] :
              ( ( apart_point_and_line @ Z @ Y )
              | ( distinct_points @ X @ Z ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[28]) ).

thf(55,plain,
    ( ( ! [X: $i,Y: $i,U: $i,V: $i] :
          ( ~ ( distinct_lines @ U @ V )
          | ~ ( distinct_points @ X @ Y )
          | ( apart_point_and_line @ Y @ V )
          | ( apart_point_and_line @ Y @ U )
          | ( apart_point_and_line @ X @ U )
          | ( apart_point_and_line @ X @ V ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(56,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( convergent_lines @ X @ Y )
          | ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ Y ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[30]) ).

thf(57,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( convergent_lines @ X @ Y )
          | ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[31]) ).

thf(58,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( distinct_points @ X @ Y )
          | ~ ( apart_point_and_line @ Y @ ( line_connecting @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[32]) ).

thf(59,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( distinct_points @ X @ Y )
          | ~ ( apart_point_and_line @ X @ ( line_connecting @ X @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

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

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

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

thf(63,plain,
    ( ( ! [X: $i] :
          ~ ( distinct_points @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(64,plain,
    ( ( ! [X: $i] :
          ~ ( distinct_lines @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[38]) ).

thf(65,plain,
    ( ( ! [X: $i] :
          ~ ( convergent_lines @ X @ X ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

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

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

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

thf(69,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( distinct_points @ X @ Y )
          | ~ ( apart_point_and_line @ X @ ( line_connecting @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[59]) ).

thf(70,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( distinct_points @ X @ Y )
          | ~ ( apart_point_and_line @ Y @ ( line_connecting @ X @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[58]) ).

thf(71,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( convergent_lines @ X @ Y )
          | ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(72,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( convergent_lines @ X @ Y )
          | ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ Y ) ) )
    = $true ),
    inference(copy,[status(thm)],[56]) ).

thf(73,plain,
    ( ( ! [X: $i,Y: $i,U: $i,V: $i] :
          ( ~ ( distinct_lines @ U @ V )
          | ~ ( distinct_points @ X @ Y )
          | ( apart_point_and_line @ Y @ V )
          | ( apart_point_and_line @ Y @ U )
          | ( apart_point_and_line @ X @ U )
          | ( apart_point_and_line @ X @ V ) ) )
    = $true ),
    inference(copy,[status(thm)],[55]) ).

thf(74,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( apart_point_and_line @ X @ Y )
          | ! [Z: $i] :
              ( ( apart_point_and_line @ Z @ Y )
              | ( distinct_points @ X @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[54]) ).

thf(75,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( apart_point_and_line @ X @ Y )
          | ! [Z: $i] :
              ( ( apart_point_and_line @ X @ Z )
              | ( distinct_lines @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(76,plain,
    ( ( ! [X: $i,Y: $i] :
          ( ~ ( convergent_lines @ X @ Y )
          | ! [Z: $i] :
              ( ( convergent_lines @ X @ Z )
              | ( distinct_lines @ Y @ Z ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[52]) ).

thf(77,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( point @ A )
          | ~ ( point @ B )
          | ~ ( distinct_points @ A @ B )
          | ( line @ ( line_connecting @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(78,plain,
    ( ( ! [L: $i,M: $i] :
          ( ~ ( line @ L )
          | ~ ( line @ M )
          | ~ ( convergent_lines @ L @ M )
          | ( point @ ( intersection_point @ L @ M ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(79,plain,
    ( ( ! [L: $i,A: $i] :
          ( ~ ( line @ L )
          | ~ ( point @ A )
          | ( line @ ( parallel_through_point @ L @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(80,plain,
    ( ( ! [L: $i,A: $i] :
          ( ~ ( line @ L )
          | ~ ( point @ A )
          | ( line @ ( orthogonal_through_point @ L @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(81,plain,
    ( ( distinct_points @ sK1_A @ sK2_SY44 )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(82,plain,
    ( ( point @ sK2_SY44 )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(83,plain,
    ( ( point @ sK1_A )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(84,plain,
    ( ( ! [SY46: $i] : ( line @ SY46 )
      & ! [SY46: $i] :
          ( ( apart_point_and_line @ sK1_A @ SY46 )
          | ( apart_point_and_line @ sK2_SY44 @ SY46 ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(85,plain,
    ( ( ~ ( ~ ! [SX0: $i] : ( line @ SX0 )
          | ~ ! [SX0: $i] :
                ( ( apart_point_and_line @ sK1_A @ SX0 )
                | ( apart_point_and_line @ sK2_SY44 @ SX0 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[84]) ).

thf(86,plain,
    ! [SV1: $i] :
      ( ( ~ ( distinct_points @ SV1 @ SV1 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(87,plain,
    ! [SV2: $i] :
      ( ( ~ ( distinct_lines @ SV2 @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(88,plain,
    ! [SV3: $i] :
      ( ( ~ ( convergent_lines @ SV3 @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(89,plain,
    ! [SV4: $i] :
      ( ( ! [SY47: $i] :
            ( ~ ( distinct_points @ SV4 @ SY47 )
            | ! [SY48: $i] :
                ( ( distinct_points @ SV4 @ SY48 )
                | ( distinct_points @ SY47 @ SY48 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(90,plain,
    ! [SV5: $i] :
      ( ( ! [SY49: $i] :
            ( ~ ( distinct_lines @ SV5 @ SY49 )
            | ! [SY50: $i] :
                ( ( distinct_lines @ SV5 @ SY50 )
                | ( distinct_lines @ SY49 @ SY50 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(91,plain,
    ! [SV6: $i] :
      ( ( ! [SY51: $i] :
            ( ~ ( convergent_lines @ SV6 @ SY51 )
            | ! [SY52: $i] :
                ( ( convergent_lines @ SV6 @ SY52 )
                | ( convergent_lines @ SY51 @ SY52 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(92,plain,
    ! [SV7: $i] :
      ( ( ! [SY53: $i] :
            ( ~ ( distinct_points @ SV7 @ SY53 )
            | ~ ( apart_point_and_line @ SV7 @ ( line_connecting @ SV7 @ SY53 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(93,plain,
    ! [SV8: $i] :
      ( ( ! [SY54: $i] :
            ( ~ ( distinct_points @ SV8 @ SY54 )
            | ~ ( apart_point_and_line @ SY54 @ ( line_connecting @ SV8 @ SY54 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(94,plain,
    ! [SV9: $i] :
      ( ( ! [SY55: $i] :
            ( ~ ( convergent_lines @ SV9 @ SY55 )
            | ~ ( apart_point_and_line @ ( intersection_point @ SV9 @ SY55 ) @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(95,plain,
    ! [SV10: $i] :
      ( ( ! [SY56: $i] :
            ( ~ ( convergent_lines @ SV10 @ SY56 )
            | ~ ( apart_point_and_line @ ( intersection_point @ SV10 @ SY56 ) @ SY56 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(96,plain,
    ! [SV11: $i] :
      ( ( ! [SY57: $i,SY58: $i,SY59: $i] :
            ( ~ ( distinct_lines @ SY58 @ SY59 )
            | ~ ( distinct_points @ SV11 @ SY57 )
            | ( apart_point_and_line @ SY57 @ SY59 )
            | ( apart_point_and_line @ SY57 @ SY58 )
            | ( apart_point_and_line @ SV11 @ SY58 )
            | ( apart_point_and_line @ SV11 @ SY59 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[73]) ).

thf(97,plain,
    ! [SV12: $i] :
      ( ( ! [SY60: $i] :
            ( ~ ( apart_point_and_line @ SV12 @ SY60 )
            | ! [SY61: $i] :
                ( ( apart_point_and_line @ SY61 @ SY60 )
                | ( distinct_points @ SV12 @ SY61 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(98,plain,
    ! [SV13: $i] :
      ( ( ! [SY62: $i] :
            ( ~ ( apart_point_and_line @ SV13 @ SY62 )
            | ! [SY63: $i] :
                ( ( apart_point_and_line @ SV13 @ SY63 )
                | ( distinct_lines @ SY62 @ SY63 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(99,plain,
    ! [SV14: $i] :
      ( ( ! [SY64: $i] :
            ( ~ ( convergent_lines @ SV14 @ SY64 )
            | ! [SY65: $i] :
                ( ( convergent_lines @ SV14 @ SY65 )
                | ( distinct_lines @ SY64 @ SY65 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[76]) ).

thf(100,plain,
    ! [SV15: $i] :
      ( ( ! [SY66: $i] :
            ( ~ ( point @ SV15 )
            | ~ ( point @ SY66 )
            | ~ ( distinct_points @ SV15 @ SY66 )
            | ( line @ ( line_connecting @ SV15 @ SY66 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(101,plain,
    ! [SV16: $i] :
      ( ( ! [SY67: $i] :
            ( ~ ( line @ SV16 )
            | ~ ( line @ SY67 )
            | ~ ( convergent_lines @ SV16 @ SY67 )
            | ( point @ ( intersection_point @ SV16 @ SY67 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(102,plain,
    ! [SV17: $i] :
      ( ( ! [SY68: $i] :
            ( ~ ( line @ SV17 )
            | ~ ( point @ SY68 )
            | ( line @ ( parallel_through_point @ SV17 @ SY68 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(103,plain,
    ! [SV18: $i] :
      ( ( ! [SY69: $i] :
            ( ~ ( line @ SV18 )
            | ~ ( point @ SY69 )
            | ( line @ ( orthogonal_through_point @ SV18 @ SY69 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(104,plain,
    ( ( ~ ! [SX0: $i] : ( line @ SX0 )
      | ~ ! [SX0: $i] :
            ( ( apart_point_and_line @ sK1_A @ SX0 )
            | ( apart_point_and_line @ sK2_SY44 @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[85]) ).

thf(105,plain,
    ! [SV1: $i] :
      ( ( distinct_points @ SV1 @ SV1 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[86]) ).

thf(106,plain,
    ! [SV2: $i] :
      ( ( distinct_lines @ SV2 @ SV2 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[87]) ).

thf(107,plain,
    ! [SV3: $i] :
      ( ( convergent_lines @ SV3 @ SV3 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[88]) ).

thf(108,plain,
    ! [SV19: $i,SV4: $i] :
      ( ( ~ ( distinct_points @ SV4 @ SV19 )
        | ! [SY70: $i] :
            ( ( distinct_points @ SV4 @ SY70 )
            | ( distinct_points @ SV19 @ SY70 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(109,plain,
    ! [SV20: $i,SV5: $i] :
      ( ( ~ ( distinct_lines @ SV5 @ SV20 )
        | ! [SY71: $i] :
            ( ( distinct_lines @ SV5 @ SY71 )
            | ( distinct_lines @ SV20 @ SY71 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[90]) ).

thf(110,plain,
    ! [SV21: $i,SV6: $i] :
      ( ( ~ ( convergent_lines @ SV6 @ SV21 )
        | ! [SY72: $i] :
            ( ( convergent_lines @ SV6 @ SY72 )
            | ( convergent_lines @ SV21 @ SY72 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(111,plain,
    ! [SV22: $i,SV7: $i] :
      ( ( ~ ( distinct_points @ SV7 @ SV22 )
        | ~ ( apart_point_and_line @ SV7 @ ( line_connecting @ SV7 @ SV22 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(112,plain,
    ! [SV23: $i,SV8: $i] :
      ( ( ~ ( distinct_points @ SV8 @ SV23 )
        | ~ ( apart_point_and_line @ SV23 @ ( line_connecting @ SV8 @ SV23 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(113,plain,
    ! [SV24: $i,SV9: $i] :
      ( ( ~ ( convergent_lines @ SV9 @ SV24 )
        | ~ ( apart_point_and_line @ ( intersection_point @ SV9 @ SV24 ) @ SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(114,plain,
    ! [SV25: $i,SV10: $i] :
      ( ( ~ ( convergent_lines @ SV10 @ SV25 )
        | ~ ( apart_point_and_line @ ( intersection_point @ SV10 @ SV25 ) @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[95]) ).

thf(115,plain,
    ! [SV26: $i,SV11: $i] :
      ( ( ! [SY73: $i,SY74: $i] :
            ( ~ ( distinct_lines @ SY73 @ SY74 )
            | ~ ( distinct_points @ SV11 @ SV26 )
            | ( apart_point_and_line @ SV26 @ SY74 )
            | ( apart_point_and_line @ SV26 @ SY73 )
            | ( apart_point_and_line @ SV11 @ SY73 )
            | ( apart_point_and_line @ SV11 @ SY74 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(116,plain,
    ! [SV27: $i,SV12: $i] :
      ( ( ~ ( apart_point_and_line @ SV12 @ SV27 )
        | ! [SY75: $i] :
            ( ( apart_point_and_line @ SY75 @ SV27 )
            | ( distinct_points @ SV12 @ SY75 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[97]) ).

thf(117,plain,
    ! [SV28: $i,SV13: $i] :
      ( ( ~ ( apart_point_and_line @ SV13 @ SV28 )
        | ! [SY76: $i] :
            ( ( apart_point_and_line @ SV13 @ SY76 )
            | ( distinct_lines @ SV28 @ SY76 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(118,plain,
    ! [SV29: $i,SV14: $i] :
      ( ( ~ ( convergent_lines @ SV14 @ SV29 )
        | ! [SY77: $i] :
            ( ( convergent_lines @ SV14 @ SY77 )
            | ( distinct_lines @ SV29 @ SY77 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[99]) ).

thf(119,plain,
    ! [SV30: $i,SV15: $i] :
      ( ( ~ ( point @ SV15 )
        | ~ ( point @ SV30 )
        | ~ ( distinct_points @ SV15 @ SV30 )
        | ( line @ ( line_connecting @ SV15 @ SV30 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(120,plain,
    ! [SV31: $i,SV16: $i] :
      ( ( ~ ( line @ SV16 )
        | ~ ( line @ SV31 )
        | ~ ( convergent_lines @ SV16 @ SV31 )
        | ( point @ ( intersection_point @ SV16 @ SV31 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(121,plain,
    ! [SV32: $i,SV17: $i] :
      ( ( ~ ( line @ SV17 )
        | ~ ( point @ SV32 )
        | ( line @ ( parallel_through_point @ SV17 @ SV32 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[102]) ).

thf(122,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ~ ( line @ SV18 )
        | ~ ( point @ SV33 )
        | ( line @ ( orthogonal_through_point @ SV18 @ SV33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(123,plain,
    ( ( ~ ! [SX0: $i] : ( line @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[104]) ).

thf(124,plain,
    ( ( ~ ! [SX0: $i] :
            ( ( apart_point_and_line @ sK1_A @ SX0 )
            | ( apart_point_and_line @ sK2_SY44 @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[104]) ).

thf(125,plain,
    ! [SV19: $i,SV4: $i] :
      ( ( ( ~ ( distinct_points @ SV4 @ SV19 ) )
        = $true )
      | ( ( ! [SY70: $i] :
              ( ( distinct_points @ SV4 @ SY70 )
              | ( distinct_points @ SV19 @ SY70 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[108]) ).

thf(126,plain,
    ! [SV20: $i,SV5: $i] :
      ( ( ( ~ ( distinct_lines @ SV5 @ SV20 ) )
        = $true )
      | ( ( ! [SY71: $i] :
              ( ( distinct_lines @ SV5 @ SY71 )
              | ( distinct_lines @ SV20 @ SY71 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[109]) ).

thf(127,plain,
    ! [SV21: $i,SV6: $i] :
      ( ( ( ~ ( convergent_lines @ SV6 @ SV21 ) )
        = $true )
      | ( ( ! [SY72: $i] :
              ( ( convergent_lines @ SV6 @ SY72 )
              | ( convergent_lines @ SV21 @ SY72 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[110]) ).

thf(128,plain,
    ! [SV22: $i,SV7: $i] :
      ( ( ( ~ ( distinct_points @ SV7 @ SV22 ) )
        = $true )
      | ( ( ~ ( apart_point_and_line @ SV7 @ ( line_connecting @ SV7 @ SV22 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[111]) ).

thf(129,plain,
    ! [SV23: $i,SV8: $i] :
      ( ( ( ~ ( distinct_points @ SV8 @ SV23 ) )
        = $true )
      | ( ( ~ ( apart_point_and_line @ SV23 @ ( line_connecting @ SV8 @ SV23 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[112]) ).

thf(130,plain,
    ! [SV24: $i,SV9: $i] :
      ( ( ( ~ ( convergent_lines @ SV9 @ SV24 ) )
        = $true )
      | ( ( ~ ( apart_point_and_line @ ( intersection_point @ SV9 @ SV24 ) @ SV9 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[113]) ).

thf(131,plain,
    ! [SV25: $i,SV10: $i] :
      ( ( ( ~ ( convergent_lines @ SV10 @ SV25 ) )
        = $true )
      | ( ( ~ ( apart_point_and_line @ ( intersection_point @ SV10 @ SV25 ) @ SV25 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[114]) ).

thf(132,plain,
    ! [SV26: $i,SV11: $i,SV34: $i] :
      ( ( ! [SY78: $i] :
            ( ~ ( distinct_lines @ SV34 @ SY78 )
            | ~ ( distinct_points @ SV11 @ SV26 )
            | ( apart_point_and_line @ SV26 @ SY78 )
            | ( apart_point_and_line @ SV26 @ SV34 )
            | ( apart_point_and_line @ SV11 @ SV34 )
            | ( apart_point_and_line @ SV11 @ SY78 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(133,plain,
    ! [SV27: $i,SV12: $i] :
      ( ( ( ~ ( apart_point_and_line @ SV12 @ SV27 ) )
        = $true )
      | ( ( ! [SY75: $i] :
              ( ( apart_point_and_line @ SY75 @ SV27 )
              | ( distinct_points @ SV12 @ SY75 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[116]) ).

thf(134,plain,
    ! [SV28: $i,SV13: $i] :
      ( ( ( ~ ( apart_point_and_line @ SV13 @ SV28 ) )
        = $true )
      | ( ( ! [SY76: $i] :
              ( ( apart_point_and_line @ SV13 @ SY76 )
              | ( distinct_lines @ SV28 @ SY76 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[117]) ).

thf(135,plain,
    ! [SV29: $i,SV14: $i] :
      ( ( ( ~ ( convergent_lines @ SV14 @ SV29 ) )
        = $true )
      | ( ( ! [SY77: $i] :
              ( ( convergent_lines @ SV14 @ SY77 )
              | ( distinct_lines @ SV29 @ SY77 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[118]) ).

thf(136,plain,
    ! [SV30: $i,SV15: $i] :
      ( ( ( ~ ( point @ SV15 )
          | ~ ( point @ SV30 )
          | ~ ( distinct_points @ SV15 @ SV30 ) )
        = $true )
      | ( ( line @ ( line_connecting @ SV15 @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[119]) ).

thf(137,plain,
    ! [SV31: $i,SV16: $i] :
      ( ( ( ~ ( line @ SV16 )
          | ~ ( line @ SV31 )
          | ~ ( convergent_lines @ SV16 @ SV31 ) )
        = $true )
      | ( ( point @ ( intersection_point @ SV16 @ SV31 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[120]) ).

thf(138,plain,
    ! [SV32: $i,SV17: $i] :
      ( ( ( ~ ( line @ SV17 )
          | ~ ( point @ SV32 ) )
        = $true )
      | ( ( line @ ( parallel_through_point @ SV17 @ SV32 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[121]) ).

thf(139,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ( ~ ( line @ SV18 )
          | ~ ( point @ SV33 ) )
        = $true )
      | ( ( line @ ( orthogonal_through_point @ SV18 @ SV33 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[122]) ).

thf(140,plain,
    ( ( ! [SX0: $i] : ( line @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[123]) ).

thf(141,plain,
    ( ( ! [SX0: $i] :
          ( ( apart_point_and_line @ sK1_A @ SX0 )
          | ( apart_point_and_line @ sK2_SY44 @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[124]) ).

thf(142,plain,
    ! [SV19: $i,SV4: $i] :
      ( ( ( distinct_points @ SV4 @ SV19 )
        = $false )
      | ( ( ! [SY70: $i] :
              ( ( distinct_points @ SV4 @ SY70 )
              | ( distinct_points @ SV19 @ SY70 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[125]) ).

thf(143,plain,
    ! [SV20: $i,SV5: $i] :
      ( ( ( distinct_lines @ SV5 @ SV20 )
        = $false )
      | ( ( ! [SY71: $i] :
              ( ( distinct_lines @ SV5 @ SY71 )
              | ( distinct_lines @ SV20 @ SY71 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[126]) ).

thf(144,plain,
    ! [SV21: $i,SV6: $i] :
      ( ( ( convergent_lines @ SV6 @ SV21 )
        = $false )
      | ( ( ! [SY72: $i] :
              ( ( convergent_lines @ SV6 @ SY72 )
              | ( convergent_lines @ SV21 @ SY72 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[127]) ).

thf(145,plain,
    ! [SV22: $i,SV7: $i] :
      ( ( ( distinct_points @ SV7 @ SV22 )
        = $false )
      | ( ( ~ ( apart_point_and_line @ SV7 @ ( line_connecting @ SV7 @ SV22 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[128]) ).

thf(146,plain,
    ! [SV23: $i,SV8: $i] :
      ( ( ( distinct_points @ SV8 @ SV23 )
        = $false )
      | ( ( ~ ( apart_point_and_line @ SV23 @ ( line_connecting @ SV8 @ SV23 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[129]) ).

thf(147,plain,
    ! [SV24: $i,SV9: $i] :
      ( ( ( convergent_lines @ SV9 @ SV24 )
        = $false )
      | ( ( ~ ( apart_point_and_line @ ( intersection_point @ SV9 @ SV24 ) @ SV9 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[130]) ).

thf(148,plain,
    ! [SV25: $i,SV10: $i] :
      ( ( ( convergent_lines @ SV10 @ SV25 )
        = $false )
      | ( ( ~ ( apart_point_and_line @ ( intersection_point @ SV10 @ SV25 ) @ SV25 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[131]) ).

thf(149,plain,
    ! [SV26: $i,SV11: $i,SV35: $i,SV34: $i] :
      ( ( ~ ( distinct_lines @ SV34 @ SV35 )
        | ~ ( distinct_points @ SV11 @ SV26 )
        | ( apart_point_and_line @ SV26 @ SV35 )
        | ( apart_point_and_line @ SV26 @ SV34 )
        | ( apart_point_and_line @ SV11 @ SV34 )
        | ( apart_point_and_line @ SV11 @ SV35 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(150,plain,
    ! [SV27: $i,SV12: $i] :
      ( ( ( apart_point_and_line @ SV12 @ SV27 )
        = $false )
      | ( ( ! [SY75: $i] :
              ( ( apart_point_and_line @ SY75 @ SV27 )
              | ( distinct_points @ SV12 @ SY75 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[133]) ).

thf(151,plain,
    ! [SV28: $i,SV13: $i] :
      ( ( ( apart_point_and_line @ SV13 @ SV28 )
        = $false )
      | ( ( ! [SY76: $i] :
              ( ( apart_point_and_line @ SV13 @ SY76 )
              | ( distinct_lines @ SV28 @ SY76 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[134]) ).

thf(152,plain,
    ! [SV29: $i,SV14: $i] :
      ( ( ( convergent_lines @ SV14 @ SV29 )
        = $false )
      | ( ( ! [SY77: $i] :
              ( ( convergent_lines @ SV14 @ SY77 )
              | ( distinct_lines @ SV29 @ SY77 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[135]) ).

thf(153,plain,
    ! [SV30: $i,SV15: $i] :
      ( ( ( ~ ( point @ SV15 )
          | ~ ( point @ SV30 ) )
        = $true )
      | ( ( ~ ( distinct_points @ SV15 @ SV30 ) )
        = $true )
      | ( ( line @ ( line_connecting @ SV15 @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[136]) ).

thf(154,plain,
    ! [SV31: $i,SV16: $i] :
      ( ( ( ~ ( line @ SV16 )
          | ~ ( line @ SV31 ) )
        = $true )
      | ( ( ~ ( convergent_lines @ SV16 @ SV31 ) )
        = $true )
      | ( ( point @ ( intersection_point @ SV16 @ SV31 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[137]) ).

thf(155,plain,
    ! [SV32: $i,SV17: $i] :
      ( ( ( ~ ( line @ SV17 ) )
        = $true )
      | ( ( ~ ( point @ SV32 ) )
        = $true )
      | ( ( line @ ( parallel_through_point @ SV17 @ SV32 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[138]) ).

thf(156,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ( ~ ( line @ SV18 ) )
        = $true )
      | ( ( ~ ( point @ SV33 ) )
        = $true )
      | ( ( line @ ( orthogonal_through_point @ SV18 @ SV33 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[139]) ).

thf(157,plain,
    ! [SV36: $i] :
      ( ( line @ SV36 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

thf(158,plain,
    ! [SV37: $i] :
      ( ( ( apart_point_and_line @ sK1_A @ SV37 )
        | ( apart_point_and_line @ sK2_SY44 @ SV37 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(159,plain,
    ! [SV19: $i,SV38: $i,SV4: $i] :
      ( ( ( ( distinct_points @ SV4 @ SV38 )
          | ( distinct_points @ SV19 @ SV38 ) )
        = $true )
      | ( ( distinct_points @ SV4 @ SV19 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(160,plain,
    ! [SV20: $i,SV39: $i,SV5: $i] :
      ( ( ( ( distinct_lines @ SV5 @ SV39 )
          | ( distinct_lines @ SV20 @ SV39 ) )
        = $true )
      | ( ( distinct_lines @ SV5 @ SV20 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[143]) ).

thf(161,plain,
    ! [SV21: $i,SV40: $i,SV6: $i] :
      ( ( ( ( convergent_lines @ SV6 @ SV40 )
          | ( convergent_lines @ SV21 @ SV40 ) )
        = $true )
      | ( ( convergent_lines @ SV6 @ SV21 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[144]) ).

thf(162,plain,
    ! [SV22: $i,SV7: $i] :
      ( ( ( apart_point_and_line @ SV7 @ ( line_connecting @ SV7 @ SV22 ) )
        = $false )
      | ( ( distinct_points @ SV7 @ SV22 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[145]) ).

thf(163,plain,
    ! [SV8: $i,SV23: $i] :
      ( ( ( apart_point_and_line @ SV23 @ ( line_connecting @ SV8 @ SV23 ) )
        = $false )
      | ( ( distinct_points @ SV8 @ SV23 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[146]) ).

thf(164,plain,
    ! [SV24: $i,SV9: $i] :
      ( ( ( apart_point_and_line @ ( intersection_point @ SV9 @ SV24 ) @ SV9 )
        = $false )
      | ( ( convergent_lines @ SV9 @ SV24 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[147]) ).

thf(165,plain,
    ! [SV25: $i,SV10: $i] :
      ( ( ( apart_point_and_line @ ( intersection_point @ SV10 @ SV25 ) @ SV25 )
        = $false )
      | ( ( convergent_lines @ SV10 @ SV25 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[148]) ).

thf(166,plain,
    ! [SV26: $i,SV11: $i,SV35: $i,SV34: $i] :
      ( ( ( ~ ( distinct_lines @ SV34 @ SV35 )
          | ~ ( distinct_points @ SV11 @ SV26 ) )
        = $true )
      | ( ( ( apart_point_and_line @ SV26 @ SV35 )
          | ( apart_point_and_line @ SV26 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV35 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[149]) ).

thf(167,plain,
    ! [SV12: $i,SV27: $i,SV41: $i] :
      ( ( ( ( apart_point_and_line @ SV41 @ SV27 )
          | ( distinct_points @ SV12 @ SV41 ) )
        = $true )
      | ( ( apart_point_and_line @ SV12 @ SV27 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

thf(168,plain,
    ! [SV28: $i,SV42: $i,SV13: $i] :
      ( ( ( ( apart_point_and_line @ SV13 @ SV42 )
          | ( distinct_lines @ SV28 @ SV42 ) )
        = $true )
      | ( ( apart_point_and_line @ SV13 @ SV28 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[151]) ).

thf(169,plain,
    ! [SV29: $i,SV43: $i,SV14: $i] :
      ( ( ( ( convergent_lines @ SV14 @ SV43 )
          | ( distinct_lines @ SV29 @ SV43 ) )
        = $true )
      | ( ( convergent_lines @ SV14 @ SV29 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[152]) ).

thf(170,plain,
    ! [SV30: $i,SV15: $i] :
      ( ( ( ~ ( point @ SV15 ) )
        = $true )
      | ( ( ~ ( point @ SV30 ) )
        = $true )
      | ( ( ~ ( distinct_points @ SV15 @ SV30 ) )
        = $true )
      | ( ( line @ ( line_connecting @ SV15 @ SV30 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(171,plain,
    ! [SV31: $i,SV16: $i] :
      ( ( ( ~ ( line @ SV16 ) )
        = $true )
      | ( ( ~ ( line @ SV31 ) )
        = $true )
      | ( ( ~ ( convergent_lines @ SV16 @ SV31 ) )
        = $true )
      | ( ( point @ ( intersection_point @ SV16 @ SV31 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[154]) ).

thf(172,plain,
    ! [SV32: $i,SV17: $i] :
      ( ( ( line @ SV17 )
        = $false )
      | ( ( ~ ( point @ SV32 ) )
        = $true )
      | ( ( line @ ( parallel_through_point @ SV17 @ SV32 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[155]) ).

thf(173,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ( line @ SV18 )
        = $false )
      | ( ( ~ ( point @ SV33 ) )
        = $true )
      | ( ( line @ ( orthogonal_through_point @ SV18 @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[156]) ).

thf(174,plain,
    ! [SV37: $i] :
      ( ( ( apart_point_and_line @ sK1_A @ SV37 )
        = $true )
      | ( ( apart_point_and_line @ sK2_SY44 @ SV37 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[158]) ).

thf(175,plain,
    ! [SV19: $i,SV38: $i,SV4: $i] :
      ( ( ( distinct_points @ SV4 @ SV38 )
        = $true )
      | ( ( distinct_points @ SV19 @ SV38 )
        = $true )
      | ( ( distinct_points @ SV4 @ SV19 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[159]) ).

thf(176,plain,
    ! [SV20: $i,SV39: $i,SV5: $i] :
      ( ( ( distinct_lines @ SV5 @ SV39 )
        = $true )
      | ( ( distinct_lines @ SV20 @ SV39 )
        = $true )
      | ( ( distinct_lines @ SV5 @ SV20 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[160]) ).

thf(177,plain,
    ! [SV21: $i,SV40: $i,SV6: $i] :
      ( ( ( convergent_lines @ SV6 @ SV40 )
        = $true )
      | ( ( convergent_lines @ SV21 @ SV40 )
        = $true )
      | ( ( convergent_lines @ SV6 @ SV21 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[161]) ).

thf(178,plain,
    ! [SV26: $i,SV11: $i,SV35: $i,SV34: $i] :
      ( ( ( ~ ( distinct_lines @ SV34 @ SV35 ) )
        = $true )
      | ( ( ~ ( distinct_points @ SV11 @ SV26 ) )
        = $true )
      | ( ( ( apart_point_and_line @ SV26 @ SV35 )
          | ( apart_point_and_line @ SV26 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV35 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[166]) ).

thf(179,plain,
    ! [SV12: $i,SV27: $i,SV41: $i] :
      ( ( ( apart_point_and_line @ SV41 @ SV27 )
        = $true )
      | ( ( distinct_points @ SV12 @ SV41 )
        = $true )
      | ( ( apart_point_and_line @ SV12 @ SV27 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[167]) ).

thf(180,plain,
    ! [SV28: $i,SV42: $i,SV13: $i] :
      ( ( ( apart_point_and_line @ SV13 @ SV42 )
        = $true )
      | ( ( distinct_lines @ SV28 @ SV42 )
        = $true )
      | ( ( apart_point_and_line @ SV13 @ SV28 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[168]) ).

thf(181,plain,
    ! [SV29: $i,SV43: $i,SV14: $i] :
      ( ( ( convergent_lines @ SV14 @ SV43 )
        = $true )
      | ( ( distinct_lines @ SV29 @ SV43 )
        = $true )
      | ( ( convergent_lines @ SV14 @ SV29 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[169]) ).

thf(182,plain,
    ! [SV30: $i,SV15: $i] :
      ( ( ( point @ SV15 )
        = $false )
      | ( ( ~ ( point @ SV30 ) )
        = $true )
      | ( ( ~ ( distinct_points @ SV15 @ SV30 ) )
        = $true )
      | ( ( line @ ( line_connecting @ SV15 @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[170]) ).

thf(183,plain,
    ! [SV31: $i,SV16: $i] :
      ( ( ( line @ SV16 )
        = $false )
      | ( ( ~ ( line @ SV31 ) )
        = $true )
      | ( ( ~ ( convergent_lines @ SV16 @ SV31 ) )
        = $true )
      | ( ( point @ ( intersection_point @ SV16 @ SV31 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[171]) ).

thf(184,plain,
    ! [SV17: $i,SV32: $i] :
      ( ( ( point @ SV32 )
        = $false )
      | ( ( line @ SV17 )
        = $false )
      | ( ( line @ ( parallel_through_point @ SV17 @ SV32 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(185,plain,
    ! [SV18: $i,SV33: $i] :
      ( ( ( point @ SV33 )
        = $false )
      | ( ( line @ SV18 )
        = $false )
      | ( ( line @ ( orthogonal_through_point @ SV18 @ SV33 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[173]) ).

thf(186,plain,
    ! [SV26: $i,SV11: $i,SV35: $i,SV34: $i] :
      ( ( ( distinct_lines @ SV34 @ SV35 )
        = $false )
      | ( ( ~ ( distinct_points @ SV11 @ SV26 ) )
        = $true )
      | ( ( ( apart_point_and_line @ SV26 @ SV35 )
          | ( apart_point_and_line @ SV26 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV35 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[178]) ).

thf(187,plain,
    ! [SV15: $i,SV30: $i] :
      ( ( ( point @ SV30 )
        = $false )
      | ( ( point @ SV15 )
        = $false )
      | ( ( ~ ( distinct_points @ SV15 @ SV30 ) )
        = $true )
      | ( ( line @ ( line_connecting @ SV15 @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[182]) ).

thf(188,plain,
    ! [SV16: $i,SV31: $i] :
      ( ( ( line @ SV31 )
        = $false )
      | ( ( line @ SV16 )
        = $false )
      | ( ( ~ ( convergent_lines @ SV16 @ SV31 ) )
        = $true )
      | ( ( point @ ( intersection_point @ SV16 @ SV31 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[183]) ).

thf(189,plain,
    ! [SV35: $i,SV34: $i,SV26: $i,SV11: $i] :
      ( ( ( distinct_points @ SV11 @ SV26 )
        = $false )
      | ( ( distinct_lines @ SV34 @ SV35 )
        = $false )
      | ( ( ( apart_point_and_line @ SV26 @ SV35 )
          | ( apart_point_and_line @ SV26 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV35 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[186]) ).

thf(190,plain,
    ! [SV30: $i,SV15: $i] :
      ( ( ( distinct_points @ SV15 @ SV30 )
        = $false )
      | ( ( point @ SV15 )
        = $false )
      | ( ( point @ SV30 )
        = $false )
      | ( ( line @ ( line_connecting @ SV15 @ SV30 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(191,plain,
    ! [SV31: $i,SV16: $i] :
      ( ( ( convergent_lines @ SV16 @ SV31 )
        = $false )
      | ( ( line @ SV16 )
        = $false )
      | ( ( line @ SV31 )
        = $false )
      | ( ( point @ ( intersection_point @ SV16 @ SV31 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[188]) ).

thf(192,plain,
    ! [SV11: $i,SV34: $i,SV35: $i,SV26: $i] :
      ( ( ( apart_point_and_line @ SV26 @ SV35 )
        = $true )
      | ( ( ( apart_point_and_line @ SV26 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV35 ) )
        = $true )
      | ( ( distinct_lines @ SV34 @ SV35 )
        = $false )
      | ( ( distinct_points @ SV11 @ SV26 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[189]) ).

thf(193,plain,
    ! [SV35: $i,SV11: $i,SV34: $i,SV26: $i] :
      ( ( ( apart_point_and_line @ SV26 @ SV34 )
        = $true )
      | ( ( ( apart_point_and_line @ SV11 @ SV34 )
          | ( apart_point_and_line @ SV11 @ SV35 ) )
        = $true )
      | ( ( apart_point_and_line @ SV26 @ SV35 )
        = $true )
      | ( ( distinct_lines @ SV34 @ SV35 )
        = $false )
      | ( ( distinct_points @ SV11 @ SV26 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[192]) ).

thf(194,plain,
    ! [SV26: $i,SV35: $i,SV34: $i,SV11: $i] :
      ( ( ( apart_point_and_line @ SV11 @ SV34 )
        = $true )
      | ( ( apart_point_and_line @ SV11 @ SV35 )
        = $true )
      | ( ( apart_point_and_line @ SV26 @ SV34 )
        = $true )
      | ( ( apart_point_and_line @ SV26 @ SV35 )
        = $true )
      | ( ( distinct_lines @ SV34 @ SV35 )
        = $false )
      | ( ( distinct_points @ SV11 @ SV26 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[193]) ).

thf(195,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[81,194,191,190,185,184,181,180,179,177,176,175,174,165,164,163,162,157,107,106,105,83,82]) ).

thf(196,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[195]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GEO225+1 : TPTP v8.1.0. Released v3.3.0.
% 0.12/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n004.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Sat Jun 18 05:07:08 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.35  
% 0.13/0.35   No.of.Axioms: 18
% 0.13/0.35  
% 0.13/0.35   Length.of.Defs: 0
% 0.13/0.35  
% 0.13/0.35   Contains.Choice.Funs: false
% 0.13/0.36  (rf:0,axioms:18,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:20,loop_count:0,foatp_calls:0,translation:fof_full).........
% 0.20/0.44  
% 0.20/0.44  ********************************
% 0.20/0.44  *   All subproblems solved!    *
% 0.20/0.44  ********************************
% 0.20/0.44  % SZS status Theorem 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:195,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.45  
% 0.20/0.45  %**** Beginning of derivation protocol ****
% 0.20/0.45  % SZS output start CNFRefutation
% See solution above
% 0.20/0.45  
% 0.20/0.45  %**** End of derivation protocol ****
% 0.20/0.45  %**** no. of clauses in derivation: 196 ****
% 0.20/0.45  %**** clause counter: 195 ****
% 0.20/0.45  
% 0.20/0.45  % SZS status Theorem 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:195,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------