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

View Problem - Process Solution

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

% Computer : n002.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:48 EDT 2023

% Result   : Theorem 9.52s 2.06s
% Output   : Refutation 9.52s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   18
% Syntax   : Number of formulae    :   72 (  46 unt;   7 typ;   0 def)
%            Number of atoms       :   84 (  49 equ;   0 cnn)
%            Maximal formula atoms :    2 (   1 avg)
%            Number of connectives :  386 (  20   ~;  17   |;   0   &; 347   @)
%                                         (   1 <=>;   1  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    8 (   8   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    9 (   7 usr;   3 con; 0-2 aty)
%            Number of variables   :   99 (   0   ^;  99   !;   0   ?;  99   :)

% 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(leq_type,type,
    leq: $i > $i > $o ).

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

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

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

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

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

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

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

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

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

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_cl31,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X0 @ ( addition @ X0 @ X1 ) )
      = ( addition @ X0 @ X1 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl3,zip_derived_cl1]) ).

thf(zip_derived_cl584,plain,
    ! [X0: $i] :
      ( ( addition @ one @ ( star @ X0 ) )
      = ( star @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl10,zip_derived_cl31]) ).

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(order,axiom,
    ! [A: $i,B: $i] :
      ( ( leq @ A @ B )
    <=> ( ( addition @ A @ B )
        = B ) ) ).

thf(zip_derived_cl18,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X0 @ X1 )
      | ( ( addition @ X0 @ X1 )
       != X1 ) ),
    inference(cnf,[status(esa)],[order]) ).

thf(zip_derived_cl145,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( leq @ ( multiplication @ X2 @ X0 ) @ ( multiplication @ X1 @ X0 ) )
      | ( ( multiplication @ ( addition @ X2 @ X1 ) @ X0 )
       != ( multiplication @ X1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl8,zip_derived_cl18]) ).

thf(zip_derived_cl4070,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ ( multiplication @ one @ X1 ) @ ( multiplication @ ( star @ X0 ) @ X1 ) )
      | ( ( multiplication @ ( star @ X0 ) @ X1 )
       != ( multiplication @ ( star @ X0 ) @ X1 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl584,zip_derived_cl145]) ).

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

thf(zip_derived_cl6,plain,
    ! [X0: $i] :
      ( ( multiplication @ one @ X0 )
      = X0 ),
    inference(cnf,[status(esa)],[multiplicative_left_identity]) ).

thf(zip_derived_cl4121,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X1 @ ( multiplication @ ( star @ X0 ) @ X1 ) )
      | ( ( multiplication @ ( star @ X0 ) @ X1 )
       != ( multiplication @ ( star @ X0 ) @ X1 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl4070,zip_derived_cl6]) ).

thf(zip_derived_cl4122,plain,
    ! [X0: $i,X1: $i] : ( leq @ X1 @ ( multiplication @ ( star @ X0 ) @ X1 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl4121]) ).

thf(zip_derived_cl6_001,plain,
    ! [X0: $i] :
      ( ( multiplication @ one @ X0 )
      = X0 ),
    inference(cnf,[status(esa)],[multiplicative_left_identity]) ).

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

thf(zip_derived_cl14,plain,
    ! [X0: $i] :
      ( ( strong_iteration @ X0 )
      = ( addition @ ( multiplication @ X0 @ ( strong_iteration @ X0 ) ) @ one ) ),
    inference(cnf,[status(esa)],[infty_unfold1]) ).

thf(zip_derived_cl102,plain,
    ( ( strong_iteration @ one )
    = ( addition @ ( strong_iteration @ one ) @ one ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl6,zip_derived_cl14]) ).

thf(zip_derived_cl1_002,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_cl171,plain,
    ! [X0: $i] :
      ( ( addition @ ( strong_iteration @ one ) @ ( addition @ one @ X0 ) )
      = ( addition @ ( strong_iteration @ one ) @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl102,zip_derived_cl1]) ).

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_cl509,plain,
    ! [X0: $i] :
      ( ( addition @ ( addition @ one @ X0 ) @ ( strong_iteration @ one ) )
      = ( addition @ ( strong_iteration @ one ) @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl171,zip_derived_cl0]) ).

thf(zip_derived_cl6_003,plain,
    ! [X0: $i] :
      ( ( multiplication @ one @ X0 )
      = X0 ),
    inference(cnf,[status(esa)],[multiplicative_left_identity]) ).

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

thf(zip_derived_cl5,plain,
    ! [X0: $i] :
      ( ( multiplication @ X0 @ one )
      = X0 ),
    inference(cnf,[status(esa)],[multiplicative_right_identity]) ).

