TSTP Solution File: RNG015-6 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : RNG015-6 : 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:03 EDT 2023

% Result   : Unsatisfiable 3.09s 1.68s
% Output   : Refutation 3.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   25
% Syntax   : Number of formulae    :   42 (  33 unt;   9 typ;   0 def)
%            Number of atoms       :   33 (  32 equ;   0 cnn)
%            Maximal formula atoms :    1 (   1 avg)
%            Number of connectives :  200 (   2   ~;   0   |;   0   &; 198   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :    4 (   3 avg)
%            Number of types       :    1 (   0 usr)
%            Number of type conns  :   10 (  10   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   9 usr;   5 con; 0-3 aty)
%            Number of variables   :   54 (   0   ^;  54   !;   0   ?;  54   :)

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

thf(x_type,type,
    x: $i ).

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

thf(y_type,type,
    y: $i ).

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

thf(z_type,type,
    z: $i ).

thf(commutator_type,type,
    commutator: $i > $i > $i ).

thf(associator_type,type,
    associator: $i > $i > $i > $i ).

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

thf(16,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( add @ A @ ( add @ B @ C ) )
      = ( add @ ( add @ A @ B ) @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associativity_for_addition) ).

thf(48,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( add @ A @ ( add @ B @ C ) )
      = ( add @ ( add @ A @ B ) @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(13,axiom,
    ! [A: $i] :
      ( ( add @ ( additive_inverse @ A ) @ A )
      = additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_additive_inverse) ).

thf(42,plain,
    ! [A: $i] :
      ( ( add @ ( additive_inverse @ A ) @ A )
      = additive_identity ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(4,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( associator @ A @ B @ C )
      = ( add @ ( multiply @ ( multiply @ A @ B ) @ C ) @ ( additive_inverse @ ( multiply @ A @ ( multiply @ B @ C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',associator) ).

thf(24,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( associator @ A @ B @ C )
      = ( add @ ( multiply @ ( multiply @ A @ B ) @ C ) @ ( additive_inverse @ ( multiply @ A @ ( multiply @ B @ C ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(2,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( multiply @ A @ ( add @ B @ C ) )
      = ( add @ ( multiply @ A @ B ) @ ( multiply @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distribute1) ).

thf(20,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( multiply @ A @ ( add @ B @ C ) )
      = ( add @ ( multiply @ A @ B ) @ ( multiply @ A @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(15,axiom,
    ! [B: $i,A: $i] :
      ( ( multiply @ ( multiply @ A @ B ) @ B )
      = ( multiply @ A @ ( multiply @ B @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_alternative) ).

thf(46,plain,
    ! [B: $i,A: $i] :
      ( ( multiply @ ( multiply @ A @ B ) @ B )
      = ( multiply @ A @ ( multiply @ B @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(6,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ( multiply @ ( add @ A @ B ) @ C )
      = ( add @ ( multiply @ A @ C ) @ ( multiply @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',distribute2) ).

thf(28,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ( multiply @ ( add @ A @ B ) @ C )
      = ( add @ ( multiply @ A @ C ) @ ( multiply @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(11,axiom,
    ! [B: $i,A: $i] :
      ( ( multiply @ ( multiply @ A @ A ) @ B )
      = ( multiply @ A @ ( multiply @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_alternative) ).

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

thf(1,negated_conjecture,
    ( ( multiply @ x @ ( add @ y @ ( additive_inverse @ z ) ) )
   != ( add @ ( multiply @ x @ y ) @ ( additive_inverse @ ( multiply @ x @ z ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_distributivity) ).

thf(17,plain,
    ( ( multiply @ x @ ( add @ y @ ( additive_inverse @ z ) ) )
   != ( add @ ( multiply @ x @ y ) @ ( additive_inverse @ ( multiply @ x @ z ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

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

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

thf(9,axiom,
    ! [A: $i] :
      ( ( multiply @ additive_identity @ A )
      = additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_multiplicative_zero) ).

thf(34,plain,
    ! [A: $i] :
      ( ( multiply @ additive_identity @ A )
      = additive_identity ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(3,axiom,
    ! [B: $i,A: $i] :
      ( ( commutator @ A @ B )
      = ( add @ ( multiply @ B @ A ) @ ( additive_inverse @ ( multiply @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',commutator) ).

thf(22,plain,
    ! [B: $i,A: $i] :
      ( ( commutator @ A @ B )
      = ( add @ ( multiply @ B @ A ) @ ( additive_inverse @ ( multiply @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(14,axiom,
    ! [A: $i] :
      ( ( add @ A @ additive_identity )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_additive_identity) ).

thf(44,plain,
    ! [A: $i] :
      ( ( add @ A @ additive_identity )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(12,axiom,
    ! [A: $i] :
      ( ( additive_inverse @ ( additive_inverse @ A ) )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',additive_inverse_additive_inverse) ).

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

thf(5,axiom,
    ! [A: $i] :
      ( ( add @ A @ ( additive_inverse @ A ) )
      = additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_additive_inverse) ).

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

thf(10,axiom,
    ! [A: $i] :
      ( ( multiply @ A @ additive_identity )
      = additive_identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_multiplicative_zero) ).

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

thf(7,axiom,
    ! [A: $i] :
      ( ( add @ additive_identity @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_additive_identity) ).

thf(30,plain,
    ! [A: $i] :
      ( ( add @ additive_identity @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(54,plain,
    $false,
    inference(e,[status(thm)],[48,42,24,20,46,28,38,17,32,34,22,44,40,26,36,30]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.11  % Problem  : RNG015-6 : TPTP v8.1.2. Released v1.0.0.
% 0.07/0.14  % 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:53:27 EDT 2023
% 0.15/0.35  % CPUTime  : 
% 0.93/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.22/0.95  % [INFO] 	 Parsing done (118ms). 
% 1.22/0.96  % [INFO] 	 Running in sequential loop mode. 
% 1.67/1.16  % [INFO] 	 eprover registered as external prover. 
% 1.67/1.16  % [INFO] 	 cvc4 registered as external prover. 
% 1.67/1.16  % [INFO] 	 Scanning for conjecture ... 
% 1.75/1.21  % [INFO] 	 Found a conjecture and 15 axioms. Running axiom selection ... 
% 1.91/1.25  % [INFO] 	 Axiom selection finished. Selected 15 axioms (removed 0 axioms). 
% 2.01/1.27  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.01/1.27  % [INFO] 	 Type checking passed. 
% 2.01/1.27  % [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.09/1.68  % External prover 'e' found a proof!
% 3.09/1.68  % [INFO] 	 Killing All external provers ... 
% 3.09/1.68  % Time passed: 1171ms (effective reasoning time: 719ms)
% 3.09/1.68  % 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.09/1.68  % Axioms used in derivation (15): distribute2, left_multiplicative_zero, right_multiplicative_zero, left_additive_identity, right_alternative, right_additive_identity, commutativity_for_addition, additive_inverse_additive_inverse, associativity_for_addition, associator, left_alternative, right_additive_inverse, left_additive_inverse, distribute1, commutator
% 3.09/1.68  % No. of inferences in proof: 33
% 3.09/1.68  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1171 ms resp. 719 ms w/o parsing
% 3.16/1.71  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.16/1.71  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------