TSTP Solution File: GEO010-2 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : GEO010-2 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s

% Computer : n003.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 Aug 30 22:45:28 EDT 2023

% Result   : Unsatisfiable 0.20s 0.59s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   26
% Syntax   : Number of formulae    :   64 (  13 unt;  14 typ;   0 def)
%            Number of atoms       :  115 (   6 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  137 (  72   ~;  65   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   35 (   8   >;  27   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-4 aty)
%            Number of functors    :   11 (  11 usr;   6 con; 0-6 aty)
%            Number of variables   :   86 (   8 sgn;   0   !;   0   ?;   0   :)

% Comments : 
%------------------------------------------------------------------------------
tff(decl_22,type,
    equidistant: ( $i * $i * $i * $i ) > $o ).

tff(decl_23,type,
    extension: ( $i * $i * $i * $i ) > $i ).

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

tff(decl_25,type,
    inner_pasch: ( $i * $i * $i * $i * $i ) > $i ).

tff(decl_26,type,
    lower_dimension_point_1: $i ).

tff(decl_27,type,
    lower_dimension_point_2: $i ).

tff(decl_28,type,
    lower_dimension_point_3: $i ).

tff(decl_29,type,
    euclid1: ( $i * $i * $i * $i * $i ) > $i ).

tff(decl_30,type,
    euclid2: ( $i * $i * $i * $i * $i ) > $i ).

tff(decl_31,type,
    continuous: ( $i * $i * $i * $i * $i * $i ) > $i ).

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

tff(decl_33,type,
    a: $i ).

tff(decl_34,type,
    b: $i ).

tff(decl_35,type,
    c: $i ).

cnf(prove_colinear_in_all_orders,negated_conjecture,
    ( ~ colinear(a,c,b)
    | ~ colinear(b,a,c)
    | ~ colinear(b,c,a)
    | ~ colinear(c,a,b)
    | ~ colinear(c,b,a) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_colinear_in_all_orders) ).

cnf(colinearity2,axiom,
    ( colinear(X3,X1,X2)
    | ~ between(X1,X2,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-1.ax',colinearity2) ).

cnf(colinearity3,axiom,
    ( colinear(X2,X3,X1)
    | ~ between(X1,X2,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-1.ax',colinearity3) ).

cnf(identity_for_betweeness,axiom,
    ( X1 = X2
    | ~ between(X1,X2,X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-0.ax',identity_for_betweeness) ).

cnf(inner_pasch2,axiom,
    ( between(X5,inner_pasch(X1,X2,X3,X5,X4),X1)
    | ~ between(X1,X2,X3)
    | ~ between(X4,X5,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-0.ax',inner_pasch2) ).

cnf(inner_pasch1,axiom,
    ( between(X2,inner_pasch(X1,X2,X3,X5,X4),X4)
    | ~ between(X1,X2,X3)
    | ~ between(X4,X5,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-0.ax',inner_pasch1) ).

cnf(colinearity4,axiom,
    ( between(X1,X2,X3)
    | between(X2,X3,X1)
    | between(X3,X1,X2)
    | ~ colinear(X1,X2,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-1.ax',colinearity4) ).

cnf(abc_colinear,hypothesis,
    colinear(a,b,c),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',abc_colinear) ).

cnf(identity_for_equidistance,axiom,
    ( X1 = X2
    | ~ equidistant(X1,X2,X3,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-0.ax',identity_for_equidistance) ).

cnf(segment_construction2,axiom,
    equidistant(X1,extension(X2,X1,X3,X4),X3,X4),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-0.ax',segment_construction2) ).

cnf(colinearity1,axiom,
    ( colinear(X1,X2,X3)
    | ~ between(X1,X2,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-1.ax',colinearity1) ).

cnf(segment_construction1,axiom,
    between(X1,X2,extension(X1,X2,X3,X4)),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-0.ax',segment_construction1) ).

cnf(c_0_12,negated_conjecture,
    ( ~ colinear(a,c,b)
    | ~ colinear(b,a,c)
    | ~ colinear(b,c,a)
    | ~ colinear(c,a,b)
    | ~ colinear(c,b,a) ),
    prove_colinear_in_all_orders ).

cnf(c_0_13,axiom,
    ( colinear(X3,X1,X2)
    | ~ between(X1,X2,X3) ),
    colinearity2 ).

cnf(c_0_14,axiom,
    ( colinear(X2,X3,X1)
    | ~ between(X1,X2,X3) ),
    colinearity3 ).

cnf(c_0_15,axiom,
    ( X1 = X2
    | ~ between(X1,X2,X1) ),
    identity_for_betweeness ).

cnf(c_0_16,axiom,
    ( between(X5,inner_pasch(X1,X2,X3,X5,X4),X1)
    | ~ between(X1,X2,X3)
    | ~ between(X4,X5,X3) ),
    inner_pasch2 ).

cnf(c_0_17,negated_conjecture,
    ( ~ colinear(b,a,c)
    | ~ colinear(b,c,a)
    | ~ colinear(c,a,b)
    | ~ between(b,a,c) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_13]),c_0_14]) ).

cnf(c_0_18,axiom,
    ( between(X2,inner_pasch(X1,X2,X3,X5,X4),X4)
    | ~ between(X1,X2,X3)
    | ~ between(X4,X5,X3) ),
    inner_pasch1 ).

cnf(c_0_19,plain,
    ( inner_pasch(X1,X2,X3,X1,X4) = X1
    | ~ between(X4,X1,X3)
    | ~ between(X1,X2,X3) ),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_20,axiom,
    ( between(X1,X2,X3)
    | between(X2,X3,X1)
    | between(X3,X1,X2)
    | ~ colinear(X1,X2,X3) ),
    colinearity4 ).

cnf(c_0_21,hypothesis,
    colinear(a,b,c),
    abc_colinear ).

cnf(c_0_22,axiom,
    ( X1 = X2
    | ~ equidistant(X1,X2,X3,X3) ),
    identity_for_equidistance ).

cnf(c_0_23,axiom,
    equidistant(X1,extension(X2,X1,X3,X4),X3,X4),
    segment_construction2 ).

cnf(c_0_24,axiom,
    ( colinear(X1,X2,X3)
    | ~ between(X1,X2,X3) ),
    colinearity1 ).

cnf(c_0_25,negated_conjecture,
    ( ~ colinear(b,a,c)
    | ~ colinear(b,c,a)
    | ~ between(b,a,c)
    | ~ between(b,c,a) ),
    inference(spm,[status(thm)],[c_0_17,c_0_14]) ).

cnf(c_0_26,negated_conjecture,
    ( ~ colinear(b,a,c)
    | ~ between(b,a,c)
    | ~ between(a,b,c) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_13]),c_0_14]) ).

cnf(c_0_27,plain,
    ( between(X1,X2,X3)
    | ~ between(X3,X2,X4)
    | ~ between(X2,X1,X4) ),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_28,hypothesis,
    ( between(a,b,c)
    | between(b,c,a)
    | between(c,a,b) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_29,axiom,
    between(X1,X2,extension(X1,X2,X3,X4)),
    segment_construction1 ).

cnf(c_0_30,plain,
    extension(X1,X2,X3,X3) = X2,
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_31,negated_conjecture,
    ( ~ between(b,a,c)
    | ~ between(c,a,b) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_24]),c_0_13]),c_0_24]) ).

cnf(c_0_32,negated_conjecture,
    ( ~ between(b,a,c)
    | ~ between(b,c,a) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_24]),c_0_24]) ).

cnf(c_0_33,negated_conjecture,
    ( ~ between(b,a,c)
    | ~ between(a,b,c) ),
    inference(spm,[status(thm)],[c_0_26,c_0_24]) ).

cnf(c_0_34,hypothesis,
    ( between(b,c,a)
    | between(a,b,c)
    | between(X1,a,c)
    | ~ between(a,X1,b) ),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_35,plain,
    between(X1,X2,X2),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_36,negated_conjecture,
    ~ between(b,a,c),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_28]),c_0_32]),c_0_33]) ).

cnf(c_0_37,negated_conjecture,
    ( ~ colinear(a,c,b)
    | ~ colinear(b,c,a)
    | ~ colinear(c,a,b)
    | ~ between(a,c,b) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_14]),c_0_13]) ).

cnf(c_0_38,hypothesis,
    ( between(a,b,c)
    | between(b,c,a) ),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_35]),c_0_36]) ).

cnf(c_0_39,negated_conjecture,
    ( ~ between(a,c,b)
    | ~ between(c,a,b) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_24]),c_0_13]),c_0_24]) ).

