TSTP Solution File: FLD050-4 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : FLD050-4 : 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 : n018.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:37 EDT 2023

% Result   : Unsatisfiable 0.65s 0.79s
% Output   : CNFRefutation 0.65s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   17
%            Number of leaves      :   34
% Syntax   : Number of formulae    :   88 (  40 unt;  16 typ;   0 def)
%            Number of atoms       :  132 (   0 equ)
%            Maximal formula atoms :    5 (   1 avg)
%            Number of connectives :  123 (  63   ~;  60   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   2 avg)
%            Maximal term depth    :    2 (   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    :   12 (  12 usr;   8 con; 0-2 aty)
%            Number of variables   :   81 (   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 ).

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

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

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

tff(decl_36,type,
    k: $i ).

tff(decl_37,type,
    s: $i ).

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

cnf(product_9,negated_conjecture,
    product(a,multiplicative_inverse(b),s),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_9) ).

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

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

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

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

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

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

cnf(well_definedness_of_multiplicative_identity,axiom,
    defined(multiplicative_identity),
    file('/export/starexec/sandbox/benchmark/Axioms/FLD002-0.ax',well_definedness_of_multiplicative_identity) ).

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

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

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

cnf(product_10,negated_conjecture,
    product(a,d,k),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_10) ).

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

cnf(product_11,negated_conjecture,
    product(b,c,k),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_11) ).

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

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

cnf(not_product_12,negated_conjecture,
    ~ product(c,multiplicative_inverse(d),s),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_product_12) ).

cnf(c_0_18,axiom,
    ( product(X1,X2,X3)
    | ~ product(X2,X1,X3) ),
    commutativity_multiplication ).

cnf(c_0_19,negated_conjecture,
    product(a,multiplicative_inverse(b),s),
    product_9 ).

cnf(c_0_20,axiom,
    ( product(X1,X2,X3)
    | ~ product(X4,X5,X1)
    | ~ product(X5,X2,X6)
    | ~ product(X4,X6,X3) ),
    associativity_multiplication_2 ).

cnf(c_0_21,negated_conjecture,
    product(multiplicative_inverse(b),a,s),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_22,axiom,
    ( product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ product(X4,X6,X2)
    | ~ product(X5,X6,X3) ),
    associativity_multiplication_1 ).

cnf(c_0_23,axiom,
    ( product(multiplicative_identity,X1,X1)
    | ~ defined(X1) ),
    existence_of_identity_multiplication ).

cnf(c_0_24,negated_conjecture,
    ( product(X1,a,X2)
    | ~ product(X3,multiplicative_inverse(b),X1)
    | ~ product(X3,s,X2) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_25,axiom,
    ( product(X1,X2,multiply(X1,X2))
    | ~ defined(X1)
    | ~ defined(X2) ),
    totality_of_multiplication ).

cnf(c_0_26,hypothesis,
    defined(s),
    s_is_defined ).

cnf(c_0_27,axiom,
    ( product(multiplicative_inverse(X1),X1,multiplicative_identity)
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    existence_of_inverse_multiplication ).

cnf(c_0_28,plain,
    ( product(X1,X2,X3)
    | ~ product(X1,X4,multiplicative_identity)
    | ~ product(X4,X3,X2)
    | ~ defined(X3) ),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_29,axiom,
    defined(multiplicative_identity),
    well_definedness_of_multiplicative_identity ).

cnf(c_0_30,negated_conjecture,
    ( product(X1,a,multiply(X2,s))
    | ~ product(X2,multiplicative_inverse(b),X1)
    | ~ defined(X2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_24,c_0_25]),c_0_26])]) ).

cnf(c_0_31,plain,
    ( product(X1,multiplicative_inverse(X1),multiplicative_identity)
    | sum(additive_identity,X1,additive_identity)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_27]) ).

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

cnf(c_0_33,negated_conjecture,
    ~ sum(additive_identity,b,additive_identity),
    not_sum_7 ).

cnf(c_0_34,plain,
    ( product(multiplicative_identity,X1,X2)
    | ~ product(multiplicative_identity,X2,X1)
    | ~ defined(X2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_28,c_0_23]),c_0_29])]) ).

cnf(c_0_35,negated_conjecture,
    product(multiplicative_identity,a,multiply(b,s)),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_30,c_0_31]),c_0_32])]),c_0_33]) ).

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

cnf(c_0_37,negated_conjecture,
    ( product(X1,multiplicative_inverse(b),X2)
    | ~ product(X3,s,X2)
    | ~ product(X3,a,X1) ),
    inference(spm,[status(thm)],[c_0_20,c_0_19]) ).

cnf(c_0_38,negated_conjecture,
    product(a,d,k),
    product_10 ).

cnf(c_0_39,plain,
    ( product(X1,X2,X3)
    | ~ product(X4,multiply(X5,X2),X3)
    | ~ product(X4,X5,X1)
    | ~ defined(X2)
    | ~ defined(X5) ),
    inference(spm,[status(thm)],[c_0_20,c_0_25]) ).

cnf(c_0_40,negated_conjecture,
    product(multiplicative_identity,multiply(b,s),a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_35]),c_0_36])]) ).

cnf(c_0_41,negated_conjecture,
    ( product(X1,multiplicative_inverse(b),multiply(X2,s))
    | ~ product(X2,a,X1)
    | ~ defined(X2) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_37,c_0_25]),c_0_26])]) ).

cnf(c_0_42,negated_conjecture,
    product(d,a,k),
    inference(spm,[status(thm)],[c_0_18,c_0_38]) ).

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

