TSTP Solution File: GEO197+3 by SInE---0.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SInE---0.4
% Problem  : GEO197+3 : TPTP v5.0.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : Source/sine.py -e eprover -t %d %s

% Computer : art04.cs.miami.edu
% Model    : i686 i686
% CPU      : Intel(R) Pentium(R) 4 CPU 2.80GHz @ 2793MHz
% Memory   : 2018MB
% OS       : Linux 2.6.26.8-57.fc8
% CPULimit : 300s
% DateTime : Sat Dec 25 08:51:55 EST 2010

% Result   : Theorem 184.47s
% Output   : CNFRefutation 184.47s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :    8
% Syntax   : Number of formulae    :   43 (  19 unt;   0 def)
%            Number of atoms       :   94 (   0 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :   83 (  32   ~;  24   |;  20   &)
%                                         (   2 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   3 con; 0-2 aty)
%            Number of variables   :   80 (   6 sgn  53   !;   6   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(4,axiom,
    ! [X4,X5,X6] :
      ( apart_point_and_line(X4,X5)
     => ( distinct_lines(X5,X6)
        | apart_point_and_line(X4,X6) ) ),
    file('/tmp/tmptRwKFP/sel_GEO197+3.p_4',ceq2) ).

fof(9,axiom,
    ! [X4,X5,X6] :
      ( convergent_lines(X4,X5)
     => ( convergent_lines(X4,X6)
        | convergent_lines(X5,X6) ) ),
    file('/tmp/tmptRwKFP/sel_GEO197+3.p_4',ax6) ).

fof(15,axiom,
    ! [X4,X5] : ~ convergent_lines(parallel_through_point(X5,X4),X5),
    file('/tmp/tmptRwKFP/sel_GEO197+3.p_4',cp1) ).

fof(17,axiom,
    ! [X4] : ~ convergent_lines(X4,X4),
    file('/tmp/tmptRwKFP/sel_GEO197+3.p_4',apart3) ).

fof(22,axiom,
    ! [X4,X5] :
      ( incident_point_and_line(X4,X5)
    <=> ~ apart_point_and_line(X4,X5) ),
    file('/tmp/tmptRwKFP/sel_GEO197+3.p_4',a4) ).

fof(25,axiom,
    ! [X4,X5] : ~ apart_point_and_line(X4,parallel_through_point(X5,X4)),
    file('/tmp/tmptRwKFP/sel_GEO197+3.p_4',cp2) ).

fof(28,axiom,
    ! [X4,X5] :
      ( distinct_lines(X4,X5)
     => convergent_lines(X4,X5) ),
    file('/tmp/tmptRwKFP/sel_GEO197+3.p_4',p1) ).

fof(32,conjecture,
    ! [X4,X5,X6] :
      ( ( convergent_lines(X4,X5)
        & convergent_lines(X6,X5)
        & convergent_lines(X4,X6)
        & incident_point_and_line(intersection_point(X4,X5),X6) )
     => incident_point_and_line(intersection_point(X6,X5),X4) ),
    file('/tmp/tmptRwKFP/sel_GEO197+3.p_4',con) ).

fof(33,negated_conjecture,
    ~ ! [X4,X5,X6] :
        ( ( convergent_lines(X4,X5)
          & convergent_lines(X6,X5)
          & convergent_lines(X4,X6)
          & incident_point_and_line(intersection_point(X4,X5),X6) )
       => incident_point_and_line(intersection_point(X6,X5),X4) ),
    inference(assume_negation,[status(cth)],[32]) ).

fof(41,plain,
    ! [X4,X5] : ~ convergent_lines(parallel_through_point(X5,X4),X5),
    inference(fof_simplification,[status(thm)],[15,theory(equality)]) ).

fof(43,plain,
    ! [X4] : ~ convergent_lines(X4,X4),
    inference(fof_simplification,[status(thm)],[17,theory(equality)]) ).

fof(44,plain,
    ! [X4,X5] :
      ( incident_point_and_line(X4,X5)
    <=> ~ apart_point_and_line(X4,X5) ),
    inference(fof_simplification,[status(thm)],[22,theory(equality)]) ).

fof(46,plain,
    ! [X4,X5] : ~ apart_point_and_line(X4,parallel_through_point(X5,X4)),
    inference(fof_simplification,[status(thm)],[25,theory(equality)]) ).

fof(66,plain,
    ! [X4,X5,X6] :
      ( ~ apart_point_and_line(X4,X5)
      | distinct_lines(X5,X6)
      | apart_point_and_line(X4,X6) ),
    inference(fof_nnf,[status(thm)],[4]) ).

fof(67,plain,
    ! [X7,X8,X9] :
      ( ~ apart_point_and_line(X7,X8)
      | distinct_lines(X8,X9)
      | apart_point_and_line(X7,X9) ),
    inference(variable_rename,[status(thm)],[66]) ).

cnf(68,plain,
    ( apart_point_and_line(X1,X2)
    | distinct_lines(X3,X2)
    | ~ apart_point_and_line(X1,X3) ),
    inference(split_conjunct,[status(thm)],[67]) ).

fof(79,plain,
    ! [X4,X5,X6] :
      ( ~ convergent_lines(X4,X5)
      | convergent_lines(X4,X6)
      | convergent_lines(X5,X6) ),
    inference(fof_nnf,[status(thm)],[9]) ).

fof(80,plain,
    ! [X7,X8,X9] :
      ( ~ convergent_lines(X7,X8)
      | convergent_lines(X7,X9)
      | convergent_lines(X8,X9) ),
    inference(variable_rename,[status(thm)],[79]) ).

cnf(81,plain,
    ( convergent_lines(X1,X2)
    | convergent_lines(X3,X2)
    | ~ convergent_lines(X3,X1) ),
    inference(split_conjunct,[status(thm)],[80]) ).

fof(97,plain,
    ! [X6,X7] : ~ convergent_lines(parallel_through_point(X7,X6),X7),
    inference(variable_rename,[status(thm)],[41]) ).

cnf(98,plain,
    ~ convergent_lines(parallel_through_point(X1,X2),X1),
    inference(split_conjunct,[status(thm)],[97]) ).

fof(101,plain,
    ! [X5] : ~ convergent_lines(X5,X5),
    inference(variable_rename,[status(thm)],[43]) ).

cnf(102,plain,
    ~ convergent_lines(X1,X1),
    inference(split_conjunct,[status(thm)],[101]) ).

fof(115,plain,
    ! [X4,X5] :
      ( ( ~ incident_point_and_line(X4,X5)
        | ~ apart_point_and_line(X4,X5) )
      & ( apart_point_and_line(X4,X5)
        | incident_point_and_line(X4,X5) ) ),
    inference(fof_nnf,[status(thm)],[44]) ).

fof(116,plain,
    ! [X6,X7] :
      ( ( ~ incident_point_and_line(X6,X7)
        | ~ apart_point_and_line(X6,X7) )
      & ( apart_point_and_line(X6,X7)
        | incident_point_and_line(X6,X7) ) ),
    inference(variable_rename,[status(thm)],[115]) ).

cnf(117,plain,
    ( incident_point_and_line(X1,X2)
    | apart_point_and_line(X1,X2) ),
    inference(split_conjunct,[status(thm)],[116]) ).

fof(124,plain,
    ! [X6,X7] : ~ apart_point_and_line(X6,parallel_through_point(X7,X6)),
    inference(variable_rename,[status(thm)],[46]) ).

cnf(125,plain,
    ~ apart_point_and_line(X1,parallel_through_point(X2,X1)),
    inference(split_conjunct,[status(thm)],[124]) ).

fof(131,plain,
    ! [X4,X5] :
      ( ~ distinct_lines(X4,X5)
      | convergent_lines(X4,X5) ),
    inference(fof_nnf,[status(thm)],[28]) ).

fof(132,plain,
    ! [X6,X7] :
      ( ~ distinct_lines(X6,X7)
      | convergent_lines(X6,X7) ),
    inference(variable_rename,[status(thm)],[131]) ).

cnf(133,plain,
    ( convergent_lines(X1,X2)
    | ~ distinct_lines(X1,X2) ),
    inference(split_conjunct,[status(thm)],[132]) ).

fof(143,negated_conjecture,
    ? [X4,X5,X6] :
      ( convergent_lines(X4,X5)
      & convergent_lines(X6,X5)
      & convergent_lines(X4,X6)
      & incident_point_and_line(intersection_point(X4,X5),X6)
      & ~ incident_point_and_line(intersection_point(X6,X5),X4) ),
    inference(fof_nnf,[status(thm)],[33]) ).

fof(144,negated_conjecture,
    ? [X7,X8,X9] :
      ( convergent_lines(X7,X8)
      & convergent_lines(X9,X8)
      & convergent_lines(X7,X9)
      & incident_point_and_line(intersection_point(X7,X8),X9)
      & ~ incident_point_and_line(intersection_point(X9,X8),X7) ),
    inference(variable_rename,[status(thm)],[143]) ).

fof(145,negated_conjecture,
    ( convergent_lines(esk1_0,esk2_0)
    & convergent_lines(esk3_0,esk2_0)
    & convergent_lines(esk1_0,esk3_0)
    & incident_point_and_line(intersection_point(esk1_0,esk2_0),esk3_0)
    & ~ incident_point_and_line(intersection_point(esk3_0,esk2_0),esk1_0) ),
    inference(skolemize,[status(esa)],[144]) ).

cnf(146,negated_conjecture,
    ~ incident_point_and_line(intersection_point(esk3_0,esk2_0),esk1_0),
    inference(split_conjunct,[status(thm)],[145]) ).

cnf(151,negated_conjecture,
    apart_point_and_line(intersection_point(esk3_0,esk2_0),esk1_0),
    inference(spm,[status(thm)],[146,117,theory(equality)]) ).

cnf(174,negated_conjecture,
    ( apart_point_and_line(intersection_point(esk3_0,esk2_0),X1)
    | distinct_lines(esk1_0,X1) ),
    inference(spm,[status(thm)],[68,151,theory(equality)]) ).

cnf(375,negated_conjecture,
    distinct_lines(esk1_0,parallel_through_point(X1,intersection_point(esk3_0,esk2_0))),
    inference(spm,[status(thm)],[125,174,theory(equality)]) ).

cnf(820,negated_conjecture,
    convergent_lines(esk1_0,parallel_through_point(X1,intersection_point(esk3_0,esk2_0))),
    inference(spm,[status(thm)],[133,375,theory(equality)]) ).

cnf(841,negated_conjecture,
    ( convergent_lines(parallel_through_point(X1,intersection_point(esk3_0,esk2_0)),X2)
    | convergent_lines(esk1_0,X2) ),
    inference(spm,[status(thm)],[81,820,theory(equality)]) ).

cnf(1032,negated_conjecture,
    convergent_lines(esk1_0,X1),
    inference(spm,[status(thm)],[98,841,theory(equality)]) ).

cnf(1037,negated_conjecture,
    $false,
    inference(spm,[status(thm)],[102,1032,theory(equality)]) ).

cnf(1069,negated_conjecture,
    $false,
    1037,
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% % SZS status Started for /home/graph/tptp/TPTP/Problems/GEO/GEO197+3.p
% --creating new selector for [GEO006+3.ax, GEO006+0.ax, GEO006+1.ax, GEO006+2.ax, GEO006+4.ax, GEO006+5.ax, GEO006+6.ax]
% eprover: CPU time limit exceeded, terminating
% eprover: CPU time limit exceeded, terminating
% -running prover on /tmp/tmptRwKFP/sel_GEO197+3.p_1 with time limit 29
% -prover status ResourceOut
% -running prover on /tmp/tmptRwKFP/sel_GEO197+3.p_2 with time limit 81
% -prover status ResourceOut
% --creating new selector for [GEO006+3.ax, GEO006+0.ax, GEO006+1.ax, GEO006+2.ax, GEO006+4.ax, GEO006+5.ax, GEO006+6.ax]
% eprover: CPU time limit exceeded, terminating
% -running prover on /tmp/tmptRwKFP/sel_GEO197+3.p_3 with time limit 74
% -prover status ResourceOut
% --creating new selector for [GEO006+3.ax, GEO006+0.ax, GEO006+1.ax, GEO006+2.ax, GEO006+4.ax, GEO006+5.ax, GEO006+6.ax]
% -running prover on /tmp/tmptRwKFP/sel_GEO197+3.p_4 with time limit 55
% -prover status Theorem
% Problem GEO197+3.p solved in phase 3.
% % SZS status Theorem for /home/graph/tptp/TPTP/Problems/GEO/GEO197+3.p
% % SZS status Ended for /home/graph/tptp/TPTP/Problems/GEO/GEO197+3.p
% Solved 1 out of 1.
% # Problem is unsatisfiable (or provable), constructing proof object
% # SZS status Theorem
% # SZS output start CNFRefutation.
% See solution above
% # SZS output end CNFRefutation
% 
%------------------------------------------------------------------------------