thf(infty_coinduction,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( leq @ C @ ( addition @ ( multiplication @ A @ C ) @ B ) )
     => ( leq @ C @ ( multiplication @ ( strong_iteration @ A ) @ B ) ) ) ).

thf(zip_derived_cl15,plain,
    ! [X0: $i,X1: $i,X2: $i] :
      ( ( leq @ X0 @ ( multiplication @ ( strong_iteration @ X1 ) @ X2 ) )
      | ~ ( leq @ X0 @ ( addition @ ( multiplication @ X1 @ X0 ) @ X2 ) ) ),
    inference(cnf,[status(esa)],[infty_coinduction]) ).

thf(zip_derived_cl179,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X1 @ ( strong_iteration @ X0 ) )
      | ~ ( leq @ X1 @ ( addition @ ( multiplication @ X0 @ X1 ) @ one ) ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl5,zip_derived_cl15]) ).

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

thf(zip_derived_cl191,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X1 @ ( strong_iteration @ X0 ) )
      | ~ ( leq @ X1 @ ( addition @ one @ ( multiplication @ X0 @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl179,zip_derived_cl0]) ).

thf(zip_derived_cl2820,plain,
    ! [X0: $i] :
      ( ( leq @ X0 @ ( strong_iteration @ one ) )
      | ~ ( leq @ X0 @ ( addition @ one @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl6,zip_derived_cl191]) ).

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

thf(zip_derived_cl31_006,plain,
    ! [X0: $i,X1: $i] :
      ( ( addition @ X0 @ ( addition @ X0 @ X1 ) )
      = ( addition @ X0 @ X1 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl3,zip_derived_cl1]) ).

thf(zip_derived_cl18_007,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X0 @ X1 )
      | ( ( addition @ X0 @ X1 )
       != X1 ) ),
    inference(cnf,[status(esa)],[order]) ).

thf(zip_derived_cl549,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X1 @ ( addition @ X1 @ X0 ) )
      | ( ( addition @ X1 @ X0 )
       != ( addition @ X1 @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl31,zip_derived_cl18]) ).

thf(zip_derived_cl593,plain,
    ! [X0: $i,X1: $i] : ( leq @ X1 @ ( addition @ X1 @ X0 ) ),
    inference(simplify,[status(thm)],[zip_derived_cl549]) ).

thf(zip_derived_cl604,plain,
    ! [X0: $i,X1: $i] : ( leq @ X0 @ ( addition @ X1 @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl0,zip_derived_cl593]) ).

thf(zip_derived_cl2828,plain,
    ! [X0: $i] : ( leq @ X0 @ ( strong_iteration @ one ) ),
    inference(demod,[status(thm)],[zip_derived_cl2820,zip_derived_cl604]) ).

thf(zip_derived_cl17,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( addition @ X1 @ X0 )
        = X0 )
      | ~ ( leq @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[order]) ).

thf(zip_derived_cl2856,plain,
    ! [X0: $i] :
      ( ( addition @ X0 @ ( strong_iteration @ one ) )
      = ( strong_iteration @ one ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl2828,zip_derived_cl17]) ).

thf(zip_derived_cl2872,plain,
    ! [X0: $i] :
      ( ( strong_iteration @ one )
      = ( addition @ ( strong_iteration @ one ) @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl509,zip_derived_cl2856]) ).

thf(zip_derived_cl17_008,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( addition @ X1 @ X0 )
        = X0 )
      | ~ ( leq @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[order]) ).

thf(zip_derived_cl2998,plain,
    ! [X0: $i] :
      ( ( ( strong_iteration @ one )
        = X0 )
      | ~ ( leq @ ( strong_iteration @ one ) @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl2872,zip_derived_cl17]) ).

