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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : RNG006-2 : 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 : n031.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 : Thu Aug 31 13:48:23 EDT 2023

% Result   : Unsatisfiable 4.68s 4.91s
% Output   : CNFRefutation 4.82s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :   32
% Syntax   : Number of formulae    :   71 (  24 unt;  14 typ;   0 def)
%            Number of atoms       :  121 (   0 equ)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  130 (  66   ~;  64   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    2 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   13 (   6   >;   7   *;   0   +;   0  <<)
%            Number of predicates  :    4 (   3 usr;   1 prp; 0-3 aty)
%            Number of functors    :   11 (  11 usr;   8 con; 0-2 aty)
%            Number of variables   :  129 (   0 sgn;   0   !;   0   ?;   0   :)

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

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

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

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

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

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

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

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

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

tff(decl_31,type,
    bS_Ic: $i ).

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

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

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

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

cnf(associativity_of_addition1,axiom,
    ( sum(X1,X5,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X3,X4,X6) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_addition1) ).

cnf(additive_identity1,axiom,
    sum(additive_identity,X1,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_identity1) ).

cnf(right_inverse,axiom,
    sum(X1,additive_inverse(X1),additive_identity),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_inverse) ).

cnf(commutativity_of_addition,axiom,
    ( sum(X2,X1,X3)
    | ~ sum(X1,X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutativity_of_addition) ).

cnf(b_plus_inverse_c,hypothesis,
    sum(b,additive_inverse(c),bS_Ic),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',b_plus_inverse_c) ).

cnf(addition_is_well_defined,axiom,
    ( equalish(X3,X4)
    | ~ sum(X1,X2,X3)
    | ~ sum(X1,X2,X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',addition_is_well_defined) ).

cnf(sum_substitution1,axiom,
    ( sum(X2,X3,X4)
    | ~ equalish(X1,X2)
    | ~ sum(X1,X3,X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_substitution1) ).

cnf(aPb_plus_IaPc,hypothesis,
    sum(aPb,additive_inverse(aPc),aPb_S_IaPc),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',aPb_plus_IaPc) ).

cnf(associativity_of_addition2,axiom,
    ( sum(X3,X4,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X1,X5,X6) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_of_addition2) ).

cnf(distributivity1,axiom,
    ( sum(X3,X5,X7)
    | ~ product(X1,X2,X3)
    | ~ product(X1,X4,X5)
    | ~ sum(X2,X4,X6)
    | ~ product(X1,X6,X7) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity1) ).

cnf(a_times_b,hypothesis,
    product(a,b,aPb),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_b) ).

cnf(product_substitution1,axiom,
    ( product(X2,X3,X4)
    | ~ equalish(X1,X2)
    | ~ product(X1,X3,X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_substitution1) ).

cnf(a_times_c,hypothesis,
    product(a,c,aPc),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',a_times_c) ).

cnf(additive_identity2,axiom,
    sum(X1,additive_identity,X1),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_identity2) ).

cnf(sum_substitution2,axiom,
    ( sum(X3,X2,X4)
    | ~ equalish(X1,X2)
    | ~ sum(X3,X1,X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_substitution2) ).

cnf(product_substitution3,axiom,
    ( product(X3,X4,X2)
    | ~ equalish(X1,X2)
    | ~ product(X3,X4,X1) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',product_substitution3) ).

cnf(closure_of_multiplication,axiom,
    product(X1,X2,multiply(X1,X2)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',closure_of_multiplication) ).

cnf(prove_a_times_bS_Ic_is_aPb_S__IaPc,negated_conjecture,
    ~ product(a,bS_Ic,aPb_S_IaPc),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_a_times_bS_Ic_is_aPb_S__IaPc) ).

cnf(c_0_18,axiom,
    ( sum(X1,X5,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X3,X4,X6) ),
    associativity_of_addition1 ).

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

cnf(c_0_20,plain,
    ( sum(X1,X2,X3)
    | ~ sum(X1,X4,additive_identity)
    | ~ sum(X4,X3,X2) ),
    inference(spm,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_21,axiom,
    sum(X1,additive_inverse(X1),additive_identity),
    right_inverse ).

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

cnf(c_0_23,hypothesis,
    sum(b,additive_inverse(c),bS_Ic),
    b_plus_inverse_c ).

cnf(c_0_24,axiom,
    ( equalish(X3,X4)
    | ~ sum(X1,X2,X3)
    | ~ sum(X1,X2,X4) ),
    addition_is_well_defined ).

cnf(c_0_25,plain,
    ( sum(X1,X2,X3)
    | ~ sum(additive_inverse(X1),X3,X2) ),
    inference(spm,[status(thm)],[c_0_20,c_0_21]) ).

cnf(c_0_26,hypothesis,
    sum(additive_inverse(c),b,bS_Ic),
    inference(spm,[status(thm)],[c_0_22,c_0_23]) ).

cnf(c_0_27,axiom,
    ( sum(X2,X3,X4)
    | ~ equalish(X1,X2)
    | ~ sum(X1,X3,X4) ),
    sum_substitution1 ).

cnf(c_0_28,hypothesis,
    sum(aPb,additive_inverse(aPc),aPb_S_IaPc),
    aPb_plus_IaPc ).

cnf(c_0_29,axiom,
    ( sum(X3,X4,X6)
    | ~ sum(X1,X2,X3)
    | ~ sum(X2,X4,X5)
    | ~ sum(X1,X5,X6) ),
    associativity_of_addition2 ).

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

cnf(c_0_31,hypothesis,
    product(a,b,aPb),
    a_times_b ).

cnf(c_0_32,axiom,
    ( product(X2,X3,X4)
    | ~ equalish(X1,X2)
    | ~ product(X1,X3,X4) ),
    product_substitution1 ).

cnf(c_0_33,hypothesis,
    product(a,c,aPc),
    a_times_c ).

cnf(c_0_34,plain,
    ( equalish(X1,X2)
    | ~ sum(additive_identity,X2,X1) ),
    inference(spm,[status(thm)],[c_0_24,c_0_19]) ).

cnf(c_0_35,hypothesis,
    sum(c,bS_Ic,b),
    inference(spm,[status(thm)],[c_0_25,c_0_26]) ).

cnf(c_0_36,hypothesis,
    ( sum(X1,additive_inverse(aPc),aPb_S_IaPc)
    | ~ equalish(aPb,X1) ),
    inference(spm,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_37,plain,
    ( sum(X1,additive_inverse(X2),X3)
    | ~ sum(X4,additive_identity,X3)
    | ~ sum(X4,X2,X1) ),
    inference(spm,[status(thm)],[c_0_29,c_0_21]) ).

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

cnf(c_0_39,hypothesis,
    ( sum(X1,X2,aPb)
    | ~ product(a,X3,X2)
    | ~ product(a,X4,X1)
    | ~ sum(X4,X3,b) ),
    inference(spm,[status(thm)],[c_0_30,c_0_31]) ).

cnf(c_0_40,hypothesis,
    ( product(X1,c,aPc)
    | ~ equalish(a,X1) ),
    inference(spm,[status(thm)],[c_0_32,c_0_33]) ).

cnf(c_0_41,plain,
    equalish(X1,X1),
    inference(spm,[status(thm)],[c_0_34,c_0_19]) ).

cnf(c_0_42,axiom,
    ( sum(X3,X2,X4)
    | ~ equalish(X1,X2)
    | ~ sum(X3,X1,X4) ),
    sum_substitution2 ).

cnf(c_0_43,hypothesis,
    sum(bS_Ic,c,b),
    inference(spm,[status(thm)],[c_0_22,c_0_35]) ).

cnf(c_0_44,hypothesis,
    ( equalish(X1,aPb_S_IaPc)
    | ~ sum(X2,additive_inverse(aPc),X1)
    | ~ equalish(aPb,X2) ),
    inference(spm,[status(thm)],[c_0_24,c_0_36]) ).

cnf(c_0_45,plain,
    ( sum(X1,additive_inverse(X2),X3)
    | ~ sum(X3,X2,X1) ),
    inference(spm,[status(thm)],[c_0_37,c_0_38]) ).

cnf(c_0_46,hypothesis,
    ( sum(X1,aPc,aPb)
    | ~ product(a,X2,X1)
    | ~ sum(X2,c,b) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_41])]) ).

cnf(c_0_47,hypothesis,
    ( sum(bS_Ic,X1,b)
    | ~ equalish(c,X1) ),
    inference(spm,[status(thm)],[c_0_42,c_0_43]) ).

cnf(c_0_48,hypothesis,
    ( equalish(X1,aPb_S_IaPc)
    | ~ sum(X1,aPc,X2)
    | ~ equalish(aPb,X2) ),
    inference(spm,[status(thm)],[c_0_44,c_0_45]) ).

cnf(c_0_49,hypothesis,
    ( sum(X1,aPc,aPb)
    | ~ product(a,bS_Ic,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_46,c_0_47]),c_0_41])]) ).

cnf(c_0_50,axiom,
    ( product(X3,X4,X2)
    | ~ equalish(X1,X2)
    | ~ product(X3,X4,X1) ),
    product_substitution3 ).

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

cnf(c_0_52,hypothesis,
    ( equalish(X1,aPb_S_IaPc)
    | ~ product(a,bS_Ic,X1) ),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_48,c_0_49]),c_0_41])]) ).

