TSTP Solution File: FLD060-1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : FLD060-1 : TPTP v8.1.2. Bugfixed v2.1.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% Computer : n002.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:27:43 EDT 2023

% Result   : Unsatisfiable 0.79s 0.92s
% Output   : CNFRefutation 0.88s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    7
%            Number of leaves      :   22
% Syntax   : Number of formulae    :   46 (  14 unt;  11 typ;   0 def)
%            Number of atoms       :   69 (   0 equ)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :   70 (  36   ~;  34   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (   7   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :   44 (   0 sgn;   0   !;   0   ?;   0   :)

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

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

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

tff(decl_25,type,
    additive_identity: $i ).

tff(decl_26,type,
    additive_inverse: $i > $i ).

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

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

tff(decl_29,type,
    multiplicative_inverse: $i > $i ).

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

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

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

cnf(compatibility_of_order_relation_and_addition,axiom,
    ( less_or_equal(add(X1,X2),add(X3,X2))
    | ~ defined(X2)
    | ~ less_or_equal(X1,X3) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD001-0.ax',compatibility_of_order_relation_and_addition) ).

cnf(less_or_equal_3,negated_conjecture,
    less_or_equal(a,b),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_or_equal_3) ).

cnf(b_is_defined,hypothesis,
    defined(b),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_is_defined) ).

cnf(commutativity_addition,axiom,
    ( equalish(add(X1,X2),add(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD001-0.ax',commutativity_addition) ).

cnf(reflexivity_of_equality,axiom,
    ( equalish(X1,X1)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD001-0.ax',reflexivity_of_equality) ).

cnf(a_is_defined,hypothesis,
    defined(a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_is_defined) ).

cnf(compatibility_of_equality_and_order_relation,axiom,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X2)
    | ~ equalish(X3,X1) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD001-0.ax',compatibility_of_equality_and_order_relation) ).

cnf(compatibility_of_equality_and_addition,axiom,
    ( equalish(add(X1,X2),add(X3,X2))
    | ~ defined(X2)
    | ~ equalish(X1,X3) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD001-0.ax',compatibility_of_equality_and_addition) ).

cnf(transitivity_of_order_relation,axiom,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X1,X3)
    | ~ less_or_equal(X3,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD001-0.ax',transitivity_of_order_relation) ).

cnf(transitivity_of_equality,axiom,
    ( equalish(X1,X2)
    | ~ equalish(X1,X3)
    | ~ equalish(X3,X2) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/FLD001-0.ax',transitivity_of_equality) ).

cnf(not_less_or_equal_4,negated_conjecture,
    ~ less_or_equal(add(a,a),add(b,b)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',not_less_or_equal_4) ).

cnf(c_0_11,axiom,
    ( less_or_equal(add(X1,X2),add(X3,X2))
    | ~ defined(X2)
    | ~ less_or_equal(X1,X3) ),
    compatibility_of_order_relation_and_addition ).

cnf(c_0_12,negated_conjecture,
    less_or_equal(a,b),
    less_or_equal_3 ).

cnf(c_0_13,negated_conjecture,
    ( less_or_equal(add(a,X1),add(b,X1))
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_11,c_0_12]) ).

cnf(c_0_14,hypothesis,
    defined(b),
    b_is_defined ).

cnf(c_0_15,axiom,
    ( equalish(add(X1,X2),add(X2,X1))
    | ~ defined(X1)
    | ~ defined(X2) ),
    commutativity_addition ).

cnf(c_0_16,axiom,
    ( equalish(X1,X1)
    | ~ defined(X1) ),
    reflexivity_of_equality ).

cnf(c_0_17,hypothesis,
    defined(a),
    a_is_defined ).

cnf(c_0_18,axiom,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X2)
    | ~ equalish(X3,X1) ),
    compatibility_of_equality_and_order_relation ).

cnf(c_0_19,hypothesis,
    less_or_equal(add(a,b),add(b,b)),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_20,hypothesis,
    ( equalish(add(X1,b),add(b,X1))
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_15,c_0_14]) ).

cnf(c_0_21,axiom,
    ( equalish(add(X1,X2),add(X3,X2))
    | ~ defined(X2)
    | ~ equalish(X1,X3) ),
    compatibility_of_equality_and_addition ).

cnf(c_0_22,hypothesis,
    equalish(a,a),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

cnf(c_0_23,axiom,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X1,X3)
    | ~ less_or_equal(X3,X2) ),
    transitivity_of_order_relation ).

cnf(c_0_24,hypothesis,
    ( less_or_equal(X1,add(b,b))
    | ~ equalish(add(a,b),X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_25,axiom,
    ( equalish(X1,X2)
    | ~ equalish(X1,X3)
    | ~ equalish(X3,X2) ),
    transitivity_of_equality ).

cnf(c_0_26,hypothesis,
    equalish(add(a,b),add(b,a)),
    inference(spm,[status(thm)],[c_0_20,c_0_17]) ).

cnf(c_0_27,hypothesis,
    ( equalish(add(a,X1),add(a,X1))
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_28,hypothesis,
    ( less_or_equal(X1,add(b,b))
    | ~ less_or_equal(X1,X2)
    | ~ equalish(add(a,b),X2) ),
    inference(spm,[status(thm)],[c_0_23,c_0_24]) ).

cnf(c_0_29,hypothesis,
    ( equalish(X1,add(b,a))
    | ~ equalish(X1,add(a,b)) ),
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_30,hypothesis,
    equalish(add(a,b),add(a,b)),
    inference(spm,[status(thm)],[c_0_27,c_0_14]) ).

cnf(c_0_31,negated_conjecture,
    ~ less_or_equal(add(a,a),add(b,b)),
    not_less_or_equal_4 ).

cnf(c_0_32,hypothesis,
    ( less_or_equal(X1,add(b,b))
    | ~ less_or_equal(X1,add(b,a)) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_29]),c_0_30])]) ).

cnf(c_0_33,hypothesis,
    less_or_equal(add(a,a),add(b,a)),
    inference(spm,[status(thm)],[c_0_13,c_0_17]) ).

cnf(c_0_34,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_32]),c_0_33])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : FLD060-1 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.07/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.14/0.34  % Computer : n002.cluster.edu
% 0.14/0.34  % Model    : x86_64 x86_64
% 0.14/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.34  % Memory   : 8042.1875MB
% 0.14/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.34  % CPULimit   : 300
% 0.14/0.34  % WCLimit    : 300
% 0.14/0.34  % DateTime   : Sun Aug 27 23:25:49 EDT 2023
% 0.14/0.34  % CPUTime  : 
% 0.20/0.58  start to proof: theBenchmark
% 0.79/0.92  % Version  : CSE_E---1.5
% 0.79/0.92  % Problem  : theBenchmark.p
% 0.79/0.92  % Proof found
% 0.79/0.92  % SZS status Theorem for theBenchmark.p
% 0.79/0.92  % SZS output start Proof
% See solution above
% 0.88/0.92  % Total time : 0.332000 s
% 0.88/0.92  % SZS output end Proof
% 0.88/0.92  % Total time : 0.335000 s
%------------------------------------------------------------------------------