TSTP Solution File: FLD019-3 by CSE_E---1.5

View Problem - Process Solution

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

% Computer : n017.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:20 EDT 2023

% Result   : Unsatisfiable 0.20s 0.66s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   22
% Syntax   : Number of formulae    :   55 (  19 unt;  11 typ;   0 def)
%            Number of atoms       :   86 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   83 (  41   ~;  42   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   15 (   8   >;   7   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   4 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   45 (   0 sgn;   0   !;   0   ?;   0   :)

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

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

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

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

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

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

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

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

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

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

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

cnf(well_definedness_of_multiplicative_inverse,axiom,
    ( defined(multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',well_definedness_of_multiplicative_inverse) ).

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

cnf(not_sum_3,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_sum_3) ).

cnf(existence_of_inverse_addition,axiom,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',existence_of_inverse_addition) ).

cnf(commutativity_addition,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',commutativity_addition) ).

cnf(compatibility_of_order_relation_and_addition,axiom,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X4)
    | ~ sum(X3,X5,X1)
    | ~ sum(X4,X5,X2) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',compatibility_of_order_relation_and_addition) ).

cnf(totality_of_order_relation,axiom,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',totality_of_order_relation) ).

cnf(existence_of_identity_addition,axiom,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',existence_of_identity_addition) ).

cnf(well_definedness_of_additive_inverse,axiom,
    ( defined(additive_inverse(X1))
    | ~ defined(X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',well_definedness_of_additive_inverse) ).

cnf(sum_2,negated_conjecture,
    sum(additive_identity,additive_inverse(a),additive_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_2) ).

cnf(antisymmetry_of_order_relation,axiom,
    ( sum(additive_identity,X1,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',antisymmetry_of_order_relation) ).

cnf(c_0_11,axiom,
    ( defined(multiplicative_inverse(X1))
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    well_definedness_of_multiplicative_inverse ).

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

cnf(c_0_13,negated_conjecture,
    ~ sum(additive_identity,a,additive_identity),
    not_sum_3 ).

cnf(c_0_14,axiom,
    ( sum(additive_inverse(X1),X1,additive_identity)
    | ~ defined(X1) ),
    existence_of_inverse_addition ).

cnf(c_0_15,hypothesis,
    defined(multiplicative_inverse(a)),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_11,c_0_12]),c_0_13]) ).

cnf(c_0_16,axiom,
    ( sum(X1,X2,X3)
    | ~ sum(X2,X1,X3) ),
    commutativity_addition ).

cnf(c_0_17,hypothesis,
    sum(additive_inverse(multiplicative_inverse(a)),multiplicative_inverse(a),additive_identity),
    inference(spm,[status(thm)],[c_0_14,c_0_15]) ).

cnf(c_0_18,axiom,
    ( less_or_equal(X1,X2)
    | ~ less_or_equal(X3,X4)
    | ~ sum(X3,X5,X1)
    | ~ sum(X4,X5,X2) ),
    compatibility_of_order_relation_and_addition ).

cnf(c_0_19,hypothesis,
    sum(multiplicative_inverse(a),additive_inverse(multiplicative_inverse(a)),additive_identity),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

cnf(c_0_20,axiom,
    ( less_or_equal(X1,X2)
    | less_or_equal(X2,X1)
    | ~ defined(X1)
    | ~ defined(X2) ),
    totality_of_order_relation ).

cnf(c_0_21,axiom,
    ( sum(additive_identity,X1,X1)
    | ~ defined(X1) ),
    existence_of_identity_addition ).

cnf(c_0_22,axiom,
    ( defined(additive_inverse(X1))
    | ~ defined(X1) ),
    well_definedness_of_additive_inverse ).

cnf(c_0_23,hypothesis,
    ( less_or_equal(X1,additive_identity)
    | ~ less_or_equal(X2,multiplicative_inverse(a))
    | ~ sum(X2,additive_inverse(multiplicative_inverse(a)),X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_24,plain,
    ( less_or_equal(X1,X1)
    | ~ defined(X1) ),
    inference(ef,[status(thm)],[c_0_20]) ).

cnf(c_0_25,plain,
    ( sum(additive_identity,additive_inverse(X1),additive_inverse(X1))
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_26,negated_conjecture,
    sum(additive_identity,additive_inverse(a),additive_identity),
    sum_2 ).

cnf(c_0_27,hypothesis,
    ( less_or_equal(additive_identity,additive_identity)
    | ~ less_or_equal(multiplicative_inverse(a),multiplicative_inverse(a)) ),
    inference(spm,[status(thm)],[c_0_23,c_0_19]) ).

cnf(c_0_28,hypothesis,
    less_or_equal(multiplicative_inverse(a),multiplicative_inverse(a)),
    inference(spm,[status(thm)],[c_0_24,c_0_15]) ).

cnf(c_0_29,hypothesis,
    sum(additive_identity,additive_inverse(a),additive_inverse(a)),
    inference(spm,[status(thm)],[c_0_25,c_0_12]) ).

cnf(c_0_30,hypothesis,
    sum(additive_identity,a,a),
    inference(spm,[status(thm)],[c_0_21,c_0_12]) ).

cnf(c_0_31,negated_conjecture,
    ( less_or_equal(X1,additive_identity)
    | ~ less_or_equal(X2,additive_identity)
    | ~ sum(X2,additive_inverse(a),X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_26]) ).

cnf(c_0_32,hypothesis,
    less_or_equal(additive_identity,additive_identity),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_27,c_0_28])]) ).

cnf(c_0_33,hypothesis,
    sum(additive_inverse(a),a,additive_identity),
    inference(spm,[status(thm)],[c_0_14,c_0_12]) ).

cnf(c_0_34,hypothesis,
    ( less_or_equal(X1,additive_inverse(a))
    | ~ less_or_equal(X2,additive_identity)
    | ~ sum(X2,additive_inverse(a),X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_29]) ).

cnf(c_0_35,hypothesis,
    ( less_or_equal(X1,a)
    | ~ less_or_equal(X2,additive_identity)
    | ~ sum(X2,a,X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_30]) ).

cnf(c_0_36,hypothesis,
    less_or_equal(additive_inverse(a),additive_identity),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_31,c_0_29]),c_0_32])]) ).

cnf(c_0_37,hypothesis,
    ( less_or_equal(X1,additive_identity)
    | ~ less_or_equal(X2,additive_inverse(a))
    | ~ sum(X2,a,X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_33]) ).

cnf(c_0_38,negated_conjecture,
    less_or_equal(additive_identity,additive_inverse(a)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_26]),c_0_32])]) ).

