TSTP Solution File: KLE142+1 by CSE_E---1.5

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : KLE142+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 : n013.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 05:26:33 EDT 2023

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

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

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

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

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

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

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

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

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

fof(infty_coinduction,axiom,
    ! [X1,X2,X3] :
      ( leq(X3,addition(multiplication(X1,X3),X2))
     => leq(X3,multiplication(strong_iteration(X1),X2)) ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE004+0.ax',infty_coinduction) ).

fof(multiplicative_left_identity,axiom,
    ! [X1] : multiplication(one,X1) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE004+0.ax',multiplicative_left_identity) ).

fof(additive_identity,axiom,
    ! [X1] : addition(X1,zero) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE004+0.ax',additive_identity) ).

fof(order,axiom,
    ! [X1,X2] :
      ( leq(X1,X2)
    <=> addition(X1,X2) = X2 ),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE004+0.ax',order) ).

fof(idempotence,axiom,
    ! [X1] : addition(X1,X1) = X1,
    file('/export/starexec/sandbox/benchmark/Axioms/KLE004+0.ax',idempotence) ).

fof(isolation,axiom,
    ! [X1] : strong_iteration(X1) = addition(star(X1),multiplication(strong_iteration(X1),zero)),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE004+0.ax',isolation) ).

fof(additive_commutativity,axiom,
    ! [X1,X2] : addition(X1,X2) = addition(X2,X1),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE004+0.ax',additive_commutativity) ).

fof(goals,conjecture,
    ! [X4] : strong_iteration(strong_iteration(X4)) = strong_iteration(one),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

fof(c_0_8,plain,
    ! [X33,X34,X35] :
      ( ~ leq(X35,addition(multiplication(X33,X35),X34))
      | leq(X35,multiplication(strong_iteration(X33),X34)) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[infty_coinduction])]) ).

fof(c_0_9,plain,
    ! [X16] : multiplication(one,X16) = X16,
    inference(variable_rename,[status(thm)],[multiplicative_left_identity]) ).

cnf(c_0_10,plain,
    ( leq(X1,multiplication(strong_iteration(X2),X3))
    | ~ leq(X1,addition(multiplication(X2,X1),X3)) ),
    inference(split_conjunct,[status(thm)],[c_0_8]) ).

cnf(c_0_11,plain,
    multiplication(one,X1) = X1,
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

fof(c_0_12,plain,
    ! [X10] : addition(X10,zero) = X10,
    inference(variable_rename,[status(thm)],[additive_identity]) ).

cnf(c_0_13,plain,
    ( leq(X1,multiplication(strong_iteration(one),X2))
    | ~ leq(X1,addition(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_10,c_0_11]) ).

cnf(c_0_14,plain,
    addition(X1,zero) = X1,
    inference(split_conjunct,[status(thm)],[c_0_12]) ).

fof(c_0_15,plain,
    ! [X37,X38] :
      ( ( ~ leq(X37,X38)
        | addition(X37,X38) = X38 )
      & ( addition(X37,X38) != X38
        | leq(X37,X38) ) ),
    inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[order])]) ).

fof(c_0_16,plain,
    ! [X11] : addition(X11,X11) = X11,
    inference(variable_rename,[status(thm)],[idempotence]) ).

cnf(c_0_17,plain,
    ( leq(X1,multiplication(strong_iteration(one),zero))
    | ~ leq(X1,X1) ),
    inference(spm,[status(thm)],[c_0_13,c_0_14]) ).

cnf(c_0_18,plain,
    ( leq(X1,X2)
    | addition(X1,X2) != X2 ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_19,plain,
    addition(X1,X1) = X1,
    inference(split_conjunct,[status(thm)],[c_0_16]) ).

fof(c_0_20,plain,
    ! [X36] : strong_iteration(X36) = addition(star(X36),multiplication(strong_iteration(X36),zero)),
    inference(variable_rename,[status(thm)],[isolation]) ).

cnf(c_0_21,plain,
    ( addition(X1,X2) = X2
    | ~ leq(X1,X2) ),
    inference(split_conjunct,[status(thm)],[c_0_15]) ).

cnf(c_0_22,plain,
    leq(X1,multiplication(strong_iteration(one),zero)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_17,c_0_18]),c_0_19])]) ).

cnf(c_0_23,plain,
    strong_iteration(X1) = addition(star(X1),multiplication(strong_iteration(X1),zero)),
    inference(split_conjunct,[status(thm)],[c_0_20]) ).

cnf(c_0_24,plain,
    addition(X1,multiplication(strong_iteration(one),zero)) = multiplication(strong_iteration(one),zero),
    inference(spm,[status(thm)],[c_0_21,c_0_22]) ).

cnf(c_0_25,plain,
    multiplication(strong_iteration(one),zero) = strong_iteration(one),
    inference(spm,[status(thm)],[c_0_23,c_0_24]) ).

cnf(c_0_26,plain,
    addition(X1,strong_iteration(one)) = strong_iteration(one),
    inference(rw,[status(thm)],[inference(rw,[status(thm)],[c_0_24,c_0_25]),c_0_25]) ).

cnf(c_0_27,plain,
    leq(X1,strong_iteration(one)),
    inference(rw,[status(thm)],[c_0_22,c_0_25]) ).

fof(c_0_28,plain,
    ! [X5,X6] : addition(X5,X6) = addition(X6,X5),
    inference(variable_rename,[status(thm)],[additive_commutativity]) ).

cnf(c_0_29,plain,
    ( leq(X1,multiplication(strong_iteration(X2),zero))
    | ~ leq(X1,multiplication(X2,X1)) ),
    inference(spm,[status(thm)],[c_0_10,c_0_14]) ).

cnf(c_0_30,plain,
    leq(X1,multiplication(strong_iteration(X2),strong_iteration(one))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_10,c_0_26]),c_0_27])]) ).

