TSTP Solution File: GEO249+1 by Metis---2.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Metis---2.4
% Problem  : GEO249+1 : TPTP v8.1.0. Bugfixed v6.4.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : metis --show proof --show saturation %s

% Computer : n027.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:25:52 EDT 2022

% Result   : Theorem 0.08s 0.30s
% Output   : CNFRefutation 0.08s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :    2
% Syntax   : Number of formulae    :   10 (   4 unt;   0 def)
%            Number of atoms       :   20 (   0 equ)
%            Maximal formula atoms :    3 (   2 avg)
%            Number of connectives :   17 (   7   ~;   1   |;   6   &)
%                                         (   0 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    2 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    2 (   2 usr;   0 con; 1-2 aty)
%            Number of variables   :   22 (   0 sgn  19   !;   3   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(oag10,axiom,
    ! [A,L] :
      ~ ( left_apart_point(A,L)
        | left_apart_point(A,reverse_line(L)) ) ).

fof(con,conjecture,
    ! [A,B,L] :
      ( ( left_apart_point(A,reverse_line(L))
        & left_apart_point(B,reverse_line(parallel_through_point(L,A))) )
     => left_apart_point(B,reverse_line(L)) ) ).

fof(subgoal_0,plain,
    ! [A,B,L] :
      ( ( left_apart_point(A,reverse_line(L))
        & left_apart_point(B,reverse_line(parallel_through_point(L,A))) )
     => left_apart_point(B,reverse_line(L)) ),
    inference(strip,[],[con]) ).

fof(negate_0_0,plain,
    ~ ! [A,B,L] :
        ( ( left_apart_point(A,reverse_line(L))
          & left_apart_point(B,reverse_line(parallel_through_point(L,A))) )
       => left_apart_point(B,reverse_line(L)) ),
    inference(negate,[],[subgoal_0]) ).

fof(normalize_0_0,plain,
    ? [A,B,L] :
      ( ~ left_apart_point(B,reverse_line(L))
      & left_apart_point(A,reverse_line(L))
      & left_apart_point(B,reverse_line(parallel_through_point(L,A))) ),
    inference(canonicalize,[],[negate_0_0]) ).

fof(normalize_0_1,plain,
    ( ! [A,L] : ~ left_apart_point(A,L)
    & ! [A,L] : ~ left_apart_point(A,reverse_line(L)) ),
    inference(canonicalize,[],[oag10]) ).

fof(normalize_0_2,plain,
    ! [A,L] : ~ left_apart_point(A,reverse_line(L)),
    inference(conjunct,[],[normalize_0_1]) ).

fof(normalize_0_3,plain,
    ! [A,L] : ~ left_apart_point(A,reverse_line(L)),
    inference(specialize,[],[normalize_0_2]) ).

fof(normalize_0_4,plain,
    $false,
    inference(simplify,[],[normalize_0_0,normalize_0_3]) ).

cnf(refute_0_0,plain,
    $false,
    inference(canonicalize,[],[normalize_0_4]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.02/0.08  % Problem  : GEO249+1 : TPTP v8.1.0. Bugfixed v6.4.0.
% 0.02/0.09  % Command  : metis --show proof --show saturation %s
% 0.08/0.28  % Computer : n027.cluster.edu
% 0.08/0.28  % Model    : x86_64 x86_64
% 0.08/0.28  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.08/0.28  % Memory   : 8042.1875MB
% 0.08/0.28  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.08/0.28  % CPULimit : 300
% 0.08/0.28  % WCLimit  : 600
% 0.08/0.28  % DateTime : Sat Jun 18 11:31:22 EDT 2022
% 0.08/0.28  % CPUTime  : 
% 0.08/0.28  %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% 0.08/0.30  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.08/0.30  
% 0.08/0.30  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 0.08/0.30  
%------------------------------------------------------------------------------