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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : BOO009-1 : TPTP v8.1.2. Released v1.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s

% Computer : n026.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 18:05:44 EDT 2023

% Result   : Unsatisfiable 0.20s 0.60s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   20
% Syntax   : Number of formulae    :   48 (  22 unt;   9 typ;   0 def)
%            Number of atoms       :   75 (   7 equ)
%            Maximal formula atoms :    5 (   1 avg)
%            Number of connectives :   74 (  38   ~;  36   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   2 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (   5   >;   6   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   2 usr;   1 prp; 0-3 aty)
%            Number of functors    :    7 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :   99 (   5 sgn;   0   !;   0   ?;   0   :)

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

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

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

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

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

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

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

tff(decl_29,type,
    x: $i ).

tff(decl_30,type,
    y: $i ).

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

cnf(additive_identity1,axiom,
    sum(additive_identity,X1,X1),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',additive_identity1) ).

cnf(additive_identity2,axiom,
    sum(X1,additive_identity,X1),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',additive_identity2) ).

cnf(multiplicative_inverse1,axiom,
    product(inverse(X1),X1,additive_identity),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',multiplicative_inverse1) ).

cnf(multiplication_is_well_defined,axiom,
    ( X3 = X4
    | ~ product(X1,X2,X3)
    | ~ product(X1,X2,X4) ),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',multiplication_is_well_defined) ).

cnf(closure_of_multiplication,axiom,
    product(X1,X2,multiply(X1,X2)),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',closure_of_multiplication) ).

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

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

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

cnf(closure_of_addition,axiom,
    sum(X1,X2,add(X1,X2)),
    file('/export/starexec/sandbox/benchmark/Axioms/BOO002-0.ax',closure_of_addition) ).

cnf(prove_equations,negated_conjecture,
    ~ product(x,add(x,y),x),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_equations) ).

cnf(c_0_11,axiom,
    ( product(X6,X2,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X4,X2,X5)
    | ~ sum(X1,X4,X6)
    | ~ sum(X3,X5,X7) ),
    distributivity4 ).

cnf(c_0_12,axiom,
    sum(additive_identity,X1,X1),
    additive_identity1 ).

cnf(c_0_13,plain,
    ( product(X1,X2,X3)
    | ~ product(X4,X2,additive_identity)
    | ~ product(X5,X2,X3)
    | ~ sum(X4,X5,X1) ),
    inference(spm,[status(thm)],[c_0_11,c_0_12]) ).

cnf(c_0_14,axiom,
    sum(X1,additive_identity,X1),
    additive_identity2 ).

cnf(c_0_15,plain,
    ( product(X1,X2,X3)
    | ~ product(X1,X2,additive_identity)
    | ~ product(additive_identity,X2,X3) ),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_16,axiom,
    product(inverse(X1),X1,additive_identity),
    multiplicative_inverse1 ).

cnf(c_0_17,axiom,
    ( X3 = X4
    | ~ product(X1,X2,X3)
    | ~ product(X1,X2,X4) ),
    multiplication_is_well_defined ).

cnf(c_0_18,axiom,
    product(X1,X2,multiply(X1,X2)),
    closure_of_multiplication ).

cnf(c_0_19,axiom,
    ( product(X2,X1,X3)
    | ~ product(X1,X2,X3) ),
    commutativity_of_multiplication ).

cnf(c_0_20,plain,
    ( product(inverse(X1),X1,X2)
    | ~ product(additive_identity,X1,X2) ),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_21,plain,
    ( X1 = multiply(X2,X3)
    | ~ product(X2,X3,X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_22,plain,
    product(X1,X2,multiply(X2,X1)),
    inference(spm,[status(thm)],[c_0_19,c_0_18]) ).

cnf(c_0_23,plain,
    ( X1 = additive_identity
    | ~ product(inverse(X2),X2,X1) ),
    inference(spm,[status(thm)],[c_0_17,c_0_16]) ).

cnf(c_0_24,plain,
    product(inverse(X1),X1,multiply(additive_identity,X1)),
    inference(spm,[status(thm)],[c_0_20,c_0_18]) ).

cnf(c_0_25,plain,
    multiply(X1,X2) = multiply(X2,X1),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_26,plain,
    multiply(X1,inverse(X1)) = additive_identity,
    inference(spm,[status(thm)],[c_0_23,c_0_22]) ).

cnf(c_0_27,axiom,
    ( product(X3,X5,X7)
    | ~ sum(X1,X2,X3)
    | ~ sum(X4,X2,X5)
    | ~ product(X1,X4,X6)
    | ~ sum(X6,X2,X7) ),
    distributivity7 ).

cnf(c_0_28,plain,
    multiply(additive_identity,X1) = additive_identity,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_24]),c_0_25]),c_0_26]) ).

cnf(c_0_29,plain,
    ( product(X1,X2,X3)
    | ~ product(X4,X5,additive_identity)
    | ~ sum(X5,X3,X2)
    | ~ sum(X4,X3,X1) ),
    inference(spm,[status(thm)],[c_0_27,c_0_12]) ).

cnf(c_0_30,plain,
    product(X1,additive_identity,additive_identity),
    inference(spm,[status(thm)],[c_0_22,c_0_28]) ).

cnf(c_0_31,axiom,
    ( sum(X2,X1,X3)
    | ~ sum(X1,X2,X3) ),
    commutativity_of_addition ).

cnf(c_0_32,axiom,
    sum(X1,X2,add(X1,X2)),
    closure_of_addition ).

cnf(c_0_33,plain,
    ( product(X1,X2,X2)
    | ~ sum(X3,X2,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_12]),c_0_30])]) ).

cnf(c_0_34,plain,
    sum(X1,X2,add(X2,X1)),
    inference(spm,[status(thm)],[c_0_31,c_0_32]) ).

cnf(c_0_35,plain,
    product(add(X1,X2),X1,X1),
    inference(spm,[status(thm)],[c_0_33,c_0_34]) ).

cnf(c_0_36,negated_conjecture,
    ~ product(x,add(x,y),x),
    prove_equations ).

cnf(c_0_37,plain,
    product(X1,add(X1,X2),X1),
    inference(spm,[status(thm)],[c_0_19,c_0_35]) ).

cnf(c_0_38,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_36,c_0_37])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : BOO009-1 : TPTP v8.1.2. Released v1.0.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.16/0.34  % Computer : n026.cluster.edu
% 0.16/0.34  % Model    : x86_64 x86_64
% 0.16/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.34  % Memory   : 8042.1875MB
% 0.16/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.34  % CPULimit   : 300
% 0.16/0.34  % WCLimit    : 300
% 0.16/0.34  % DateTime   : Sun Aug 27 08:43:49 EDT 2023
% 0.16/0.34  % CPUTime  : 
% 0.20/0.56  start to proof: theBenchmark
% 0.20/0.60  % Version  : CSE_E---1.5
% 0.20/0.60  % Problem  : theBenchmark.p
% 0.20/0.60  % Proof found
% 0.20/0.60  % SZS status Theorem for theBenchmark.p
% 0.20/0.60  % SZS output start Proof
% See solution above
% 0.20/0.60  % Total time : 0.031000 s
% 0.20/0.60  % SZS output end Proof
% 0.20/0.60  % Total time : 0.034000 s
%------------------------------------------------------------------------------