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

View Problem - Process Solution

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

% Computer : n010.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 12:46:08 EDT 2023

% Result   : Unsatisfiable 0.20s 0.57s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    9
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   40 (  33 unt;   7 typ;   0 def)
%            Number of atoms       :   33 (  32 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    :    5 (   2 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    6 (   4   >;   2   *;   0   +;   0  <<)
%            Number of predicates  :    2 (   0 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   42 (   0 sgn;   0   !;   0   ?;   0   :)

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

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

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

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

tff(decl_26,type,
    s: $i > $i ).

tff(decl_27,type,
    sum: $i > $i ).

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

cnf(times_s,axiom,
    times(s(X1),X2) = '+'(X2,times(X1,X2)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',times_s) ).

cnf(times_one,axiom,
    times(X1,one) = X1,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',times_one) ).

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

cnf(plus_assoc,axiom,
    '+'(X1,'+'(X2,X3)) = '+'('+'(X1,X2),X3),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus_assoc) ).

cnf(plus_s,axiom,
    '+'(s(X1),X2) = s('+'(X1,X2)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',plus_s) ).

cnf(sum_s,axiom,
    sum(s(X1)) = '+'(s(X1),sum(X1)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',sum_s) ).

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

cnf(induction_hypothesis,axiom,
    '+'(sum(a),sum(a)) = times(a,s(a)),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',induction_hypothesis) ).

cnf(goal,negated_conjecture,
    '+'(sum(s(a)),sum(s(a))) != times(s(a),s(s(a))),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goal) ).

cnf(c_0_9,axiom,
    times(s(X1),X2) = '+'(X2,times(X1,X2)),
    times_s ).

cnf(c_0_10,axiom,
    times(X1,one) = X1,
    times_one ).

cnf(c_0_11,axiom,
    '+'(X1,X2) = '+'(X2,X1),
    plus_comm ).

cnf(c_0_12,plain,
    '+'(one,X1) = s(X1),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_10]),c_0_10]) ).

cnf(c_0_13,plain,
    '+'(X1,one) = s(X1),
    inference(spm,[status(thm)],[c_0_11,c_0_12]) ).

cnf(c_0_14,axiom,
    '+'(X1,'+'(X2,X3)) = '+'('+'(X1,X2),X3),
    plus_assoc ).

cnf(c_0_15,axiom,
    '+'(s(X1),X2) = s('+'(X1,X2)),
    plus_s ).

cnf(c_0_16,axiom,
    sum(s(X1)) = '+'(s(X1),sum(X1)),
    sum_s ).

cnf(c_0_17,plain,
    '+'(s(X1),X2) = '+'(X1,s(X2)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_13,c_0_14]),c_0_13]),c_0_15]) ).

cnf(c_0_18,plain,
    '+'(sum(X1),s(X1)) = sum(s(X1)),
    inference(rw,[status(thm)],[c_0_16,c_0_11]) ).

cnf(c_0_19,plain,
    '+'(X1,s(X2)) = '+'(X2,s(X1)),
    inference(spm,[status(thm)],[c_0_11,c_0_17]) ).

cnf(c_0_20,axiom,
    times(X1,X2) = times(X2,X1),
    times_comm ).

cnf(c_0_21,axiom,
    '+'(sum(a),sum(a)) = times(a,s(a)),
    induction_hypothesis ).

cnf(c_0_22,plain,
    s('+'(X1,X2)) = '+'(X1,s(X2)),
    inference(rw,[status(thm)],[c_0_15,c_0_17]) ).

cnf(c_0_23,plain,
    '+'(X1,s(sum(X1))) = sum(s(X1)),
    inference(rw,[status(thm)],[c_0_18,c_0_19]) ).

cnf(c_0_24,plain,
    times(one,X1) = X1,
    inference(spm,[status(thm)],[c_0_10,c_0_20]) ).

cnf(c_0_25,plain,
    '+'(a,'+'(sum(a),s(sum(a)))) = times(s(a),s(a)),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_9,c_0_21]),c_0_17]),c_0_22]) ).

cnf(c_0_26,plain,
    '+'(X1,'+'(sum(X1),s(X2))) = '+'(sum(s(X1)),X2),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_23]),c_0_17]) ).

cnf(c_0_27,negated_conjecture,
    '+'(sum(s(a)),sum(s(a))) != times(s(a),s(s(a))),
    goal ).

cnf(c_0_28,plain,
    '+'(X1,X1) = times(s(one),X1),
    inference(spm,[status(thm)],[c_0_9,c_0_24]) ).

cnf(c_0_29,plain,
    '+'(X1,times(X1,X2)) = times(s(X2),X1),
    inference(spm,[status(thm)],[c_0_9,c_0_20]) ).

cnf(c_0_30,plain,
    times(s(a),s(a)) = '+'(sum(a),sum(s(a))),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_25,c_0_26]),c_0_11]) ).

cnf(c_0_31,negated_conjecture,
    times(s(a),s(s(a))) != times(s(one),sum(s(a))),
    inference(rw,[status(thm)],[c_0_27,c_0_28]) ).

cnf(c_0_32,plain,
    $false,
    inference(sr,[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_29,c_0_30]),c_0_17]),c_0_22]),c_0_26]),c_0_28]),c_0_20]),c_0_31]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem    : NUN134-1 : TPTP v8.1.2. Released v8.1.0.
% 0.00/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.12/0.34  % Computer : n010.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit   : 300
% 0.12/0.34  % WCLimit    : 300
% 0.12/0.34  % DateTime   : Sun Aug 27 09:03:34 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.20/0.54  start to proof: theBenchmark
% 0.20/0.57  % Version  : CSE_E---1.5
% 0.20/0.57  % Problem  : theBenchmark.p
% 0.20/0.57  % Proof found
% 0.20/0.57  % SZS status Theorem for theBenchmark.p
% 0.20/0.57  % SZS output start Proof
% See solution above
% 0.20/0.58  % Total time : 0.023000 s
% 0.20/0.58  % SZS output end Proof
% 0.20/0.58  % Total time : 0.026000 s
%------------------------------------------------------------------------------