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

View Problem - Process Solution

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

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

% Result   : Theorem 3.43s 1.86s
% Output   : Refutation 3.43s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   21
% Syntax   : Number of formulae    :   38 (   7 unt;   6 typ;   0 def)
%            Number of atoms       :   86 (   0 equ;   0 cnn)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :  274 (  22   ~;  18   |;  11   &; 198   @)
%                                         (   0 <=>;  25  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   8 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   6 usr;   1 con; 0-2 aty)
%            Number of variables   :   75 (   0   ^;  75   !;   0   ?;  75   :)

% Comments : 
%------------------------------------------------------------------------------
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(line_connecting_type,type,
    line_connecting: $i > $i > $i ).

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

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

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

thf(8,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( convergent_lines @ A @ B )
     => ( ( convergent_lines @ A @ C )
        | ( convergent_lines @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ax6) ).

thf(38,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( convergent_lines @ A @ B )
     => ( ( convergent_lines @ A @ C )
        | ( convergent_lines @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

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

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

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

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

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

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

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

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

thf(12,axiom,
    ! [A: $i,B: $i] :
      ( ( convergent_lines @ A @ B )
     => ~ ( apart_point_and_line @ ( intersection_point @ A @ B ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ci4) ).

thf(47,plain,
    ! [A: $i,B: $i] :
      ( ( convergent_lines @ A @ B )
     => ~ ( apart_point_and_line @ ( intersection_point @ A @ B ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

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

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

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

thf(29,plain,
    ! [A: $i] :
      ~ ( convergent_lines @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

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

thf(32,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)],[6]) ).

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ( convergent_lines @ A @ B )
     => ~ ( apart_point_and_line @ ( intersection_point @ A @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',ci3) ).

thf(45,plain,
    ! [A: $i,B: $i] :
      ( ( convergent_lines @ A @ B )
     => ~ ( apart_point_and_line @ ( intersection_point @ A @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

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

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

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

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

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

thf(13,axiom,
    ! [A: $i,B: $i,C: $i,D: $i] :
      ( ( ( distinct_points @ A @ B )
        & ( distinct_lines @ C @ D ) )
     => ( ( apart_point_and_line @ A @ C )
        | ( apart_point_and_line @ A @ D )
        | ( apart_point_and_line @ B @ C )
        | ( apart_point_and_line @ B @ D ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',cu1) ).

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

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

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

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

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

thf(69,plain,
    $false,
    inference(e,[status(thm)],[38,41,35,43,51,47,57,29,32,45,17,54,49,26,23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : GEO188+1 : TPTP v8.1.2. Released v3.3.0.
% 0.06/0.15  % Command  : run_Leo-III %s %d
% 0.14/0.35  % Computer : n002.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Fri May 19 04:41:35 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 1.01/0.91  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.30/1.05  % [INFO] 	 Parsing done (138ms). 
% 1.30/1.06  % [INFO] 	 Running in sequential loop mode. 
% 1.68/1.28  % [INFO] 	 eprover registered as external prover. 
% 1.68/1.28  % [INFO] 	 cvc4 registered as external prover. 
% 1.68/1.28  % [INFO] 	 Scanning for conjecture ... 
% 1.89/1.34  % [INFO] 	 Found a conjecture and 14 axioms. Running axiom selection ... 
% 1.89/1.36  % [INFO] 	 Axiom selection finished. Selected 14 axioms (removed 0 axioms). 
% 2.12/1.38  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.12/1.39  % [INFO] 	 Type checking passed. 
% 2.12/1.39  % [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 ... 
% 3.43/1.86  % External prover 'e' found a proof!
% 3.43/1.86  % [INFO] 	 Killing All external provers ... 
% 3.43/1.86  % Time passed: 1346ms (effective reasoning time: 797ms)
% 3.43/1.86  % 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)>
% 3.43/1.86  % Axioms used in derivation (14): apart3, apart4, ci4, ceq2, apart5, ceq3, ax6, ci3, apart1, ci2, ceq1, cu1, ci1, apart2
% 3.43/1.86  % No. of inferences in proof: 32
% 3.43/1.86  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1346 ms resp. 797 ms w/o parsing
% 3.43/1.90  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.43/1.90  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------