TSTP Solution File: GEO269+3 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : GEO269+3 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n005.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:47:36 EDT 2023

% Result   : Theorem 0.20s 0.60s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   31
% Syntax   : Number of formulae    :   56 (  13 unt;  23 typ;   0 def)
%            Number of atoms       :   65 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   60 (  28   ~;  21   |;   5   &)
%                                         (   5 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   45 (  22   >;  23   *;   0   +;   0  <<)
%            Number of predicates  :   19 (  18 usr;   1 prp; 0-4 aty)
%            Number of functors    :    5 (   5 usr;   1 con; 0-2 aty)
%            Number of variables   :   48 (   2 sgn;  32   !;   0   ?;   0   :)

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

tff(decl_23,type,
    reverse_line: $i > $i ).

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

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

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

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

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

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

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

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

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

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

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

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

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

tff(decl_37,type,
    line_connecting: ( $i * $i ) > $i ).

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

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

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

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

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

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

tff(decl_44,type,
    esk1_0: $i ).

fof(con,conjecture,
    ! [X4] : equally_directed_opposite_lines(X4,reverse_line(X4)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',con) ).

fof(a5_defns,axiom,
    ! [X1,X2] :
      ( equally_directed_opposite_lines(X1,X2)
    <=> ~ unequally_directed_opposite_lines(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO009+0.ax',a5_defns) ).

fof(ax9_basics,axiom,
    ! [X4,X5] :
      ( ( unequally_directed_lines(X4,X5)
        & unequally_directed_lines(X4,reverse_line(X5)) )
     => ( left_convergent_lines(X4,X5)
        | left_convergent_lines(X4,reverse_line(X5)) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO009+0.ax',ax9_basics) ).

fof(ax11_basics,axiom,
    ! [X4,X5] :
      ~ ( left_convergent_lines(X4,X5)
        | left_convergent_lines(X4,reverse_line(X5)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO009+0.ax',ax11_basics) ).

fof(a1_defns,axiom,
    ! [X1,X2] :
      ( unequally_directed_opposite_lines(X1,X2)
    <=> unequally_directed_lines(X1,reverse_line(X2)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO009+0.ax',a1_defns) ).

fof(a4_defns,axiom,
    ! [X1,X2] :
      ( equally_directed_lines(X1,X2)
    <=> ~ unequally_directed_lines(X1,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO009+0.ax',a4_defns) ).

fof(ax5_basics,axiom,
    ! [X4] : equally_directed_lines(X4,X4),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO009+0.ax',ax5_basics) ).

fof(ax8_basics,axiom,
    ! [X4,X5] :
      ( unequally_directed_lines(X4,X5)
      | unequally_directed_lines(X4,reverse_line(X5)) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/GEO009+0.ax',ax8_basics) ).

fof(c_0_8,negated_conjecture,
    ~ ! [X4] : equally_directed_opposite_lines(X4,reverse_line(X4)),
    inference(assume_negation,[status(cth)],[con]) ).

fof(c_0_9,plain,
    ! [X1,X2] :
      ( equally_directed_opposite_lines(X1,X2)
    <=> ~ unequally_directed_opposite_lines(X1,X2) ),
    inference(fof_simplification,[status(thm)],[a5_defns]) ).

fof(c_0_10,negated_conjecture,
    ~ equally_directed_opposite_lines(esk1_0,reverse_line(esk1_0)),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_8])])]) ).

fof(c_0_11,plain,
    ! [X17,X18] :
      ( ( ~ equally_directed_opposite_lines(X17,X18)
        | ~ unequally_directed_opposite_lines(X17,X18) )
      & ( unequally_directed_opposite_lines(X17,X18)
        | equally_directed_opposite_lines(X17,X18) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_9])]) ).

fof(c_0_12,plain,
    ! [X50,X51] :
      ( ~ unequally_directed_lines(X50,X51)
      | ~ unequally_directed_lines(X50,reverse_line(X51))
      | left_convergent_lines(X50,X51)
      | left_convergent_lines(X50,reverse_line(X51)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[ax9_basics])]) ).

fof(c_0_13,plain,
    ! [X54,X55] :
      ( ~ left_convergent_lines(X54,X55)
      & ~ left_convergent_lines(X54,reverse_line(X55)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[ax11_basics])]) ).

fof(c_0_14,plain,
    ! [X9,X10] :
      ( ( ~ unequally_directed_opposite_lines(X9,X10)
        | unequally_directed_lines(X9,reverse_line(X10)) )
      & ( ~ unequally_directed_lines(X9,reverse_line(X10))
        | unequally_directed_opposite_lines(X9,X10) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[a1_defns])]) ).

cnf(c_0_15,negated_conjecture,
    ~ equally_directed_opposite_lines(esk1_0,reverse_line(esk1_0)),
    inference(split_conjunct,[status(thm)],[c_0_10]) ).

cnf(c_0_16,plain,
    ( unequally_directed_opposite_lines(X1,X2)
    | equally_directed_opposite_lines(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_11]) ).

fof(c_0_17,plain,
    ! [X1,X2] :
      ( equally_directed_lines(X1,X2)
    <=> ~ unequally_directed_lines(X1,X2) ),
    inference(fof_simplification,[status(thm)],[a4_defns]) ).

cnf(c_0_18,plain,
    ( left_convergent_lines(X1,X2)
    | left_convergent_lines(X1,reverse_line(X2))
    | ~ unequally_directed_lines(X1,X2)
    | ~ unequally_directed_lines(X1,reverse_line(X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_12]) ).

cnf(c_0_19,plain,
    ~ left_convergent_lines(X1,X2),
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

cnf(c_0_20,plain,
    ( unequally_directed_lines(X1,reverse_line(X2))
    | ~ unequally_directed_opposite_lines(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_14]) ).

cnf(c_0_21,negated_conjecture,
    unequally_directed_opposite_lines(esk1_0,reverse_line(esk1_0)),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

fof(c_0_22,plain,
    ! [X15,X16] :
      ( ( ~ equally_directed_lines(X15,X16)
        | ~ unequally_directed_lines(X15,X16) )
      & ( unequally_directed_lines(X15,X16)
        | equally_directed_lines(X15,X16) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_17])]) ).

fof(c_0_23,plain,
    ! [X41] : equally_directed_lines(X41,X41),
    inference(variable_rename,[status(thm)],[ax5_basics]) ).

cnf(c_0_24,plain,
    ( ~ unequally_directed_lines(X1,reverse_line(X2))
    | ~ unequally_directed_lines(X1,X2) ),
    inference(sr,[status(thm)],[inference(sr,[status(thm)],[c_0_18,c_0_19]),c_0_19]) ).

cnf(c_0_25,negated_conjecture,
    unequally_directed_lines(esk1_0,reverse_line(reverse_line(esk1_0))),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

fof(c_0_26,plain,
    ! [X48,X49] :
      ( unequally_directed_lines(X48,X49)
      | unequally_directed_lines(X48,reverse_line(X49)) ),
    inference(variable_rename,[status(thm)],[ax8_basics]) ).

cnf(c_0_27,plain,
    ( ~ equally_directed_lines(X1,X2)
    | ~ unequally_directed_lines(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_22]) ).

cnf(c_0_28,plain,
    equally_directed_lines(X1,X1),
    inference(split_conjunct,[status(thm)],[c_0_23]) ).

cnf(c_0_29,negated_conjecture,
    ~ unequally_directed_lines(esk1_0,reverse_line(esk1_0)),
    inference(spm,[status(thm)],[c_0_24,c_0_25]) ).

cnf(c_0_30,plain,
    ( unequally_directed_lines(X1,X2)
    | unequally_directed_lines(X1,reverse_line(X2)) ),
    inference(split_conjunct,[status(thm)],[c_0_26]) ).

cnf(c_0_31,plain,
    ~ unequally_directed_lines(X1,X1),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_32,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_30]),c_0_31]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.13  % Problem    : GEO269+3 : TPTP v8.1.2. Released v4.0.0.
% 0.11/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.13/0.35  % Computer : n005.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   : Tue Aug 29 19:50:07 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.58  start to proof: theBenchmark
% 0.20/0.60  % Version  : CSE_E---1.5
% 0.20/0.60  % Problem  : theBenchmark.p
% 0.20/0.60  % Proof found
% 0.20/0.60  % SZS status Theorem for theBenchmark.p
% 0.20/0.60  % SZS output start Proof
% See solution above
% 0.20/0.61  % Total time : 0.011000 s
% 0.20/0.61  % SZS output end Proof
% 0.20/0.61  % Total time : 0.015000 s
%------------------------------------------------------------------------------