cnf(c_0_40,negated_conjecture,
    ( ~ between(a,c,b)
    | ~ between(b,c,a) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_14]),c_0_24]),c_0_24]) ).

cnf(c_0_41,negated_conjecture,
    ( ~ between(a,c,b)
    | ~ between(a,b,c) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_13]),c_0_14]),c_0_24]) ).

cnf(c_0_42,hypothesis,
    ( between(a,b,c)
    | between(X1,c,b)
    | ~ between(c,X1,a) ),
    inference(spm,[status(thm)],[c_0_27,c_0_38]) ).

cnf(c_0_43,negated_conjecture,
    ~ between(a,c,b),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_28]),c_0_40]),c_0_41]) ).

cnf(c_0_44,negated_conjecture,
    ( ~ colinear(b,c,a)
    | ~ colinear(c,a,b)
    | ~ between(c,b,a) ),
    inference(csr,[status(thm)],[inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_12,c_0_24]),c_0_14]),c_0_13]) ).

cnf(c_0_45,hypothesis,
    between(a,b,c),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_35]),c_0_43]) ).

cnf(c_0_46,negated_conjecture,
    ( ~ between(c,b,a)
    | ~ between(a,b,c) ),
    inference(csr,[status(thm)],[inference(spm,[status(thm)],[c_0_44,c_0_13]),c_0_14]) ).

cnf(c_0_47,hypothesis,
    ( between(X1,b,a)
    | ~ between(b,X1,c) ),
    inference(spm,[status(thm)],[c_0_27,c_0_45]) ).

cnf(c_0_48,negated_conjecture,
    ~ between(c,b,a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_46,c_0_45])]) ).

cnf(c_0_49,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_35]),c_0_48]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : GEO010-2 : TPTP v8.1.2. Released v1.0.0.
% 0.03/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n003.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Tue Aug 29 21:13:11 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.57  start to proof: theBenchmark
% 0.20/0.59  % Version  : CSE_E---1.5
% 0.20/0.59  % Problem  : theBenchmark.p
% 0.20/0.59  % Proof found
% 0.20/0.59  % SZS status Theorem for theBenchmark.p
% 0.20/0.59  % SZS output start Proof
% See solution above
% 0.20/0.59  % Total time : 0.007000 s
% 0.20/0.59  % SZS output end Proof
% 0.20/0.59  % Total time : 0.010000 s
%------------------------------------------------------------------------------