TSTP Solution File: GEO197+3 by Beagle---0.9.51

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GEO197+3 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n016.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 : Tue Aug 22 10:38:36 EDT 2023

% Result   : Theorem 12.20s 4.32s
% Output   : CNFRefutation 12.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    8
%            Number of leaves      :   31
% Syntax   : Number of formulae    :   64 (  16 unt;  19 typ;   0 def)
%            Number of atoms       :   97 (   0 equ)
%            Maximal formula atoms :    6 (   2 avg)
%            Number of connectives :   86 (  34   ~;  36   |;   8   &)
%                                         (   2 <=>;   6  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    9 (   5 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   30 (  16   >;  14   *;   0   +;   0  <<)
%            Number of predicates  :   13 (  12 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   94 (;  94   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
%$ unorthogonal_lines > parallel_lines > orthogonal_lines > incident_point_and_line > equal_points > equal_lines > distinct_points > distinct_lines > convergent_lines > apart_point_and_line > point > line > parallel_through_point > orthogonal_through_point > line_connecting > intersection_point > #nlpp > #skF_2 > #skF_3 > #skF_1

%Foreground sorts:

%Background operators:

%Foreground operators:
tff(line_connecting,type,
    line_connecting: ( $i * $i ) > $i ).

tff(equal_lines,type,
    equal_lines: ( $i * $i ) > $o ).

tff(equal_points,type,
    equal_points: ( $i * $i ) > $o ).

tff(incident_point_and_line,type,
    incident_point_and_line: ( $i * $i ) > $o ).

tff(distinct_points,type,
    distinct_points: ( $i * $i ) > $o ).

tff(intersection_point,type,
    intersection_point: ( $i * $i ) > $i ).

tff(parallel_through_point,type,
    parallel_through_point: ( $i * $i ) > $i ).

tff(apart_point_and_line,type,
    apart_point_and_line: ( $i * $i ) > $o ).

tff(convergent_lines,type,
    convergent_lines: ( $i * $i ) > $o ).

tff(orthogonal_through_point,type,
    orthogonal_through_point: ( $i * $i ) > $i ).

tff(point,type,
    point: $i > $o ).

tff(line,type,
    line: $i > $o ).

tff(parallel_lines,type,
    parallel_lines: ( $i * $i ) > $o ).

tff('#skF_2',type,
    '#skF_2': $i ).

tff('#skF_3',type,
    '#skF_3': $i ).

tff('#skF_1',type,
    '#skF_1': $i ).

tff(unorthogonal_lines,type,
    unorthogonal_lines: ( $i * $i ) > $o ).

tff(distinct_lines,type,
    distinct_lines: ( $i * $i ) > $o ).

tff(orthogonal_lines,type,
    orthogonal_lines: ( $i * $i ) > $o ).

tff(f_292,axiom,
    ! [L,M] :
      ~ ( ~ convergent_lines(L,M)
        & ~ unorthogonal_lines(L,M) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+4.ax',coipo1) ).

tff(f_246,axiom,
    ! [A,L] : ~ unorthogonal_lines(orthogonal_through_point(L,A),L),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+3.ax',ooc1) ).

tff(f_79,axiom,
    ! [X,Y,Z] :
      ( convergent_lines(X,Y)
     => ( convergent_lines(X,Z)
        | convergent_lines(Y,Z) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+0.ax',ax6) ).

tff(f_61,axiom,
    ! [X] : ~ convergent_lines(X,X),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+0.ax',apart3) ).

tff(f_426,axiom,
    ! [X,Y] :
      ( orthogonal_lines(X,Y)
    <=> ~ unorthogonal_lines(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+6.ax',a5) ).

tff(f_242,axiom,
    ! [L,M,N] :
      ( ( convergent_lines(L,M)
        & unorthogonal_lines(L,M) )
     => ( ( convergent_lines(L,N)
          & unorthogonal_lines(L,N) )
        | ( convergent_lines(M,N)
          & unorthogonal_lines(M,N) ) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+3.ax',oac1) ).

tff(f_421,axiom,
    ! [X,Y] :
      ( incident_point_and_line(X,Y)
    <=> ~ apart_point_and_line(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+6.ax',a4) ).

tff(f_439,negated_conjecture,
    ~ ! [X,Y,Z] :
        ( ( convergent_lines(X,Y)
          & convergent_lines(Z,Y)
          & convergent_lines(X,Z)
          & incident_point_and_line(intersection_point(X,Y),Z) )
       => incident_point_and_line(intersection_point(Z,Y),X) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con) ).

tff(f_126,axiom,
    ! [X,Y,Z] :
      ( apart_point_and_line(X,Y)
     => ( distinct_lines(Y,Z)
        | apart_point_and_line(X,Z) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+0.ax',ceq2) ).

tff(f_249,axiom,
    ! [A,L] : ~ apart_point_and_line(A,orthogonal_through_point(L,A)),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+3.ax',ooc2) ).

tff(f_160,axiom,
    ! [X,Y] :
      ( distinct_lines(X,Y)
     => convergent_lines(X,Y) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+1.ax',p1) ).

tff(f_321,axiom,
    ! [L,M,N] :
      ( ( ~ unorthogonal_lines(L,M)
        & ~ unorthogonal_lines(L,N) )
     => ~ convergent_lines(M,N) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO006+4.ax',couo1) ).

tff(c_131,plain,
    ! [L_103,M_104] :
      ( unorthogonal_lines(L_103,M_104)
      | convergent_lines(L_103,M_104) ),
    inference(cnfTransformation,[status(thm)],[f_292]) ).

tff(c_48,plain,
    ! [L_49,A_48] : ~ unorthogonal_lines(orthogonal_through_point(L_49,A_48),L_49),
    inference(cnfTransformation,[status(thm)],[f_246]) ).

tff(c_136,plain,
    ! [M_104,A_48] : convergent_lines(orthogonal_through_point(M_104,A_48),M_104),
    inference(resolution,[status(thm)],[c_131,c_48]) ).

tff(c_189,plain,
    ! [Y_139,Z_140,X_141] :
      ( convergent_lines(Y_139,Z_140)
      | convergent_lines(X_141,Z_140)
      | ~ convergent_lines(X_141,Y_139) ),
    inference(cnfTransformation,[status(thm)],[f_79]) ).

tff(c_232,plain,
    ! [M_145,Z_146,A_147] :
      ( convergent_lines(M_145,Z_146)
      | convergent_lines(orthogonal_through_point(M_145,A_147),Z_146) ),
    inference(resolution,[status(thm)],[c_136,c_189]) ).

tff(c_6,plain,
    ! [X_3] : ~ convergent_lines(X_3,X_3),
    inference(cnfTransformation,[status(thm)],[f_61]) ).

tff(c_240,plain,
    ! [M_145,A_147] : convergent_lines(M_145,orthogonal_through_point(M_145,A_147)),
    inference(resolution,[status(thm)],[c_232,c_6]) ).

tff(c_92,plain,
    ! [X_80,Y_81] :
      ( orthogonal_lines(X_80,Y_81)
      | unorthogonal_lines(X_80,Y_81) ),
    inference(cnfTransformation,[status(thm)],[f_426]) ).

tff(c_2433,plain,
    ! [L_359,N_360,M_361] :
      ( convergent_lines(L_359,N_360)
      | unorthogonal_lines(M_361,N_360)
      | ~ unorthogonal_lines(L_359,M_361)
      | ~ convergent_lines(L_359,M_361) ),
    inference(cnfTransformation,[status(thm)],[f_242]) ).

tff(c_5296,plain,
    ! [X_464,N_465,Y_466] :
      ( convergent_lines(X_464,N_465)
      | unorthogonal_lines(Y_466,N_465)
      | ~ convergent_lines(X_464,Y_466)
      | orthogonal_lines(X_464,Y_466) ),
    inference(resolution,[status(thm)],[c_92,c_2433]) ).

tff(c_5498,plain,
    ! [Y_467,N_468] :
      ( unorthogonal_lines(Y_467,N_468)
      | ~ convergent_lines(N_468,Y_467)
      | orthogonal_lines(N_468,Y_467) ),
    inference(resolution,[status(thm)],[c_5296,c_6]) ).

tff(c_5519,plain,
    ! [N_468,A_48] :
      ( ~ convergent_lines(N_468,orthogonal_through_point(N_468,A_48))
      | orthogonal_lines(N_468,orthogonal_through_point(N_468,A_48)) ),
    inference(resolution,[status(thm)],[c_5498,c_48]) ).

tff(c_5530,plain,
    ! [N_468,A_48] : orthogonal_lines(N_468,orthogonal_through_point(N_468,A_48)),
    inference(demodulation,[status(thm),theory(equality)],[c_240,c_5519]) ).

tff(c_110,plain,
    ! [X_93,Y_94] :
      ( incident_point_and_line(X_93,Y_94)
      | apart_point_and_line(X_93,Y_94) ),
    inference(cnfTransformation,[status(thm)],[f_421]) ).

tff(c_94,plain,
    ~ incident_point_and_line(intersection_point('#skF_3','#skF_2'),'#skF_1'),
    inference(cnfTransformation,[status(thm)],[f_439]) ).

tff(c_114,plain,
    apart_point_and_line(intersection_point('#skF_3','#skF_2'),'#skF_1'),
    inference(resolution,[status(thm)],[c_110,c_94]) ).

tff(c_255,plain,
    ! [X_153,Z_154,Y_155] :
      ( apart_point_and_line(X_153,Z_154)
      | distinct_lines(Y_155,Z_154)
      | ~ apart_point_and_line(X_153,Y_155) ),
    inference(cnfTransformation,[status(thm)],[f_126]) ).

tff(c_320,plain,
    ! [Z_162] :
      ( apart_point_and_line(intersection_point('#skF_3','#skF_2'),Z_162)
      | distinct_lines('#skF_1',Z_162) ),
    inference(resolution,[status(thm)],[c_114,c_255]) ).

tff(c_50,plain,
    ! [A_50,L_51] : ~ apart_point_and_line(A_50,orthogonal_through_point(L_51,A_50)),
    inference(cnfTransformation,[status(thm)],[f_249]) ).

tff(c_376,plain,
    ! [L_164] : distinct_lines('#skF_1',orthogonal_through_point(L_164,intersection_point('#skF_3','#skF_2'))),
    inference(resolution,[status(thm)],[c_320,c_50]) ).

tff(c_30,plain,
    ! [X_34,Y_35] :
      ( convergent_lines(X_34,Y_35)
      | ~ distinct_lines(X_34,Y_35) ),
    inference(cnfTransformation,[status(thm)],[f_160]) ).

tff(c_380,plain,
    ! [L_164] : convergent_lines('#skF_1',orthogonal_through_point(L_164,intersection_point('#skF_3','#skF_2'))),
    inference(resolution,[status(thm)],[c_376,c_30]) ).

tff(c_1578,plain,
    ! [L_300,N_301,M_302] :
      ( unorthogonal_lines(L_300,N_301)
      | unorthogonal_lines(M_302,N_301)
      | ~ unorthogonal_lines(L_300,M_302)
      | ~ convergent_lines(L_300,M_302) ),
    inference(cnfTransformation,[status(thm)],[f_242]) ).

tff(c_4360,plain,
    ! [X_430,N_431,Y_432] :
      ( unorthogonal_lines(X_430,N_431)
      | unorthogonal_lines(Y_432,N_431)
      | ~ convergent_lines(X_430,Y_432)
      | orthogonal_lines(X_430,Y_432) ),
    inference(resolution,[status(thm)],[c_92,c_1578]) ).

tff(c_12459,plain,
    ! [X_784,N_785,A_786] :
      ( unorthogonal_lines(X_784,N_785)
      | ~ convergent_lines(X_784,orthogonal_through_point(N_785,A_786))
      | orthogonal_lines(X_784,orthogonal_through_point(N_785,A_786)) ),
    inference(resolution,[status(thm)],[c_4360,c_48]) ).

tff(c_533,plain,
    ! [M_186,N_187,L_188] :
      ( ~ convergent_lines(M_186,N_187)
      | unorthogonal_lines(L_188,N_187)
      | unorthogonal_lines(L_188,M_186) ),
    inference(cnfTransformation,[status(thm)],[f_321]) ).

tff(c_849,plain,
    ! [L_219,M_220,A_221] :
      ( unorthogonal_lines(L_219,M_220)
      | unorthogonal_lines(L_219,orthogonal_through_point(M_220,A_221)) ),
    inference(resolution,[status(thm)],[c_136,c_533]) ).

tff(c_90,plain,
    ! [X_80,Y_81] :
      ( ~ unorthogonal_lines(X_80,Y_81)
      | ~ orthogonal_lines(X_80,Y_81) ),
    inference(cnfTransformation,[status(thm)],[f_426]) ).

tff(c_857,plain,
    ! [L_219,M_220,A_221] :
      ( ~ orthogonal_lines(L_219,orthogonal_through_point(M_220,A_221))
      | unorthogonal_lines(L_219,M_220) ),
    inference(resolution,[status(thm)],[c_849,c_90]) ).

tff(c_12649,plain,
    ! [X_787,N_788,A_789] :
      ( unorthogonal_lines(X_787,N_788)
      | ~ convergent_lines(X_787,orthogonal_through_point(N_788,A_789)) ),
    inference(resolution,[status(thm)],[c_12459,c_857]) ).

tff(c_13077,plain,
    ! [L_790] : unorthogonal_lines('#skF_1',L_790),
    inference(resolution,[status(thm)],[c_380,c_12649]) ).

tff(c_13105,plain,
    ! [L_791] : ~ orthogonal_lines('#skF_1',L_791),
    inference(resolution,[status(thm)],[c_13077,c_90]) ).

tff(c_13150,plain,
    $false,
    inference(resolution,[status(thm)],[c_5530,c_13105]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : GEO197+3 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.13  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox2/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox2/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.13/0.35  % Computer : n016.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 : Fri Aug  4 00:43:09 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 12.20/4.32  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p
% 12.20/4.33  
% 12.20/4.33  % SZS output start CNFRefutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 12.20/4.36  
% 12.20/4.36  Inference rules
% 12.20/4.36  ----------------------
% 12.20/4.36  #Ref     : 0
% 12.20/4.36  #Sup     : 3047
% 12.20/4.36  #Fact    : 108
% 12.20/4.36  #Define  : 0
% 12.20/4.36  #Split   : 4
% 12.20/4.36  #Chain   : 0
% 12.20/4.36  #Close   : 0
% 12.20/4.36  
% 12.20/4.36  Ordering : KBO
% 12.20/4.36  
% 12.20/4.36  Simplification rules
% 12.20/4.36  ----------------------
% 12.20/4.36  #Subsume      : 305
% 12.20/4.36  #Demod        : 408
% 12.20/4.36  #Tautology    : 263
% 12.20/4.36  #SimpNegUnit  : 11
% 12.20/4.36  #BackRed      : 0
% 12.20/4.36  
% 12.20/4.36  #Partial instantiations: 0
% 12.20/4.36  #Strategies tried      : 1
% 12.20/4.36  
% 12.20/4.36  Timing (in seconds)
% 12.20/4.36  ----------------------
% 12.20/4.36  Preprocessing        : 0.53
% 12.20/4.36  Parsing              : 0.30
% 12.20/4.36  CNF conversion       : 0.04
% 12.20/4.36  Main loop            : 2.73
% 12.20/4.36  Inferencing          : 0.84
% 12.20/4.36  Reduction            : 0.78
% 12.20/4.36  Demodulation         : 0.54
% 12.20/4.36  BG Simplification    : 0.06
% 12.20/4.36  Subsumption          : 0.85
% 12.20/4.36  Abstraction          : 0.05
% 12.20/4.36  MUC search           : 0.00
% 12.20/4.36  Cooper               : 0.00
% 12.20/4.36  Total                : 3.31
% 12.20/4.36  Index Insertion      : 0.00
% 12.20/4.36  Index Deletion       : 0.00
% 12.20/4.36  Index Matching       : 0.00
% 12.20/4.36  BG Taut test         : 0.00
%------------------------------------------------------------------------------