TSTP Solution File: HEN006-7 by Leo-III---1.7.7

View Problem - Process Solution

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

% Computer : n023.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:16:51 EDT 2023

% Result   : Unsatisfiable 3.79s 1.99s
% Output   : Refutation 3.79s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    2
%            Number of leaves      :   27
% Syntax   : Number of formulae    :   45 (  23 unt;  10 typ;   0 def)
%            Number of atoms       :   59 (   4 equ;   0 cnn)
%            Maximal formula atoms :    6 (   1 avg)
%            Number of connectives :  196 (  26   ~;  24   |;   0   &; 146   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   18 (   6 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :    7 (   7   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   12 (  10 usr;   8 con; 0-3 aty)
%            Number of variables   :   58 (   0   ^;  58   !;   0   ?;  58   :)

% Comments : 
%------------------------------------------------------------------------------
thf(less_equal_type,type,
    less_equal: $i > $i > $o ).

thf(xQz_type,type,
    xQz: $i ).

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

thf(quotient_type,type,
    quotient: $i > $i > $i > $o ).

thf(zero_type,type,
    zero: $i ).

thf(divide_type,type,
    divide: $i > $i > $i ).

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

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

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

thf(xQy_type,type,
    xQy: $i ).

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

thf(20,plain,
    ! [A: $i] : ( quotient @ A @ zero @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(17,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( less_equal @ A @ B )
      | ~ ( less_equal @ B @ A )
      | ( A = B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_equal_and_equal) ).

thf(41,plain,
    ! [B: $i,A: $i] :
      ( ~ ( less_equal @ A @ B )
      | ~ ( less_equal @ B @ A )
      | ( A = B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

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

thf(34,plain,
    ! [H: $i,G: $i,F: $i,E: $i,D: $i,C: $i,B: $i,A: $i] :
      ( ~ ( quotient @ A @ B @ C )
      | ~ ( quotient @ B @ D @ E )
      | ~ ( quotient @ A @ D @ F )
      | ~ ( quotient @ F @ E @ G )
      | ~ ( quotient @ C @ D @ H )
      | ( less_equal @ G @ H ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

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

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

thf(1,negated_conjecture,
    ~ ( less_equal @ xQz @ y ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_xQzLEy) ).

thf(18,plain,
    ~ ( less_equal @ xQz @ y ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[1]) ).

thf(10,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( less_equal @ A @ B )
      | ( quotient @ A @ B @ zero ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',quotient_less_equal) ).

thf(31,plain,
    ! [B: $i,A: $i] :
      ( ~ ( less_equal @ A @ B )
      | ( quotient @ A @ B @ zero ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(3,axiom,
    ! [B: $i,A: $i] : ( quotient @ A @ B @ ( divide @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',closure) ).

thf(21,plain,
    ! [B: $i,A: $i] : ( quotient @ A @ B @ ( divide @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(11,axiom,
    quotient @ x @ z @ xQz,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',xQz) ).

thf(33,plain,
    quotient @ x @ z @ xQz,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(8,axiom,
    ! [B: $i,A: $i] :
      ( ~ ( quotient @ A @ B @ zero )
      | ( less_equal @ A @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',less_equal_quotient) ).

thf(28,plain,
    ! [B: $i,A: $i] :
      ( ~ ( quotient @ A @ B @ zero )
      | ( less_equal @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(14,axiom,
    quotient @ x @ y @ xQy,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',xQy) ).

thf(38,plain,
    quotient @ x @ y @ xQy,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

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

thf(22,plain,
    ! [A: $i] : ( quotient @ A @ identity @ zero ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(7,axiom,
    ! [A: $i] : ( quotient @ A @ A @ zero ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',x_divide_x_is_zero) ).

thf(27,plain,
    ! [A: $i] : ( quotient @ A @ A @ zero ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(16,axiom,
    less_equal @ xQy @ z,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',xQyLEz) ).

thf(40,plain,
    less_equal @ xQy @ z,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(6,axiom,
    ! [A: $i] : ( quotient @ zero @ A @ zero ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',zero_divide_anything_is_zero) ).

thf(26,plain,
    ! [A: $i] : ( quotient @ zero @ A @ zero ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

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

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

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

thf(36,plain,
    ! [C: $i,B: $i,A: $i] :
      ( ~ ( quotient @ A @ B @ C )
      | ( less_equal @ C @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(9,axiom,
    ! [A: $i] : ( less_equal @ zero @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',zero_is_smallest) ).

thf(30,plain,
    ! [A: $i] : ( less_equal @ zero @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(107,plain,
    $false,
    inference(e,[status(thm)],[20,41,34,39,18,31,21,33,28,38,22,27,40,26,23,36,30]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.12  % Problem  : HEN006-7 : TPTP v8.1.2. Released v1.0.0.
% 0.14/0.15  % Command  : run_Leo-III %s %d
% 0.14/0.36  % Computer : n023.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Thu May 18 15:34:00 EDT 2023
% 0.14/0.36  % CPUTime  : 
% 1.06/0.94  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.31/1.07  % [INFO] 	 Parsing done (130ms). 
% 1.31/1.08  % [INFO] 	 Running in sequential loop mode. 
% 1.75/1.28  % [INFO] 	 eprover registered as external prover. 
% 1.75/1.28  % [INFO] 	 cvc4 registered as external prover. 
% 1.75/1.28  % [INFO] 	 Scanning for conjecture ... 
% 1.95/1.33  % [INFO] 	 Found a conjecture and 16 axioms. Running axiom selection ... 
% 1.95/1.37  % [INFO] 	 Axiom selection finished. Selected 16 axioms (removed 0 axioms). 
% 2.10/1.38  % [INFO] 	 Problem is propositional (TPTP CNF). 
% 2.10/1.39  % [INFO] 	 Type checking passed. 
% 2.10/1.39  % [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.79/1.99  % External prover 'e' found a proof!
% 3.79/1.99  % [INFO] 	 Killing All external provers ... 
% 3.79/1.99  % Time passed: 1465ms (effective reasoning time: 910ms)
% 3.79/1.99  % 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.79/1.99  % Axioms used in derivation (16): quotient_property, xQz, closure, everything_divide_identity_is_zero, zero_divide_anything_is_zero, zero_is_smallest, xQyLEz, xQy, less_equal_quotient, identity_is_largest, x_divide_x_is_zero, quotient_less_equal, divisor_existence, well_defined, x_divde_zero_is_x, less_equal_and_equal
% 3.79/1.99  % No. of inferences in proof: 35
% 3.79/1.99  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 1465 ms resp. 910 ms w/o parsing
% 3.79/2.02  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 3.79/2.02  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------