TSTP Solution File: KLE142+1 by Enigma---0.5.1

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Enigma---0.5.1
% Problem  : KLE142+1 : TPTP v8.1.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : enigmatic-eprover.py %s %d 1

% Computer : n024.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  : 600s
% DateTime : Sun Jul 17 01:50:31 EDT 2022

% Result   : Theorem 7.06s 2.22s
% Output   : CNFRefutation 7.06s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   11
%            Number of leaves      :   10
% Syntax   : Number of formulae    :   44 (  35 unt;   0 def)
%            Number of atoms       :   55 (  35 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   22 (  11   ~;   8   |;   1   &)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   2 avg)
%            Maximal term depth    :    4 (   2 avg)
%            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   :   65 (  10 sgn  32   !;   0   ?)

% Comments : 
%------------------------------------------------------------------------------
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_associativity,axiom,
    ! [X3,X2,X1] : addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    file('/export/starexec/sandbox/benchmark/Axioms/KLE004+0.ax',additive_associativity) ).

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

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

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

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

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(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(c_0_10,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_11,plain,
    ! [X16] : multiplication(one,X16) = X16,
    inference(variable_rename,[status(thm)],[multiplicative_left_identity]) ).

fof(c_0_12,plain,
    ! [X7,X8,X9] : addition(X9,addition(X8,X7)) = addition(addition(X9,X8),X7),
    inference(variable_rename,[status(thm)],[additive_associativity]) ).

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

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

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

fof(c_0_16,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])]) ).

cnf(c_0_17,plain,
    addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    inference(split_conjunct,[status(thm)],[c_0_12]) ).

cnf(c_0_18,plain,
    addition(X1,X1) = X1,
    inference(split_conjunct,[status(thm)],[c_0_13]) ).

cnf(c_0_19,plain,
    ( leq(X1,multiplication(strong_iteration(one),X2))
    | ~ leq(X1,addition(X1,X2)) ),
    inference(spm,[status(thm)],[c_0_14,c_0_15]) ).

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

cnf(c_0_21,plain,
    addition(X1,addition(X1,X2)) = addition(X1,X2),
    inference(spm,[status(thm)],[c_0_17,c_0_18]) ).

fof(c_0_22,plain,
    ! [X15] : multiplication(X15,one) = X15,
    inference(variable_rename,[status(thm)],[multiplicative_right_identity]) ).

cnf(c_0_23,plain,
    leq(X1,multiplication(strong_iteration(one),X2)),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_19,c_0_20]),c_0_21])]) ).

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

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

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

cnf(c_0_27,plain,
    leq(X1,strong_iteration(one)),
    inference(spm,[status(thm)],[c_0_23,c_0_24]) ).

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

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

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

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

cnf(c_0_32,plain,
    leq(X1,multiplication(strong_iteration(X2),strong_iteration(one))),
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_14,c_0_29]),c_0_27])]) ).

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

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

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

cnf(c_0_36,plain,
    leq(strong_iteration(one),multiplication(strong_iteration(strong_iteration(X1)),zero)),
    inference(spm,[status(thm)],[c_0_31,c_0_32]) ).

cnf(c_0_37,plain,
    addition(strong_iteration(one),X1) = strong_iteration(one),
    inference(spm,[status(thm)],[c_0_33,c_0_29]) ).

fof(c_0_38,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_34])])]) ).

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

cnf(c_0_40,plain,
    multiplication(strong_iteration(strong_iteration(X1)),zero) = strong_iteration(one),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_26,c_0_36]),c_0_37]) ).

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

cnf(c_0_42,plain,
    strong_iteration(strong_iteration(X1)) = strong_iteration(one),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_39,c_0_40]),c_0_29]) ).

cnf(c_0_43,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[inference(rw,[status(thm)],[c_0_41,c_0_42])]),
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : KLE142+1 : TPTP v8.1.0. Released v4.0.0.
% 0.00/0.11  % Command  : enigmatic-eprover.py %s %d 1
% 0.11/0.32  % Computer : n024.cluster.edu
% 0.11/0.32  % Model    : x86_64 x86_64
% 0.11/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.32  % Memory   : 8042.1875MB
% 0.11/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.32  % CPULimit : 300
% 0.11/0.32  % WCLimit  : 600
% 0.11/0.32  % DateTime : Thu Jun 16 15:31:20 EDT 2022
% 0.11/0.32  % CPUTime  : 
% 0.17/0.44  # ENIGMATIC: Selected SinE mode:
% 0.17/0.45  # Parsing /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.17/0.45  # Filter: axfilter_auto   0 goes into file theBenchmark_axfilter_auto   0.p
% 0.17/0.45  # Filter: axfilter_auto   1 goes into file theBenchmark_axfilter_auto   1.p
% 0.17/0.45  # Filter: axfilter_auto   2 goes into file theBenchmark_axfilter_auto   2.p
% 7.06/2.22  # ENIGMATIC: Solved by autoschedule:
% 7.06/2.22  # No SInE strategy applied
% 7.06/2.22  # Trying AutoSched0 for 150 seconds
% 7.06/2.22  # AutoSched0-Mode selected heuristic G_____0010_evo
% 7.06/2.22  # and selection function SelectMaxLComplexAvoidPosPred.
% 7.06/2.22  #
% 7.06/2.22  # Preprocessing time       : 0.025 s
% 7.06/2.22  
% 7.06/2.22  # Proof found!
% 7.06/2.22  # SZS status Theorem
% 7.06/2.22  # SZS output start CNFRefutation
% See solution above
% 7.06/2.22  # Training examples: 0 positive, 0 negative
% 7.06/2.22  
% 7.06/2.22  # -------------------------------------------------
% 7.06/2.22  # User time                : 0.030 s
% 7.06/2.22  # System time              : 0.006 s
% 7.06/2.22  # Total time               : 0.035 s
% 7.06/2.22  # Maximum resident set size: 7120 pages
% 7.06/2.22  
%------------------------------------------------------------------------------