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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : FLD013-2 : 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 : n009.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:16 EDT 2023

% Result   : Unsatisfiable 0.56s 0.63s
% Output   : CNFRefutation 0.56s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   12
%            Number of leaves      :   26
% Syntax   : Number of formulae    :   54 (  26 unt;  14 typ;   0 def)
%            Number of atoms       :   63 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   48 (  25   ~;  23   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   2 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    :   11 (  11 usr;   7 con; 0-2 aty)
%            Number of variables   :   29 (   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 ).

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

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

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

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(add_equals_u_8,negated_conjecture,
    equalish(add(a,c),u),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',add_equals_u_8) ).

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(c_equals_d_7,negated_conjecture,
    equalish(c,d),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_equals_d_7) ).

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(a_is_defined,hypothesis,
    defined(a),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_is_defined) ).

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

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

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

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

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

cnf(add_not_equal_to_u_9,negated_conjecture,
    ~ equalish(add(d,b),u),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',add_not_equal_to_u_9) ).

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

cnf(c_0_13,negated_conjecture,
    equalish(add(a,c),u),
    add_equals_u_8 ).

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

cnf(c_0_15,negated_conjecture,
    equalish(c,d),
    c_equals_d_7 ).

cnf(c_0_16,negated_conjecture,
    ( equalish(X1,u)
    | ~ equalish(X1,add(a,c)) ),
    inference(spm,[status(thm)],[c_0_12,c_0_13]) ).

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

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

cnf(c_0_19,hypothesis,
    defined(c),
    c_is_defined ).

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

cnf(c_0_21,axiom,
    ( equalish(X1,X2)
    | ~ equalish(X2,X1) ),
    symmetry_of_equality ).

cnf(c_0_22,negated_conjecture,
    equalish(add(c,a),u),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_16,c_0_17]),c_0_18]),c_0_19])]) ).

cnf(c_0_23,negated_conjecture,
    ( equalish(X1,add(d,X2))
    | ~ defined(X2)
    | ~ equalish(X1,add(c,X2)) ),
    inference(spm,[status(thm)],[c_0_12,c_0_20]) ).

cnf(c_0_24,negated_conjecture,
    equalish(u,add(c,a)),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_25,plain,
    ( equalish(X1,add(X2,X3))
    | ~ defined(X2)
    | ~ defined(X3)
    | ~ equalish(X1,add(X3,X2)) ),
    inference(spm,[status(thm)],[c_0_12,c_0_17]) ).

cnf(c_0_26,negated_conjecture,
    equalish(u,add(d,a)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_18])]) ).

cnf(c_0_27,hypothesis,
    defined(d),
    d_is_defined ).

cnf(c_0_28,negated_conjecture,
    equalish(u,add(a,d)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_26]),c_0_18]),c_0_27])]) ).

cnf(c_0_29,negated_conjecture,
    equalish(a,b),
    a_equals_b_6 ).

cnf(c_0_30,negated_conjecture,
    equalish(add(a,d),u),
    inference(spm,[status(thm)],[c_0_21,c_0_28]) ).

cnf(c_0_31,negated_conjecture,
    equalish(b,a),
    inference(spm,[status(thm)],[c_0_21,c_0_29]) ).

cnf(c_0_32,negated_conjecture,
    ( equalish(X1,u)
    | ~ equalish(X1,add(a,d)) ),
    inference(spm,[status(thm)],[c_0_12,c_0_30]) ).

cnf(c_0_33,negated_conjecture,
    ( equalish(add(b,X1),add(a,X1))
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_14,c_0_31]) ).

cnf(c_0_34,negated_conjecture,
    equalish(add(b,d),u),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_32,c_0_33]),c_0_27])]) ).

cnf(c_0_35,negated_conjecture,
    equalish(u,add(b,d)),
    inference(spm,[status(thm)],[c_0_21,c_0_34]) ).

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

cnf(c_0_37,negated_conjecture,
    equalish(u,add(d,b)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_25,c_0_35]),c_0_27]),c_0_36])]) ).

cnf(c_0_38,negated_conjecture,
    ~ equalish(add(d,b),u),
    add_not_equal_to_u_9 ).

cnf(c_0_39,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_37]),c_0_38]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem    : FLD013-2 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.06/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n009.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   : Sun Aug 27 23:09:20 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.56  start to proof: theBenchmark
% 0.56/0.63  % Version  : CSE_E---1.5
% 0.56/0.63  % Problem  : theBenchmark.p
% 0.56/0.63  % Proof found
% 0.56/0.63  % SZS status Theorem for theBenchmark.p
% 0.56/0.63  % SZS output start Proof
% See solution above
% 0.56/0.64  % Total time : 0.056000 s
% 0.56/0.64  % SZS output end Proof
% 0.56/0.64  % Total time : 0.059000 s
%------------------------------------------------------------------------------