TSTP Solution File: KLE139+1 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KLE139+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : NO INFORMATION
% Format   : NO INFORMATION
% Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.YF1rGDCtZA true

% Computer : n019.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:38:46 EDT 2023

% Result   : Theorem 17.73s 3.13s
% Output   : Refutation 17.73s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    5
%            Number of leaves      :   15
% Syntax   : Number of formulae    :   31 (  24 unt;   7 typ;   0 def)
%            Number of atoms       :   24 (  23 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :  161 (   4   ~;   0   |;   0   &; 157   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   7 usr;   4 con; 0-2 aty)
%            Number of variables   :   37 (   0   ^;  37   !;   0   ?;  37   :)

% Comments : 
%------------------------------------------------------------------------------
thf(multiplication_type,type,
    multiplication: $i > $i > $i ).

thf(star_type,type,
    star: $i > $i ).

thf(one_type,type,
    one: $i ).

thf(addition_type,type,
    addition: $i > $i > $i ).

thf(strong_iteration_type,type,
    strong_iteration: $i > $i ).

thf(zero_type,type,
    zero: $i ).

thf(sk__type,type,
    sk_: $i ).

thf(goals,conjecture,
    ! [X0: $i] :
      ( ( strong_iteration @ X0 )
      = ( addition @ ( multiplication @ ( strong_iteration @ X0 ) @ X0 ) @ one ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X0: $i] :
        ( ( strong_iteration @ X0 )
        = ( addition @ ( multiplication @ ( strong_iteration @ X0 ) @ X0 ) @ one ) ),
    inference('cnf.neg',[status(esa)],[goals]) ).

thf(zip_derived_cl19,plain,
    ( ( strong_iteration @ sk_ )
   != ( addition @ ( multiplication @ ( strong_iteration @ sk_ ) @ sk_ ) @ one ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(additive_commutativity,axiom,
    ! [A: $i,B: $i] :
      ( ( addition @ A @ B )
      = ( addition @ B @ A ) ) ).

thf(zip_derived_cl0,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X1 @ X0 )
      = ( addition @ X0 @ X1 ) ),
    inference(cnf,[status(esa)],[additive_commutativity]) ).

thf(zip_derived_cl37,plain,
    ( ( strong_iteration @ sk_ )
   != ( addition @ one @ ( multiplication @ ( strong_iteration @ sk_ ) @ sk_ ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl19,zip_derived_cl0]) ).

thf(isolation,axiom,
    ! [A: $i] :
      ( ( strong_iteration @ A )
      = ( addition @ ( star @ A ) @ ( multiplication @ ( strong_iteration @ A ) @ zero ) ) ) ).

thf(zip_derived_cl16,plain,
    ! [X0: $i] :
      ( ( strong_iteration @ X0 )
      = ( addition @ ( star @ X0 ) @ ( multiplication @ ( strong_iteration @ X0 ) @ zero ) ) ),
    inference(cnf,[status(esa)],[isolation]) ).

thf(distributivity2,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ ( addition @ A @ B ) @ C )
      = ( addition @ ( multiplication @ A @ C ) @ ( multiplication @ B @ C ) ) ) ).

thf(zip_derived_cl8,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ ( addition @ X0 @ X2 ) @ X1 )
      = ( addition @ ( multiplication @ X0 @ X1 ) @ ( multiplication @ X2 @ X1 ) ) ),
    inference(cnf,[status(esa)],[distributivity2]) ).

thf(zip_derived_cl219,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ ( strong_iteration @ X0 ) @ X1 )
      = ( addition @ ( multiplication @ ( star @ X0 ) @ X1 ) @ ( multiplication @ ( multiplication @ ( strong_iteration @ X0 ) @ zero ) @ X1 ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl16,zip_derived_cl8]) ).

thf(multiplicative_associativity,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( multiplication @ B @ C ) )
      = ( multiplication @ ( multiplication @ A @ B ) @ C ) ) ).

