TSTP Solution File: GRP777-10 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : GRP777-10 : TPTP v8.1.2. Released v8.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 : Thu Aug 31 00:23:42 EDT 2023

% Result   : Unsatisfiable 0.55s 0.75s
% Output   : CNFRefutation 0.55s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   27
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   86 (  78 unt;   8 typ;   0 def)
%            Number of atoms       :   78 (  77 equ)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :    4 (   4   ~;   0   |;   0   &)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    2 (   1 avg)
%            Maximal term depth    :    5 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    9 (   4   >;   5   *;   0   +;   0  <<)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    8 (   8 usr;   4 con; 0-3 aty)
%            Number of variables   :   83 (   0 sgn;   0   !;   0   ?;   0   :)

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

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

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

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

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

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

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

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

cnf(sos05,axiom,
    product(product(X1,X2),product(X3,X4)) = product(product(X1,X3),product(X2,X4)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos05) ).

cnf(sos06,axiom,
    product(X1,X1) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos06) ).

cnf(sos03,axiom,
    quotient(product(X1,X2),X2) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos03) ).

cnf(sos09,axiom,
    product(product(a,c),product(c,b)) = product(a,b),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos09) ).

cnf(sos04,axiom,
    product(quotient(X1,X2),X2) = X1,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos04) ).

cnf(sos01,axiom,
    difference(X1,product(X1,X2)) = X2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos01) ).

cnf(sos07,axiom,
    product(product(product(X1,X2),X2),product(X2,product(X2,X1))) = X2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos07) ).

cnf(sos02,axiom,
    product(X1,difference(X1,X2)) = X2,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos02) ).

cnf(goal,negated_conjecture,
    bigC(a,b,x0) != bigC(c,c,x0),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goal) ).

cnf(sos08,axiom,
    bigC(X1,X2,X3) = product(product(X1,X2),product(X3,X1)),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',sos08) ).

cnf(c_0_10,axiom,
    product(product(X1,X2),product(X3,X4)) = product(product(X1,X3),product(X2,X4)),
    sos05 ).

cnf(c_0_11,axiom,
    product(X1,X1) = X1,
    sos06 ).

cnf(c_0_12,plain,
    product(product(X1,X2),product(X3,X2)) = product(product(X1,X3),X2),
    inference(spm,[status(thm)],[c_0_10,c_0_11]) ).

cnf(c_0_13,axiom,
    quotient(product(X1,X2),X2) = X1,
    sos03 ).

cnf(c_0_14,plain,
    product(product(X1,X2),X1) = product(X1,product(X2,X1)),
    inference(spm,[status(thm)],[c_0_12,c_0_11]) ).

cnf(c_0_15,plain,
    product(product(X1,X2),product(X1,X3)) = product(X1,product(X2,X3)),
    inference(spm,[status(thm)],[c_0_10,c_0_11]) ).

cnf(c_0_16,axiom,
    product(product(a,c),product(c,b)) = product(a,b),
    sos09 ).

cnf(c_0_17,plain,
    quotient(product(X1,product(X2,X1)),X1) = product(X1,X2),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_18,axiom,
    product(quotient(X1,X2),X2) = X1,
    sos04 ).

cnf(c_0_19,plain,
    product(product(product(a,c),X1),product(a,b)) = product(product(a,c),product(X1,product(c,b))),
    inference(spm,[status(thm)],[c_0_15,c_0_16]) ).

cnf(c_0_20,plain,
    product(X1,quotient(X2,X1)) = quotient(product(X1,X2),X1),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

cnf(c_0_21,axiom,
    difference(X1,product(X1,X2)) = X2,
    sos01 ).

cnf(c_0_22,plain,
    product(a,product(product(c,a),b)) = product(a,product(c,product(c,b))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_14]),c_0_15]),c_0_15]) ).

cnf(c_0_23,plain,
    quotient(quotient(product(X1,X2),X1),quotient(X2,X1)) = X1,
    inference(spm,[status(thm)],[c_0_13,c_0_20]) ).

cnf(c_0_24,plain,
    quotient(product(a,b),product(c,b)) = product(a,c),
    inference(spm,[status(thm)],[c_0_13,c_0_16]) ).

cnf(c_0_25,plain,
    product(product(c,a),b) = product(c,product(c,b)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_22]),c_0_21]) ).

cnf(c_0_26,plain,
    quotient(c,product(a,c)) = product(c,b),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_24]),c_0_12]),c_0_25]),c_0_13]) ).

cnf(c_0_27,plain,
    product(product(a,c),product(product(c,a),product(b,c))) = product(a,product(b,c)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_16]),c_0_10]),c_0_15]) ).