cnf(c_0_31,plain,
    addition(X1,X2) = addition(X2,X1),
    inference(split_conjunct,[status(thm)],[c_0_28]) ).

fof(c_0_32,negated_conjecture,
    ~ ! [X4] : strong_iteration(strong_iteration(X4)) = strong_iteration(one),
    inference(assume_negation,[status(cth)],[goals]) ).

cnf(c_0_33,plain,
    leq(strong_iteration(one),multiplication(strong_iteration(strong_iteration(X1)),zero)),
    inference(spm,[status(thm)],[c_0_29,c_0_30]) ).

cnf(c_0_34,plain,
    addition(strong_iteration(one),X1) = strong_iteration(one),
    inference(spm,[status(thm)],[c_0_31,c_0_26]) ).

fof(c_0_35,negated_conjecture,
    strong_iteration(strong_iteration(esk1_0)) != strong_iteration(one),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_32])])]) ).

cnf(c_0_36,plain,
    multiplication(strong_iteration(strong_iteration(X1)),zero) = strong_iteration(one),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_21,c_0_33]),c_0_34]) ).

cnf(c_0_37,negated_conjecture,
    strong_iteration(strong_iteration(esk1_0)) != strong_iteration(one),
    inference(split_conjunct,[status(thm)],[c_0_35]) ).

cnf(c_0_38,plain,
    strong_iteration(strong_iteration(X1)) = strong_iteration(one),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_23,c_0_36]),c_0_26]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem    : KLE142+1 : TPTP v8.1.2. Released v4.0.0.
% 0.12/0.13  % Command    : java -jar /export/starexec/sandbox/solver/bin/mcs_scs.jar %d %s
% 0.12/0.34  % Computer : n013.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   : Tue Aug 29 12:20:46 EDT 2023
% 0.12/0.34  % CPUTime  : 
% 0.19/0.55  start to proof: theBenchmark
% 0.19/0.58  % Version  : CSE_E---1.5
% 0.19/0.58  % Problem  : theBenchmark.p
% 0.19/0.58  % Proof found
% 0.19/0.58  % SZS status Theorem for theBenchmark.p
% 0.19/0.58  % SZS output start Proof
% See solution above
% 0.19/0.58  % Total time : 0.015000 s
% 0.19/0.58  % SZS output end Proof
% 0.19/0.58  % Total time : 0.018000 s
%------------------------------------------------------------------------------