thf(zip_derived_cl4,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( multiplication @ X0 @ ( multiplication @ X1 @ X2 ) )
      = ( multiplication @ ( multiplication @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[multiplicative_associativity]) ).

thf(left_annihilation,axiom,
    ! [A: $i] :
      ( ( multiplication @ zero @ A )
      = zero ) ).

thf(zip_derived_cl9,plain,
    ! [X0: $i] :
      ( ( multiplication @ zero @ X0 )
      = zero ),
    inference(cnf,[status(esa)],[left_annihilation]) ).

thf(zip_derived_cl221,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ ( strong_iteration @ X0 ) @ X1 )
      = ( addition @ ( multiplication @ ( star @ X0 ) @ X1 ) @ ( multiplication @ ( strong_iteration @ X0 ) @ zero ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl219,zip_derived_cl4,zip_derived_cl9]) ).

thf(star_unfold2,axiom,
    ! [A: $i] :
      ( ( addition @ one @ ( multiplication @ ( star @ A ) @ A ) )
      = ( star @ A ) ) ).

thf(zip_derived_cl11,plain,
    ! [X0: $i] :
      ( ( addition @ one @ ( multiplication @ ( star @ X0 ) @ X0 ) )
      = ( star @ X0 ) ),
    inference(cnf,[status(esa)],[star_unfold2]) ).

thf(additive_associativity,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( addition @ A @ ( addition @ B @ C ) )
      = ( addition @ ( addition @ A @ B ) @ C ) ) ).

thf(zip_derived_cl1,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( addition @ X0 @ ( addition @ X1 @ X2 ) )
      = ( addition @ ( addition @ X0 @ X1 ) @ X2 ) ),
    inference(cnf,[status(esa)],[additive_associativity]) ).

thf(zip_derived_cl122,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ one @ ( addition @ ( multiplication @ ( star @ X0 ) @ X0 ) @ X1 ) )
      = ( addition @ ( star @ X0 ) @ X1 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl11,zip_derived_cl1]) ).

thf(zip_derived_cl16_001,plain,
    ! [X0: $i] :
      ( ( strong_iteration @ X0 )
      = ( addition @ ( star @ X0 ) @ ( multiplication @ ( strong_iteration @ X0 ) @ zero ) ) ),
    inference(cnf,[status(esa)],[isolation]) ).

thf(zip_derived_cl11763,plain,
    ( ( strong_iteration @ sk_ )
   != ( strong_iteration @ sk_ ) ),
    inference(demod,[status(thm)],[zip_derived_cl37,zip_derived_cl221,zip_derived_cl122,zip_derived_cl16]) ).

thf(zip_derived_cl11764,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl11763]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.13  % Problem  : KLE139+1 : TPTP v8.1.2. Released v4.0.0.
% 0.00/0.14  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.YF1rGDCtZA true
% 0.13/0.35  % Computer : n019.cluster.edu
% 0.13/0.35  % Model    : x86_64 x86_64
% 0.13/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.35  % Memory   : 8042.1875MB
% 0.13/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.35  % CPULimit : 300
% 0.13/0.35  % WCLimit  : 300
% 0.13/0.35  % DateTime : Tue Aug 29 11:16:58 EDT 2023
% 0.13/0.35  % CPUTime  : 
% 0.13/0.35  % Running portfolio for 300 s
% 0.13/0.35  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.35  % Number of cores: 8
% 0.13/0.35  % Python version: Python 3.6.8
% 0.13/0.36  % Running in FO mode
% 0.21/0.67  % Total configuration time : 435
% 0.21/0.67  % Estimated wc time : 1092
% 0.21/0.67  % Estimated cpu time (7 cpus) : 156.0
% 0.21/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.21/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.21/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.21/0.74  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.21/0.76  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.21/0.77  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.21/0.78  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 17.73/3.13  % Solved by fo/fo3_bce.sh.
% 17.73/3.13  % BCE start: 20
% 17.73/3.13  % BCE eliminated: 0
% 17.73/3.13  % PE start: 20
% 17.73/3.13  logic: eq
% 17.73/3.13  % PE eliminated: 0
% 17.73/3.13  % done 973 iterations in 2.382s
% 17.73/3.13  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 17.73/3.13  % SZS output start Refutation
% See solution above
% 17.73/3.13  
% 17.73/3.13  
% 17.73/3.13  % Terminating...
% 17.73/3.22  % Runner terminated.
% 17.73/3.23  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------