TSTP Solution File: GEO257+1 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : GEO257+1 : TPTP v8.1.2. Bugfixed v6.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n006.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:10:43 EDT 2023

% Result   : Theorem 0.93s 1.15s
% Output   : CNFRefutation 0.93s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :    4
% Syntax   : Number of formulae    :   21 (   6 unt;   0 def)
%            Number of atoms       :   90 (   0 equ)
%            Maximal formula atoms :   14 (   4 avg)
%            Number of connectives :   98 (  29   ~;  15   |;  45   &)
%                                         (   0 <=>;   9  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   7 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    6 (   5 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   5 con; 0-2 aty)
%            Number of variables   :   58 (   4 sgn;  36   !;  15   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f15,axiom,
    ! [X0,X1] :
      ~ ( left_apart_point(X0,reverse_line(X1))
        | left_apart_point(X0,X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',oag10) ).

fof(f28,axiom,
    ! [X0,X3,X1] :
      ( ( left_apart_point(X0,X1)
        & distinct_points(X0,X3) )
     => ( left_convergent_lines(line_connecting(X0,X3),X1)
        | left_apart_point(X3,X1) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',oaguc2) ).

fof(f32,conjecture,
    ! [X1,X0,X3,X4,X6] :
      ( ( left_apart_point(X6,X1)
        & ~ apart_point_and_line(X4,X1)
        & distinct_points(X3,X4)
        & distinct_points(X0,X4) )
     => ( ( before_on_line(X1,X3,X4)
          & before_on_line(X1,X0,X3) )
       => before_on_line(X1,X0,X4) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',con) ).

fof(f33,negated_conjecture,
    ~ ! [X1,X0,X3,X4,X6] :
        ( ( left_apart_point(X6,X1)
          & ~ apart_point_and_line(X4,X1)
          & distinct_points(X3,X4)
          & distinct_points(X0,X4) )
       => ( ( before_on_line(X1,X3,X4)
            & before_on_line(X1,X0,X3) )
         => before_on_line(X1,X0,X4) ) ),
    inference(negated_conjecture,[],[f32]) ).

fof(f56,plain,
    ! [X0,X1,X2] :
      ( ( left_apart_point(X0,X2)
        & distinct_points(X0,X1) )
     => ( left_convergent_lines(line_connecting(X0,X1),X2)
        | left_apart_point(X1,X2) ) ),
    inference(rectify,[],[f28]) ).

fof(f59,plain,
    ~ ! [X0,X1,X2,X3,X4] :
        ( ( left_apart_point(X4,X0)
          & ~ apart_point_and_line(X3,X0)
          & distinct_points(X2,X3)
          & distinct_points(X1,X3) )
       => ( ( before_on_line(X0,X2,X3)
            & before_on_line(X0,X1,X2) )
         => before_on_line(X0,X1,X3) ) ),
    inference(rectify,[],[f33]) ).

fof(f76,plain,
    ! [X0,X1] :
      ( ~ left_apart_point(X0,reverse_line(X1))
      & ~ left_apart_point(X0,X1) ),
    inference(ennf_transformation,[],[f15]) ).

fof(f90,plain,
    ! [X0,X1,X2] :
      ( left_convergent_lines(line_connecting(X0,X1),X2)
      | left_apart_point(X1,X2)
      | ~ left_apart_point(X0,X2)
      | ~ distinct_points(X0,X1) ),
    inference(ennf_transformation,[],[f56]) ).

fof(f91,plain,
    ! [X0,X1,X2] :
      ( left_convergent_lines(line_connecting(X0,X1),X2)
      | left_apart_point(X1,X2)
      | ~ left_apart_point(X0,X2)
      | ~ distinct_points(X0,X1) ),
    inference(flattening,[],[f90]) ).

fof(f98,plain,
    ? [X0,X1,X2,X3,X4] :
      ( ~ before_on_line(X0,X1,X3)
      & before_on_line(X0,X2,X3)
      & before_on_line(X0,X1,X2)
      & left_apart_point(X4,X0)
      & ~ apart_point_and_line(X3,X0)
      & distinct_points(X2,X3)
      & distinct_points(X1,X3) ),
    inference(ennf_transformation,[],[f59]) ).

fof(f99,plain,
    ? [X0,X1,X2,X3,X4] :
      ( ~ before_on_line(X0,X1,X3)
      & before_on_line(X0,X2,X3)
      & before_on_line(X0,X1,X2)
      & left_apart_point(X4,X0)
      & ~ apart_point_and_line(X3,X0)
      & distinct_points(X2,X3)
      & distinct_points(X1,X3) ),
    inference(flattening,[],[f98]) ).

fof(f102,plain,
    ( ? [X0,X1,X2,X3,X4] :
        ( ~ before_on_line(X0,X1,X3)
        & before_on_line(X0,X2,X3)
        & before_on_line(X0,X1,X2)
        & left_apart_point(X4,X0)
        & ~ apart_point_and_line(X3,X0)
        & distinct_points(X2,X3)
        & distinct_points(X1,X3) )
   => ( ~ before_on_line(sK0,sK1,sK3)
      & before_on_line(sK0,sK2,sK3)
      & before_on_line(sK0,sK1,sK2)
      & left_apart_point(sK4,sK0)
      & ~ apart_point_and_line(sK3,sK0)
      & distinct_points(sK2,sK3)
      & distinct_points(sK1,sK3) ) ),
    introduced(choice_axiom,[]) ).

fof(f103,plain,
    ( ~ before_on_line(sK0,sK1,sK3)
    & before_on_line(sK0,sK2,sK3)
    & before_on_line(sK0,sK1,sK2)
    & left_apart_point(sK4,sK0)
    & ~ apart_point_and_line(sK3,sK0)
    & distinct_points(sK2,sK3)
    & distinct_points(sK1,sK3) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0,sK1,sK2,sK3,sK4])],[f99,f102]) ).

fof(f125,plain,
    ! [X0,X1] : ~ left_apart_point(X0,X1),
    inference(cnf_transformation,[],[f76]) ).

fof(f142,plain,
    ! [X2,X0,X1] :
      ( left_convergent_lines(line_connecting(X0,X1),X2)
      | left_apart_point(X1,X2)
      | ~ left_apart_point(X0,X2)
      | ~ distinct_points(X0,X1) ),
    inference(cnf_transformation,[],[f91]) ).

fof(f149,plain,
    left_apart_point(sK4,sK0),
    inference(cnf_transformation,[],[f103]) ).

cnf(c_71,plain,
    ~ left_apart_point(X0,X1),
    inference(cnf_transformation,[],[f125]) ).

cnf(c_87,plain,
    ( ~ left_apart_point(X0,X1)
    | ~ distinct_points(X0,X2)
    | left_convergent_lines(line_connecting(X0,X2),X1)
    | left_apart_point(X2,X1) ),
    inference(cnf_transformation,[],[f142]) ).

cnf(c_94,negated_conjecture,
    left_apart_point(sK4,sK0),
    inference(cnf_transformation,[],[f149]) ).

cnf(c_130,plain,
    ~ left_apart_point(X0,X1),
    inference(global_subsumption_just,[status(thm)],[c_87,c_71]) ).

cnf(c_143,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_94,c_130]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.12/0.12  % Problem  : GEO257+1 : TPTP v8.1.2. Bugfixed v6.4.0.
% 0.12/0.13  % Command  : run_iprover %s %d THM
% 0.12/0.34  % Computer : n006.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 300
% 0.12/0.34  % DateTime : Tue Aug 29 19:54:21 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.20/0.47  Running first-order theorem proving
% 0.20/0.47  Running: /export/starexec/sandbox/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox/benchmark/theBenchmark.p 300
% 0.93/1.15  % SZS status Started for theBenchmark.p
% 0.93/1.15  % SZS status Theorem for theBenchmark.p
% 0.93/1.15  
% 0.93/1.15  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 0.93/1.15  
% 0.93/1.15  ------  iProver source info
% 0.93/1.15  
% 0.93/1.15  git: date: 2023-05-31 18:12:56 +0000
% 0.93/1.15  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 0.93/1.15  git: non_committed_changes: false
% 0.93/1.15  git: last_make_outside_of_git: false
% 0.93/1.15  
% 0.93/1.15  ------ Parsing...
% 0.93/1.15  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 0.93/1.15  
% 0.93/1.15  ------ Preprocessing...
% 0.93/1.15  
% 0.93/1.15  % SZS status Theorem for theBenchmark.p
% 0.93/1.15  
% 0.93/1.15  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 0.93/1.16  
% 0.93/1.16  
%------------------------------------------------------------------------------