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

View Problem - Process Solution

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

% Computer : n005.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:24:57 EDT 2023

% Result   : Theorem 3.25s 1.86s
% Output   : Refutation 3.25s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   24
% Syntax   : Number of formulae    :   44 (  33 unt;   6 typ;   0 def)
%            Number of atoms       :   45 (  41 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  198 (   2   ~;   0   |;   1   &; 189   @)
%                                         (   1 <=>;   5  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    8 (   6 usr;   3 con; 0-2 aty)
%            Number of variables   :   62 (   0   ^;  62   !;   0   ?;  62   :)

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

thf(domain_type,type,
    domain: $i > $i ).

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

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

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

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

thf(1,conjecture,
    ! [A: $i,B: $i] :
      ( ( ( addition @ A @ B )
        = B )
     => ( ( addition @ ( domain @ A ) @ ( domain @ B ) )
        = ( domain @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

thf(2,negated_conjecture,
    ~ ! [A: $i,B: $i] :
        ( ( ( addition @ A @ B )
          = B )
       => ( ( addition @ ( domain @ A ) @ ( domain @ B ) )
          = ( domain @ B ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(20,plain,
    ~ ! [A: $i,B: $i] :
        ( ( ( addition @ A @ B )
          = B )
       => ( ( addition @ ( domain @ A ) @ ( domain @ B ) )
          = ( domain @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

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

thf(61,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)],[14]) ).

thf(18,axiom,
    ! [A: $i,B: $i] :
      ( ( domain @ ( addition @ A @ B ) )
      = ( addition @ ( domain @ A ) @ ( domain @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain5) ).

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

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

thf(54,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)],[13]) ).

thf(19,axiom,
    ! [A: $i] :
      ( ( addition @ A @ ( multiplication @ ( domain @ A ) @ A ) )
      = ( multiplication @ ( domain @ A ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain1) ).

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

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ( domain @ ( multiplication @ A @ B ) )
      = ( domain @ ( multiplication @ A @ ( domain @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain2) ).

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

thf(9,axiom,
    ( ( domain @ zero )
    = zero ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain4) ).

thf(43,plain,
    ( ( domain @ zero )
    = zero ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

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

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

thf(12,axiom,
    ! [A: $i] :
      ( ( addition @ ( domain @ A ) @ one )
      = one ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain3) ).

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

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

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

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

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

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

thf(28,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)],[4]) ).

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

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

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

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

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

thf(45,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)],[10]) ).

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

thf(64,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)],[15]) ).

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

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

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

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

thf(79,plain,
    $false,
    inference(e,[status(thm)],[20,61,73,54,76,48,43,40,51,37,25,28,70,34,45,64,67,31]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : KLE059+1 : TPTP v8.1.2. Released v4.0.0.
% 0.12/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n005.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 02:53:54 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.91/0.87  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.13/1.00  % [INFO] 	 Parsing done (127ms). 
% 1.28/1.01  % [INFO] 	 Running in sequential loop mode. 
% 1.63/1.23  % [INFO] 	 eprover registered as external prover. 
% 1.63/1.23  % [INFO] 	 cvc4 registered as external prover. 
% 1.63/1.23  % [INFO] 	 Scanning for conjecture ... 
% 1.72/1.29  % [INFO] 	 Found a conjecture and 17 axioms. Running axiom selection ... 
% 1.95/1.33  % [INFO] 	 Axiom selection finished. Selected 17 axioms (removed 0 axioms). 
% 1.95/1.36  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 1.95/1.36  % [INFO] 	 Type checking passed. 
% 1.95/1.36  % [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.25/1.85  % External prover 'e' found a proof!
% 3.25/1.86  % [INFO] 	 Killing All external provers ... 
% 3.25/1.86  % Time passed: 1347ms (effective reasoning time: 847ms)
% 3.25/1.86  % 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.25/1.86  % Axioms used in derivation (17): additive_identity, domain4, domain5, domain3, left_annihilation, multiplicative_right_identity, right_annihilation, multiplicative_left_identity, domain1, additive_idempotence, additive_associativity, right_distributivity, domain2, order, additive_commutativity, multiplicative_associativity, left_distributivity
% 3.25/1.86  % No. of inferences in proof: 38
% 3.25/1.86  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1347 ms resp. 847 ms w/o parsing
% 3.25/1.91  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.25/1.91  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------