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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : FLD034-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 : n015.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:28 EDT 2023

% Result   : Unsatisfiable 0.21s 0.62s
% Output   : CNFRefutation 0.21s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   38 (  15 unt;  12 typ;   0 def)
%            Number of atoms       :   43 (   0 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   36 (  19   ~;  17   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    5 (   2 avg)
%            Maximal term depth    :    1 (   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    :    8 (   8 usr;   4 con; 0-2 aty)
%            Number of variables   :   29 (   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,
    m: $i ).

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(m_is_defined,hypothesis,
    defined(m),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',m_is_defined) ).

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

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

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(product_3,negated_conjecture,
    product(multiplicative_identity,m,multiplicative_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_3) ).

cnf(not_product_4,negated_conjecture,
    ~ product(m,a,a),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',not_product_4) ).

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

cnf(c_0_8,hypothesis,
    defined(m),
    m_is_defined ).

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

cnf(c_0_10,hypothesis,
    product(multiplicative_identity,m,m),
    inference(spm,[status(thm)],[c_0_7,c_0_8]) ).

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

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

cnf(c_0_13,hypothesis,
    product(m,multiplicative_identity,m),
    inference(spm,[status(thm)],[c_0_9,c_0_10]) ).

cnf(c_0_14,negated_conjecture,
    product(multiplicative_identity,m,multiplicative_identity),
    product_3 ).

cnf(c_0_15,hypothesis,
    product(multiplicative_identity,a,a),
    inference(spm,[status(thm)],[c_0_7,c_0_11]) ).

cnf(c_0_16,hypothesis,
    ( product(X1,X2,m)
    | ~ product(X3,multiplicative_identity,X2)
    | ~ product(X1,X3,m) ),
    inference(spm,[status(thm)],[c_0_12,c_0_13]) ).

cnf(c_0_17,negated_conjecture,
    product(m,multiplicative_identity,multiplicative_identity),
    inference(spm,[status(thm)],[c_0_9,c_0_14]) ).

cnf(c_0_18,hypothesis,
    product(a,multiplicative_identity,a),
    inference(spm,[status(thm)],[c_0_9,c_0_15]) ).

cnf(c_0_19,negated_conjecture,
    ( product(X1,multiplicative_identity,m)
    | ~ product(X1,m,m) ),
    inference(spm,[status(thm)],[c_0_16,c_0_17]) ).

cnf(c_0_20,hypothesis,
    ( product(X1,X2,a)
    | ~ product(X3,multiplicative_identity,X2)
    | ~ product(X1,X3,a) ),
    inference(spm,[status(thm)],[c_0_12,c_0_18]) ).

cnf(c_0_21,hypothesis,
    product(multiplicative_identity,multiplicative_identity,m),
    inference(spm,[status(thm)],[c_0_19,c_0_10]) ).

cnf(c_0_22,hypothesis,
    ( product(X1,m,a)
    | ~ product(X1,multiplicative_identity,a) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_23,negated_conjecture,
    ~ product(m,a,a),
    not_product_4 ).

cnf(c_0_24,hypothesis,
    ( product(m,X1,a)
    | ~ product(X1,multiplicative_identity,a) ),
    inference(spm,[status(thm)],[c_0_9,c_0_22]) ).

cnf(c_0_25,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_18])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem    : FLD034-3 : TPTP v8.1.2. Bugfixed v2.1.0.
% 0.13/0.14  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.13/0.35  % Computer : n015.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   : Mon Aug 28 01:11:39 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.21/0.58  start to proof: theBenchmark
% 0.21/0.62  % Version  : CSE_E---1.5
% 0.21/0.62  % Problem  : theBenchmark.p
% 0.21/0.62  % Proof found
% 0.21/0.62  % SZS status Theorem for theBenchmark.p
% 0.21/0.62  % SZS output start Proof
% See solution above
% 0.21/0.62  % Total time : 0.027000 s
% 0.21/0.62  % SZS output end Proof
% 0.21/0.62  % Total time : 0.030000 s
%------------------------------------------------------------------------------