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

View Problem - Process Solution

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

% Computer : n008.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:12:59 EDT 2023

% Result   : Unsatisfiable 2.80s 1.56s
% Output   : Refutation 2.80s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   16
% Syntax   : Number of formulae    :   28 (  17 unt;   5 typ;   0 def)
%            Number of atoms       :   39 (   4 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  144 (  18   ~;  16   |;   0   &; 110   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    6 (   6   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    7 (   5 usr;   3 con; 0-3 aty)
%            Number of variables   :   48 (   0   ^;  48   !;   0   ?;  48   :)

% Comments : 
%------------------------------------------------------------------------------
thf(identity_type,type,
    identity: $i ).

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

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

thf(inverse_type,type,
    inverse: $i > $i ).

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

thf(9,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',associativity2) ).

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

thf(7,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',total_function2) ).

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

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

thf(28,plain,
    ! [A: $i] : ( product @ A @ c @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(4,axiom,
    ! [A: $i] : ( product @ ( inverse @ A ) @ A @ identity ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',left_inverse) ).

thf(17,plain,
    ! [A: $i] : ( product @ ( inverse @ A ) @ A @ identity ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

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

thf(27,plain,
    ! [A: $i] : ( product @ c @ A @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(1,negated_conjecture,
    identity != c,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_identity_equals_c) ).

thf(12,plain,
    identity != c,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(5,axiom,
    ! [A: $i] : ( product @ A @ ( inverse @ A ) @ identity ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',right_inverse) ).

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

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

thf(16,plain,
    ! [A: $i] : ( product @ A @ identity @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(8,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',associativity1) ).

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

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

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

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

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

thf(29,plain,
    $false,
    inference(e,[status(thm)],[25,20,28,17,27,12,18,16,23,19,15]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.12  % Problem  : GRP007-1 : TPTP v8.1.2. Released v1.0.0.
% 0.06/0.15  % Command  : run_Leo-III %s %d
% 0.14/0.35  % Computer : n008.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Fri May 19 01:57:55 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 0.84/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.19/0.95  % [INFO] 	 Parsing done (115ms). 
% 1.19/0.96  % [INFO] 	 Running in sequential loop mode. 
% 1.52/1.15  % [INFO] 	 eprover registered as external prover. 
% 1.52/1.15  % [INFO] 	 cvc4 registered as external prover. 
% 1.52/1.16  % [INFO] 	 Scanning for conjecture ... 
% 1.77/1.20  % [INFO] 	 Found a conjecture and 10 axioms. Running axiom selection ... 
% 1.84/1.22  % [INFO] 	 Axiom selection finished. Selected 10 axioms (removed 0 axioms). 
% 1.84/1.23  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.84/1.24  % [INFO] 	 Type checking passed. 
% 1.84/1.24  % [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 ... 
% 2.80/1.56  % External prover 'e' found a proof!
% 2.80/1.56  % [INFO] 	 Killing All external provers ... 
% 2.80/1.56  % Time passed: 1040ms (effective reasoning time: 596ms)
% 2.80/1.56  % 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)>
% 2.80/1.56  % Axioms used in derivation (10): total_function1, left_identity, left_inverse, right_identity, right_inverse, another_right_identity, another_left_identity, associativity1, total_function2, associativity2
% 2.80/1.56  % No. of inferences in proof: 23
% 2.80/1.56  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1040 ms resp. 596 ms w/o parsing
% 2.80/1.62  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 2.80/1.62  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------