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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : GRP005-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:12:59 EDT 2023

% Result   : Unsatisfiable 2.48s 1.51s
% Output   : Refutation 2.48s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   14
% Syntax   : Number of formulae    :   24 (  13 unt;   5 typ;   0 def)
%            Number of atoms       :   37 (   0 equ;   0 cnn)
%            Maximal formula atoms :    4 (   1 avg)
%            Number of connectives :  132 (  20   ~;  18   |;   0   &;  94   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   7 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    5 (   5   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :    6 (   5 usr;   3 con; 0-3 aty)
%            Number of variables   :   38 (   0   ^;  38   !;   0   ?;  38   :)

% Comments : 
%------------------------------------------------------------------------------
thf(an_element_type,type,
    an_element: $i > $o ).

thf(identity_type,type,
    identity: $i ).

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

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

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

thf(1,negated_conjecture,
    ~ ( an_element @ identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_identity_is_an_element) ).

thf(10,plain,
    ~ ( an_element @ identity ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

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

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

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/sandbox/benchmark/theBenchmark.p',associativity2) ).

thf(21,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(3,axiom,
    ! [A: $i] : ( product @ A @ identity @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',right_identity) ).

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

thf(7,axiom,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( an_element @ A )
      | ~ ( an_element @ B )
      | ~ ( product @ A @ ( inverse @ B ) @ C )
      | ( an_element @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',condition) ).

thf(17,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( an_element @ A )
      | ~ ( an_element @ B )
      | ~ ( product @ A @ ( inverse @ B ) @ C )
      | ( an_element @ C ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

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

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

thf(6,axiom,
    an_element @ a,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',element_of_set) ).

thf(16,plain,
    an_element @ a,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

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/sandbox/benchmark/theBenchmark.p',associativity1) ).

thf(19,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(5,axiom,
    ! [A: $i] : ( product @ ( inverse @ A ) @ A @ identity ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',left_inverse) ).

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

thf(25,plain,
    $false,
    inference(e,[status(thm)],[10,14,21,13,17,12,16,19,15]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : GRP005-1 : TPTP v8.1.2. Released v1.0.0.
% 0.15/0.16  % Command  : run_Leo-III %s %d
% 0.16/0.37  % Computer : n007.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Fri May 19 01:30:57 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.93/0.85  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.19/0.95  % [INFO] 	 Parsing done (104ms). 
% 1.19/0.96  % [INFO] 	 Running in sequential loop mode. 
% 1.63/1.14  % [INFO] 	 eprover registered as external prover. 
% 1.63/1.15  % [INFO] 	 cvc4 registered as external prover. 
% 1.63/1.15  % [INFO] 	 Scanning for conjecture ... 
% 1.71/1.19  % [INFO] 	 Found a conjecture and 8 axioms. Running axiom selection ... 
% 1.71/1.21  % [INFO] 	 Axiom selection finished. Selected 8 axioms (removed 0 axioms). 
% 1.71/1.22  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 1.71/1.22  % [INFO] 	 Type checking passed. 
% 1.71/1.22  % [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.48/1.50  % External prover 'e' found a proof!
% 2.48/1.50  % [INFO] 	 Killing All external provers ... 
% 2.48/1.50  % Time passed: 979ms (effective reasoning time: 543ms)
% 2.48/1.50  % 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.48/1.51  % Axioms used in derivation (8): left_identity, left_inverse, right_identity, right_inverse, condition, associativity2, associativity1, element_of_set
% 2.48/1.51  % No. of inferences in proof: 19
% 2.48/1.51  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 979 ms resp. 543 ms w/o parsing
% 2.48/1.53  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 2.48/1.53  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------