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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : CSE_E---1.5
% Problem  : KLE006+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s

% 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  : 300s
% DateTime : Thu Aug 31 05:25:31 EDT 2023

% Result   : Theorem 0.19s 0.59s
% Output   : CNFRefutation 0.19s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   27 (   6 unt;  10 typ;   0 def)
%            Number of atoms       :   44 (  22 equ)
%            Maximal formula atoms :   10 (   2 avg)
%            Number of connectives :   45 (  18   ~;  15   |;   7   &)
%                                         (   2 <=>;   3  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   4 avg)
%            Maximal term depth    :    3 (   1 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (   7   >;   4   *;   0   +;   0  <<)
%            Number of predicates  :    5 (   3 usr;   1 prp; 0-2 aty)
%            Number of functors    :    7 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   22 (   0 sgn;  14   !;   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,
    leq: ( $i * $i ) > $o ).

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

tff(decl_28,type,
    complement: ( $i * $i ) > $o ).

tff(decl_29,type,
    c: $i > $i ).

tff(decl_30,type,
    esk1_1: $i > $i ).

tff(decl_31,type,
    esk2_0: $i ).

fof(test_3,axiom,
    ! [X4,X5] :
      ( test(X4)
     => ( c(X4) = X5
      <=> complement(X4,X5) ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_3) ).

fof(goals,conjecture,
    ! [X4] :
      ( test(X4)
     => one = addition(X4,c(X4)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

fof(test_2,axiom,
    ! [X4,X5] :
      ( complement(X5,X4)
    <=> ( multiplication(X4,X5) = zero
        & multiplication(X5,X4) = zero
        & addition(X4,X5) = one ) ),
    file('/export/starexec/sandbox2/benchmark/Axioms/KLE001+1.ax',test_2) ).

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

fof(c_0_4,plain,
    ! [X34,X35] :
      ( ( c(X34) != X35
        | complement(X34,X35)
        | ~ test(X34) )
      & ( ~ complement(X34,X35)
        | c(X34) = X35
        | ~ test(X34) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[test_3])])]) ).

fof(c_0_5,negated_conjecture,
    ~ ! [X4] :
        ( test(X4)
       => one = addition(X4,c(X4)) ),
    inference(assume_negation,[status(cth)],[goals]) ).

fof(c_0_6,plain,
    ! [X32,X33] :
      ( ( multiplication(X32,X33) = zero
        | ~ complement(X33,X32) )
      & ( multiplication(X33,X32) = zero
        | ~ complement(X33,X32) )
      & ( addition(X32,X33) = one
        | ~ complement(X33,X32) )
      & ( multiplication(X32,X33) != zero
        | multiplication(X33,X32) != zero
        | addition(X32,X33) != one
        | complement(X33,X32) ) ),
    inference(distribute,[status(thm)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[test_2])])]) ).

cnf(c_0_7,plain,
    ( complement(X1,X2)
    | c(X1) != X2
    | ~ test(X1) ),
    inference(split_conjunct,[status(thm)],[c_0_4]) ).

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

fof(c_0_9,negated_conjecture,
    ( test(esk2_0)
    & one != addition(esk2_0,c(esk2_0)) ),
    inference(skolemize,[status(esa)],[inference(variable_rename,[status(thm)],[inference(fof_nnf,[status(thm)],[c_0_5])])]) ).

cnf(c_0_10,plain,
    ( addition(X1,X2) = one
    | ~ complement(X2,X1) ),
    inference(split_conjunct,[status(thm)],[c_0_6]) ).

cnf(c_0_11,plain,
    ( complement(X1,c(X1))
    | ~ test(X1) ),
    inference(er,[status(thm)],[c_0_7]) ).

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

cnf(c_0_13,negated_conjecture,
    one != addition(esk2_0,c(esk2_0)),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

cnf(c_0_14,plain,
    ( addition(X1,c(X1)) = one
    | ~ test(X1) ),
    inference(rw,[status(thm)],[inference(spm,[status(thm)],[c_0_10,c_0_11]),c_0_12]) ).

cnf(c_0_15,negated_conjecture,
    test(esk2_0),
    inference(split_conjunct,[status(thm)],[c_0_9]) ).

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

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.11/0.12  % Problem    : KLE006+1 : TPTP v8.1.2. Released v4.0.0.
% 0.11/0.13  % Command    : java -jar /export/starexec/sandbox2/solver/bin/mcs_scs.jar %d %s
% 0.13/0.34  % Computer : n024.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit   : 300
% 0.13/0.34  % WCLimit    : 300
% 0.13/0.34  % DateTime   : Tue Aug 29 11:32:08 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.19/0.57  start to proof: theBenchmark
% 0.19/0.59  % Version  : CSE_E---1.5
% 0.19/0.59  % Problem  : theBenchmark.p
% 0.19/0.59  % Proof found
% 0.19/0.59  % SZS status Theorem for theBenchmark.p
% 0.19/0.59  % SZS output start Proof
% See solution above
% 0.19/0.59  % Total time : 0.006000 s
% 0.19/0.59  % SZS output end Proof
% 0.19/0.59  % Total time : 0.009000 s
%------------------------------------------------------------------------------