cnf(c_0_39,axiom,
    ( sum(additive_identity,X1,X2)
    | ~ less_or_equal(X1,X2)
    | ~ less_or_equal(X2,X1) ),
    antisymmetry_of_order_relation ).

cnf(c_0_40,hypothesis,
    less_or_equal(additive_identity,a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_35,c_0_33]),c_0_36])]) ).

cnf(c_0_41,hypothesis,
    ( less_or_equal(X1,additive_identity)
    | ~ sum(additive_identity,a,X1) ),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

cnf(c_0_42,hypothesis,
    ~ less_or_equal(a,additive_identity),
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_13]) ).

cnf(c_0_43,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_30]),c_0_42]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem    : FLD019-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.07/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.35  % Computer : n017.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   : Sun Aug 27 23:41:42 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.20/0.57  start to proof: theBenchmark
% 0.20/0.66  % Version  : CSE_E---1.5
% 0.20/0.66  % Problem  : theBenchmark.p
% 0.20/0.66  % Proof found
% 0.20/0.66  % SZS status Theorem for theBenchmark.p
% 0.20/0.66  % SZS output start Proof
% See solution above
% 0.20/0.66  % Total time : 0.073000 s
% 0.20/0.66  % SZS output end Proof
% 0.20/0.66  % Total time : 0.076000 s
%------------------------------------------------------------------------------