cnf(c_0_44,plain,
    ( product(X1,multiplicative_identity,X1)
    | ~ defined(X1) ),
    inference(spm,[status(thm)],[c_0_18,c_0_23]) ).

cnf(c_0_45,negated_conjecture,
    ( product(X1,s,a)
    | ~ product(multiplicative_identity,b,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_26]),c_0_32])]) ).

cnf(c_0_46,negated_conjecture,
    product(b,c,k),
    product_11 ).

cnf(c_0_47,negated_conjecture,
    product(k,multiplicative_inverse(b),multiply(d,s)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_41,c_0_42]),c_0_43])]) ).

cnf(c_0_48,plain,
    ( product(X1,multiplicative_identity,X2)
    | ~ product(X3,X4,X2)
    | ~ product(X3,X4,X1)
    | ~ defined(X4) ),
    inference(spm,[status(thm)],[c_0_20,c_0_44]) ).

cnf(c_0_49,negated_conjecture,
    product(b,s,a),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_23]),c_0_32])]) ).

cnf(c_0_50,negated_conjecture,
    ( product(X1,c,X2)
    | ~ product(X3,k,X2)
    | ~ product(X3,b,X1) ),
    inference(spm,[status(thm)],[c_0_20,c_0_46]) ).

cnf(c_0_51,negated_conjecture,
    product(multiplicative_inverse(b),k,multiply(d,s)),
    inference(spm,[status(thm)],[c_0_18,c_0_47]) ).

cnf(c_0_52,negated_conjecture,
    ( product(X1,multiplicative_identity,a)
    | ~ product(b,s,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_49]),c_0_26])]) ).

cnf(c_0_53,negated_conjecture,
    ( product(X1,c,multiply(d,s))
    | ~ product(multiplicative_inverse(b),b,X1) ),
    inference(spm,[status(thm)],[c_0_50,c_0_51]) ).

cnf(c_0_54,negated_conjecture,
    product(a,multiplicative_identity,a),
    inference(spm,[status(thm)],[c_0_52,c_0_49]) ).

cnf(c_0_55,negated_conjecture,
    product(multiplicative_identity,c,multiply(d,s)),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_27]),c_0_32])]),c_0_33]) ).

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

cnf(c_0_57,negated_conjecture,
    product(multiplicative_identity,a,a),
    inference(spm,[status(thm)],[c_0_18,c_0_54]) ).

cnf(c_0_58,negated_conjecture,
    product(multiplicative_identity,multiply(d,s),c),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_55]),c_0_56])]) ).

cnf(c_0_59,negated_conjecture,
    ( product(X1,X2,a)
    | ~ product(X3,a,X2)
    | ~ product(X1,X3,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_22,c_0_57]) ).

cnf(c_0_60,negated_conjecture,
    ( product(X1,s,c)
    | ~ product(multiplicative_identity,d,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_58]),c_0_26]),c_0_43])]) ).

cnf(c_0_61,negated_conjecture,
    ( product(X1,k,a)
    | ~ product(X1,d,multiplicative_identity) ),
    inference(spm,[status(thm)],[c_0_59,c_0_42]) ).

cnf(c_0_62,negated_conjecture,
    ~ sum(additive_identity,d,additive_identity),
    not_sum_8 ).

cnf(c_0_63,negated_conjecture,
    product(d,s,c),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_60,c_0_23]),c_0_43])]) ).

cnf(c_0_64,negated_conjecture,
    ( product(X1,X2,s)
    | ~ product(X3,multiplicative_inverse(b),X2)
    | ~ product(X1,X3,a) ),
    inference(spm,[status(thm)],[c_0_22,c_0_19]) ).

cnf(c_0_65,negated_conjecture,
    product(multiplicative_inverse(d),k,a),
    inference(sr,[status(thm)],[inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_61,c_0_27]),c_0_43])]),c_0_62]) ).

cnf(c_0_66,negated_conjecture,
    ( product(X1,multiplicative_inverse(b),c)
    | ~ product(d,a,X1) ),
    inference(spm,[status(thm)],[c_0_37,c_0_63]) ).

cnf(c_0_67,negated_conjecture,
    ( product(multiplicative_inverse(d),X1,s)
    | ~ product(k,multiplicative_inverse(b),X1) ),
    inference(spm,[status(thm)],[c_0_64,c_0_65]) ).

cnf(c_0_68,negated_conjecture,
    product(k,multiplicative_inverse(b),c),
    inference(spm,[status(thm)],[c_0_66,c_0_42]) ).

cnf(c_0_69,negated_conjecture,
    product(multiplicative_inverse(d),c,s),
    inference(spm,[status(thm)],[c_0_67,c_0_68]) ).

cnf(c_0_70,negated_conjecture,
    ~ product(c,multiplicative_inverse(d),s),
    not_product_12 ).

cnf(c_0_71,negated_conjecture,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_18,c_0_69]),c_0_70]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : FLD050-4 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.33  % Computer : n018.cluster.edu
% 0.13/0.33  % Model    : x86_64 x86_64
% 0.13/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.33  % Memory   : 8042.1875MB
% 0.13/0.33  % 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   : Mon Aug 28 01:02:01 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.56  start to proof: theBenchmark
% 0.65/0.79  % Version  : CSE_E---1.5
% 0.65/0.79  % Problem  : theBenchmark.p
% 0.65/0.79  % Proof found
% 0.65/0.79  % SZS status Theorem for theBenchmark.p
% 0.65/0.79  % SZS output start Proof
% See solution above
% 0.65/0.79  % Total time : 0.218000 s
% 0.65/0.79  % SZS output end Proof
% 0.65/0.79  % Total time : 0.221000 s
%------------------------------------------------------------------------------