TSTP Solution File: RNG040-1 by Leo-III---1.7.7

View Problem - Process Solution

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

% Computer : n007.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:09 EDT 2023

% Result   : Unsatisfiable 3.40s 1.74s
% Output   : Refutation 3.64s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   41
% Syntax   : Number of formulae    :   69 (  27 unt;  14 typ;   0 def)
%            Number of atoms       :  127 (   8 equ;   0 cnn)
%            Maximal formula atoms :    5 (   2 avg)
%            Number of connectives :  512 (  70   ~;  72   |;   0   &; 370   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   16 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   12 (  12   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   16 (  14 usr;   9 con; 0-3 aty)
%            Number of variables   :  156 (   0   ^; 156   !;   0   ?; 156   :)

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

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

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

thf(d_type,type,
    d: $i ).

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

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

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

thf(l_type,type,
    l: $i ).

thf(n_type,type,
    n: $i ).

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

thf(h_type,type,
    h: $i > $i ).

thf(multiplicative_identity_type,type,
    multiplicative_identity: $i ).

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

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

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

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 )
      | ~ ( sum @ C @ E @ G )
      | ( product @ F @ B @ G ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',distributivity4) ).

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

thf(21,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(61,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( sum @ A @ B @ C )
      | ( sum @ B @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

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

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

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

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

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

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

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

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

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

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

thf(11,axiom,
    ! [A: $i] :
      ( ( product @ A @ ( h @ A ) @ multiplicative_identity )
      | ( A = additive_identity ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause30) ).

thf(43,plain,
    ! [A: $i] :
      ( ( product @ A @ ( h @ A ) @ multiplicative_identity )
      | ( A = additive_identity ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

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

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

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

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

thf(18,axiom,
    ! [A: $i] : ( product @ multiplicative_identity @ A @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_multiplicative_identity) ).

thf(57,plain,
    ! [A: $i] : ( product @ multiplicative_identity @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(1,negated_conjecture,
    sum @ b @ c @ d,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_plus_c) ).

thf(29,plain,
    sum @ b @ c @ d,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(5,negated_conjecture,
    ~ ( sum @ l @ n @ additive_identity ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_equation) ).

thf(28,plain,
    ~ ( sum @ l @ n @ additive_identity ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(26,axiom,
    ! [A: $i] :
      ( ( product @ ( h @ A ) @ A @ multiplicative_identity )
      | ( A = additive_identity ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',clause31) ).

thf(70,plain,
    ! [A: $i] :
      ( ( product @ ( h @ A ) @ A @ multiplicative_identity )
      | ( A = additive_identity ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(4,negated_conjecture,
    product @ c @ a @ n,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',c_plus_a) ).

thf(32,plain,
    product @ c @ a @ n,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

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

thf(34,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( product @ A @ B @ C )
      | ( product @ B @ A @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

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

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

thf(3,negated_conjecture,
    product @ b @ a @ l,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',b_plus_a) ).

thf(31,plain,
    product @ b @ a @ l,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

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

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

thf(2,negated_conjecture,
    product @ d @ a @ additive_identity,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d_plus_a) ).

thf(30,plain,
    product @ d @ a @ additive_identity,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(15,axiom,
    ! [A: $i] : ( product @ A @ multiplicative_identity @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_multiplicative_identity) ).

thf(51,plain,
    ! [A: $i] : ( product @ A @ multiplicative_identity @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

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

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

thf(76,plain,
    $false,
    inference(cvc4,[status(thm)],[37,52,61,65,41,73,59,54,39,66,63,43,58,46,57,29,28,70,32,34,50,31,36,30,51,47,68]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : RNG040-1 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.15  % Command  : run_Leo-III %s %d
% 0.15/0.36  % Computer : n007.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 : Thu May 18 20:11:54 EDT 2023
% 0.15/0.36  % CPUTime  : 
% 0.91/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.21/0.95  % [INFO] 	 Parsing done (125ms). 
% 1.21/0.96  % [INFO] 	 Running in sequential loop mode. 
% 1.63/1.16  % [INFO] 	 eprover registered as external prover. 
% 1.63/1.16  % [INFO] 	 cvc4 registered as external prover. 
% 1.73/1.16  % [INFO] 	 Scanning for conjecture ... 
% 1.73/1.22  % [INFO] 	 Found a conjecture and 22 axioms. Running axiom selection ... 
% 1.92/1.26  % [INFO] 	 Axiom selection finished. Selected 22 axioms (removed 0 axioms). 
% 2.04/1.29  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.04/1.29  % [INFO] 	 Type checking passed. 
% 2.04/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.22/1.74  % External prover 'cvc4' found a proof!
% 3.22/1.74  % [INFO] 	 Killing All external provers ... 
% 3.22/1.74  % Time passed: 1235ms (effective reasoning time: 780ms)
% 3.22/1.74  % 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.22/1.74  % Axioms used in derivation (22): addition_is_well_defined, clause31, commutativity_of_addition, additive_identity2, right_inverse, associativity_of_addition2, associativity_of_multiplication1, distributivity4, closure_of_addition, distributivity3, distributivity2, associativity_of_addition1, right_multiplicative_identity, additive_identity1, left_inverse, multiplication_is_well_defined, left_multiplicative_identity, associativity_of_multiplication2, distributivity1, product_symmetry, closure_of_multiplication, clause30
% 3.22/1.74  % No. of inferences in proof: 55
% 3.40/1.74  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1235 ms resp. 780 ms w/o parsing
% 3.64/1.82  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.64/1.82  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------