TSTP Solution File: KLE148+2 by Zipperpin---2.1.9999

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Zipperpin---2.1.9999
% Problem  : KLE148+2 : 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.7OQSPzGC5B true

% Computer : n023.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:50 EDT 2023

% Result   : Theorem 27.85s 4.56s
% Output   : Refutation 27.85s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   13
%            Number of leaves      :   19
% Syntax   : Number of formulae    :   63 (  41 unt;   8 typ;   0 def)
%            Number of atoms       :   71 (  57 equ;   0 cnn)
%            Maximal formula atoms :    3 (   1 avg)
%            Number of connectives :  374 (  18   ~;  11   |;   2   &; 340   @)
%                                         (   1 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   8 usr;   5 con; 0-2 aty)
%            Number of variables   :   73 (   0   ^;  73   !;   0   ?;  73   :)

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

thf(sk__type,type,
    sk_: $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__1_type,type,
    sk__1: $i ).

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

thf(goals,conjecture,
    ! [X0: $i,X1: $i] :
      ( ( leq @ X0 @ ( multiplication @ X0 @ ( strong_iteration @ X1 ) ) )
      & ( ( ( multiplication @ X0 @ X1 )
          = zero )
       => ( leq @ ( multiplication @ X0 @ ( strong_iteration @ X1 ) ) @ X0 ) ) ) ).

thf(zf_stmt_0,negated_conjecture,
    ~ ! [X0: $i,X1: $i] :
        ( ( leq @ X0 @ ( multiplication @ X0 @ ( strong_iteration @ X1 ) ) )
        & ( ( ( multiplication @ X0 @ X1 )
            = zero )
         => ( leq @ ( multiplication @ X0 @ ( strong_iteration @ X1 ) ) @ X0 ) ) ),
    inference('cnf.neg',[status(esa)],[goals]) ).

thf(zip_derived_cl20,plain,
    ( ~ ( leq @ sk_ @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) )
    | ( ( multiplication @ sk_ @ sk__1 )
      = zero ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

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_cl82,plain,
    ( ( ( multiplication @ sk_ @ sk__1 )
      = zero )
    | ( ( addition @ sk_ @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) )
     != ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl20,zip_derived_cl18]) ).

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

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

thf(zip_derived_cl305,plain,
    ! [X0: $i] :
      ( ( addition @ one @ ( strong_iteration @ X0 ) )
      = ( addition @ one @ ( multiplication @ X0 @ ( strong_iteration @ X0 ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl59,zip_derived_cl73]) ).

thf(zip_derived_cl59_001,plain,
    ! [X0: $i] :
      ( ( addition @ one @ ( multiplication @ X0 @ ( strong_iteration @ X0 ) ) )
      = ( strong_iteration @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl14,zip_derived_cl0]) ).

thf(zip_derived_cl318,plain,
    ! [X0: $i] :
      ( ( addition @ one @ ( strong_iteration @ X0 ) )
      = ( strong_iteration @ X0 ) ),
    inference(demod,[status(thm)],[zip_derived_cl305,zip_derived_cl59]) ).

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

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

thf(zip_derived_cl342,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ X1 @ ( strong_iteration @ X0 ) )
      = ( addition @ ( multiplication @ X1 @ one ) @ ( multiplication @ X1 @ ( strong_iteration @ X0 ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl318,zip_derived_cl7]) ).

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(zip_derived_cl347,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ X1 @ ( strong_iteration @ X0 ) )
      = ( addition @ X1 @ ( multiplication @ X1 @ ( strong_iteration @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl342,zip_derived_cl5]) ).

thf(zip_derived_cl13204,plain,
    ( ( ( multiplication @ sk_ @ sk__1 )
      = zero )
    | ( ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) )
     != ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl82,zip_derived_cl347]) ).

thf(zip_derived_cl13205,plain,
    ( ( multiplication @ sk_ @ sk__1 )
    = zero ),
    inference(simplify,[status(thm)],[zip_derived_cl13204]) ).

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(zip_derived_cl13364,plain,
    ! [X0: $i] :
      ( ( multiplication @ sk_ @ ( multiplication @ sk__1 @ X0 ) )
      = ( multiplication @ zero @ X0 ) ),
    inference('sup+',[status(thm)],[zip_derived_cl13205,zip_derived_cl4]) ).

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_cl13417,plain,
    ! [X0: $i] :
      ( ( multiplication @ sk_ @ ( multiplication @ sk__1 @ X0 ) )
      = zero ),
    inference(demod,[status(thm)],[zip_derived_cl13364,zip_derived_cl9]) ).

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

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

thf(zip_derived_cl183,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ X1 @ ( strong_iteration @ X0 ) )
      = ( addition @ ( multiplication @ X1 @ ( multiplication @ X0 @ ( strong_iteration @ X0 ) ) ) @ ( multiplication @ X1 @ one ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl14,zip_derived_cl7]) ).

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

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_cl190,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ X1 @ ( strong_iteration @ X0 ) )
      = ( addition @ X1 @ ( multiplication @ X1 @ ( multiplication @ X0 @ ( strong_iteration @ X0 ) ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl183,zip_derived_cl5,zip_derived_cl0]) ).

