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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Beagle---0.9.51
% Problem  : GEO199+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/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s

% Computer : n017.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:37 EDT 2023

% Result   : Theorem 12.41s 4.24s
% Output   : CNFRefutation 12.44s
% 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/sandbox/benchmark/Axioms/GEO006+4.ax',coipo1) ).

tff(f_246,axiom,
    ! [A,L] : ~ unorthogonal_lines(orthogonal_through_point(L,A),L),
    file('/export/starexec/sandbox/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/sandbox/benchmark/Axioms/GEO006+0.ax',ax6) ).

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

tff(f_426,axiom,
    ! [X,Y] :
      ( orthogonal_lines(X,Y)
    <=> ~ unorthogonal_lines(X,Y) ),
    file('/export/starexec/sandbox/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/sandbox/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/sandbox/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(Y,X),Z) ),
    file('/export/starexec/sandbox/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/sandbox/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/sandbox/benchmark/Axioms/GEO006+3.ax',ooc2) ).

tff(f_160,axiom,
    ! [X,Y] :
      ( distinct_lines(X,Y)
     => convergent_lines(X,Y) ),
    file('/export/starexec/sandbox/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/sandbox/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_1799,plain,
    ! [L_310,N_311,M_312] :
      ( convergent_lines(L_310,N_311)
      | unorthogonal_lines(M_312,N_311)
      | ~ unorthogonal_lines(L_310,M_312)
      | ~ convergent_lines(L_310,M_312) ),
    inference(cnfTransformation,[status(thm)],[f_242]) ).

tff(c_4049,plain,
    ! [X_427,N_428,Y_429] :
      ( convergent_lines(X_427,N_428)
      | unorthogonal_lines(Y_429,N_428)
      | ~ convergent_lines(X_427,Y_429)
      | orthogonal_lines(X_427,Y_429) ),
    inference(resolution,[status(thm)],[c_92,c_1799]) ).

tff(c_6181,plain,
    ! [Y_513,N_514] :
      ( unorthogonal_lines(Y_513,N_514)
      | ~ convergent_lines(N_514,Y_513)
      | orthogonal_lines(N_514,Y_513) ),
    inference(resolution,[status(thm)],[c_4049,c_6]) ).

tff(c_6202,plain,
    ! [N_514,A_48] :
      ( ~ convergent_lines(N_514,orthogonal_through_point(N_514,A_48))
      | orthogonal_lines(N_514,orthogonal_through_point(N_514,A_48)) ),
    inference(resolution,[status(thm)],[c_6181,c_48]) ).

tff(c_6213,plain,
    ! [N_514,A_48] : orthogonal_lines(N_514,orthogonal_through_point(N_514,A_48)),
    inference(demodulation,[status(thm),theory(equality)],[c_240,c_6202]) ).

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_2','#skF_1'),'#skF_3'),
    inference(cnfTransformation,[status(thm)],[f_439]) ).

tff(c_114,plain,
    apart_point_and_line(intersection_point('#skF_2','#skF_1'),'#skF_3'),
    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_2','#skF_1'),Z_162)
      | distinct_lines('#skF_3',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_511,plain,
    ! [L_173] : distinct_lines('#skF_3',orthogonal_through_point(L_173,intersection_point('#skF_2','#skF_1'))),
    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_515,plain,
    ! [L_173] : convergent_lines('#skF_3',orthogonal_through_point(L_173,intersection_point('#skF_2','#skF_1'))),
    inference(resolution,[status(thm)],[c_511,c_30]) ).

tff(c_2337,plain,
    ! [L_350,N_351,M_352] :
      ( unorthogonal_lines(L_350,N_351)
      | unorthogonal_lines(M_352,N_351)
      | ~ unorthogonal_lines(L_350,M_352)
      | ~ convergent_lines(L_350,M_352) ),
    inference(cnfTransformation,[status(thm)],[f_242]) ).

tff(c_5816,plain,
    ! [X_498,N_499,Y_500] :
      ( unorthogonal_lines(X_498,N_499)
      | unorthogonal_lines(Y_500,N_499)
      | ~ convergent_lines(X_498,Y_500)
      | orthogonal_lines(X_498,Y_500) ),
    inference(resolution,[status(thm)],[c_92,c_2337]) ).

tff(c_11184,plain,
    ! [X_759,N_760,A_761] :
      ( unorthogonal_lines(X_759,N_760)
      | ~ convergent_lines(X_759,orthogonal_through_point(N_760,A_761))
      | orthogonal_lines(X_759,orthogonal_through_point(N_760,A_761)) ),
    inference(resolution,[status(thm)],[c_5816,c_48]) ).

tff(c_523,plain,
    ! [M_175,N_176,L_177] :
      ( ~ convergent_lines(M_175,N_176)
      | unorthogonal_lines(L_177,N_176)
      | unorthogonal_lines(L_177,M_175) ),
    inference(cnfTransformation,[status(thm)],[f_321]) ).

tff(c_829,plain,
    ! [L_210,M_211,A_212] :
      ( unorthogonal_lines(L_210,M_211)
      | unorthogonal_lines(L_210,orthogonal_through_point(M_211,A_212)) ),
    inference(resolution,[status(thm)],[c_136,c_523]) ).

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_837,plain,
    ! [L_210,M_211,A_212] :
      ( ~ orthogonal_lines(L_210,orthogonal_through_point(M_211,A_212))
      | unorthogonal_lines(L_210,M_211) ),
    inference(resolution,[status(thm)],[c_829,c_90]) ).

tff(c_11496,plain,
    ! [X_767,N_768,A_769] :
      ( unorthogonal_lines(X_767,N_768)
      | ~ convergent_lines(X_767,orthogonal_through_point(N_768,A_769)) ),
    inference(resolution,[status(thm)],[c_11184,c_837]) ).

tff(c_11937,plain,
    ! [L_770] : unorthogonal_lines('#skF_3',L_770),
    inference(resolution,[status(thm)],[c_515,c_11496]) ).

tff(c_11965,plain,
    ! [L_771] : ~ orthogonal_lines('#skF_3',L_771),
    inference(resolution,[status(thm)],[c_11937,c_90]) ).

tff(c_11997,plain,
    $false,
    inference(resolution,[status(thm)],[c_6213,c_11965]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : GEO199+3 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.14  % Command  : java -Dfile.encoding=UTF-8 -Xms512M -Xmx4G -Xss10M -jar /export/starexec/sandbox/solver/bin/beagle.jar -auto -q -proof -print tff -smtsolver /export/starexec/sandbox/solver/bin/cvc4-1.4-x86_64-linux-opt -liasolver cooper -t %d %s
% 0.13/0.35  % Computer : n017.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:14:36 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 12.41/4.24  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p
% 12.41/4.25  
% 12.41/4.25  % SZS output start CNFRefutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 12.44/4.28  
% 12.44/4.28  Inference rules
% 12.44/4.28  ----------------------
% 12.44/4.28  #Ref     : 0
% 12.44/4.28  #Sup     : 2787
% 12.44/4.28  #Fact    : 86
% 12.44/4.28  #Define  : 0
% 12.44/4.28  #Split   : 4
% 12.44/4.28  #Chain   : 0
% 12.44/4.28  #Close   : 0
% 12.44/4.28  
% 12.44/4.28  Ordering : KBO
% 12.44/4.28  
% 12.44/4.28  Simplification rules
% 12.44/4.28  ----------------------
% 12.44/4.28  #Subsume      : 265
% 12.44/4.28  #Demod        : 396
% 12.44/4.28  #Tautology    : 235
% 12.44/4.28  #SimpNegUnit  : 8
% 12.44/4.28  #BackRed      : 0
% 12.44/4.28  
% 12.44/4.28  #Partial instantiations: 0
% 12.44/4.28  #Strategies tried      : 1
% 12.44/4.28  
% 12.44/4.28  Timing (in seconds)
% 12.44/4.28  ----------------------
% 12.44/4.29  Preprocessing        : 0.59
% 12.44/4.29  Parsing              : 0.34
% 12.44/4.29  CNF conversion       : 0.04
% 12.44/4.29  Main loop            : 2.64
% 12.44/4.29  Inferencing          : 0.83
% 12.44/4.29  Reduction            : 0.79
% 12.44/4.29  Demodulation         : 0.55
% 12.44/4.29  BG Simplification    : 0.06
% 12.44/4.29  Subsumption          : 0.76
% 12.44/4.29  Abstraction          : 0.05
% 12.44/4.29  MUC search           : 0.00
% 12.44/4.29  Cooper               : 0.00
% 12.44/4.29  Total                : 3.29
% 12.44/4.29  Index Insertion      : 0.00
% 12.44/4.29  Index Deletion       : 0.00
% 12.44/4.29  Index Matching       : 0.00
% 12.44/4.29  BG Taut test         : 0.00
%------------------------------------------------------------------------------