TSTP Solution File: GEO202+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : GEO202+1 : TPTP v8.1.2. Released v3.3.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.XYcong9zF2 true

% Computer : n018.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 : Wed Aug 30 23:57:30 EDT 2023

% Result   : Theorem 1.32s 0.89s
% Output   : Refutation 1.32s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   42 (  12 unt;   9 typ;   0 def)
%            Number of atoms       :   77 (   0 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  356 (  24   ~;  32   |;   5   &; 288   @)
%                                         (   0 <=>;   7  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   9 usr;   4 con; 0-2 aty)
%            Number of variables   :   39 (   0   ^;  39   !;   0   ?;  39   :)

% Comments : 
%------------------------------------------------------------------------------
thf(sk__type,type,
    sk_: $i ).

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

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

thf(sk__2_type,type,
    sk__2: $i ).

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

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

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

thf(sk__1_type,type,
    sk__1: $i ).

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

thf(con,conjecture,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( ( distinct_points @ X @ Y )
        & ( distinct_points @ X @ Z )
        & ( convergent_lines @ ( line_connecting @ X @ Y ) @ ( line_connecting @ X @ Z ) ) )
     => ~ ( distinct_points @ ( intersection_point @ ( line_connecting @ X @ Y ) @ ( line_connecting @ X @ Z ) ) @ X ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X: $i,Y: $i,Z: $i] :
        ( ( ( distinct_points @ X @ Y )
          & ( distinct_points @ X @ Z )
          & ( convergent_lines @ ( line_connecting @ X @ Y ) @ ( line_connecting @ X @ Z ) ) )
       => ~ ( distinct_points @ ( intersection_point @ ( line_connecting @ X @ Y ) @ ( line_connecting @ X @ Z ) ) @ X ) ),
    inference('cnf.neg',[status(esa)],[con]) ).

thf(zip_derived_cl15,plain,
    convergent_lines @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(ceq3,axiom,
    ! [X: $i,Y: $i,Z: $i] :
      ( ( convergent_lines @ X @ Y )
     => ( ( distinct_lines @ Y @ Z )
        | ( convergent_lines @ X @ Z ) ) ) ).

thf(zip_derived_cl13,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ~ ( convergent_lines @ X0 @ X1 )
      | ( distinct_lines @ X1 @ X2 )
      | ( convergent_lines @ X0 @ X2 ) ),
    inference(cnf,[status(esa)],[ceq3]) ).

thf(zip_derived_cl34,plain,
    ! [X0: $i] :
      ( ( convergent_lines @ ( line_connecting @ sk_ @ sk__1 ) @ X0 )
      | ( distinct_lines @ ( line_connecting @ sk_ @ sk__2 ) @ X0 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl15,zip_derived_cl13]) ).

thf(apart3,axiom,
    ! [X: $i] :
      ~ ( convergent_lines @ X @ X ) ).

thf(zip_derived_cl2,plain,
    ! [X0: $i] :
      ~ ( convergent_lines @ X0 @ X0 ),
    inference(cnf,[status(esa)],[apart3]) ).

thf(zip_derived_cl53,plain,
    distinct_lines @ ( line_connecting @ sk_ @ sk__2 ) @ ( line_connecting @ sk_ @ sk__1 ),
    inference('sup-',[status(thm)],[zip_derived_cl34,zip_derived_cl2]) ).

thf(zip_derived_cl14,plain,
    distinct_points @ ( intersection_point @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) @ sk_,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(cu1,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 ) ) ) ).

thf(zip_derived_cl10,plain,
    ! [X0: $i,X1: $i,X2: $i,X3: $i] :
      ( ( apart_point_and_line @ X0 @ X1 )
      | ( apart_point_and_line @ X2 @ X1 )
      | ~ ( distinct_points @ X2 @ X0 )
      | ~ ( distinct_lines @ X1 @ X3 )
      | ( apart_point_and_line @ X2 @ X3 )
      | ( apart_point_and_line @ X0 @ X3 ) ),
    inference(cnf,[status(esa)],[cu1]) ).

thf(zip_derived_cl46,plain,
    ! [X0: $i,X1: $i] :
      ( ( apart_point_and_line @ sk_ @ X0 )
      | ( apart_point_and_line @ ( intersection_point @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) @ X0 )
      | ~ ( distinct_lines @ X1 @ X0 )
      | ( apart_point_and_line @ ( intersection_point @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) @ X1 )
      | ( apart_point_and_line @ sk_ @ X1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl14,zip_derived_cl10]) ).

