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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : ALG235-1 : TPTP v8.1.2. Released v4.0.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 16:07:07 EDT 2023

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

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

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

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

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

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

cnf(c02,axiom,
    mult(X1,mult(X2,mult(X3,X4))) = mult(X3,mult(X2,mult(X1,X4))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c02) ).

cnf(c01,axiom,
    mult(X1,mult(X2,mult(X1,X2))) = mult(X1,X2),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c01) ).

cnf(c03,axiom,
    mult(mult(X1,mult(X2,mult(X3,X2))),X4) = mult(X1,mult(X4,mult(mult(X3,X2),X4))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',c03) ).

cnf(goals,negated_conjecture,
    mult(a,mult(b,mult(a,mult(c,mult(d,c))))) != mult(a,mult(b,mult(d,c))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

cnf(c_0_4,axiom,
    mult(X1,mult(X2,mult(X3,X4))) = mult(X3,mult(X2,mult(X1,X4))),
    c02 ).

cnf(c_0_5,axiom,
    mult(X1,mult(X2,mult(X1,X2))) = mult(X1,X2),
    c01 ).

cnf(c_0_6,plain,
    mult(X1,mult(X2,mult(X3,mult(X2,X1)))) = mult(X3,mult(X2,X1)),
    inference(spm,[status(thm)],[c_0_4,c_0_5]) ).

cnf(c_0_7,axiom,
    mult(mult(X1,mult(X2,mult(X3,X2))),X4) = mult(X1,mult(X4,mult(mult(X3,X2),X4))),
    c03 ).

cnf(c_0_8,plain,
    mult(X1,mult(X2,mult(mult(X1,X2),X2))) = mult(X1,X2),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_6,c_0_6]),c_0_5]),c_0_4]) ).

cnf(c_0_9,plain,
    mult(X1,mult(X2,mult(mult(X1,X3),X2))) = mult(mult(X1,X3),X2),
    inference(spm,[status(thm)],[c_0_7,c_0_5]) ).

cnf(c_0_10,plain,
    mult(mult(X1,X2),X2) = mult(X1,X2),
    inference(rw,[status(thm)],[c_0_8,c_0_9]) ).

cnf(c_0_11,plain,
    mult(mult(X1,X2),mult(X3,mult(X4,X2))) = mult(X4,mult(X3,mult(X1,X2))),
    inference(spm,[status(thm)],[c_0_4,c_0_10]) ).

cnf(c_0_12,negated_conjecture,
    mult(a,mult(b,mult(a,mult(c,mult(d,c))))) != mult(a,mult(b,mult(d,c))),
    goals ).

cnf(c_0_13,plain,
    mult(X1,mult(X2,mult(X1,mult(X2,X3)))) = mult(X1,mult(X2,X3)),
    inference(spm,[status(thm)],[c_0_5,c_0_11]) ).

cnf(c_0_14,negated_conjecture,
    mult(a,mult(c,mult(a,mult(b,mult(d,c))))) != mult(a,mult(b,mult(d,c))),
    inference(rw,[status(thm)],[c_0_12,c_0_4]) ).

cnf(c_0_15,plain,
    mult(X1,mult(X2,mult(X1,mult(X3,mult(X4,X2))))) = mult(X1,mult(X3,mult(X4,X2))),
    inference(spm,[status(thm)],[c_0_13,c_0_6]) ).

cnf(c_0_16,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_14,c_0_15])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : ALG235-1 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.16/0.33  % Computer : n018.cluster.edu
% 0.16/0.33  % Model    : x86_64 x86_64
% 0.16/0.33  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.33  % Memory   : 8042.1875MB
% 0.16/0.33  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.33  % CPULimit   : 300
% 0.16/0.33  % WCLimit    : 300
% 0.16/0.33  % DateTime   : Mon Aug 28 04:38:46 EDT 2023
% 0.16/0.34  % CPUTime  : 
% 0.19/0.56  start to proof: theBenchmark
% 0.19/0.60  % Version  : CSE_E---1.5
% 0.19/0.60  % Problem  : theBenchmark.p
% 0.19/0.60  % Proof found
% 0.19/0.60  % SZS status Theorem for theBenchmark.p
% 0.19/0.60  % SZS output start Proof
% See solution above
% 0.19/0.60  % Total time : 0.028000 s
% 0.19/0.60  % SZS output end Proof
% 0.19/0.60  % Total time : 0.030000 s
%------------------------------------------------------------------------------