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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : GEO054-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 : n011.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:48 EDT 2023

% Result   : Unsatisfiable 0.22s 0.61s
% Output   : CNFRefutation 0.22s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   21 (   8 unt;  13 typ;   0 def)
%            Number of atoms       :    8 (   2 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    3 (   3   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    2 (   1 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   34 (   8   >;  26   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-4 aty)
%            Number of functors    :   11 (  11 usr;   5 con; 0-6 aty)
%            Number of variables   :   12 (   4 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,
    reflection: ( $i * $i ) > $i ).

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

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

cnf(prove_v_between_u_and_reflection,negated_conjecture,
    ~ between(u,v,reflection(u,v)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_v_between_u_and_reflection) ).

cnf(reflection,axiom,
    reflection(X1,X2) = extension(X1,X2,X1,X2),
    file('/export/starexec/sandbox/benchmark/Axioms/GEO002-2.ax',reflection) ).

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_3,negated_conjecture,
    ~ between(u,v,reflection(u,v)),
    prove_v_between_u_and_reflection ).

cnf(c_0_4,axiom,
    reflection(X1,X2) = extension(X1,X2,X1,X2),
    reflection ).

cnf(c_0_5,negated_conjecture,
    ~ between(u,v,extension(u,v,u,v)),
    inference(rw,[status(thm)],[c_0_3,c_0_4]) ).

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

cnf(c_0_7,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_5,c_0_6])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem    : GEO054-2 : TPTP v8.1.2. Released v1.0.0.
% 0.08/0.15  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.15/0.36  % Computer : n011.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit   : 300
% 0.15/0.37  % WCLimit    : 300
% 0.15/0.37  % DateTime   : Tue Aug 29 19:20:11 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 0.22/0.59  start to proof: theBenchmark
% 0.22/0.61  % Version  : CSE_E---1.5
% 0.22/0.61  % Problem  : theBenchmark.p
% 0.22/0.61  % Proof found
% 0.22/0.61  % SZS status Theorem for theBenchmark.p
% 0.22/0.61  % SZS output start Proof
% See solution above
% 0.22/0.62  % Total time : 0.008000 s
% 0.22/0.62  % SZS output end Proof
% 0.22/0.62  % Total time : 0.010000 s
%------------------------------------------------------------------------------