thf(zip_derived_cl350,plain,
    ( ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__2 ) )
    | ( apart_point_and_line @ ( intersection_point @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) @ ( line_connecting @ sk_ @ sk__2 ) )
    | ( apart_point_and_line @ ( intersection_point @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) @ ( line_connecting @ sk_ @ sk__1 ) )
    | ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__1 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl53,zip_derived_cl46]) ).

thf(ci3,axiom,
    ! [X: $i,Y: $i] :
      ( ( convergent_lines @ X @ Y )
     => ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ X ) ) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( apart_point_and_line @ ( intersection_point @ X0 @ X1 ) @ X0 )
      | ~ ( convergent_lines @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[ci3]) ).

thf(zip_derived_cl353,plain,
    ( ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__1 ) )
    | ( apart_point_and_line @ ( intersection_point @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) @ ( line_connecting @ sk_ @ sk__2 ) )
    | ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__2 ) )
    | ~ ( convergent_lines @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl350,zip_derived_cl8]) ).

thf(zip_derived_cl15_001,plain,
    convergent_lines @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl354,plain,
    ( ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__1 ) )
    | ( apart_point_and_line @ ( intersection_point @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) @ ( line_connecting @ sk_ @ sk__2 ) )
    | ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__2 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl353,zip_derived_cl15]) ).

thf(ci4,axiom,
    ! [X: $i,Y: $i] :
      ( ( convergent_lines @ X @ Y )
     => ~ ( apart_point_and_line @ ( intersection_point @ X @ Y ) @ Y ) ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( apart_point_and_line @ ( intersection_point @ X0 @ X1 ) @ X1 )
      | ~ ( convergent_lines @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[ci4]) ).

thf(zip_derived_cl357,plain,
    ( ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__2 ) )
    | ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__1 ) )
    | ~ ( convergent_lines @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl354,zip_derived_cl9]) ).

thf(zip_derived_cl15_002,plain,
    convergent_lines @ ( line_connecting @ sk_ @ sk__1 ) @ ( line_connecting @ sk_ @ sk__2 ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl358,plain,
    ( ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__2 ) )
    | ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__1 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl357,zip_derived_cl15]) ).

thf(ci1,axiom,
    ! [X: $i,Y: $i] :
      ( ( distinct_points @ X @ Y )
     => ~ ( apart_point_and_line @ X @ ( line_connecting @ X @ Y ) ) ) ).

thf(zip_derived_cl6,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( apart_point_and_line @ X0 @ ( line_connecting @ X0 @ X1 ) )
      | ~ ( distinct_points @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[ci1]) ).

thf(zip_derived_cl361,plain,
    ( ( apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__2 ) )
    | ~ ( distinct_points @ sk_ @ sk__1 ) ),
    inference('sup-',[status(thm)],[zip_derived_cl358,zip_derived_cl6]) ).

thf(zip_derived_cl17,plain,
    distinct_points @ sk_ @ sk__1,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl362,plain,
    apart_point_and_line @ sk_ @ ( line_connecting @ sk_ @ sk__2 ),
    inference(demod,[status(thm)],[zip_derived_cl361,zip_derived_cl17]) ).

thf(zip_derived_cl6_003,plain,
    ! [X0: $i,X1: $i] :
      ( ~ ( apart_point_and_line @ X0 @ ( line_connecting @ X0 @ X1 ) )
      | ~ ( distinct_points @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[ci1]) ).

thf(zip_derived_cl365,plain,
    ~ ( distinct_points @ sk_ @ sk__2 ),
    inference('sup-',[status(thm)],[zip_derived_cl362,zip_derived_cl6]) ).

thf(zip_derived_cl16,plain,
    distinct_points @ sk_ @ sk__2,
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl366,plain,
    $false,
    inference(demod,[status(thm)],[zip_derived_cl365,zip_derived_cl16]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.13  % Problem  : GEO202+1 : TPTP v8.1.2. Released v3.3.0.
% 0.06/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.XYcong9zF2 true
% 0.13/0.35  % Computer : n018.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Tue Aug 29 20:10:33 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.36  % Running in FO mode
% 0.21/0.63  % Total configuration time : 435
% 0.21/0.63  % Estimated wc time : 1092
% 0.21/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.71  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 1.27/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 1.27/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 1.29/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 1.29/0.79  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 1.32/0.89  % Solved by fo/fo4.sh.
% 1.32/0.89  % done 140 iterations in 0.079s
% 1.32/0.89  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 1.32/0.89  % SZS output start Refutation
% See solution above
% 1.32/0.89  
% 1.32/0.89  
% 1.32/0.89  % Terminating...
% 1.52/0.95  % Runner terminated.
% 1.52/0.97  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------