cnf(c_0_28,plain,
    product(product(c,a),product(b,c)) = c,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_18,c_0_26]),c_0_10]) ).

cnf(c_0_29,axiom,
    product(product(product(X1,X2),X2),product(X2,product(X2,X1))) = X2,
    sos07 ).

cnf(c_0_30,plain,
    product(product(a,c),c) = product(a,product(b,c)),
    inference(rw,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_31,plain,
    product(product(a,c),product(product(b,c),product(c,a))) = c,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_30]),c_0_10]) ).

cnf(c_0_32,axiom,
    product(X1,difference(X1,X2)) = X2,
    sos02 ).

cnf(c_0_33,plain,
    product(product(b,c),product(c,a)) = difference(product(a,c),c),
    inference(spm,[status(thm)],[c_0_21,c_0_31]) ).

cnf(c_0_34,plain,
    product(X1,product(difference(X1,X2),X3)) = product(X2,product(X1,X3)),
    inference(spm,[status(thm)],[c_0_15,c_0_32]) ).

cnf(c_0_35,plain,
    product(difference(product(a,c),c),product(b,c)) = product(product(b,c),c),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_33]),c_0_28]) ).

cnf(c_0_36,plain,
    product(X1,product(difference(X1,X2),X1)) = product(X2,X1),
    inference(spm,[status(thm)],[c_0_14,c_0_32]) ).

cnf(c_0_37,plain,
    product(product(a,product(b,c)),c) = product(c,product(product(a,b),c)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_34,c_0_35]),c_0_12]),c_0_12]) ).

cnf(c_0_38,plain,
    product(difference(X1,X2),X1) = difference(X1,product(X2,X1)),
    inference(spm,[status(thm)],[c_0_21,c_0_36]) ).

cnf(c_0_39,plain,
    difference(product(X1,X2),product(product(X1,X3),X2)) = product(X3,X2),
    inference(spm,[status(thm)],[c_0_21,c_0_12]) ).

cnf(c_0_40,plain,
    difference(quotient(X1,X2),X1) = X2,
    inference(spm,[status(thm)],[c_0_21,c_0_18]) ).

cnf(c_0_41,plain,
    product(a,product(b,c)) = product(c,product(a,b)),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_13,c_0_37]),c_0_17]) ).

cnf(c_0_42,plain,
    product(product(X1,difference(X2,X1)),product(difference(X2,X1),difference(X2,product(X1,X2)))) = difference(X2,X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_32]),c_0_38]) ).

cnf(c_0_43,plain,
    difference(product(c,b),product(c,product(c,b))) = product(a,b),
    inference(spm,[status(thm)],[c_0_39,c_0_25]) ).

cnf(c_0_44,plain,
    difference(product(c,b),c) = product(a,c),
    inference(spm,[status(thm)],[c_0_40,c_0_26]) ).

cnf(c_0_45,plain,
    product(difference(X1,product(product(X2,X1),X1)),product(X1,X2)) = X1,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_32]),c_0_38]),c_0_38]) ).

cnf(c_0_46,plain,
    product(product(a,c),c) = product(c,product(a,b)),
    inference(rw,[status(thm)],[c_0_30,c_0_41]) ).

cnf(c_0_47,plain,
    difference(product(product(X1,X2),X2),X2) = product(X2,product(X2,X1)),
    inference(spm,[status(thm)],[c_0_21,c_0_29]) ).

cnf(c_0_48,plain,
    product(product(c,a),product(a,b)) = product(a,c),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_42,c_0_43]),c_0_44]),c_0_44]),c_0_15]),c_0_44]),c_0_10]),c_0_16]) ).

cnf(c_0_49,plain,
    difference(product(a,product(c,b)),product(a,b)) = product(c,product(c,b)),
    inference(spm,[status(thm)],[c_0_39,c_0_16]) ).

cnf(c_0_50,plain,
    product(product(a,c),product(b,a)) = c,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_46]),c_0_21]),c_0_10]) ).

cnf(c_0_51,plain,
    product(product(a,b),product(product(a,c),product(b,a))) = product(c,product(c,b)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_48]),c_0_15]),c_0_49]),c_0_10]) ).

cnf(c_0_52,plain,
    difference(product(a,c),c) = product(b,a),
    inference(spm,[status(thm)],[c_0_21,c_0_50]) ).

cnf(c_0_53,plain,
    product(product(a,b),c) = product(c,product(c,b)),
    inference(rw,[status(thm)],[c_0_51,c_0_50]) ).

cnf(c_0_54,plain,
    product(product(b,c),product(c,a)) = product(b,a),
    inference(rw,[status(thm)],[c_0_33,c_0_52]) ).

