TSTP Solution File: GEO225+1 by Otter---3.3

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Otter---3.3
% Problem  : GEO225+1 : TPTP v8.1.0. Released v3.3.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : otter-tptp-script %s

% Computer : n013.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 Jul 27 12:54:55 EDT 2022

% Result   : Theorem 1.83s 2.07s
% Output   : Refutation 1.83s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :    6
% Syntax   : Number of clauses     :   10 (   5 unt;   3 nHn;   7 RR)
%            Number of literals    :   16 (   0 equ;   6 neg)
%            Maximal clause size   :    3 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of predicates  :    3 (   2 usr;   1 prp; 0-2 aty)
%            Number of functors    :    3 (   3 usr;   2 con; 0-2 aty)
%            Number of variables   :   10 (   0 sgn)

% Comments : 
%------------------------------------------------------------------------------
cnf(1,axiom,
    ~ distinct_points(A,A),
    file('GEO225+1.p',unknown),
    [] ).

cnf(4,axiom,
    ( ~ distinct_points(A,B)
    | distinct_points(A,C)
    | distinct_points(B,C) ),
    file('GEO225+1.p',unknown),
    [] ).

cnf(7,axiom,
    ( ~ distinct_points(A,B)
    | ~ apart_point_and_line(A,line_connecting(A,B)) ),
    file('GEO225+1.p',unknown),
    [] ).

cnf(8,axiom,
    ( ~ distinct_points(A,B)
    | ~ apart_point_and_line(B,line_connecting(A,B)) ),
    file('GEO225+1.p',unknown),
    [] ).

cnf(21,axiom,
    distinct_points(dollar_c2,dollar_c1),
    file('GEO225+1.p',unknown),
    [] ).

cnf(23,axiom,
    ( apart_point_and_line(dollar_c2,A)
    | apart_point_and_line(dollar_c1,A) ),
    file('GEO225+1.p',unknown),
    [] ).

cnf(24,plain,
    ( distinct_points(dollar_c2,A)
    | distinct_points(dollar_c1,A) ),
    inference(hyper,[status(thm)],[21,4]),
    [iquote('hyper,21,4')] ).

cnf(27,plain,
    apart_point_and_line(dollar_c1,line_connecting(dollar_c2,dollar_c1)),
    inference(hyper,[status(thm)],[23,7,21]),
    [iquote('hyper,23,7,21')] ).

cnf(42,plain,
    distinct_points(dollar_c1,dollar_c1),
    inference(hyper,[status(thm)],[27,8,24]),
    [iquote('hyper,27,8,24')] ).

