TSTP Solution File: KLE137+1 by SInE---0.4

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : SInE---0.4
% Problem  : KLE137+1 : TPTP v5.0.0. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : Source/sine.py -e eprover -t %d %s

% Computer : art11.cs.miami.edu
% Model    : i686 i686
% CPU      : Intel(R) Pentium(R) 4 CPU 3.00GHz @ 3000MHz
% Memory   : 2006MB
% OS       : Linux 2.6.31.5-127.fc12.i686.PAE
% CPULimit : 300s
% DateTime : Sat Dec 25 12:38:44 EST 2010

% Result   : Theorem 0.41s
% Output   : CNFRefutation 0.41s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   10
%            Number of leaves      :    7
% Syntax   : Number of formulae    :   35 (  25 unt;   0 def)
%            Number of atoms       :   49 (  19 equ)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :   28 (  14   ~;  10   |;   2   &)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    6 (   3 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of predicates  :    3 (   1 usr;   1 prp; 0-2 aty)
%            Number of functors    :    5 (   5 usr;   2 con; 0-2 aty)
%            Number of variables   :   53 (   6 sgn  29   !;   2   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(2,axiom,
    ! [X1] : multiplication(one,X1) = X1,
    file('/tmp/tmpnLSBe3/sel_KLE137+1.p_1',multiplicative_left_identity) ).

fof(6,axiom,
    ! [X1] : multiplication(X1,one) = X1,
    file('/tmp/tmpnLSBe3/sel_KLE137+1.p_1',multiplicative_right_identity) ).

fof(7,axiom,
    ! [X1] : addition(X1,X1) = X1,
    file('/tmp/tmpnLSBe3/sel_KLE137+1.p_1',idempotence) ).

fof(11,axiom,
    ! [X3,X2,X1] : addition(X1,addition(X2,X3)) = addition(addition(X1,X2),X3),
    file('/tmp/tmpnLSBe3/sel_KLE137+1.p_1',additive_associativity) ).

fof(12,axiom,
    ! [X1,X2,X3] :
      ( leq(X3,addition(multiplication(X1,X3),X2))
     => leq(X3,multiplication(strong_iteration(X1),X2)) ),
    file('/tmp/tmpnLSBe3/sel_KLE137+1.p_1',infty_coinduction) ).

fof(16,axiom,
    ! [X1,X2] :
      ( leq(X1,X2)
    <=> addition(X1,X2) = X2 ),
    file('/tmp/tmpnLSBe3/sel_KLE137+1.p_1',order) ).

fof(19,conjecture,
    ! [X4] : leq(X4,strong_iteration(one)),
    file('/tmp/tmpnLSBe3/sel_KLE137+1.p_1',goals) ).

fof(20,negated_conjecture,
    ~ ! [X4] : leq(X4,strong_iteration(one)),
    inference(assume_negation,[status(cth)],[19]) ).

fof(23,plain,
    ! [X2] : multiplication(one,X2) = X2,
    inference(variable_rename,[status(thm)],[2]) ).

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

fof(31,plain,
    ! [X2] : multiplication(X2,one) = X2,
    inference(variable_rename,[status(thm)],[6]) ).

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

fof(33,plain,
    ! [X2] : addition(X2,X2) = X2,
    inference(variable_rename,[status(thm)],[7]) ).

cnf(34,plain,
    addition(X1,X1) = X1,
    inference(split_conjunct,[status(thm)],[33]) ).

fof(43,plain,
    ! [X4,X5,X6] : addition(X6,addition(X5,X4)) = addition(addition(X6,X5),X4),
    inference(variable_rename,[status(thm)],[11]) ).

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

fof(45,plain,
    ! [X1,X2,X3] :
      ( ~ leq(X3,addition(multiplication(X1,X3),X2))
      | leq(X3,multiplication(strong_iteration(X1),X2)) ),
    inference(fof_nnf,[status(thm)],[12]) ).

fof(46,plain,
    ! [X4,X5,X6] :
      ( ~ leq(X6,addition(multiplication(X4,X6),X5))
      | leq(X6,multiplication(strong_iteration(X4),X5)) ),
    inference(variable_rename,[status(thm)],[45]) ).

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

fof(54,plain,
    ! [X1,X2] :
      ( ( ~ leq(X1,X2)
        | addition(X1,X2) = X2 )
      & ( addition(X1,X2) != X2
        | leq(X1,X2) ) ),
    inference(fof_nnf,[status(thm)],[16]) ).

fof(55,plain,
    ! [X3,X4] :
      ( ( ~ leq(X3,X4)
        | addition(X3,X4) = X4 )
      & ( addition(X3,X4) != X4
        | leq(X3,X4) ) ),
    inference(variable_rename,[status(thm)],[54]) ).

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

fof(62,negated_conjecture,
    ? [X4] : ~ leq(X4,strong_iteration(one)),
    inference(fof_nnf,[status(thm)],[20]) ).

fof(63,negated_conjecture,
    ? [X5] : ~ leq(X5,strong_iteration(one)),
    inference(variable_rename,[status(thm)],[62]) ).

fof(64,negated_conjecture,
    ~ leq(esk1_0,strong_iteration(one)),
    inference(skolemize,[status(esa)],[63]) ).

cnf(65,negated_conjecture,
    ~ leq(esk1_0,strong_iteration(one)),
    inference(split_conjunct,[status(thm)],[64]) ).

cnf(91,plain,
    addition(X1,X2) = addition(X1,addition(X1,X2)),
    inference(spm,[status(thm)],[44,34,theory(equality)]) ).

cnf(179,plain,
    ( leq(X1,multiplication(strong_iteration(one),X2))
    | ~ leq(X1,addition(X1,X2)) ),
    inference(spm,[status(thm)],[47,24,theory(equality)]) ).

cnf(252,plain,
    leq(X1,addition(X1,X2)),
    inference(spm,[status(thm)],[56,91,theory(equality)]) ).

cnf(7845,plain,
    ( leq(X1,multiplication(strong_iteration(one),X2))
    | $false ),
    inference(rw,[status(thm)],[179,252,theory(equality)]) ).

cnf(7846,plain,
    leq(X1,multiplication(strong_iteration(one),X2)),
    inference(cn,[status(thm)],[7845,theory(equality)]) ).

cnf(7847,plain,
    leq(X1,strong_iteration(one)),
    inference(spm,[status(thm)],[7846,32,theory(equality)]) ).

cnf(7865,negated_conjecture,
    $false,
    inference(rw,[status(thm)],[65,7847,theory(equality)]) ).

cnf(7866,negated_conjecture,
    $false,
    inference(cn,[status(thm)],[7865,theory(equality)]) ).

cnf(7867,negated_conjecture,
    $false,
    7866,
    [proof] ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% /home/graph/tptp/Systems/SInE---0.4/Source/sine.py:10: DeprecationWarning: the sets module is deprecated
%   from sets import Set
% % SZS status Started for /home/graph/tptp/TPTP/Problems/KLE/KLE137+1.p
% --creating new selector for [KLE004+0.ax]
% -running prover on /tmp/tmpnLSBe3/sel_KLE137+1.p_1 with time limit 29
% -prover status Theorem
% Problem KLE137+1.p solved in phase 0.
% % SZS status Theorem for /home/graph/tptp/TPTP/Problems/KLE/KLE137+1.p
% % SZS status Ended for /home/graph/tptp/TPTP/Problems/KLE/KLE137+1.p
% Solved 1 out of 1.
% # Problem is unsatisfiable (or provable), constructing proof object
% # SZS status Theorem
% # SZS output start CNFRefutation.
% See solution above
% # SZS output end CNFRefutation
% 
%------------------------------------------------------------------------------