cnf(c_0_55,plain,
    product(c,product(product(b,c),product(a,b))) = c,
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_45,c_0_53]),c_0_14]),c_0_14]),c_0_21]),c_0_15]) ).

cnf(c_0_56,plain,
    difference(X1,X1) = X1,
    inference(spm,[status(thm)],[c_0_21,c_0_11]) ).

cnf(c_0_57,plain,
    difference(product(X1,X2),product(X1,product(X2,X1))) = X1,
    inference(spm,[status(thm)],[c_0_21,c_0_14]) ).

cnf(c_0_58,plain,
    product(product(c,b),product(b,a)) = product(b,c),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_29,c_0_54]),c_0_28]),c_0_15]),c_0_10]),c_0_33]),c_0_52]) ).

cnf(c_0_59,plain,
    product(product(b,c),product(a,b)) = c,
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_55]),c_0_56]) ).

cnf(c_0_60,plain,
    product(product(b,c),c) = product(b,product(a,c)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_35,c_0_52]),c_0_15]) ).

cnf(c_0_61,plain,
    difference(c,product(b,product(a,c))) = product(b,a),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_57,c_0_58]),c_0_10]),c_0_59]),c_0_15]) ).

cnf(c_0_62,plain,
    quotient(product(b,product(a,c)),c) = product(b,c),
    inference(spm,[status(thm)],[c_0_13,c_0_60]) ).

cnf(c_0_63,plain,
    product(b,product(a,c)) = product(c,product(b,a)),
    inference(spm,[status(thm)],[c_0_32,c_0_61]) ).

cnf(c_0_64,plain,
    quotient(product(X1,product(X1,X2)),X1) = difference(product(X2,X1),X1),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_47,c_0_18]),c_0_20]),c_0_20]) ).

cnf(c_0_65,plain,
    difference(X1,quotient(product(X1,X2),X1)) = quotient(X2,X1),
    inference(spm,[status(thm)],[c_0_21,c_0_20]) ).

cnf(c_0_66,plain,
    quotient(product(c,product(b,a)),c) = product(b,c),
    inference(rw,[status(thm)],[c_0_62,c_0_63]) ).

cnf(c_0_67,plain,
    quotient(difference(product(X1,X2),X2),X2) = difference(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_64,c_0_20]),c_0_20]),c_0_64]),c_0_18]) ).

cnf(c_0_68,plain,
    quotient(product(b,a),c) = difference(c,product(b,c)),
    inference(spm,[status(thm)],[c_0_65,c_0_66]) ).

cnf(c_0_69,negated_conjecture,
    bigC(a,b,x0) != bigC(c,c,x0),
    goal ).

cnf(c_0_70,axiom,
    bigC(X1,X2,X3) = product(product(X1,X2),product(X3,X1)),
    sos08 ).

cnf(c_0_71,plain,
    difference(c,product(b,c)) = difference(a,c),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_67,c_0_52]),c_0_68]) ).

cnf(c_0_72,negated_conjecture,
    product(product(c,c),product(x0,c)) != product(product(a,b),product(x0,a)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_69,c_0_70]),c_0_70]) ).

cnf(c_0_73,plain,
    product(product(X1,X2),product(difference(X1,X3),X4)) = product(X3,product(X2,X4)),
    inference(spm,[status(thm)],[c_0_10,c_0_32]) ).

cnf(c_0_74,plain,
    product(difference(a,c),c) = product(b,a),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_38,c_0_71]),c_0_60]),c_0_63]),c_0_21]) ).

cnf(c_0_75,negated_conjecture,
    product(product(a,x0),product(b,a)) != product(c,product(x0,c)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_72,c_0_10]),c_0_11]) ).

cnf(c_0_76,plain,
    product(product(a,X1),product(b,a)) = product(c,product(X1,c)),
    inference(spm,[status(thm)],[c_0_73,c_0_74]) ).

cnf(c_0_77,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_75,c_0_76])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem    : GRP777-10 : TPTP v8.1.2. Released v8.1.0.
% 0.12/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   : Tue Aug 29 00:29:20 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.54/0.58  start to proof: theBenchmark
% 0.55/0.75  % Version  : CSE_E---1.5
% 0.55/0.75  % Problem  : theBenchmark.p
% 0.55/0.75  % Proof found
% 0.55/0.75  % SZS status Theorem for theBenchmark.p
% 0.55/0.75  % SZS output start Proof
% See solution above
% 0.55/0.76  % Total time : 0.161000 s
% 0.55/0.76  % SZS output end Proof
% 0.55/0.76  % Total time : 0.163000 s
%------------------------------------------------------------------------------