thf(zip_derived_cl14297,plain,
    ( ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) )
    = ( addition @ sk_ @ zero ) ),
    inference('sup+',[status(thm)],[zip_derived_cl13417,zip_derived_cl190]) ).

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

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

thf(zip_derived_cl14361,plain,
    ( ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) )
    = sk_ ),
    inference(demod,[status(thm)],[zip_derived_cl14297,zip_derived_cl2]) ).

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

thf(zip_derived_cl19,plain,
    ( ~ ( leq @ sk_ @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) )
    | ~ ( leq @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) @ sk_ ) ),
    inference(cnf,[status(esa)],[zf_stmt_0]) ).

thf(zip_derived_cl54,plain,
    ( ( ( addition @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) @ sk_ )
     != sk_ )
    | ~ ( leq @ sk_ @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) ) ),
    inference('sup-',[status(thm)],[zip_derived_cl18,zip_derived_cl19]) ).

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

thf(zip_derived_cl55,plain,
    ( ( ( addition @ sk_ @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) )
     != sk_ )
    | ~ ( leq @ sk_ @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl54,zip_derived_cl0]) ).

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

thf(zip_derived_cl57,plain,
    ( ( ( addition @ sk_ @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) )
     != sk_ )
    | ( ( addition @ sk_ @ ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) )
     != ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) ) ),
    inference('sup+',[status(thm)],[zip_derived_cl55,zip_derived_cl18]) ).

thf(zip_derived_cl347_009,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ X1 @ ( strong_iteration @ X0 ) )
      = ( addition @ X1 @ ( multiplication @ X1 @ ( strong_iteration @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl342,zip_derived_cl5]) ).

thf(zip_derived_cl347_010,plain,
    ! [X0: $i,X1: $i] :
      ( ( multiplication @ X1 @ ( strong_iteration @ X0 ) )
      = ( addition @ X1 @ ( multiplication @ X1 @ ( strong_iteration @ X0 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl342,zip_derived_cl5]) ).

thf(zip_derived_cl13202,plain,
    ( ( ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) )
     != sk_ )
    | ( ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) )
     != ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) ) ) ),
    inference(demod,[status(thm)],[zip_derived_cl57,zip_derived_cl347,zip_derived_cl347]) ).

thf(zip_derived_cl13203,plain,
    ( ( multiplication @ sk_ @ ( strong_iteration @ sk__1 ) )
   != sk_ ),
    inference(simplify,[status(thm)],[zip_derived_cl13202]) ).

thf(zip_derived_cl14362,plain,
    $false,
    inference('simplify_reflect-',[status(thm)],[zip_derived_cl14361,zip_derived_cl13203]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : KLE148+2 : TPTP v8.1.2. Released v4.0.0.
% 0.07/0.13  % Command  : python3 /export/starexec/sandbox2/solver/bin/portfolio.lams.parallel.py %s %d /export/starexec/sandbox2/tmp/tmp.7OQSPzGC5B true
% 0.13/0.34  % Computer : n023.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 12:22:40 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.13/0.34  % Running portfolio for 300 s
% 0.13/0.34  % File         : /export/starexec/sandbox2/benchmark/theBenchmark.p
% 0.13/0.34  % Number of cores: 8
% 0.13/0.34  % Python version: Python 3.6.8
% 0.13/0.34  % Running in FO mode
% 0.52/0.63  % Total configuration time : 435
% 0.52/0.63  % Estimated wc time : 1092
% 0.52/0.63  % Estimated cpu time (7 cpus) : 156.0
% 0.52/0.67  % /export/starexec/sandbox2/solver/bin/fo/fo6_bce.sh running for 75s
% 0.52/0.70  % /export/starexec/sandbox2/solver/bin/fo/fo3_bce.sh running for 75s
% 0.52/0.72  % /export/starexec/sandbox2/solver/bin/fo/fo1_av.sh running for 75s
% 0.52/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo7.sh running for 63s
% 0.52/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo13.sh running for 50s
% 0.52/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo5.sh running for 50s
% 0.52/0.73  % /export/starexec/sandbox2/solver/bin/fo/fo4.sh running for 50s
% 27.85/4.56  % Solved by fo/fo3_bce.sh.
% 27.85/4.56  % BCE start: 21
% 27.85/4.56  % BCE eliminated: 0
% 27.85/4.56  % PE start: 21
% 27.85/4.56  logic: eq
% 27.85/4.56  % PE eliminated: 0
% 27.85/4.56  % done 1144 iterations in 3.843s
% 27.85/4.56  % SZS status Theorem for '/export/starexec/sandbox2/benchmark/theBenchmark.p'
% 27.85/4.56  % SZS output start Refutation
% See solution above
% 27.85/4.56  
% 27.85/4.56  
% 27.85/4.56  % Terminating...
% 28.10/4.65  % Runner terminated.
% 28.10/4.66  % Zipperpin 1.5 exiting
%------------------------------------------------------------------------------