TSTP Solution File: KLE151+1 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : KLE151+1 : TPTP v8.1.2. Released v4.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n029.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 : Fri May 19 11:25:11 EDT 2023

% Result   : Theorem 3.34s 1.83s
% Output   : Refutation 3.40s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   26
% Syntax   : Number of formulae    :   47 (  32 unt;   7 typ;   0 def)
%            Number of atoms       :   50 (  31 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  276 (   2   ~;   0   |;   1   &; 264   @)
%                                         (   1 <=>;   8  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   5 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   :   74 (   0   ^;  74   !;   0   ?;  74   :)

% Comments : 
%------------------------------------------------------------------------------
thf(leq_type,type,
    leq: $i > $i > $o ).

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

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

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

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

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

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

thf(18,axiom,
    ! [A: $i] :
      ( ( strong_iteration @ A )
      = ( addition @ ( multiplication @ A @ ( strong_iteration @ A ) ) @ one ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',infty_unfold1) ).

thf(69,plain,
    ! [A: $i] :
      ( ( strong_iteration @ A )
      = ( addition @ ( multiplication @ A @ ( strong_iteration @ A ) ) @ one ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(15,axiom,
    ! [A: $i] :
      ( ( addition @ one @ ( multiplication @ ( star @ A ) @ A ) )
      = ( star @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',star_unfold2) ).

thf(56,plain,
    ! [A: $i] :
      ( ( addition @ one @ ( multiplication @ ( star @ A ) @ A ) )
      = ( star @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(9,axiom,
    ! [A: $i] :
      ( ( addition @ one @ ( multiplication @ A @ ( star @ A ) ) )
      = ( star @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',star_unfold1) ).

thf(41,plain,
    ! [A: $i] :
      ( ( addition @ one @ ( multiplication @ A @ ( star @ A ) ) )
      = ( star @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(6,axiom,
    ! [A: $i,B: $i] :
      ( ( addition @ A @ B )
      = ( addition @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_commutativity) ).

thf(32,plain,
    ! [A: $i,B: $i] :
      ( ( addition @ A @ B )
      = ( addition @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(14,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( leq @ ( addition @ ( multiplication @ C @ A ) @ B ) @ C )
     => ( leq @ ( multiplication @ B @ ( star @ A ) ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',star_induction2) ).

thf(54,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( leq @ ( addition @ ( multiplication @ C @ A ) @ B ) @ C )
     => ( leq @ ( multiplication @ B @ ( star @ A ) ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(17,axiom,
    ! [A: $i] :
      ( ( multiplication @ A @ one )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_right_identity) ).

thf(66,plain,
    ! [A: $i] :
      ( ( multiplication @ A @ one )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(7,axiom,
    ! [A: $i] :
      ( ( multiplication @ zero @ A )
      = zero ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_annihilation) ).

thf(35,plain,
    ! [A: $i] :
      ( ( multiplication @ zero @ A )
      = zero ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(12,axiom,
    ! [A: $i] :
      ( ( multiplication @ one @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_left_identity) ).

thf(48,plain,
    ! [A: $i] :
      ( ( multiplication @ one @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(19,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( addition @ B @ C ) )
      = ( addition @ ( multiplication @ A @ B ) @ ( multiplication @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity1) ).

thf(72,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( addition @ B @ C ) )
      = ( addition @ ( multiplication @ A @ B ) @ ( multiplication @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(20,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ ( addition @ A @ B ) @ C )
      = ( addition @ ( multiplication @ A @ C ) @ ( multiplication @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distributivity2) ).

thf(75,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ ( addition @ A @ B ) @ C )
      = ( addition @ ( multiplication @ A @ C ) @ ( multiplication @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(13,axiom,
    ! [A: $i] :
      ( ( strong_iteration @ A )
      = ( addition @ ( star @ A ) @ ( multiplication @ ( strong_iteration @ A ) @ zero ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',isolation) ).

thf(51,plain,
    ! [A: $i] :
      ( ( strong_iteration @ A )
      = ( addition @ ( star @ A ) @ ( multiplication @ ( strong_iteration @ A ) @ zero ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(11,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( leq @ C @ ( addition @ ( multiplication @ A @ C ) @ B ) )
     => ( leq @ C @ ( multiplication @ ( strong_iteration @ A ) @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',infty_coinduction) ).

thf(46,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( leq @ C @ ( addition @ ( multiplication @ A @ C ) @ B ) )
     => ( leq @ C @ ( multiplication @ ( strong_iteration @ A ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(5,axiom,
    ! [A: $i] :
      ( ( addition @ A @ zero )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_identity) ).

thf(29,plain,
    ! [A: $i] :
      ( ( addition @ A @ zero )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(8,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( multiplication @ B @ C ) )
      = ( multiplication @ ( multiplication @ A @ B ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',multiplicative_associativity) ).

thf(38,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( multiplication @ A @ ( multiplication @ B @ C ) )
      = ( multiplication @ ( multiplication @ A @ B ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(1,conjecture,
    ! [A: $i,B: $i] : ( leq @ ( multiplication @ A @ ( strong_iteration @ ( multiplication @ B @ A ) ) ) @ ( multiplication @ ( strong_iteration @ ( multiplication @ A @ B ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',goals) ).

thf(2,negated_conjecture,
    ~ ! [A: $i,B: $i] : ( leq @ ( multiplication @ A @ ( strong_iteration @ ( multiplication @ B @ A ) ) ) @ ( multiplication @ ( strong_iteration @ ( multiplication @ A @ B ) ) @ A ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(21,plain,
    ~ ! [A: $i,B: $i] : ( leq @ ( multiplication @ A @ ( strong_iteration @ ( multiplication @ B @ A ) ) ) @ ( multiplication @ ( strong_iteration @ ( multiplication @ A @ B ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(10,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( leq @ ( addition @ ( multiplication @ A @ C ) @ B ) @ C )
     => ( leq @ ( multiplication @ ( star @ A ) @ B ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',star_induction1) ).

thf(44,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( leq @ ( addition @ ( multiplication @ A @ C ) @ B ) @ C )
     => ( leq @ ( multiplication @ ( star @ A ) @ B ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(16,axiom,
    ! [A: $i,B: $i] :
      ( ( leq @ A @ B )
    <=> ( ( addition @ A @ B )
        = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',order) ).

thf(59,plain,
    ! [A: $i,B: $i] :
      ( ( ( leq @ A @ B )
       => ( ( addition @ A @ B )
          = B ) )
      & ( ( ( addition @ A @ B )
          = B )
       => ( leq @ A @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(4,axiom,
    ! [A: $i] :
      ( ( addition @ A @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',idempotence) ).

thf(26,plain,
    ! [A: $i] :
      ( ( addition @ A @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(3,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ( addition @ C @ ( addition @ B @ A ) )
      = ( addition @ ( addition @ C @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_associativity) ).

thf(23,plain,
    ! [A: $i,B: $i,C: $i] :
      ( ( addition @ C @ ( addition @ B @ A ) )
      = ( addition @ ( addition @ C @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(78,plain,
    $false,
    inference(cvc4,[status(thm)],[69,56,41,32,54,66,35,48,72,75,51,46,29,38,21,44,59,26,23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : KLE151+1 : TPTP v8.1.2. Released v4.0.0.
% 0.15/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n029.cluster.edu
% 0.15/0.36  % Model    : x86_64 x86_64
% 0.15/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.36  % Memory   : 8042.1875MB
% 0.15/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.36  % CPULimit : 300
% 0.15/0.36  % WCLimit  : 300
% 0.15/0.36  % DateTime : Fri May 19 03:08:59 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.90/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.17/0.96  % [INFO] 	 Parsing done (125ms). 
% 1.17/0.97  % [INFO] 	 Running in sequential loop mode. 
% 1.67/1.18  % [INFO] 	 eprover registered as external prover. 
% 1.67/1.18  % [INFO] 	 cvc4 registered as external prover. 
% 1.67/1.19  % [INFO] 	 Scanning for conjecture ... 
% 1.82/1.25  % [INFO] 	 Found a conjecture and 18 axioms. Running axiom selection ... 
% 1.86/1.29  % [INFO] 	 Axiom selection finished. Selected 18 axioms (removed 0 axioms). 
% 2.08/1.32  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.08/1.32  % [INFO] 	 Type checking passed. 
% 2.08/1.32  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 3.34/1.83  % External prover 'cvc4' found a proof!
% 3.34/1.83  % [INFO] 	 Killing All external provers ... 
% 3.34/1.83  % Time passed: 1318ms (effective reasoning time: 856ms)
% 3.34/1.83  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 3.34/1.83  % Axioms used in derivation (18): additive_identity, isolation, additive_associativity, multiplicative_right_identity, star_unfold2, multiplicative_left_identity, idempotence, multiplicative_associativity, infty_unfold1, star_induction2, distributivity2, star_induction1, star_unfold1, left_annihilation, infty_coinduction, order, additive_commutativity, distributivity1
% 3.34/1.83  % No. of inferences in proof: 40
% 3.34/1.83  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1318 ms resp. 856 ms w/o parsing
% 3.40/1.87  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.40/1.87  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------