cnf(c_0_53,plain,
    ( product(X1,X2,X3)
    | ~ equalish(multiply(X1,X2),X3) ),
    inference(spm,[status(thm)],[c_0_50,c_0_51]) ).

cnf(c_0_54,hypothesis,
    equalish(multiply(a,bS_Ic),aPb_S_IaPc),
    inference(spm,[status(thm)],[c_0_52,c_0_51]) ).

cnf(c_0_55,negated_conjecture,
    ~ product(a,bS_Ic,aPb_S_IaPc),
    prove_a_times_bS_Ic_is_aPb_S__IaPc ).

cnf(c_0_56,hypothesis,
    $false,
    inference(sr,[status(thm)],[inference(spm,[status(thm)],[c_0_53,c_0_54]),c_0_55]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : RNG006-2 : 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.13/0.34  % Computer : n031.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 03:22:23 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.20/0.54  start to proof: theBenchmark
% 4.68/4.91  % Version  : CSE_E---1.5
% 4.68/4.91  % Problem  : theBenchmark.p
% 4.68/4.91  % Proof found
% 4.68/4.91  % SZS status Theorem for theBenchmark.p
% 4.68/4.91  % SZS output start Proof
% See solution above
% 4.82/4.91  % Total time : 4.359000 s
% 4.82/4.91  % SZS output end Proof
% 4.82/4.91  % Total time : 4.363000 s
%------------------------------------------------------------------------------