cnf(43,plain,
    $false,
    inference(binary,[status(thm)],[42,1]),
    [iquote('binary,42.1,1.1')] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GEO225+1 : TPTP v8.1.0. Released v3.3.0.
% 0.03/0.13  % Command  : otter-tptp-script %s
% 0.12/0.33  % Computer : n013.cluster.edu
% 0.12/0.33  % Model    : x86_64 x86_64
% 0.12/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.33  % Memory   : 8042.1875MB
% 0.12/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.33  % CPULimit : 300
% 0.12/0.33  % WCLimit  : 300
% 0.12/0.33  % DateTime : Wed Jul 27 07:07:30 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 1.83/2.07  ----- Otter 3.3f, August 2004 -----
% 1.83/2.07  The process was started by sandbox on n013.cluster.edu,
% 1.83/2.07  Wed Jul 27 07:07:30 2022
% 1.83/2.07  The command was "./otter".  The process ID is 22964.
% 1.83/2.07  
% 1.83/2.07  set(prolog_style_variables).
% 1.83/2.07  set(auto).
% 1.83/2.07     dependent: set(auto1).
% 1.83/2.07     dependent: set(process_input).
% 1.83/2.07     dependent: clear(print_kept).
% 1.83/2.07     dependent: clear(print_new_demod).
% 1.83/2.07     dependent: clear(print_back_demod).
% 1.83/2.07     dependent: clear(print_back_sub).
% 1.83/2.07     dependent: set(control_memory).
% 1.83/2.07     dependent: assign(max_mem, 12000).
% 1.83/2.07     dependent: assign(pick_given_ratio, 4).
% 1.83/2.07     dependent: assign(stats_level, 1).
% 1.83/2.07     dependent: assign(max_seconds, 10800).
% 1.83/2.07  clear(print_given).
% 1.83/2.07  
% 1.83/2.07  formula_list(usable).
% 1.83/2.07  all X (-distinct_points(X,X)).
% 1.83/2.07  all X (-distinct_lines(X,X)).
% 1.83/2.07  all X (-convergent_lines(X,X)).
% 1.83/2.07  all X Y Z (distinct_points(X,Y)->distinct_points(X,Z)|distinct_points(Y,Z)).
% 1.83/2.07  all X Y Z (distinct_lines(X,Y)->distinct_lines(X,Z)|distinct_lines(Y,Z)).
% 1.83/2.07  all X Y Z (convergent_lines(X,Y)->convergent_lines(X,Z)|convergent_lines(Y,Z)).
% 1.83/2.07  all X Y (distinct_points(X,Y)-> -apart_point_and_line(X,line_connecting(X,Y))).
% 1.83/2.07  all X Y (distinct_points(X,Y)-> -apart_point_and_line(Y,line_connecting(X,Y))).
% 1.83/2.07  all X Y (convergent_lines(X,Y)-> -apart_point_and_line(intersection_point(X,Y),X)).
% 1.83/2.07  all X Y (convergent_lines(X,Y)-> -apart_point_and_line(intersection_point(X,Y),Y)).
% 1.83/2.07  all X Y U V (distinct_points(X,Y)&distinct_lines(U,V)->apart_point_and_line(X,U)|apart_point_and_line(X,V)|apart_point_and_line(Y,U)|apart_point_and_line(Y,V)).
% 1.83/2.07  all X Y Z (apart_point_and_line(X,Y)->distinct_points(X,Z)|apart_point_and_line(Z,Y)).
% 1.83/2.07  all X Y Z (apart_point_and_line(X,Y)->distinct_lines(Y,Z)|apart_point_and_line(X,Z)).
% 1.83/2.07  all X Y Z (convergent_lines(X,Y)->distinct_lines(Y,Z)|convergent_lines(X,Z)).
% 1.83/2.07  all A B (point(A)&point(B)&distinct_points(A,B)->line(line_connecting(A,B))).
% 1.83/2.07  all L M (line(L)&line(M)&convergent_lines(L,M)->point(intersection_point(L,M))).
% 1.83/2.07  all L A (line(L)&point(A)->line(parallel_through_point(L,A))).
% 1.83/2.07  all L A (line(L)&point(A)->line(orthogonal_through_point(L,A))).
% 1.83/2.07  -(all A B (point(A)&point(B)&distinct_points(A,B)-> (exists X (line(X)-> -apart_point_and_line(A,X)& -apart_point_and_line(B,X))))).
% 1.83/2.07  end_of_list.
% 1.83/2.07  
% 1.83/2.07  -------> usable clausifies to:
% 1.83/2.07  
% 1.83/2.07  list(usable).
% 1.83/2.07  0 [] -distinct_points(X,X).
% 1.83/2.07  0 [] -distinct_lines(X,X).
% 1.83/2.07  0 [] -convergent_lines(X,X).
% 1.83/2.07  0 [] -distinct_points(X,Y)|distinct_points(X,Z)|distinct_points(Y,Z).
% 1.83/2.07  0 [] -distinct_lines(X,Y)|distinct_lines(X,Z)|distinct_lines(Y,Z).
% 1.83/2.07  0 [] -convergent_lines(X,Y)|convergent_lines(X,Z)|convergent_lines(Y,Z).
% 1.83/2.07  0 [] -distinct_points(X,Y)| -apart_point_and_line(X,line_connecting(X,Y)).
% 1.83/2.07  0 [] -distinct_points(X,Y)| -apart_point_and_line(Y,line_connecting(X,Y)).
% 1.83/2.07  0 [] -convergent_lines(X,Y)| -apart_point_and_line(intersection_point(X,Y),X).
% 1.83/2.07  0 [] -convergent_lines(X,Y)| -apart_point_and_line(intersection_point(X,Y),Y).
% 1.83/2.07  0 [] -distinct_points(X,Y)| -distinct_lines(U,V)|apart_point_and_line(X,U)|apart_point_and_line(X,V)|apart_point_and_line(Y,U)|apart_point_and_line(Y,V).
% 1.83/2.07  0 [] -apart_point_and_line(X,Y)|distinct_points(X,Z)|apart_point_and_line(Z,Y).
% 1.83/2.07  0 [] -apart_point_and_line(X,Y)|distinct_lines(Y,Z)|apart_point_and_line(X,Z).
% 1.83/2.07  0 [] -convergent_lines(X,Y)|distinct_lines(Y,Z)|convergent_lines(X,Z).
% 1.83/2.07  0 [] -point(A)| -point(B)| -distinct_points(A,B)|line(line_connecting(A,B)).
% 1.83/2.07  0 [] -line(L)| -line(M)| -convergent_lines(L,M)|point(intersection_point(L,M)).
% 1.83/2.07  0 [] -line(L)| -point(A)|line(parallel_through_point(L,A)).
% 1.83/2.07  0 [] -line(L)| -point(A)|line(orthogonal_through_point(L,A)).
% 1.83/2.07  0 [] point($c2).
% 1.83/2.07  0 [] point($c1).
% 1.83/2.07  0 [] distinct_points($c2,$c1).
% 1.83/2.07  0 [] line(X).
% 1.83/2.07  0 [] apart_point_and_line($c2,X)|apart_point_and_line($c1,X).
% 1.83/2.07  end_of_list.
% 1.83/2.07  
% 1.83/2.07  SCAN INPUT: prop=0, horn=0, equality=0, symmetry=0, max_lits=6.
% 1.83/2.07  
% 1.83/2.07  This is a non-Horn set without equality.  The strategy will
% 1.83/2.07  be ordered hyper_res, unit deletion, and factoring, with
% 1.83/2.07  satellites in sos and with nuclei in usable.
% 1.83/2.07  
% 1.83/2.07     dependent: set(hyper_res).
% 1.83/2.07     dependent: set(factor).
% 1.83/2.07     dependent: set(unit_deletion).
% 1.83/2.07  
% 1.83/2.07  ------------> process usable:
% 1.83/2.07  ** KEPT (pick-wt=3): 1 [] -distinct_points(A,A).
% 1.83/2.07  ** KEPT (pick-wt=3): 2 [] -distinct_lines(A,A).
% 1.83/2.07  ** KEPT (pick-wt=3): 3 [] -convergent_lines(A,A).
% 1.83/2.07  ** KEPT (pick-wt=9): 4 [] -distinct_points(A,B)|distinct_points(A,C)|distinct_points(B,C).
% 1.83/2.07  ** KEPT (pick-wt=9): 5 [] -distinct_lines(A,B)|distinct_lines(A,C)|distinct_lines(B,C).
% 1.83/2.07  ** KEPT (pick-wt=9): 6 [] -convergent_lines(A,B)|convergent_lines(A,C)|convergent_lines(B,C).
% 1.83/2.07  ** KEPT (pick-wt=8): 7 [] -distinct_points(A,B)| -apart_point_and_line(A,line_connecting(A,B)).
% 1.83/2.07  ** KEPT (pick-wt=8): 8 [] -distinct_points(A,B)| -apart_point_and_line(B,line_connecting(A,B)).
% 1.83/2.07  ** KEPT (pick-wt=8): 9 [] -convergent_lines(A,B)| -apart_point_and_line(intersection_point(A,B),A).
% 1.83/2.07  ** KEPT (pick-wt=8): 10 [] -convergent_lines(A,B)| -apart_point_and_line(intersection_point(A,B),B).
% 1.83/2.07  ** KEPT (pick-wt=18): 11 [] -distinct_points(A,B)| -distinct_lines(C,D)|apart_point_and_line(A,C)|apart_point_and_line(A,D)|apart_point_and_line(B,C)|apart_point_and_line(B,D).
% 1.83/2.07  ** KEPT (pick-wt=9): 12 [] -apart_point_and_line(A,B)|distinct_points(A,C)|apart_point_and_line(C,B).
% 1.83/2.07  ** KEPT (pick-wt=9): 13 [] -apart_point_and_line(A,B)|distinct_lines(B,C)|apart_point_and_line(A,C).
% 1.83/2.07  ** KEPT (pick-wt=9): 14 [] -convergent_lines(A,B)|distinct_lines(B,C)|convergent_lines(A,C).
% 1.83/2.07  ** KEPT (pick-wt=11): 15 [] -point(A)| -point(B)| -distinct_points(A,B)|line(line_connecting(A,B)).
% 1.83/2.07  ** KEPT (pick-wt=11): 16 [] -line(A)| -line(B)| -convergent_lines(A,B)|point(intersection_point(A,B)).
% 1.83/2.07  ** KEPT (pick-wt=8): 17 [] -line(A)| -point(B)|line(parallel_through_point(A,B)).
% 1.83/2.07  ** KEPT (pick-wt=8): 18 [] -line(A)| -point(B)|line(orthogonal_through_point(A,B)).
% 1.83/2.07  
% 1.83/2.07  ------------> process sos:
% 1.83/2.07  ** KEPT (pick-wt=2): 19 [] point($c2).
% 1.83/2.07  ** KEPT (pick-wt=2): 20 [] point($c1).
% 1.83/2.07  ** KEPT (pick-wt=3): 21 [] distinct_points($c2,$c1).
% 1.83/2.07  ** KEPT (pick-wt=2): 22 [] line(A).
% 1.83/2.07  ** KEPT (pick-wt=6): 23 [] apart_point_and_line($c2,A)|apart_point_and_line($c1,A).
% 1.83/2.07  22 back subsumes 18.
% 1.83/2.07  22 back subsumes 17.
% 1.83/2.07  22 back subsumes 15.
% 1.83/2.07  
% 1.83/2.07  ======= end of input processing =======
% 1.83/2.07  
% 1.83/2.07  =========== start of search ===========
% 1.83/2.07  
% 1.83/2.07  -------- PROOF -------- 
% 1.83/2.07  
% 1.83/2.07  ----> UNIT CONFLICT at   0.00 sec ----> 43 [binary,42.1,1.1] $F.
% 1.83/2.07  
% 1.83/2.07  Length of proof is 3.  Level of proof is 2.
% 1.83/2.07  
% 1.83/2.07  ---------------- PROOF ----------------
% 1.83/2.07  % SZS status Theorem
% 1.83/2.07  % SZS output start Refutation
% See solution above
% 1.83/2.07  ------------ end of proof -------------
% 1.83/2.07  
% 1.83/2.07  
% 1.83/2.07  Search stopped by max_proofs option.
% 1.83/2.07  
% 1.83/2.07  
% 1.83/2.07  Search stopped by max_proofs option.
% 1.83/2.07  
% 1.83/2.07  ============ end of search ============
% 1.83/2.07  
% 1.83/2.07  -------------- statistics -------------
% 1.83/2.07  clauses given                  8
% 1.83/2.07  clauses generated             40
% 1.83/2.07  clauses kept                  42
% 1.83/2.07  clauses forward subsumed      21
% 1.83/2.07  clauses back subsumed          5
% 1.83/2.07  Kbytes malloced              976
% 1.83/2.07  
% 1.83/2.07  ----------- times (seconds) -----------
% 1.83/2.07  user CPU time          0.00          (0 hr, 0 min, 0 sec)
% 1.83/2.07  system CPU time        0.00          (0 hr, 0 min, 0 sec)
% 1.83/2.07  wall-clock time        1             (0 hr, 0 min, 1 sec)
% 1.83/2.07  
% 1.83/2.07  That finishes the proof of the theorem.
% 1.83/2.07  
% 1.83/2.07  Process 22964 finished Wed Jul 27 07:07:31 2022
% 1.83/2.07  Otter interrupted
% 1.83/2.07  PROOF FOUND
%------------------------------------------------------------------------------