TSTP Solution File: MGT023+1 by Leo-III---1.7.12

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.12
% Problem  : MGT023+1 : TPTP v8.2.0. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n009.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 : Tue May 21 00:41:21 EDT 2024

% Result   : Theorem 3.39s 2.22s
% Output   : Refutation 3.39s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :   12
% Syntax   : Number of formulae    :   17 (   1 unt;   9 typ;   0 def)
%            Number of atoms       :   38 (   2 equ;   0 cnn)
%            Maximal formula atoms :    7 (   4 avg)
%            Number of connectives :  139 (   6   ~;   0   |;  19   &; 103   @)
%                                         (   0 <=>;  11  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   9 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   13 (  13   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   11 (   9 usr;   3 con; 0-4 aty)
%            Number of variables   :   15 (   0   ^  13   !;   2   ?;  15   :)

% Comments : 
%------------------------------------------------------------------------------
thf(environment_type,type,
    environment: $i > $o ).

thf(stable_type,type,
    stable: $i > $o ).

thf(in_environment_type,type,
    in_environment: $i > $i > $o ).

thf(critical_point_type,type,
    critical_point: $i > $i ).

thf(greater_type,type,
    greater: $i > $i > $o ).

thf(growth_rate_type,type,
    growth_rate: $i > $i > $i ).

thf(efficient_producers_type,type,
    efficient_producers: $i ).

thf(first_movers_type,type,
    first_movers: $i ).

thf(subpopulations_type,type,
    subpopulations: $i > $i > $i > $i > $o ).

thf(1,conjecture,
    ! [A: $i] :
      ( ( ( environment @ A )
        & ( stable @ A ) )
     => ( in_environment @ A @ ( critical_point @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_l5) ).

thf(2,negated_conjecture,
    ~ ! [A: $i] :
        ( ( ( environment @ A )
          & ( stable @ A ) )
       => ( in_environment @ A @ ( critical_point @ A ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(5,plain,
    ~ ! [A: $i] :
        ( ( ( environment @ A )
          & ( stable @ A ) )
       => ( in_environment @ A @ ( critical_point @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ( ( ( environment @ A )
        & ~ ( greater @ ( growth_rate @ efficient_producers @ B ) @ ( growth_rate @ first_movers @ B ) )
        & ( in_environment @ A @ B )
        & ! [C: $i] :
            ( ( ( subpopulations @ first_movers @ efficient_producers @ A @ C )
              & ( greater @ C @ B ) )
           => ( greater @ ( growth_rate @ efficient_producers @ C ) @ ( growth_rate @ first_movers @ C ) ) ) )
     => ( B
        = ( critical_point @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d1) ).

thf(9,plain,
    ! [A: $i,B: $i] :
      ( ( ( environment @ A )
        & ~ ( greater @ ( growth_rate @ efficient_producers @ B ) @ ( growth_rate @ first_movers @ B ) )
        & ( in_environment @ A @ B )
        & ! [C: $i] :
            ( ( ( subpopulations @ first_movers @ efficient_producers @ A @ C )
              & ( greater @ C @ B ) )
           => ( greater @ ( growth_rate @ efficient_producers @ C ) @ ( growth_rate @ first_movers @ C ) ) ) )
     => ( B
        = ( critical_point @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(4,axiom,
    ! [A: $i] :
      ( ( ( environment @ A )
        & ( stable @ A ) )
     => ? [B: $i] :
          ( ( in_environment @ A @ B )
          & ~ ( greater @ ( growth_rate @ efficient_producers @ B ) @ ( growth_rate @ first_movers @ B ) )
          & ! [C: $i] :
              ( ( ( subpopulations @ first_movers @ efficient_producers @ A @ C )
                & ( greater @ C @ B ) )
             => ( greater @ ( growth_rate @ efficient_producers @ C ) @ ( growth_rate @ first_movers @ C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l12) ).

thf(16,plain,
    ! [A: $i] :
      ( ( ( environment @ A )
        & ( stable @ A ) )
     => ? [B: $i] :
          ( ( in_environment @ A @ B )
          & ~ ( greater @ ( growth_rate @ efficient_producers @ B ) @ ( growth_rate @ first_movers @ B ) )
          & ! [C: $i] :
              ( ( ( subpopulations @ first_movers @ efficient_producers @ A @ C )
                & ( greater @ C @ B ) )
             => ( greater @ ( growth_rate @ efficient_producers @ C ) @ ( growth_rate @ first_movers @ C ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(20,plain,
    $false,
    inference(e,[status(thm)],[5,9,16]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.10  % Problem  : MGT023+1 : TPTP v8.2.0. Released v2.0.0.
% 0.10/0.12  % Command  : run_Leo-III %s %d
% 0.12/0.32  % Computer : n009.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 300
% 0.12/0.32  % DateTime : Sun May 19 00:02:09 EDT 2024
% 0.12/0.33  % CPUTime  : 
% 0.98/1.01  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.24/1.18  % [INFO] 	 Parsing done (167ms). 
% 1.44/1.19  % [INFO] 	 Running in sequential loop mode. 
% 1.92/1.57  % [INFO] 	 eprover registered as external prover. 
% 1.92/1.58  % [INFO] 	 cvc4 registered as external prover. 
% 1.92/1.58  % [INFO] 	 Scanning for conjecture ... 
% 2.11/1.68  % [INFO] 	 Found a conjecture (or negated_conjecture) and 2 axioms. Running axiom selection ... 
% 2.23/1.71  % [INFO] 	 Axiom selection finished. Selected 2 axioms (removed 0 axioms). 
% 2.23/1.74  % [INFO] 	 Problem is first-order (TPTP FOF). 
% 2.23/1.74  % [INFO] 	 Type checking passed. 
% 2.23/1.75  % [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.39/2.22  % External prover 'e' found a proof!
% 3.39/2.22  % [INFO] 	 Killing All external provers ... 
% 3.39/2.22  % Time passed: 1736ms (effective reasoning time: 1023ms)
% 3.39/2.22  % 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.39/2.22  % Axioms used in derivation (2): d1, l12
% 3.39/2.22  % No. of inferences in proof: 8
% 3.39/2.22  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 1736 ms resp. 1023 ms w/o parsing
% 3.39/2.31  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 3.71/2.31  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------