thf(zip_derived_cl4129,plain,
    ! [X0: $i] :
      ( ( strong_iteration @ one )
      = ( multiplication @ ( star @ X0 ) @ ( strong_iteration @ one ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl4122,zip_derived_cl2998]) ).

thf(zip_derived_cl191_009,plain,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X1 @ ( strong_iteration @ X0 ) )
      | ~ ( leq @ X1 @ ( addition @ one @ ( multiplication @ X0 @ X1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl179,zip_derived_cl0]) ).

thf(zip_derived_cl4141,plain,
    ! [X0: $i] :
      ( ( leq @ ( strong_iteration @ one ) @ ( strong_iteration @ ( star @ X0 ) ) )
      | ~ ( leq @ ( strong_iteration @ one ) @ ( addition @ one @ ( strong_iteration @ one ) ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl4129,zip_derived_cl191]) ).

thf(zip_derived_cl14_010,plain,
    ! [X0: $i] :
      ( ( strong_iteration @ X0 )
      = ( addition @ ( multiplication @ X0 @ ( strong_iteration @ X0 ) ) @ one ) ),
    inference(cnf,[status(esa)],[infty_unfold1]) ).

thf(zip_derived_cl604_011,plain,
    ! [X0: $i,X1: $i] : ( leq @ X0 @ ( addition @ X1 @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl0,zip_derived_cl593]) ).

thf(zip_derived_cl659,plain,
    ! [X0: $i] : ( leq @ one @ ( strong_iteration @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl14,zip_derived_cl604]) ).

thf(zip_derived_cl17_012,plain,
    ! [X0: $i,X1: $i] :
      ( ( ( addition @ X1 @ X0 )
        = X0 )
      | ~ ( leq @ X1 @ X0 ) ),
    inference(cnf,[status(esa)],[order]) ).

thf(zip_derived_cl669,plain,
    ! [X0: $i] :
      ( ( addition @ one @ ( strong_iteration @ X0 ) )
      = ( strong_iteration @ X0 ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl659,zip_derived_cl17]) ).

thf(zip_derived_cl2828_013,plain,
    ! [X0: $i] : ( leq @ X0 @ ( strong_iteration @ one ) ),
    inference(demod,[status(thm)],[zip_derived_cl2820,zip_derived_cl604]) ).

thf(zip_derived_cl4194,plain,
    ! [X0: $i] : ( leq @ ( strong_iteration @ one ) @ ( strong_iteration @ ( star @ X0 ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl4141,zip_derived_cl669,zip_derived_cl2828]) ).

thf(zip_derived_cl2998_014,plain,
    ! [X0: $i] :
      ( ( ( strong_iteration @ one )
        = X0 )
      | ~ ( leq @ ( strong_iteration @ one ) @ X0 ) ),
    inference('s_sup+',[status(thm)],[zip_derived_cl2872,zip_derived_cl17]) ).

thf(zip_derived_cl4263,plain,
    ! [X0: $i] :
      ( ( strong_iteration @ one )
      = ( strong_iteration @ ( star @ X0 ) ) ),
    inference('s_sup-',[status(thm)],[zip_derived_cl4194,zip_derived_cl2998]) ).

thf(zip_derived_cl4268,plain,
    ( ( strong_iteration @ one )
   != ( strong_iteration @ one ) ),
    inference(demod,[status(thm)],[zip_derived_cl19,zip_derived_cl4263]) ).

thf(zip_derived_cl4269,plain,
    $false,
    inference(simplify,[status(thm)],[zip_derived_cl4268]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : KLE144+1 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.14  % Command  : python3 /export/starexec/sandbox/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox/tmp/tmp.fhMr5QYhPc true
% 0.15/0.35  % Computer : n002.cluster.edu
% 0.15/0.35  % Model    : x86_64 x86_64
% 0.15/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.35  % Memory   : 8042.1875MB
% 0.15/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.35  % CPULimit : 300
% 0.15/0.35  % WCLimit  : 300
% 0.15/0.35  % DateTime : Tue Aug 29 12:53:50 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.15/0.35  % Running portfolio for 300 s
% 0.15/0.35  % File         : /export/starexec/sandbox/benchmark/theBenchmark.p
% 0.15/0.35  % Number of cores: 8
% 0.15/0.36  % Python version: Python 3.6.8
% 0.15/0.36  % Running in FO mode
% 0.22/0.63  % Total configuration time : 435
% 0.22/0.63  % Estimated wc time : 1092
% 0.22/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.22/0.73  % /export/starexec/sandbox/solver/bin/fo/fo6_bce.sh running for 75s
% 0.22/0.73  % /export/starexec/sandbox/solver/bin/fo/fo3_bce.sh running for 75s
% 1.32/0.80  % /export/starexec/sandbox/solver/bin/fo/fo7.sh running for 63s
% 1.32/0.81  % /export/starexec/sandbox/solver/bin/fo/fo13.sh running for 50s
% 1.32/0.81  % /export/starexec/sandbox/solver/bin/fo/fo1_av.sh running for 75s
% 1.32/0.81  % /export/starexec/sandbox/solver/bin/fo/fo5.sh running for 50s
% 1.72/0.82  % /export/starexec/sandbox/solver/bin/fo/fo4.sh running for 50s
% 9.52/2.06  % Solved by fo/fo13.sh.
% 9.52/2.06  % done 620 iterations in 1.228s
% 9.52/2.06  % SZS status Theorem for '/export/starexec/sandbox/benchmark/theBenchmark.p'
% 9.52/2.06  % SZS output start Refutation
% See solution above
% 9.52/2.07  
% 9.52/2.07  
% 9.52/2.07  % Terminating...
% 10.44/2.17  % Runner terminated.
% 10.44/2.19  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------