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

View Problem - Process Solution

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

% Computer : n016.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:01 EDT 2023

% Result   : Theorem 3.46s 1.75s
% Output   : Refutation 3.50s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   30
% Syntax   : Number of formulae    :   53 (  42 unt;   9 typ;   0 def)
%            Number of atoms       :   48 (  44 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  235 (   2   ~;   0   |;   1   &; 229   @)
%                                         (   1 <=>;   2  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    7 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   9 usr;   3 con; 0-2 aty)
%            Number of variables   :   67 (   0   ^;  67   !;   0   ?;  67   :)

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

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

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

thf(coantidomain_type,type,
    coantidomain: $i > $i ).

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

thf(codomain_type,type,
    codomain: $i > $i ).

thf(antidomain_type,type,
    antidomain: $i > $i ).

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

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

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

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

thf(21,axiom,
    ! [A: $i] :
      ( ( domain @ A )
      = ( antidomain @ ( antidomain @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',domain4) ).

thf(84,plain,
    ! [A: $i] :
      ( ( domain @ A )
      = ( antidomain @ ( antidomain @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

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

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

thf(38,plain,
    ! [A: $i] :
      ( ( addition @ ( antidomain @ ( antidomain @ A ) ) @ ( antidomain @ A ) )
      = one ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

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

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

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

thf(32,plain,
    ! [A: $i] :
      ( ( codomain @ A )
      = ( coantidomain @ ( coantidomain @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(22,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(87,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)],[22]) ).

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

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

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

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

thf(12,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(57,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)],[12]) ).

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

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

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

thf(29,plain,
    ! [A: $i] :
      ( ( addition @ ( coantidomain @ ( coantidomain @ A ) ) @ ( coantidomain @ A ) )
      = one ),
    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/sandbox2/benchmark/theBenchmark.p',additive_associativity) ).

thf(26,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(1,conjecture,
    ! [A: $i] :
      ( A
      = ( multiplication @ ( domain @ A ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

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

thf(23,plain,
    ~ ! [A: $i] :
        ( A
        = ( multiplication @ ( domain @ A ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(93,plain,
    $false,
    inference(e,[status(thm)],[69,84,60,38,41,32,44,54,81,66,35,63,72,87,75,47,57,78,29,26,23]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : KLE083+1 : TPTP v8.1.2. Released v4.0.0.
% 0.06/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.35  % Computer : n016.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 : Fri May 19 03:39:58 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.93/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.23/0.96  % [INFO] 	 Parsing done (124ms). 
% 1.23/0.97  % [INFO] 	 Running in sequential loop mode. 
% 1.79/1.16  % [INFO] 	 eprover registered as external prover. 
% 1.79/1.16  % [INFO] 	 cvc4 registered as external prover. 
% 1.79/1.17  % [INFO] 	 Scanning for conjecture ... 
% 1.79/1.22  % [INFO] 	 Found a conjecture and 20 axioms. Running axiom selection ... 
% 1.96/1.26  % [INFO] 	 Axiom selection finished. Selected 20 axioms (removed 0 axioms). 
% 2.10/1.29  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.10/1.29  % [INFO] 	 Type checking passed. 
% 2.10/1.29  % [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.46/1.75  % External prover 'e' found a proof!
% 3.46/1.75  % [INFO] 	 Killing All external provers ... 
% 3.46/1.75  % Time passed: 1233ms (effective reasoning time: 778ms)
% 3.46/1.75  % 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.46/1.75  % Axioms used in derivation (20): additive_identity, domain4, codomain4, domain3, multiplicative_right_identity, codomain2, right_annihilation, domain1, left_annihilation, codomain1, additive_idempotence, additive_associativity, right_distributivity, domain2, order, additive_commutativity, multiplicative_left_identity, codomain3, multiplicative_associativity, left_distributivity
% 3.46/1.75  % No. of inferences in proof: 44
% 3.46/1.75  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1233 ms resp. 778 ms w/o parsing
% 3.50/1.79  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.50/1.79  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------