TSTP Solution File: RNG006-3 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : RNG006-3 : TPTP v8.1.2. Released v1.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:49:00 EDT 2023

% Result   : Unsatisfiable 3.62s 1.79s
% Output   : Refutation 3.64s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   35
% Syntax   : Number of formulae    :   58 (  23 unt;  13 typ;   0 def)
%            Number of atoms       :  111 (   4 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  468 (  68   ~;  66   |;   0   &; 334   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   11 (  11   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   15 (  13 usr;   9 con; 0-3 aty)
%            Number of variables   :  142 (   0   ^; 142   !;   0   ?; 142   :)

% Comments : 
%------------------------------------------------------------------------------
thf(product_type,type,
    product: $i > $i > $i > $o ).

thf(a_type,type,
    a: $i ).

thf(bS_Ic_type,type,
    bS_Ic: $i ).

thf(aPb_S_IaPc_type,type,
    aPb_S_IaPc: $i ).

thf(sum_type,type,
    sum: $i > $i > $i > $o ).

thf(additive_identity_type,type,
    additive_identity: $i ).

thf(additive_inverse_type,type,
    additive_inverse: $i > $i ).

thf(add_type,type,
    add: $i > $i > $i ).

thf(aPb_type,type,
    aPb: $i ).

thf(aPc_type,type,
    aPc: $i ).

thf(b_type,type,
    b: $i ).

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

thf(multiply_type,type,
    multiply: $i > $i > $i ).

thf(2,axiom,
    ! [A: $i] : ( sum @ A @ additive_identity @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_identity2) ).

thf(25,plain,
    ! [A: $i] : ( sum @ A @ additive_identity @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(10,axiom,
    ! [A: $i] : ( sum @ additive_identity @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',additive_identity1) ).

thf(38,plain,
    ! [A: $i] : ( sum @ additive_identity @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(18,axiom,
    sum @ b @ ( additive_inverse @ c ) @ bS_Ic,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_plus_inverse_c) ).

thf(53,plain,
    sum @ b @ ( additive_inverse @ c ) @ bS_Ic,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(12,axiom,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ A @ D @ E )
      | ~ ( sum @ B @ D @ F )
      | ~ ( product @ A @ F @ G )
      | ( sum @ C @ E @ G ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity1) ).

thf(41,plain,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ A @ D @ E )
      | ~ ( sum @ B @ D @ F )
      | ~ ( product @ A @ F @ G )
      | ( sum @ C @ E @ G ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(4,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ( sum @ B @ A @ C ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',commutativity_of_addition) ).

thf(27,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ( sum @ B @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(11,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ B @ D @ E )
      | ~ ( product @ A @ E @ F )
      | ( product @ C @ D @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_multiplication2) ).

thf(39,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ B @ D @ E )
      | ~ ( product @ A @ E @ F )
      | ( product @ C @ D @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(9,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ~ ( sum @ A @ B @ D )
      | ( C = D ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',addition_is_well_defined) ).

thf(35,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ~ ( sum @ A @ B @ D )
      | ( C = D ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(15,axiom,
    sum @ aPb @ ( additive_inverse @ aPc ) @ aPb_S_IaPc,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',aPb_plus_IaPc) ).

thf(48,plain,
    sum @ aPb @ ( additive_inverse @ aPc ) @ aPb_S_IaPc,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(13,axiom,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ A @ B @ D )
      | ( C = D ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',multiplication_is_well_defined) ).

thf(43,plain,
    ! [D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ A @ B @ D )
      | ( C = D ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(22,axiom,
    product @ a @ b @ aPb,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_times_b) ).

thf(58,plain,
    product @ a @ b @ aPb,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(14,axiom,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ A @ D @ E )
      | ~ ( sum @ B @ D @ F )
      | ~ ( sum @ C @ E @ G )
      | ( product @ A @ F @ G ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity2) ).

thf(46,plain,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ A @ D @ E )
      | ~ ( sum @ B @ D @ F )
      | ~ ( sum @ C @ E @ G )
      | ( product @ A @ F @ G ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(21,axiom,
    product @ a @ c @ aPc,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a_times_c) ).

thf(57,plain,
    product @ a @ c @ aPc,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

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

thf(29,plain,
    ! [B: $i,A: $i] : ( sum @ A @ B @ ( add @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(7,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ~ ( sum @ B @ D @ E )
      | ~ ( sum @ C @ D @ F )
      | ( sum @ A @ E @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_addition1) ).

thf(32,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ~ ( sum @ B @ D @ E )
      | ~ ( sum @ C @ D @ F )
      | ( sum @ A @ E @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

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

thf(34,plain,
    ! [A: $i] : ( sum @ ( additive_inverse @ A ) @ A @ additive_identity ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(19,axiom,
    ! [B: $i,A: $i] : ( product @ A @ B @ ( multiply @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closure_of_multiplication) ).

thf(54,plain,
    ! [B: $i,A: $i] : ( product @ A @ B @ ( multiply @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(16,axiom,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ D @ B @ E )
      | ~ ( sum @ A @ D @ F )
      | ~ ( product @ F @ B @ G )
      | ( sum @ C @ E @ G ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity3) ).

thf(49,plain,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ D @ B @ E )
      | ~ ( sum @ A @ D @ F )
      | ~ ( product @ F @ B @ G )
      | ( sum @ C @ E @ G ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(3,axiom,
    ! [A: $i] : ( sum @ A @ ( additive_inverse @ A ) @ additive_identity ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_inverse) ).

thf(26,plain,
    ! [A: $i] : ( sum @ A @ ( additive_inverse @ A ) @ additive_identity ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(20,axiom,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ D @ B @ E )
      | ~ ( sum @ A @ D @ F )
      | ~ ( sum @ C @ E @ G )
      | ( product @ F @ B @ G ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity4) ).

thf(55,plain,
    ! [G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ D @ B @ E )
      | ~ ( sum @ A @ D @ F )
      | ~ ( sum @ C @ E @ G )
      | ( product @ F @ B @ G ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(1,negated_conjecture,
    ~ ( product @ a @ bS_Ic @ aPb_S_IaPc ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_a_times_bS_Ic_is_aPb_S__IaPc) ).

thf(23,plain,
    ~ ( product @ a @ bS_Ic @ aPb_S_IaPc ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(6,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ~ ( sum @ B @ D @ E )
      | ~ ( sum @ A @ E @ F )
      | ( sum @ C @ D @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_addition2) ).

thf(30,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ~ ( sum @ B @ D @ E )
      | ~ ( sum @ A @ E @ F )
      | ( sum @ C @ D @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(17,axiom,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ B @ D @ E )
      | ~ ( product @ C @ D @ F )
      | ( product @ A @ E @ F ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',associativity_of_multiplication1) ).

thf(51,plain,
    ! [F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ~ ( product @ B @ D @ E )
      | ~ ( product @ C @ D @ F )
      | ( product @ A @ E @ F ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(65,plain,
    $false,
    inference(e,[status(thm)],[25,38,53,41,27,39,35,48,43,58,46,57,29,32,34,54,49,26,55,23,30,51]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : RNG006-3 : TPTP v8.1.2. Released v1.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 : Thu May 18 20:57:12 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.92/0.84  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.18/0.97  % [INFO] 	 Parsing done (134ms). 
% 1.35/0.98  % [INFO] 	 Running in sequential loop mode. 
% 1.70/1.17  % [INFO] 	 eprover registered as external prover. 
% 1.70/1.17  % [INFO] 	 cvc4 registered as external prover. 
% 1.70/1.18  % [INFO] 	 Scanning for conjecture ... 
% 1.86/1.23  % [INFO] 	 Found a conjecture and 21 axioms. Running axiom selection ... 
% 1.98/1.26  % [INFO] 	 Axiom selection finished. Selected 21 axioms (removed 0 axioms). 
% 1.98/1.29  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.98/1.30  % [INFO] 	 Type checking passed. 
% 1.98/1.30  % [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.62/1.78  % External prover 'e' found a proof!
% 3.62/1.78  % [INFO] 	 Killing All external provers ... 
% 3.62/1.79  % Time passed: 1269ms (effective reasoning time: 802ms)
% 3.62/1.79  % 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.62/1.79  % Axioms used in derivation (21): addition_is_well_defined, additive_identity2, additive_identity1, associativity_of_multiplication2, aPb_plus_IaPc, distributivity1, closure_of_multiplication, associativity_of_addition2, a_times_b, associativity_of_multiplication1, distributivity4, closure_of_addition, distributivity3, b_plus_inverse_c, commutativity_of_addition, distributivity2, associativity_of_addition1, left_inverse, multiplication_is_well_defined, right_inverse, a_times_c
% 3.62/1.79  % No. of inferences in proof: 45
% 3.62/1.79  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1269 ms resp. 802 ms w/o parsing
% 3.64/1.83  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.64/1.83  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------