TSTP Solution File: KLE034+2 by Leo-III---1.7.7

View Problem - Process Solution

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

% Computer : n017.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:53 EDT 2023

% Result   : Theorem 88.62s 15.22s
% Output   : Refutation 88.62s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   27
% Syntax   : Number of formulae    :   48 (  23 unt;   8 typ;   0 def)
%            Number of atoms       :   89 (  43 equ;   0 cnn)
%            Maximal formula atoms :    8 (   2 avg)
%            Number of connectives :  331 (   4   ~;   0   |;  26   &; 278   @)
%                                         (   4 <=>;  19  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   18 (   5 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   10 (   8 usr;   3 con; 0-2 aty)
%            Number of variables   :   82 (   0   ^;  79   !;   3   ?;  82   :)

% Comments : 
%------------------------------------------------------------------------------
thf(test_type,type,
    test: $i > $o ).

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

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

thf(c_type,type,
    c: $i > $i ).

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

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

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

thf(complement_type,type,
    complement: $i > $i > $o ).

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

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

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

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

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

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

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ( ( test @ A )
        & ( test @ B ) )
     => ( ( c @ ( multiplication @ A @ B ) )
        = ( addition @ ( c @ A ) @ ( c @ B ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',test_deMorgan2) ).

thf(60,plain,
    ! [A: $i,B: $i] :
      ( ( ( test @ A )
        & ( test @ B ) )
     => ( ( c @ ( multiplication @ A @ B ) )
        = ( addition @ ( c @ A ) @ ( c @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

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

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

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

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

thf(10,axiom,
    ! [A: $i,B: $i] :
      ( ( complement @ B @ A )
    <=> ( ( ( multiplication @ A @ B )
          = zero )
        & ( ( multiplication @ B @ A )
          = zero )
        & ( ( addition @ A @ B )
          = one ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',test_2) ).

thf(49,plain,
    ! [A: $i,B: $i] :
      ( ( ( complement @ B @ A )
       => ( ( ( multiplication @ A @ B )
            = zero )
          & ( ( multiplication @ B @ A )
            = zero )
          & ( ( addition @ A @ B )
            = one ) ) )
      & ( ( ( ( multiplication @ A @ B )
            = zero )
          & ( ( multiplication @ B @ A )
            = zero )
          & ( ( addition @ A @ B )
            = one ) )
       => ( complement @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

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

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

thf(12,axiom,
    ! [A: $i] :
      ( ~ ( test @ A )
     => ( ( c @ A )
        = zero ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',test_4) ).

thf(63,plain,
    ! [A: $i] :
      ( ~ ( test @ A )
     => ( ( c @ A )
        = zero ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

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

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

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

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

thf(94,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)],[20]) ).

thf(18,axiom,
    ! [A: $i,B: $i] :
      ( ( test @ A )
     => ( ( ( c @ A )
          = B )
      <=> ( complement @ A @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',test_3) ).

thf(83,plain,
    ! [A: $i,B: $i] :
      ( ( test @ A )
     => ( ( ( ( c @ A )
            = B )
         => ( complement @ A @ B ) )
        & ( ( complement @ A @ B )
         => ( ( c @ A )
            = B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

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(28,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,B: $i,C: $i,D: $i,E: $i] :
      ( ( ( test @ D )
        & ( test @ C )
        & ( test @ E )
        & ( leq @ ( multiplication @ ( multiplication @ C @ A ) @ ( c @ D ) ) @ zero )
        & ( leq @ ( multiplication @ ( multiplication @ D @ B ) @ ( c @ E ) ) @ zero ) )
     => ( leq @ ( multiplication @ ( multiplication @ ( multiplication @ C @ A ) @ B ) @ ( c @ E ) ) @ zero ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',goals) ).

thf(2,negated_conjecture,
    ~ ! [A: $i,B: $i,C: $i,D: $i,E: $i] :
        ( ( ( test @ D )
          & ( test @ C )
          & ( test @ E )
          & ( leq @ ( multiplication @ ( multiplication @ C @ A ) @ ( c @ D ) ) @ zero )
          & ( leq @ ( multiplication @ ( multiplication @ D @ B ) @ ( c @ E ) ) @ zero ) )
       => ( leq @ ( multiplication @ ( multiplication @ ( multiplication @ C @ A ) @ B ) @ ( c @ E ) ) @ zero ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(21,plain,
    ~ ! [A: $i,B: $i,C: $i,D: $i,E: $i] :
        ( ( ( test @ D )
          & ( test @ C )
          & ( test @ E )
          & ( leq @ ( multiplication @ ( multiplication @ C @ A ) @ ( c @ D ) ) @ zero )
          & ( leq @ ( multiplication @ ( multiplication @ D @ B ) @ ( c @ E ) ) @ zero ) )
       => ( leq @ ( multiplication @ ( multiplication @ ( multiplication @ C @ A ) @ B ) @ ( c @ E ) ) @ zero ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(19,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(91,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(13,axiom,
    ! [A: $i] :
      ( ( multiplication @ A @ one )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplicative_right_identity) ).

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

thf(15,axiom,
    ! [A: $i] :
      ( ( test @ A )
    <=> ? [B: $i] : ( complement @ B @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',test_1) ).

thf(72,plain,
    ! [A: $i] :
      ( ( ( test @ A )
       => ? [B: $i] : ( complement @ B @ A ) )
      & ( ? [B: $i] : ( complement @ B @ A )
       => ( test @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(8,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(43,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)],[8]) ).

thf(54133,plain,
    $false,
    inference(e,[status(thm)],[69,37,46,60,77,34,49,80,63,31,40,94,83,28,21,91,66,72,43]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.10  % Problem  : KLE034+2 : TPTP v8.1.2. Released v4.0.0.
% 0.06/0.13  % Command  : run_Leo-III %s %d
% 0.13/0.34  % Computer : n017.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 : Fri May 19 02:28:47 EDT 2023
% 0.13/0.34  % CPUTime  : 
% 0.91/0.82  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.23/0.94  % [INFO] 	 Parsing done (118ms). 
% 1.23/0.95  % [INFO] 	 Running in sequential loop mode. 
% 1.70/1.14  % [INFO] 	 eprover registered as external prover. 
% 1.70/1.15  % [INFO] 	 cvc4 registered as external prover. 
% 1.70/1.15  % [INFO] 	 Scanning for conjecture ... 
% 1.78/1.21  % [INFO] 	 Found a conjecture and 18 axioms. Running axiom selection ... 
% 1.99/1.25  % [INFO] 	 Axiom selection finished. Selected 18 axioms (removed 0 axioms). 
% 2.17/1.27  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.17/1.28  % [INFO] 	 Type checking passed. 
% 2.17/1.28  % [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 ... 
% 88.62/15.22  % External prover 'e' found a proof!
% 88.62/15.22  % [INFO] 	 Killing All external provers ... 
% 88.62/15.22  % Time passed: 14720ms (effective reasoning time: 14268ms)
% 88.62/15.22  % 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)>
% 88.62/15.22  % Axioms used in derivation (18): test_3, test_4, left_annihilation, right_distributivity, multiplicative_right_identity, test_1, test_deMorgan2, additive_identity, additive_idempotence, additive_associativity, order, additive_commutativity, right_annihilation, test_deMorgan1, test_2, multiplicative_left_identity, multiplicative_associativity, left_distributivity
% 88.62/15.22  % No. of inferences in proof: 40
% 88.62/15.22  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 14720 ms resp. 14268 ms w/o parsing
% 88.62/15.24  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 88.62/15.25  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------