TSTP Solution File: MGT035+2 by iProver---3.8

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : iProver---3.8
% Problem  : MGT035+2 : TPTP v8.1.2. Released v2.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_iprover %s %d THM

% Computer : n002.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 : Thu Aug 31 09:14:27 EDT 2023

% Result   : Theorem 17.17s 3.21s
% Output   : CNFRefutation 17.17s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   48
%            Number of leaves      :   27
% Syntax   : Number of formulae    :  423 (  30 unt;   0 def)
%            Number of atoms       : 1618 ( 303 equ)
%            Maximal formula atoms :   12 (   3 avg)
%            Number of connectives : 2056 ( 861   ~;1014   |; 129   &)
%                                         (   6 <=>;  46  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   10 (   5 avg)
%            Maximal term depth    :    5 (   1 avg)
%            Number of predicates  :   13 (  11 usr;   1 prp; 0-4 aty)
%            Number of functors    :   13 (  13 usr;   4 con; 0-2 aty)
%            Number of variables   :  594 (   1 sgn; 268   !;  20   ?)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1] :
      ( ( subpopulations(first_movers,efficient_producers,X0,X1)
        & environment(X0) )
     => in_environment(X0,X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_time_point_in_environment) ).

fof(f2,axiom,
    ! [X0,X1] :
      ( ( subpopulations(first_movers,efficient_producers,X0,X1)
        & environment(X0) )
     => greater(number_of_organizations(X0,X1),zero) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_environment_not_empty) ).

fof(f3,axiom,
    ! [X0,X2,X1] :
      ( ( ( greater(cardinality_at_time(X2,X1),zero)
         => ( first_movers = X2
            | efficient_producers = X2 ) )
        & subpopulation(X2,X0,X1)
        & environment(X0) )
     => number_of_organizations(X0,X1) = sum(cardinality_at_time(first_movers,X1),cardinality_at_time(efficient_producers,X1)) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_only_members) ).

fof(f4,axiom,
    ! [X0,X1] :
      ( ( in_environment(X0,X1)
        & environment(X0) )
     => ( subpopulation(efficient_producers,X0,X1)
        & subpopulation(first_movers,X0,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_FM_and_EP_organisational) ).

fof(f5,axiom,
    ! [X3,X4,X5] :
      ( ( constant(X3)
        & sum(X4,X5) = X3 )
     => ( ( increases(X5)
          & decreases(X4) )
        | ( decreases(X5)
          & increases(X4) )
        | ( constant(X5)
          & constant(X4) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_abc_sum_increase) ).

fof(f6,axiom,
    ! [X2,X0,X1] :
      ( ( greater(cardinality_at_time(X2,X1),zero)
        & subpopulation(X2,X0,X1)
        & in_environment(X0,X1)
        & environment(X0) )
     => ( ( decreases(cardinality_at_time(X2,X1))
         => greater(zero,growth_rate(X2,X1)) )
        & ( increases(cardinality_at_time(X2,X1))
         => greater(growth_rate(X2,X1),zero) )
        & ( constant(cardinality_at_time(X2,X1))
         => zero = growth_rate(X2,X1) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_growth_rate) ).

fof(f7,axiom,
    ! [X0,X1] :
      ( ( subpopulations(first_movers,efficient_producers,X0,X1)
        & environment(X0) )
     => ( greater(cardinality_at_time(efficient_producers,X1),zero)
        & greater(cardinality_at_time(first_movers,X1),zero) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_positive_number_of_organizations) ).

fof(f8,axiom,
    ! [X2,X6] :
      ~ ( X2 = X6
        & greater(X2,X6) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp6_1) ).

fof(f9,axiom,
    ! [X2,X6] :
      ~ ( greater(X6,X2)
        & greater(X2,X6) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp6_2) ).

fof(f10,axiom,
    ! [X2,X6,X7] :
      ( ( greater(X6,X7)
        & greater(X2,X6) )
     => greater(X2,X7) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_greater_transitivity) ).

fof(f11,axiom,
    ! [X0,X8,X9] :
      ( ( in_environment(X0,X9)
        & in_environment(X0,X8) )
     => ( greater(X8,X9)
        | X8 = X9
        | greater(X9,X8) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_times_in_environment) ).

fof(f12,axiom,
    ! [X2,X6] :
      ( greater_or_equal(X2,X6)
    <=> ( X2 = X6
        | greater(X2,X6) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_greater_or_equal) ).

fof(f13,axiom,
    ! [X0,X1] :
      ( ( greater_or_equal(X1,equilibrium(X0))
        & environment(X0) )
     => ~ greater(equilibrium(X0),X1) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',mp_equilibrium) ).

fof(f14,axiom,
    ! [X0,X10,X11,X1] :
      ( ( subpopulations(X10,X11,X0,X1)
        & environment(X0) )
     => ( ( greater(zero,growth_rate(X10,X1))
          & greater_or_equal(growth_rate(X11,X1),zero) )
      <=> outcompetes(X11,X10,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',d2) ).

fof(f15,axiom,
    ! [X0,X1] :
      ( ( greater(number_of_organizations(X0,X1),zero)
        & in_environment(X0,X1)
        & environment(X0) )
     => ( ( ~ greater(equilibrium(X0),X1)
         => constant(resources(X0,X1)) )
        & ( greater(equilibrium(X0),X1)
         => decreases(resources(X0,X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a4) ).

fof(f16,axiom,
    ! [X0] :
      ( ( stable(X0)
        & environment(X0) )
     => ? [X1] :
          ( greater_or_equal(X1,equilibrium(X0))
          & in_environment(X0,X1) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a5) ).

fof(f17,axiom,
    ! [X0,X1] :
      ( ( in_environment(X0,X1)
        & environment(X0) )
     => ( ( constant(resources(X0,X1))
         => constant(number_of_organizations(X0,X1)) )
        & ( decreases(resources(X0,X1))
         => ~ decreases(number_of_organizations(X0,X1)) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',a7) ).

fof(f19,axiom,
    ! [X0] :
      ( ( stable(X0)
        & environment(X0) )
     => ? [X12] :
          ( ! [X1] :
              ( ( greater_or_equal(X1,X12)
                & subpopulations(first_movers,efficient_producers,X0,X1) )
             => greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) )
          & in_environment(X0,X12) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l1) ).

fof(f20,conjecture,
    ! [X0] :
      ( ( stable(X0)
        & environment(X0) )
     => ? [X12] :
          ( ! [X1] :
              ( ( greater_or_equal(X1,X12)
                & subpopulations(first_movers,efficient_producers,X0,X1) )
             => outcompetes(efficient_producers,first_movers,X1) )
          & in_environment(X0,X12) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',prove_t4) ).

fof(f21,negated_conjecture,
    ~ ! [X0] :
        ( ( stable(X0)
          & environment(X0) )
       => ? [X12] :
            ( ! [X1] :
                ( ( greater_or_equal(X1,X12)
                  & subpopulations(first_movers,efficient_producers,X0,X1) )
               => outcompetes(efficient_producers,first_movers,X1) )
            & in_environment(X0,X12) ) ),
    inference(negated_conjecture,[],[f20]) ).

fof(f22,plain,
    ! [X0,X1,X2] :
      ( ( ( greater(cardinality_at_time(X1,X2),zero)
         => ( first_movers = X1
            | efficient_producers = X1 ) )
        & subpopulation(X1,X0,X2)
        & environment(X0) )
     => number_of_organizations(X0,X2) = sum(cardinality_at_time(first_movers,X2),cardinality_at_time(efficient_producers,X2)) ),
    inference(rectify,[],[f3]) ).

fof(f23,plain,
    ! [X0,X1,X2] :
      ( ( constant(X0)
        & sum(X1,X2) = X0 )
     => ( ( increases(X2)
          & decreases(X1) )
        | ( decreases(X2)
          & increases(X1) )
        | ( constant(X2)
          & constant(X1) ) ) ),
    inference(rectify,[],[f5]) ).

fof(f24,plain,
    ! [X0,X1,X2] :
      ( ( greater(cardinality_at_time(X0,X2),zero)
        & subpopulation(X0,X1,X2)
        & in_environment(X1,X2)
        & environment(X1) )
     => ( ( decreases(cardinality_at_time(X0,X2))
         => greater(zero,growth_rate(X0,X2)) )
        & ( increases(cardinality_at_time(X0,X2))
         => greater(growth_rate(X0,X2),zero) )
        & ( constant(cardinality_at_time(X0,X2))
         => zero = growth_rate(X0,X2) ) ) ),
    inference(rectify,[],[f6]) ).

fof(f25,plain,
    ! [X0,X1] :
      ~ ( X0 = X1
        & greater(X0,X1) ),
    inference(rectify,[],[f8]) ).

fof(f26,plain,
    ! [X0,X1] :
      ~ ( greater(X1,X0)
        & greater(X0,X1) ),
    inference(rectify,[],[f9]) ).

fof(f27,plain,
    ! [X0,X1,X2] :
      ( ( greater(X1,X2)
        & greater(X0,X1) )
     => greater(X0,X2) ),
    inference(rectify,[],[f10]) ).

fof(f28,plain,
    ! [X0,X1,X2] :
      ( ( in_environment(X0,X2)
        & in_environment(X0,X1) )
     => ( greater(X1,X2)
        | X1 = X2
        | greater(X2,X1) ) ),
    inference(rectify,[],[f11]) ).

fof(f29,plain,
    ! [X0,X1] :
      ( greater_or_equal(X0,X1)
    <=> ( X0 = X1
        | greater(X0,X1) ) ),
    inference(rectify,[],[f12]) ).

fof(f30,plain,
    ! [X0,X1,X2,X3] :
      ( ( subpopulations(X1,X2,X0,X3)
        & environment(X0) )
     => ( ( greater(zero,growth_rate(X1,X3))
          & greater_or_equal(growth_rate(X2,X3),zero) )
      <=> outcompetes(X2,X1,X3) ) ),
    inference(rectify,[],[f14]) ).

fof(f32,plain,
    ! [X0] :
      ( ( stable(X0)
        & environment(X0) )
     => ? [X1] :
          ( ! [X2] :
              ( ( greater_or_equal(X2,X1)
                & subpopulations(first_movers,efficient_producers,X0,X2) )
             => greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2)) )
          & in_environment(X0,X1) ) ),
    inference(rectify,[],[f19]) ).

fof(f33,plain,
    ~ ! [X0] :
        ( ( stable(X0)
          & environment(X0) )
       => ? [X1] :
            ( ! [X2] :
                ( ( greater_or_equal(X2,X1)
                  & subpopulations(first_movers,efficient_producers,X0,X2) )
               => outcompetes(efficient_producers,first_movers,X2) )
            & in_environment(X0,X1) ) ),
    inference(rectify,[],[f21]) ).

fof(f34,plain,
    ! [X0,X1] :
      ( in_environment(X0,X1)
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f1]) ).

fof(f35,plain,
    ! [X0,X1] :
      ( in_environment(X0,X1)
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f34]) ).

fof(f36,plain,
    ! [X0,X1] :
      ( greater(number_of_organizations(X0,X1),zero)
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f2]) ).

fof(f37,plain,
    ! [X0,X1] :
      ( greater(number_of_organizations(X0,X1),zero)
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f36]) ).

fof(f38,plain,
    ! [X0,X1,X2] :
      ( number_of_organizations(X0,X2) = sum(cardinality_at_time(first_movers,X2),cardinality_at_time(efficient_producers,X2))
      | ( first_movers != X1
        & efficient_producers != X1
        & greater(cardinality_at_time(X1,X2),zero) )
      | ~ subpopulation(X1,X0,X2)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f22]) ).

fof(f39,plain,
    ! [X0,X1,X2] :
      ( number_of_organizations(X0,X2) = sum(cardinality_at_time(first_movers,X2),cardinality_at_time(efficient_producers,X2))
      | ( first_movers != X1
        & efficient_producers != X1
        & greater(cardinality_at_time(X1,X2),zero) )
      | ~ subpopulation(X1,X0,X2)
      | ~ environment(X0) ),
    inference(flattening,[],[f38]) ).

fof(f40,plain,
    ! [X0,X1] :
      ( ( subpopulation(efficient_producers,X0,X1)
        & subpopulation(first_movers,X0,X1) )
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f4]) ).

fof(f41,plain,
    ! [X0,X1] :
      ( ( subpopulation(efficient_producers,X0,X1)
        & subpopulation(first_movers,X0,X1) )
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f40]) ).

fof(f42,plain,
    ! [X0,X1,X2] :
      ( ( increases(X2)
        & decreases(X1) )
      | ( decreases(X2)
        & increases(X1) )
      | ( constant(X2)
        & constant(X1) )
      | ~ constant(X0)
      | sum(X1,X2) != X0 ),
    inference(ennf_transformation,[],[f23]) ).

fof(f43,plain,
    ! [X0,X1,X2] :
      ( ( increases(X2)
        & decreases(X1) )
      | ( decreases(X2)
        & increases(X1) )
      | ( constant(X2)
        & constant(X1) )
      | ~ constant(X0)
      | sum(X1,X2) != X0 ),
    inference(flattening,[],[f42]) ).

fof(f44,plain,
    ! [X0,X1,X2] :
      ( ( ( greater(zero,growth_rate(X0,X2))
          | ~ decreases(cardinality_at_time(X0,X2)) )
        & ( greater(growth_rate(X0,X2),zero)
          | ~ increases(cardinality_at_time(X0,X2)) )
        & ( zero = growth_rate(X0,X2)
          | ~ constant(cardinality_at_time(X0,X2)) ) )
      | ~ greater(cardinality_at_time(X0,X2),zero)
      | ~ subpopulation(X0,X1,X2)
      | ~ in_environment(X1,X2)
      | ~ environment(X1) ),
    inference(ennf_transformation,[],[f24]) ).

fof(f45,plain,
    ! [X0,X1,X2] :
      ( ( ( greater(zero,growth_rate(X0,X2))
          | ~ decreases(cardinality_at_time(X0,X2)) )
        & ( greater(growth_rate(X0,X2),zero)
          | ~ increases(cardinality_at_time(X0,X2)) )
        & ( zero = growth_rate(X0,X2)
          | ~ constant(cardinality_at_time(X0,X2)) ) )
      | ~ greater(cardinality_at_time(X0,X2),zero)
      | ~ subpopulation(X0,X1,X2)
      | ~ in_environment(X1,X2)
      | ~ environment(X1) ),
    inference(flattening,[],[f44]) ).

fof(f46,plain,
    ! [X0,X1] :
      ( ( greater(cardinality_at_time(efficient_producers,X1),zero)
        & greater(cardinality_at_time(first_movers,X1),zero) )
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f7]) ).

fof(f47,plain,
    ! [X0,X1] :
      ( ( greater(cardinality_at_time(efficient_producers,X1),zero)
        & greater(cardinality_at_time(first_movers,X1),zero) )
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f46]) ).

fof(f48,plain,
    ! [X0,X1] :
      ( X0 != X1
      | ~ greater(X0,X1) ),
    inference(ennf_transformation,[],[f25]) ).

fof(f49,plain,
    ! [X0,X1] :
      ( ~ greater(X1,X0)
      | ~ greater(X0,X1) ),
    inference(ennf_transformation,[],[f26]) ).

fof(f50,plain,
    ! [X0,X1,X2] :
      ( greater(X0,X2)
      | ~ greater(X1,X2)
      | ~ greater(X0,X1) ),
    inference(ennf_transformation,[],[f27]) ).

fof(f51,plain,
    ! [X0,X1,X2] :
      ( greater(X0,X2)
      | ~ greater(X1,X2)
      | ~ greater(X0,X1) ),
    inference(flattening,[],[f50]) ).

fof(f52,plain,
    ! [X0,X1,X2] :
      ( greater(X1,X2)
      | X1 = X2
      | greater(X2,X1)
      | ~ in_environment(X0,X2)
      | ~ in_environment(X0,X1) ),
    inference(ennf_transformation,[],[f28]) ).

fof(f53,plain,
    ! [X0,X1,X2] :
      ( greater(X1,X2)
      | X1 = X2
      | greater(X2,X1)
      | ~ in_environment(X0,X2)
      | ~ in_environment(X0,X1) ),
    inference(flattening,[],[f52]) ).

fof(f54,plain,
    ! [X0,X1] :
      ( ~ greater(equilibrium(X0),X1)
      | ~ greater_or_equal(X1,equilibrium(X0))
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f13]) ).

fof(f55,plain,
    ! [X0,X1] :
      ( ~ greater(equilibrium(X0),X1)
      | ~ greater_or_equal(X1,equilibrium(X0))
      | ~ environment(X0) ),
    inference(flattening,[],[f54]) ).

fof(f56,plain,
    ! [X0,X1,X2,X3] :
      ( ( ( greater(zero,growth_rate(X1,X3))
          & greater_or_equal(growth_rate(X2,X3),zero) )
      <=> outcompetes(X2,X1,X3) )
      | ~ subpopulations(X1,X2,X0,X3)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f30]) ).

fof(f57,plain,
    ! [X0,X1,X2,X3] :
      ( ( ( greater(zero,growth_rate(X1,X3))
          & greater_or_equal(growth_rate(X2,X3),zero) )
      <=> outcompetes(X2,X1,X3) )
      | ~ subpopulations(X1,X2,X0,X3)
      | ~ environment(X0) ),
    inference(flattening,[],[f56]) ).

fof(f58,plain,
    ! [X0,X1] :
      ( ( ( constant(resources(X0,X1))
          | greater(equilibrium(X0),X1) )
        & ( decreases(resources(X0,X1))
          | ~ greater(equilibrium(X0),X1) ) )
      | ~ greater(number_of_organizations(X0,X1),zero)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f15]) ).

fof(f59,plain,
    ! [X0,X1] :
      ( ( ( constant(resources(X0,X1))
          | greater(equilibrium(X0),X1) )
        & ( decreases(resources(X0,X1))
          | ~ greater(equilibrium(X0),X1) ) )
      | ~ greater(number_of_organizations(X0,X1),zero)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f58]) ).

fof(f60,plain,
    ! [X0] :
      ( ? [X1] :
          ( greater_or_equal(X1,equilibrium(X0))
          & in_environment(X0,X1) )
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f16]) ).

fof(f61,plain,
    ! [X0] :
      ( ? [X1] :
          ( greater_or_equal(X1,equilibrium(X0))
          & in_environment(X0,X1) )
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(flattening,[],[f60]) ).

fof(f62,plain,
    ! [X0,X1] :
      ( ( ( constant(number_of_organizations(X0,X1))
          | ~ constant(resources(X0,X1)) )
        & ( ~ decreases(number_of_organizations(X0,X1))
          | ~ decreases(resources(X0,X1)) ) )
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f17]) ).

fof(f63,plain,
    ! [X0,X1] :
      ( ( ( constant(number_of_organizations(X0,X1))
          | ~ constant(resources(X0,X1)) )
        & ( ~ decreases(number_of_organizations(X0,X1))
          | ~ decreases(resources(X0,X1)) ) )
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f62]) ).

fof(f66,plain,
    ! [X0] :
      ( ? [X1] :
          ( ! [X2] :
              ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
              | ~ greater_or_equal(X2,X1)
              | ~ subpopulations(first_movers,efficient_producers,X0,X2) )
          & in_environment(X0,X1) )
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f32]) ).

fof(f67,plain,
    ! [X0] :
      ( ? [X1] :
          ( ! [X2] :
              ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
              | ~ greater_or_equal(X2,X1)
              | ~ subpopulations(first_movers,efficient_producers,X0,X2) )
          & in_environment(X0,X1) )
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(flattening,[],[f66]) ).

fof(f68,plain,
    ? [X0] :
      ( ! [X1] :
          ( ? [X2] :
              ( ~ outcompetes(efficient_producers,first_movers,X2)
              & greater_or_equal(X2,X1)
              & subpopulations(first_movers,efficient_producers,X0,X2) )
          | ~ in_environment(X0,X1) )
      & stable(X0)
      & environment(X0) ),
    inference(ennf_transformation,[],[f33]) ).

fof(f69,plain,
    ? [X0] :
      ( ! [X1] :
          ( ? [X2] :
              ( ~ outcompetes(efficient_producers,first_movers,X2)
              & greater_or_equal(X2,X1)
              & subpopulations(first_movers,efficient_producers,X0,X2) )
          | ~ in_environment(X0,X1) )
      & stable(X0)
      & environment(X0) ),
    inference(flattening,[],[f68]) ).

fof(f70,plain,
    ! [X0,X1] :
      ( ( greater_or_equal(X0,X1)
        | ( X0 != X1
          & ~ greater(X0,X1) ) )
      & ( X0 = X1
        | greater(X0,X1)
        | ~ greater_or_equal(X0,X1) ) ),
    inference(nnf_transformation,[],[f29]) ).

fof(f71,plain,
    ! [X0,X1] :
      ( ( greater_or_equal(X0,X1)
        | ( X0 != X1
          & ~ greater(X0,X1) ) )
      & ( X0 = X1
        | greater(X0,X1)
        | ~ greater_or_equal(X0,X1) ) ),
    inference(flattening,[],[f70]) ).

fof(f72,plain,
    ! [X0,X1,X2,X3] :
      ( ( ( ( greater(zero,growth_rate(X1,X3))
            & greater_or_equal(growth_rate(X2,X3),zero) )
          | ~ outcompetes(X2,X1,X3) )
        & ( outcompetes(X2,X1,X3)
          | ~ greater(zero,growth_rate(X1,X3))
          | ~ greater_or_equal(growth_rate(X2,X3),zero) ) )
      | ~ subpopulations(X1,X2,X0,X3)
      | ~ environment(X0) ),
    inference(nnf_transformation,[],[f57]) ).

fof(f73,plain,
    ! [X0,X1,X2,X3] :
      ( ( ( ( greater(zero,growth_rate(X1,X3))
            & greater_or_equal(growth_rate(X2,X3),zero) )
          | ~ outcompetes(X2,X1,X3) )
        & ( outcompetes(X2,X1,X3)
          | ~ greater(zero,growth_rate(X1,X3))
          | ~ greater_or_equal(growth_rate(X2,X3),zero) ) )
      | ~ subpopulations(X1,X2,X0,X3)
      | ~ environment(X0) ),
    inference(flattening,[],[f72]) ).

fof(f74,plain,
    ! [X0] :
      ( ? [X1] :
          ( greater_or_equal(X1,equilibrium(X0))
          & in_environment(X0,X1) )
     => ( greater_or_equal(sK0(X0),equilibrium(X0))
        & in_environment(X0,sK0(X0)) ) ),
    introduced(choice_axiom,[]) ).

fof(f75,plain,
    ! [X0] :
      ( ( greater_or_equal(sK0(X0),equilibrium(X0))
        & in_environment(X0,sK0(X0)) )
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f61,f74]) ).

fof(f76,plain,
    ! [X0] :
      ( ? [X1] :
          ( ! [X2] :
              ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
              | ~ greater_or_equal(X2,X1)
              | ~ subpopulations(first_movers,efficient_producers,X0,X2) )
          & in_environment(X0,X1) )
     => ( ! [X2] :
            ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
            | ~ greater_or_equal(X2,sK1(X0))
            | ~ subpopulations(first_movers,efficient_producers,X0,X2) )
        & in_environment(X0,sK1(X0)) ) ),
    introduced(choice_axiom,[]) ).

fof(f77,plain,
    ! [X0] :
      ( ( ! [X2] :
            ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
            | ~ greater_or_equal(X2,sK1(X0))
            | ~ subpopulations(first_movers,efficient_producers,X0,X2) )
        & in_environment(X0,sK1(X0)) )
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1])],[f67,f76]) ).

fof(f78,plain,
    ( ? [X0] :
        ( ! [X1] :
            ( ? [X2] :
                ( ~ outcompetes(efficient_producers,first_movers,X2)
                & greater_or_equal(X2,X1)
                & subpopulations(first_movers,efficient_producers,X0,X2) )
            | ~ in_environment(X0,X1) )
        & stable(X0)
        & environment(X0) )
   => ( ! [X1] :
          ( ? [X2] :
              ( ~ outcompetes(efficient_producers,first_movers,X2)
              & greater_or_equal(X2,X1)
              & subpopulations(first_movers,efficient_producers,sK2,X2) )
          | ~ in_environment(sK2,X1) )
      & stable(sK2)
      & environment(sK2) ) ),
    introduced(choice_axiom,[]) ).

fof(f79,plain,
    ! [X1] :
      ( ? [X2] :
          ( ~ outcompetes(efficient_producers,first_movers,X2)
          & greater_or_equal(X2,X1)
          & subpopulations(first_movers,efficient_producers,sK2,X2) )
     => ( ~ outcompetes(efficient_producers,first_movers,sK3(X1))
        & greater_or_equal(sK3(X1),X1)
        & subpopulations(first_movers,efficient_producers,sK2,sK3(X1)) ) ),
    introduced(choice_axiom,[]) ).

fof(f80,plain,
    ( ! [X1] :
        ( ( ~ outcompetes(efficient_producers,first_movers,sK3(X1))
          & greater_or_equal(sK3(X1),X1)
          & subpopulations(first_movers,efficient_producers,sK2,sK3(X1)) )
        | ~ in_environment(sK2,X1) )
    & stable(sK2)
    & environment(sK2) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK2,sK3])],[f69,f79,f78]) ).

fof(f81,plain,
    ! [X0,X1] :
      ( in_environment(X0,X1)
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f35]) ).

fof(f82,plain,
    ! [X0,X1] :
      ( greater(number_of_organizations(X0,X1),zero)
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f37]) ).

fof(f85,plain,
    ! [X2,X0,X1] :
      ( number_of_organizations(X0,X2) = sum(cardinality_at_time(first_movers,X2),cardinality_at_time(efficient_producers,X2))
      | first_movers != X1
      | ~ subpopulation(X1,X0,X2)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f39]) ).

fof(f86,plain,
    ! [X0,X1] :
      ( subpopulation(first_movers,X0,X1)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f41]) ).

fof(f87,plain,
    ! [X0,X1] :
      ( subpopulation(efficient_producers,X0,X1)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f41]) ).

fof(f88,plain,
    ! [X2,X0,X1] :
      ( decreases(X1)
      | increases(X1)
      | constant(X1)
      | ~ constant(X0)
      | sum(X1,X2) != X0 ),
    inference(cnf_transformation,[],[f43]) ).

fof(f89,plain,
    ! [X2,X0,X1] :
      ( decreases(X1)
      | increases(X1)
      | constant(X2)
      | ~ constant(X0)
      | sum(X1,X2) != X0 ),
    inference(cnf_transformation,[],[f43]) ).

fof(f90,plain,
    ! [X2,X0,X1] :
      ( decreases(X1)
      | decreases(X2)
      | constant(X1)
      | ~ constant(X0)
      | sum(X1,X2) != X0 ),
    inference(cnf_transformation,[],[f43]) ).

fof(f91,plain,
    ! [X2,X0,X1] :
      ( decreases(X1)
      | decreases(X2)
      | constant(X2)
      | ~ constant(X0)
      | sum(X1,X2) != X0 ),
    inference(cnf_transformation,[],[f43]) ).

fof(f92,plain,
    ! [X2,X0,X1] :
      ( increases(X2)
      | increases(X1)
      | constant(X1)
      | ~ constant(X0)
      | sum(X1,X2) != X0 ),
    inference(cnf_transformation,[],[f43]) ).

fof(f93,plain,
    ! [X2,X0,X1] :
      ( increases(X2)
      | increases(X1)
      | constant(X2)
      | ~ constant(X0)
      | sum(X1,X2) != X0 ),
    inference(cnf_transformation,[],[f43]) ).

fof(f96,plain,
    ! [X2,X0,X1] :
      ( zero = growth_rate(X0,X2)
      | ~ constant(cardinality_at_time(X0,X2))
      | ~ greater(cardinality_at_time(X0,X2),zero)
      | ~ subpopulation(X0,X1,X2)
      | ~ in_environment(X1,X2)
      | ~ environment(X1) ),
    inference(cnf_transformation,[],[f45]) ).

fof(f97,plain,
    ! [X2,X0,X1] :
      ( greater(growth_rate(X0,X2),zero)
      | ~ increases(cardinality_at_time(X0,X2))
      | ~ greater(cardinality_at_time(X0,X2),zero)
      | ~ subpopulation(X0,X1,X2)
      | ~ in_environment(X1,X2)
      | ~ environment(X1) ),
    inference(cnf_transformation,[],[f45]) ).

fof(f98,plain,
    ! [X2,X0,X1] :
      ( greater(zero,growth_rate(X0,X2))
      | ~ decreases(cardinality_at_time(X0,X2))
      | ~ greater(cardinality_at_time(X0,X2),zero)
      | ~ subpopulation(X0,X1,X2)
      | ~ in_environment(X1,X2)
      | ~ environment(X1) ),
    inference(cnf_transformation,[],[f45]) ).

fof(f99,plain,
    ! [X0,X1] :
      ( greater(cardinality_at_time(first_movers,X1),zero)
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f47]) ).

fof(f100,plain,
    ! [X0,X1] :
      ( greater(cardinality_at_time(efficient_producers,X1),zero)
      | ~ subpopulations(first_movers,efficient_producers,X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f47]) ).

fof(f101,plain,
    ! [X0,X1] :
      ( X0 != X1
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f48]) ).

fof(f102,plain,
    ! [X0,X1] :
      ( ~ greater(X1,X0)
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f49]) ).

fof(f103,plain,
    ! [X2,X0,X1] :
      ( greater(X0,X2)
      | ~ greater(X1,X2)
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f51]) ).

fof(f104,plain,
    ! [X2,X0,X1] :
      ( greater(X1,X2)
      | X1 = X2
      | greater(X2,X1)
      | ~ in_environment(X0,X2)
      | ~ in_environment(X0,X1) ),
    inference(cnf_transformation,[],[f53]) ).

fof(f105,plain,
    ! [X0,X1] :
      ( X0 = X1
      | greater(X0,X1)
      | ~ greater_or_equal(X0,X1) ),
    inference(cnf_transformation,[],[f71]) ).

fof(f106,plain,
    ! [X0,X1] :
      ( greater_or_equal(X0,X1)
      | ~ greater(X0,X1) ),
    inference(cnf_transformation,[],[f71]) ).

fof(f107,plain,
    ! [X0,X1] :
      ( greater_or_equal(X0,X1)
      | X0 != X1 ),
    inference(cnf_transformation,[],[f71]) ).

fof(f108,plain,
    ! [X0,X1] :
      ( ~ greater(equilibrium(X0),X1)
      | ~ greater_or_equal(X1,equilibrium(X0))
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f55]) ).

fof(f109,plain,
    ! [X2,X3,X0,X1] :
      ( outcompetes(X2,X1,X3)
      | ~ greater(zero,growth_rate(X1,X3))
      | ~ greater_or_equal(growth_rate(X2,X3),zero)
      | ~ subpopulations(X1,X2,X0,X3)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f73]) ).

fof(f113,plain,
    ! [X0,X1] :
      ( constant(resources(X0,X1))
      | greater(equilibrium(X0),X1)
      | ~ greater(number_of_organizations(X0,X1),zero)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f59]) ).

fof(f114,plain,
    ! [X0] :
      ( in_environment(X0,sK0(X0))
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f75]) ).

fof(f115,plain,
    ! [X0] :
      ( greater_or_equal(sK0(X0),equilibrium(X0))
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f75]) ).

fof(f117,plain,
    ! [X0,X1] :
      ( constant(number_of_organizations(X0,X1))
      | ~ constant(resources(X0,X1))
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f63]) ).

fof(f119,plain,
    ! [X0] :
      ( in_environment(X0,sK1(X0))
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f77]) ).

fof(f120,plain,
    ! [X2,X0] :
      ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
      | ~ greater_or_equal(X2,sK1(X0))
      | ~ subpopulations(first_movers,efficient_producers,X0,X2)
      | ~ stable(X0)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f77]) ).

fof(f121,plain,
    environment(sK2),
    inference(cnf_transformation,[],[f80]) ).

fof(f122,plain,
    stable(sK2),
    inference(cnf_transformation,[],[f80]) ).

fof(f123,plain,
    ! [X1] :
      ( subpopulations(first_movers,efficient_producers,sK2,sK3(X1))
      | ~ in_environment(sK2,X1) ),
    inference(cnf_transformation,[],[f80]) ).

fof(f124,plain,
    ! [X1] :
      ( greater_or_equal(sK3(X1),X1)
      | ~ in_environment(sK2,X1) ),
    inference(cnf_transformation,[],[f80]) ).

fof(f125,plain,
    ! [X1] :
      ( ~ outcompetes(efficient_producers,first_movers,sK3(X1))
      | ~ in_environment(sK2,X1) ),
    inference(cnf_transformation,[],[f80]) ).

fof(f126,plain,
    ! [X2,X0] :
      ( number_of_organizations(X0,X2) = sum(cardinality_at_time(first_movers,X2),cardinality_at_time(efficient_producers,X2))
      | ~ subpopulation(first_movers,X0,X2)
      | ~ environment(X0) ),
    inference(equality_resolution,[],[f85]) ).

fof(f130,plain,
    ! [X2,X1] :
      ( increases(X2)
      | increases(X1)
      | constant(X2)
      | ~ constant(sum(X1,X2)) ),
    inference(equality_resolution,[],[f93]) ).

fof(f131,plain,
    ! [X2,X1] :
      ( increases(X2)
      | increases(X1)
      | constant(X1)
      | ~ constant(sum(X1,X2)) ),
    inference(equality_resolution,[],[f92]) ).

fof(f132,plain,
    ! [X2,X1] :
      ( decreases(X1)
      | decreases(X2)
      | constant(X2)
      | ~ constant(sum(X1,X2)) ),
    inference(equality_resolution,[],[f91]) ).

fof(f133,plain,
    ! [X2,X1] :
      ( decreases(X1)
      | decreases(X2)
      | constant(X1)
      | ~ constant(sum(X1,X2)) ),
    inference(equality_resolution,[],[f90]) ).

fof(f134,plain,
    ! [X2,X1] :
      ( decreases(X1)
      | increases(X1)
      | constant(X2)
      | ~ constant(sum(X1,X2)) ),
    inference(equality_resolution,[],[f89]) ).

fof(f135,plain,
    ! [X2,X1] :
      ( decreases(X1)
      | increases(X1)
      | constant(X1)
      | ~ constant(sum(X1,X2)) ),
    inference(equality_resolution,[],[f88]) ).

fof(f136,plain,
    ! [X1] : ~ greater(X1,X1),
    inference(equality_resolution,[],[f101]) ).

fof(f137,plain,
    ! [X1] : greater_or_equal(X1,X1),
    inference(equality_resolution,[],[f107]) ).

cnf(c_49,plain,
    ( ~ subpopulations(first_movers,efficient_producers,X0,X1)
    | ~ environment(X0)
    | in_environment(X0,X1) ),
    inference(cnf_transformation,[],[f81]) ).

cnf(c_50,plain,
    ( ~ subpopulations(first_movers,efficient_producers,X0,X1)
    | ~ environment(X0)
    | greater(number_of_organizations(X0,X1),zero) ),
    inference(cnf_transformation,[],[f82]) ).

cnf(c_51,plain,
    ( ~ subpopulation(first_movers,X0,X1)
    | ~ environment(X0)
    | sum(cardinality_at_time(first_movers,X1),cardinality_at_time(efficient_producers,X1)) = number_of_organizations(X0,X1) ),
    inference(cnf_transformation,[],[f126]) ).

cnf(c_54,plain,
    ( ~ in_environment(X0,X1)
    | ~ environment(X0)
    | subpopulation(efficient_producers,X0,X1) ),
    inference(cnf_transformation,[],[f87]) ).

cnf(c_55,plain,
    ( ~ in_environment(X0,X1)
    | ~ environment(X0)
    | subpopulation(first_movers,X0,X1) ),
    inference(cnf_transformation,[],[f86]) ).

cnf(c_58,plain,
    ( ~ constant(sum(X0,X1))
    | increases(X0)
    | increases(X1)
    | constant(X1) ),
    inference(cnf_transformation,[],[f130]) ).

cnf(c_59,plain,
    ( ~ constant(sum(X0,X1))
    | increases(X0)
    | increases(X1)
    | constant(X0) ),
    inference(cnf_transformation,[],[f131]) ).

cnf(c_60,plain,
    ( ~ constant(sum(X0,X1))
    | decreases(X0)
    | decreases(X1)
    | constant(X1) ),
    inference(cnf_transformation,[],[f132]) ).

cnf(c_61,plain,
    ( ~ constant(sum(X0,X1))
    | decreases(X0)
    | decreases(X1)
    | constant(X0) ),
    inference(cnf_transformation,[],[f133]) ).

cnf(c_62,plain,
    ( ~ constant(sum(X0,X1))
    | increases(X0)
    | decreases(X0)
    | constant(X1) ),
    inference(cnf_transformation,[],[f134]) ).

cnf(c_63,plain,
    ( ~ constant(sum(X0,X1))
    | increases(X0)
    | decreases(X0)
    | constant(X0) ),
    inference(cnf_transformation,[],[f135]) ).

cnf(c_64,plain,
    ( ~ greater(cardinality_at_time(X0,X1),zero)
    | ~ subpopulation(X0,X2,X1)
    | ~ decreases(cardinality_at_time(X0,X1))
    | ~ in_environment(X2,X1)
    | ~ environment(X2)
    | greater(zero,growth_rate(X0,X1)) ),
    inference(cnf_transformation,[],[f98]) ).

cnf(c_65,plain,
    ( ~ greater(cardinality_at_time(X0,X1),zero)
    | ~ subpopulation(X0,X2,X1)
    | ~ increases(cardinality_at_time(X0,X1))
    | ~ in_environment(X2,X1)
    | ~ environment(X2)
    | greater(growth_rate(X0,X1),zero) ),
    inference(cnf_transformation,[],[f97]) ).

cnf(c_66,plain,
    ( ~ greater(cardinality_at_time(X0,X1),zero)
    | ~ subpopulation(X0,X2,X1)
    | ~ constant(cardinality_at_time(X0,X1))
    | ~ in_environment(X2,X1)
    | ~ environment(X2)
    | growth_rate(X0,X1) = zero ),
    inference(cnf_transformation,[],[f96]) ).

cnf(c_67,plain,
    ( ~ subpopulations(first_movers,efficient_producers,X0,X1)
    | ~ environment(X0)
    | greater(cardinality_at_time(efficient_producers,X1),zero) ),
    inference(cnf_transformation,[],[f100]) ).

cnf(c_68,plain,
    ( ~ subpopulations(first_movers,efficient_producers,X0,X1)
    | ~ environment(X0)
    | greater(cardinality_at_time(first_movers,X1),zero) ),
    inference(cnf_transformation,[],[f99]) ).

cnf(c_69,plain,
    ~ greater(X0,X0),
    inference(cnf_transformation,[],[f136]) ).

cnf(c_70,plain,
    ( ~ greater(X0,X1)
    | ~ greater(X1,X0) ),
    inference(cnf_transformation,[],[f102]) ).

cnf(c_71,plain,
    ( ~ greater(X0,X1)
    | ~ greater(X1,X2)
    | greater(X0,X2) ),
    inference(cnf_transformation,[],[f103]) ).

cnf(c_72,plain,
    ( ~ in_environment(X0,X1)
    | ~ in_environment(X0,X2)
    | X1 = X2
    | greater(X1,X2)
    | greater(X2,X1) ),
    inference(cnf_transformation,[],[f104]) ).

cnf(c_73,plain,
    greater_or_equal(X0,X0),
    inference(cnf_transformation,[],[f137]) ).

cnf(c_74,plain,
    ( ~ greater(X0,X1)
    | greater_or_equal(X0,X1) ),
    inference(cnf_transformation,[],[f106]) ).

cnf(c_75,plain,
    ( ~ greater_or_equal(X0,X1)
    | X0 = X1
    | greater(X0,X1) ),
    inference(cnf_transformation,[],[f105]) ).

cnf(c_76,plain,
    ( ~ greater(equilibrium(X0),X1)
    | ~ greater_or_equal(X1,equilibrium(X0))
    | ~ environment(X0) ),
    inference(cnf_transformation,[],[f108]) ).

cnf(c_79,plain,
    ( ~ subpopulations(X0,X1,X2,X3)
    | ~ greater(zero,growth_rate(X0,X3))
    | ~ greater_or_equal(growth_rate(X1,X3),zero)
    | ~ environment(X2)
    | outcompetes(X1,X0,X3) ),
    inference(cnf_transformation,[],[f109]) ).

cnf(c_80,plain,
    ( ~ greater(number_of_organizations(X0,X1),zero)
    | ~ in_environment(X0,X1)
    | ~ environment(X0)
    | greater(equilibrium(X0),X1)
    | constant(resources(X0,X1)) ),
    inference(cnf_transformation,[],[f113]) ).

cnf(c_82,plain,
    ( ~ environment(X0)
    | ~ stable(X0)
    | greater_or_equal(sK0(X0),equilibrium(X0)) ),
    inference(cnf_transformation,[],[f115]) ).

cnf(c_83,plain,
    ( ~ environment(X0)
    | ~ stable(X0)
    | in_environment(X0,sK0(X0)) ),
    inference(cnf_transformation,[],[f114]) ).

cnf(c_84,plain,
    ( ~ constant(resources(X0,X1))
    | ~ in_environment(X0,X1)
    | ~ environment(X0)
    | constant(number_of_organizations(X0,X1)) ),
    inference(cnf_transformation,[],[f117]) ).

cnf(c_87,plain,
    ( ~ subpopulations(first_movers,efficient_producers,X0,X1)
    | ~ greater_or_equal(X1,sK1(X0))
    | ~ environment(X0)
    | ~ stable(X0)
    | greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) ),
    inference(cnf_transformation,[],[f120]) ).

cnf(c_88,plain,
    ( ~ environment(X0)
    | ~ stable(X0)
    | in_environment(X0,sK1(X0)) ),
    inference(cnf_transformation,[],[f119]) ).

cnf(c_89,negated_conjecture,
    ( ~ outcompetes(efficient_producers,first_movers,sK3(X0))
    | ~ in_environment(sK2,X0) ),
    inference(cnf_transformation,[],[f125]) ).

cnf(c_90,negated_conjecture,
    ( ~ in_environment(sK2,X0)
    | greater_or_equal(sK3(X0),X0) ),
    inference(cnf_transformation,[],[f124]) ).

cnf(c_91,negated_conjecture,
    ( ~ in_environment(sK2,X0)
    | subpopulations(first_movers,efficient_producers,sK2,sK3(X0)) ),
    inference(cnf_transformation,[],[f123]) ).

cnf(c_92,negated_conjecture,
    stable(sK2),
    inference(cnf_transformation,[],[f122]) ).

cnf(c_93,negated_conjecture,
    environment(sK2),
    inference(cnf_transformation,[],[f121]) ).

cnf(c_94,plain,
    greater_or_equal(zero,zero),
    inference(instantiation,[status(thm)],[c_73]) ).

cnf(c_95,plain,
    ~ greater(zero,zero),
    inference(instantiation,[status(thm)],[c_69]) ).

cnf(c_102,plain,
    ( ~ greater_or_equal(zero,zero)
    | zero = zero
    | greater(zero,zero) ),
    inference(instantiation,[status(thm)],[c_75]) ).

cnf(c_760,plain,
    ( X0 != sK2
    | ~ environment(X0)
    | in_environment(X0,sK1(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_88,c_92]) ).

cnf(c_761,plain,
    ( ~ environment(sK2)
    | in_environment(sK2,sK1(sK2)) ),
    inference(unflattening,[status(thm)],[c_760]) ).

cnf(c_762,plain,
    in_environment(sK2,sK1(sK2)),
    inference(global_subsumption_just,[status(thm)],[c_761,c_93,c_761]) ).

cnf(c_767,plain,
    ( X0 != sK2
    | ~ subpopulations(first_movers,efficient_producers,X0,X1)
    | ~ greater_or_equal(X1,sK1(X0))
    | ~ environment(X0)
    | greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) ),
    inference(resolution_lifted,[status(thm)],[c_87,c_92]) ).

cnf(c_768,plain,
    ( ~ subpopulations(first_movers,efficient_producers,sK2,X0)
    | ~ greater_or_equal(X0,sK1(sK2))
    | ~ environment(sK2)
    | greater(growth_rate(efficient_producers,X0),growth_rate(first_movers,X0)) ),
    inference(unflattening,[status(thm)],[c_767]) ).

cnf(c_770,plain,
    ( ~ greater_or_equal(X0,sK1(sK2))
    | ~ subpopulations(first_movers,efficient_producers,sK2,X0)
    | greater(growth_rate(efficient_producers,X0),growth_rate(first_movers,X0)) ),
    inference(global_subsumption_just,[status(thm)],[c_768,c_93,c_768]) ).

cnf(c_771,plain,
    ( ~ subpopulations(first_movers,efficient_producers,sK2,X0)
    | ~ greater_or_equal(X0,sK1(sK2))
    | greater(growth_rate(efficient_producers,X0),growth_rate(first_movers,X0)) ),
    inference(renaming,[status(thm)],[c_770]) ).

cnf(c_782,plain,
    ( X0 != sK2
    | ~ environment(X0)
    | in_environment(X0,sK0(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_83,c_92]) ).

cnf(c_783,plain,
    ( ~ environment(sK2)
    | in_environment(sK2,sK0(sK2)) ),
    inference(unflattening,[status(thm)],[c_782]) ).

cnf(c_784,plain,
    in_environment(sK2,sK0(sK2)),
    inference(global_subsumption_just,[status(thm)],[c_783,c_93,c_783]) ).

cnf(c_789,plain,
    ( X0 != sK2
    | ~ environment(X0)
    | greater_or_equal(sK0(X0),equilibrium(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_82,c_92]) ).

cnf(c_790,plain,
    ( ~ environment(sK2)
    | greater_or_equal(sK0(sK2),equilibrium(sK2)) ),
    inference(unflattening,[status(thm)],[c_789]) ).

cnf(c_791,plain,
    greater_or_equal(sK0(sK2),equilibrium(sK2)),
    inference(global_subsumption_just,[status(thm)],[c_790,c_93,c_790]) ).

cnf(c_806,plain,
    ( sK3(X2) != X3
    | X0 != first_movers
    | X1 != efficient_producers
    | ~ subpopulations(X0,X1,X4,X3)
    | ~ greater(zero,growth_rate(X0,X3))
    | ~ greater_or_equal(growth_rate(X1,X3),zero)
    | ~ in_environment(sK2,X2)
    | ~ environment(X4) ),
    inference(resolution_lifted,[status(thm)],[c_79,c_89]) ).

cnf(c_807,plain,
    ( ~ subpopulations(first_movers,efficient_producers,X0,sK3(X1))
    | ~ greater(zero,growth_rate(first_movers,sK3(X1)))
    | ~ greater_or_equal(growth_rate(efficient_producers,sK3(X1)),zero)
    | ~ in_environment(sK2,X1)
    | ~ environment(X0) ),
    inference(unflattening,[status(thm)],[c_806]) ).

cnf(c_829,plain,
    ( sK3(X1) != X2
    | X0 != sK2
    | first_movers != first_movers
    | efficient_producers != efficient_producers
    | ~ in_environment(sK2,X1)
    | ~ environment(X0)
    | greater(cardinality_at_time(first_movers,X2),zero) ),
    inference(resolution_lifted,[status(thm)],[c_68,c_91]) ).

cnf(c_830,plain,
    ( ~ in_environment(sK2,X0)
    | ~ environment(sK2)
    | greater(cardinality_at_time(first_movers,sK3(X0)),zero) ),
    inference(unflattening,[status(thm)],[c_829]) ).

cnf(c_832,plain,
    ( ~ in_environment(sK2,X0)
    | greater(cardinality_at_time(first_movers,sK3(X0)),zero) ),
    inference(global_subsumption_just,[status(thm)],[c_830,c_93,c_830]) ).

cnf(c_841,plain,
    ( sK3(X1) != X2
    | X0 != sK2
    | first_movers != first_movers
    | efficient_producers != efficient_producers
    | ~ in_environment(sK2,X1)
    | ~ environment(X0)
    | greater(cardinality_at_time(efficient_producers,X2),zero) ),
    inference(resolution_lifted,[status(thm)],[c_67,c_91]) ).

cnf(c_842,plain,
    ( ~ in_environment(sK2,X0)
    | ~ environment(sK2)
    | greater(cardinality_at_time(efficient_producers,sK3(X0)),zero) ),
    inference(unflattening,[status(thm)],[c_841]) ).

cnf(c_844,plain,
    ( ~ in_environment(sK2,X0)
    | greater(cardinality_at_time(efficient_producers,sK3(X0)),zero) ),
    inference(global_subsumption_just,[status(thm)],[c_842,c_93,c_842]) ).

cnf(c_853,plain,
    ( sK3(X1) != X2
    | X0 != sK2
    | first_movers != first_movers
    | efficient_producers != efficient_producers
    | ~ in_environment(sK2,X1)
    | ~ environment(X0)
    | greater(number_of_organizations(X0,X2),zero) ),
    inference(resolution_lifted,[status(thm)],[c_50,c_91]) ).

cnf(c_854,plain,
    ( ~ in_environment(sK2,X0)
    | ~ environment(sK2)
    | greater(number_of_organizations(sK2,sK3(X0)),zero) ),
    inference(unflattening,[status(thm)],[c_853]) ).

cnf(c_856,plain,
    ( ~ in_environment(sK2,X0)
    | greater(number_of_organizations(sK2,sK3(X0)),zero) ),
    inference(global_subsumption_just,[status(thm)],[c_854,c_93,c_854]) ).

cnf(c_865,plain,
    ( sK3(X1) != X2
    | X0 != sK2
    | first_movers != first_movers
    | efficient_producers != efficient_producers
    | ~ in_environment(sK2,X1)
    | ~ environment(X0)
    | in_environment(X0,X2) ),
    inference(resolution_lifted,[status(thm)],[c_49,c_91]) ).

cnf(c_866,plain,
    ( ~ in_environment(sK2,X0)
    | ~ environment(sK2)
    | in_environment(sK2,sK3(X0)) ),
    inference(unflattening,[status(thm)],[c_865]) ).

cnf(c_868,plain,
    ( ~ in_environment(sK2,X0)
    | in_environment(sK2,sK3(X0)) ),
    inference(global_subsumption_just,[status(thm)],[c_866,c_93,c_866]) ).

cnf(c_877,plain,
    ( sK3(X0) != X1
    | first_movers != first_movers
    | efficient_producers != efficient_producers
    | sK2 != sK2
    | ~ greater_or_equal(X1,sK1(sK2))
    | ~ in_environment(sK2,X0)
    | greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) ),
    inference(resolution_lifted,[status(thm)],[c_91,c_771]) ).

cnf(c_878,plain,
    ( ~ greater_or_equal(sK3(X0),sK1(sK2))
    | ~ in_environment(sK2,X0)
    | greater(growth_rate(efficient_producers,sK3(X0)),growth_rate(first_movers,sK3(X0))) ),
    inference(unflattening,[status(thm)],[c_877]) ).

cnf(c_889,plain,
    ( sK3(X0) != sK3(X1)
    | X2 != sK2
    | first_movers != first_movers
    | efficient_producers != efficient_producers
    | ~ greater(zero,growth_rate(first_movers,sK3(X1)))
    | ~ greater_or_equal(growth_rate(efficient_producers,sK3(X1)),zero)
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | ~ environment(X2) ),
    inference(resolution_lifted,[status(thm)],[c_91,c_807]) ).

cnf(c_890,plain,
    ( sK3(X0) != sK3(X1)
    | ~ greater(zero,growth_rate(first_movers,sK3(X1)))
    | ~ greater_or_equal(growth_rate(efficient_producers,sK3(X1)),zero)
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | ~ environment(sK2) ),
    inference(unflattening,[status(thm)],[c_889]) ).

cnf(c_892,plain,
    ( ~ in_environment(sK2,X1)
    | ~ in_environment(sK2,X0)
    | ~ greater_or_equal(growth_rate(efficient_producers,sK3(X1)),zero)
    | ~ greater(zero,growth_rate(first_movers,sK3(X1)))
    | sK3(X0) != sK3(X1) ),
    inference(global_subsumption_just,[status(thm)],[c_890,c_93,c_890]) ).

cnf(c_893,plain,
    ( sK3(X0) != sK3(X1)
    | ~ greater(zero,growth_rate(first_movers,sK3(X1)))
    | ~ greater_or_equal(growth_rate(efficient_producers,sK3(X1)),zero)
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1) ),
    inference(renaming,[status(thm)],[c_892]) ).

cnf(c_938,plain,
    ( X0 != sK2
    | ~ constant(resources(X0,X1))
    | ~ in_environment(X0,X1)
    | constant(number_of_organizations(X0,X1)) ),
    inference(resolution_lifted,[status(thm)],[c_84,c_93]) ).

cnf(c_939,plain,
    ( ~ constant(resources(sK2,X0))
    | ~ in_environment(sK2,X0)
    | constant(number_of_organizations(sK2,X0)) ),
    inference(unflattening,[status(thm)],[c_938]) ).

cnf(c_965,plain,
    ( X0 != sK2
    | ~ greater(number_of_organizations(X0,X1),zero)
    | ~ in_environment(X0,X1)
    | greater(equilibrium(X0),X1)
    | constant(resources(X0,X1)) ),
    inference(resolution_lifted,[status(thm)],[c_80,c_93]) ).

cnf(c_966,plain,
    ( ~ greater(number_of_organizations(sK2,X0),zero)
    | ~ in_environment(sK2,X0)
    | greater(equilibrium(sK2),X0)
    | constant(resources(sK2,X0)) ),
    inference(unflattening,[status(thm)],[c_965]) ).

cnf(c_980,plain,
    ( X0 != sK2
    | ~ greater(equilibrium(X0),X1)
    | ~ greater_or_equal(X1,equilibrium(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_76,c_93]) ).

cnf(c_981,plain,
    ( ~ greater(equilibrium(sK2),X0)
    | ~ greater_or_equal(X0,equilibrium(sK2)) ),
    inference(unflattening,[status(thm)],[c_980]) ).

cnf(c_989,plain,
    ( X0 != sK2
    | ~ in_environment(X0,X1)
    | subpopulation(first_movers,X0,X1) ),
    inference(resolution_lifted,[status(thm)],[c_55,c_93]) ).

cnf(c_990,plain,
    ( ~ in_environment(sK2,X0)
    | subpopulation(first_movers,sK2,X0) ),
    inference(unflattening,[status(thm)],[c_989]) ).

cnf(c_998,plain,
    ( X0 != sK2
    | ~ in_environment(X0,X1)
    | subpopulation(efficient_producers,X0,X1) ),
    inference(resolution_lifted,[status(thm)],[c_54,c_93]) ).

cnf(c_999,plain,
    ( ~ in_environment(sK2,X0)
    | subpopulation(efficient_producers,sK2,X0) ),
    inference(unflattening,[status(thm)],[c_998]) ).

cnf(c_1016,plain,
    ( X0 != sK2
    | ~ subpopulation(first_movers,X0,X1)
    | sum(cardinality_at_time(first_movers,X1),cardinality_at_time(efficient_producers,X1)) = number_of_organizations(X0,X1) ),
    inference(resolution_lifted,[status(thm)],[c_51,c_93]) ).

cnf(c_1017,plain,
    ( ~ subpopulation(first_movers,sK2,X0)
    | sum(cardinality_at_time(first_movers,X0),cardinality_at_time(efficient_producers,X0)) = number_of_organizations(sK2,X0) ),
    inference(unflattening,[status(thm)],[c_1016]) ).

cnf(c_1052,plain,
    ( X0 != sK2
    | ~ greater(cardinality_at_time(X1,X2),zero)
    | ~ subpopulation(X1,X0,X2)
    | ~ constant(cardinality_at_time(X1,X2))
    | ~ in_environment(X0,X2)
    | growth_rate(X1,X2) = zero ),
    inference(resolution_lifted,[status(thm)],[c_66,c_93]) ).

cnf(c_1053,plain,
    ( ~ greater(cardinality_at_time(X0,X1),zero)
    | ~ subpopulation(X0,sK2,X1)
    | ~ constant(cardinality_at_time(X0,X1))
    | ~ in_environment(sK2,X1)
    | growth_rate(X0,X1) = zero ),
    inference(unflattening,[status(thm)],[c_1052]) ).

cnf(c_1070,plain,
    ( X0 != sK2
    | ~ greater(cardinality_at_time(X1,X2),zero)
    | ~ subpopulation(X1,X0,X2)
    | ~ increases(cardinality_at_time(X1,X2))
    | ~ in_environment(X0,X2)
    | greater(growth_rate(X1,X2),zero) ),
    inference(resolution_lifted,[status(thm)],[c_65,c_93]) ).

cnf(c_1071,plain,
    ( ~ greater(cardinality_at_time(X0,X1),zero)
    | ~ subpopulation(X0,sK2,X1)
    | ~ increases(cardinality_at_time(X0,X1))
    | ~ in_environment(sK2,X1)
    | greater(growth_rate(X0,X1),zero) ),
    inference(unflattening,[status(thm)],[c_1070]) ).

cnf(c_1088,plain,
    ( X0 != sK2
    | ~ greater(cardinality_at_time(X1,X2),zero)
    | ~ subpopulation(X1,X0,X2)
    | ~ decreases(cardinality_at_time(X1,X2))
    | ~ in_environment(X0,X2)
    | greater(zero,growth_rate(X1,X2)) ),
    inference(resolution_lifted,[status(thm)],[c_64,c_93]) ).

cnf(c_1089,plain,
    ( ~ greater(cardinality_at_time(X0,X1),zero)
    | ~ subpopulation(X0,sK2,X1)
    | ~ decreases(cardinality_at_time(X0,X1))
    | ~ in_environment(sK2,X1)
    | greater(zero,growth_rate(X0,X1)) ),
    inference(unflattening,[status(thm)],[c_1088]) ).

cnf(c_1319,plain,
    ( equilibrium(sK2) != equilibrium(sK2)
    | sK0(sK2) != X0
    | ~ greater(equilibrium(sK2),X0) ),
    inference(resolution_lifted,[status(thm)],[c_791,c_981]) ).

cnf(c_1320,plain,
    ~ greater(equilibrium(sK2),sK0(sK2)),
    inference(unflattening,[status(thm)],[c_1319]) ).

cnf(c_1367,plain,
    ( X0 != X1
    | first_movers != first_movers
    | sK2 != sK2
    | ~ in_environment(sK2,X0)
    | sum(cardinality_at_time(first_movers,X1),cardinality_at_time(efficient_producers,X1)) = number_of_organizations(sK2,X1) ),
    inference(resolution_lifted,[status(thm)],[c_990,c_1017]) ).

cnf(c_1368,plain,
    ( ~ in_environment(sK2,X0)
    | sum(cardinality_at_time(first_movers,X0),cardinality_at_time(efficient_producers,X0)) = number_of_organizations(sK2,X0) ),
    inference(unflattening,[status(thm)],[c_1367]) ).

cnf(c_1382,plain,
    ( X0 != X1
    | X2 != first_movers
    | sK2 != sK2
    | ~ greater(cardinality_at_time(X2,X1),zero)
    | ~ decreases(cardinality_at_time(X2,X1))
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | greater(zero,growth_rate(X2,X1)) ),
    inference(resolution_lifted,[status(thm)],[c_990,c_1089]) ).

cnf(c_1383,plain,
    ( ~ greater(cardinality_at_time(first_movers,X0),zero)
    | ~ decreases(cardinality_at_time(first_movers,X0))
    | ~ in_environment(sK2,X0)
    | greater(zero,growth_rate(first_movers,X0)) ),
    inference(unflattening,[status(thm)],[c_1382]) ).

cnf(c_1397,plain,
    ( X0 != X1
    | X2 != first_movers
    | sK2 != sK2
    | ~ greater(cardinality_at_time(X2,X1),zero)
    | ~ increases(cardinality_at_time(X2,X1))
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | greater(growth_rate(X2,X1),zero) ),
    inference(resolution_lifted,[status(thm)],[c_990,c_1071]) ).

cnf(c_1398,plain,
    ( ~ greater(cardinality_at_time(first_movers,X0),zero)
    | ~ increases(cardinality_at_time(first_movers,X0))
    | ~ in_environment(sK2,X0)
    | greater(growth_rate(first_movers,X0),zero) ),
    inference(unflattening,[status(thm)],[c_1397]) ).

cnf(c_1412,plain,
    ( X0 != X1
    | X2 != first_movers
    | sK2 != sK2
    | ~ greater(cardinality_at_time(X2,X1),zero)
    | ~ constant(cardinality_at_time(X2,X1))
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | growth_rate(X2,X1) = zero ),
    inference(resolution_lifted,[status(thm)],[c_990,c_1053]) ).

cnf(c_1413,plain,
    ( ~ greater(cardinality_at_time(first_movers,X0),zero)
    | ~ constant(cardinality_at_time(first_movers,X0))
    | ~ in_environment(sK2,X0)
    | growth_rate(first_movers,X0) = zero ),
    inference(unflattening,[status(thm)],[c_1412]) ).

cnf(c_1431,plain,
    ( X0 != X1
    | X2 != efficient_producers
    | sK2 != sK2
    | ~ greater(cardinality_at_time(X2,X1),zero)
    | ~ decreases(cardinality_at_time(X2,X1))
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | greater(zero,growth_rate(X2,X1)) ),
    inference(resolution_lifted,[status(thm)],[c_999,c_1089]) ).

cnf(c_1432,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,X0),zero)
    | ~ decreases(cardinality_at_time(efficient_producers,X0))
    | ~ in_environment(sK2,X0)
    | greater(zero,growth_rate(efficient_producers,X0)) ),
    inference(unflattening,[status(thm)],[c_1431]) ).

cnf(c_1446,plain,
    ( X0 != X1
    | X2 != efficient_producers
    | sK2 != sK2
    | ~ greater(cardinality_at_time(X2,X1),zero)
    | ~ increases(cardinality_at_time(X2,X1))
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | greater(growth_rate(X2,X1),zero) ),
    inference(resolution_lifted,[status(thm)],[c_999,c_1071]) ).

cnf(c_1447,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,X0),zero)
    | ~ increases(cardinality_at_time(efficient_producers,X0))
    | ~ in_environment(sK2,X0)
    | greater(growth_rate(efficient_producers,X0),zero) ),
    inference(unflattening,[status(thm)],[c_1446]) ).

cnf(c_1461,plain,
    ( X0 != X1
    | X2 != efficient_producers
    | sK2 != sK2
    | ~ greater(cardinality_at_time(X2,X1),zero)
    | ~ constant(cardinality_at_time(X2,X1))
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | growth_rate(X2,X1) = zero ),
    inference(resolution_lifted,[status(thm)],[c_999,c_1053]) ).

cnf(c_1462,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,X0),zero)
    | ~ constant(cardinality_at_time(efficient_producers,X0))
    | ~ in_environment(sK2,X0)
    | growth_rate(efficient_producers,X0) = zero ),
    inference(unflattening,[status(thm)],[c_1461]) ).

cnf(c_2163,plain,
    X0 = X0,
    theory(equality) ).

cnf(c_2165,plain,
    ( X0 != X1
    | X2 != X1
    | X2 = X0 ),
    theory(equality) ).

cnf(c_2168,plain,
    ( X0 != X1
    | X2 != X3
    | ~ greater(X1,X3)
    | greater(X0,X2) ),
    theory(equality) ).

cnf(c_2175,plain,
    ( X0 != X1
    | X2 != X3
    | ~ greater_or_equal(X1,X3)
    | greater_or_equal(X0,X2) ),
    theory(equality) ).

cnf(c_2906,plain,
    ( ~ in_environment(sK2,sK3(X0))
    | ~ in_environment(sK2,X0)
    | greater(equilibrium(sK2),sK3(X0))
    | constant(resources(sK2,sK3(X0))) ),
    inference(superposition,[status(thm)],[c_856,c_966]) ).

cnf(c_2952,plain,
    ( ~ greater(zero,growth_rate(first_movers,sK3(X0)))
    | ~ greater_or_equal(growth_rate(efficient_producers,sK3(X0)),zero)
    | ~ in_environment(sK2,X0) ),
    inference(equality_resolution,[status(thm)],[c_893]) ).

cnf(c_3048,plain,
    ( ~ in_environment(sK2,X0)
    | sum(cardinality_at_time(first_movers,sK3(X0)),cardinality_at_time(efficient_producers,sK3(X0))) = number_of_organizations(sK2,sK3(X0)) ),
    inference(superposition,[status(thm)],[c_868,c_1368]) ).

cnf(c_3138,plain,
    ( ~ in_environment(sK2,X0)
    | greater(equilibrium(sK2),sK3(X0))
    | constant(resources(sK2,sK3(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_2906,c_93,c_866,c_2906]) ).

cnf(c_3147,plain,
    ( ~ in_environment(sK2,sK3(X0))
    | ~ in_environment(sK2,X0)
    | greater(equilibrium(sK2),sK3(X0))
    | constant(number_of_organizations(sK2,sK3(X0))) ),
    inference(superposition,[status(thm)],[c_3138,c_939]) ).

cnf(c_3157,plain,
    sum(cardinality_at_time(first_movers,sK3(sK1(sK2))),cardinality_at_time(efficient_producers,sK3(sK1(sK2)))) = number_of_organizations(sK2,sK3(sK1(sK2))),
    inference(superposition,[status(thm)],[c_762,c_3048]) ).

cnf(c_3158,plain,
    sum(cardinality_at_time(first_movers,sK3(sK0(sK2))),cardinality_at_time(efficient_producers,sK3(sK0(sK2)))) = number_of_organizations(sK2,sK3(sK0(sK2))),
    inference(superposition,[status(thm)],[c_784,c_3048]) ).

cnf(c_3163,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK1(sK2))))
    | increases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | constant(cardinality_at_time(first_movers,sK3(sK1(sK2)))) ),
    inference(superposition,[status(thm)],[c_3157,c_63]) ).

cnf(c_3164,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK1(sK2))))
    | increases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | constant(cardinality_at_time(efficient_producers,sK3(sK1(sK2)))) ),
    inference(superposition,[status(thm)],[c_3157,c_62]) ).

cnf(c_3165,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK1(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | decreases(cardinality_at_time(efficient_producers,sK3(sK1(sK2))))
    | constant(cardinality_at_time(first_movers,sK3(sK1(sK2)))) ),
    inference(superposition,[status(thm)],[c_3157,c_61]) ).

cnf(c_3166,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK1(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | decreases(cardinality_at_time(efficient_producers,sK3(sK1(sK2))))
    | constant(cardinality_at_time(efficient_producers,sK3(sK1(sK2)))) ),
    inference(superposition,[status(thm)],[c_3157,c_60]) ).

cnf(c_3167,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK1(sK2))))
    | increases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | increases(cardinality_at_time(efficient_producers,sK3(sK1(sK2))))
    | constant(cardinality_at_time(first_movers,sK3(sK1(sK2)))) ),
    inference(superposition,[status(thm)],[c_3157,c_59]) ).

cnf(c_3168,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK1(sK2))))
    | increases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | increases(cardinality_at_time(efficient_producers,sK3(sK1(sK2))))
    | constant(cardinality_at_time(efficient_producers,sK3(sK1(sK2)))) ),
    inference(superposition,[status(thm)],[c_3157,c_58]) ).

cnf(c_3203,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK0(sK2))))
    | increases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | constant(cardinality_at_time(first_movers,sK3(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_3158,c_63]) ).

cnf(c_3204,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK0(sK2))))
    | increases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | constant(cardinality_at_time(efficient_producers,sK3(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_3158,c_62]) ).

cnf(c_3205,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK0(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | decreases(cardinality_at_time(efficient_producers,sK3(sK0(sK2))))
    | constant(cardinality_at_time(first_movers,sK3(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_3158,c_61]) ).

cnf(c_3206,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK0(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | decreases(cardinality_at_time(efficient_producers,sK3(sK0(sK2))))
    | constant(cardinality_at_time(efficient_producers,sK3(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_3158,c_60]) ).

cnf(c_3207,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK0(sK2))))
    | increases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | increases(cardinality_at_time(efficient_producers,sK3(sK0(sK2))))
    | constant(cardinality_at_time(first_movers,sK3(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_3158,c_59]) ).

cnf(c_3253,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | greater_or_equal(sK3(sK1(sK2)),sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_90]) ).

cnf(c_3279,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | greater(cardinality_at_time(first_movers,sK3(sK1(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_832]) ).

cnf(c_3280,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | greater(cardinality_at_time(first_movers,sK3(sK0(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_832]) ).

cnf(c_3288,plain,
    ( ~ in_environment(sK2,X0)
    | sK3(X0) = X0
    | greater(sK3(X0),X0) ),
    inference(superposition,[status(thm)],[c_90,c_75]) ).

cnf(c_3312,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | greater(cardinality_at_time(efficient_producers,sK3(sK1(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_844]) ).

cnf(c_3313,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,sK3(sK0(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_844]) ).

cnf(c_3314,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | greater(number_of_organizations(sK2,sK3(sK1(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_856]) ).

cnf(c_3315,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | greater(number_of_organizations(sK2,sK3(sK0(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_856]) ).

cnf(c_3326,plain,
    ( ~ in_environment(sK2,X0)
    | sK1(sK2) = X0
    | greater(sK1(sK2),X0)
    | greater(X0,sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_762,c_72]) ).

cnf(c_3327,plain,
    ( ~ in_environment(sK2,X0)
    | sK0(sK2) = X0
    | greater(sK0(sK2),X0)
    | greater(X0,sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_784,c_72]) ).

cnf(c_3328,plain,
    ( ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | sK3(X0) = X1
    | greater(sK3(X0),X1)
    | greater(X1,sK3(X0)) ),
    inference(superposition,[status(thm)],[c_868,c_72]) ).

cnf(c_3344,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | in_environment(sK2,sK3(sK1(sK2))) ),
    inference(instantiation,[status(thm)],[c_868]) ).

cnf(c_3345,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | in_environment(sK2,sK3(sK0(sK2))) ),
    inference(instantiation,[status(thm)],[c_868]) ).

cnf(c_3369,plain,
    ( ~ greater(X0,sK3(X0))
    | ~ in_environment(sK2,X0)
    | sK3(X0) = X0 ),
    inference(superposition,[status(thm)],[c_3288,c_70]) ).

cnf(c_3407,plain,
    ( ~ greater_or_equal(sK3(sK1(sK2)),sK1(sK2))
    | ~ in_environment(sK2,sK1(sK2))
    | greater(growth_rate(efficient_producers,sK3(sK1(sK2))),growth_rate(first_movers,sK3(sK1(sK2)))) ),
    inference(instantiation,[status(thm)],[c_878]) ).

cnf(c_3408,plain,
    ( ~ greater_or_equal(sK3(sK0(sK2)),sK1(sK2))
    | ~ in_environment(sK2,sK0(sK2))
    | greater(growth_rate(efficient_producers,sK3(sK0(sK2))),growth_rate(first_movers,sK3(sK0(sK2)))) ),
    inference(instantiation,[status(thm)],[c_878]) ).

cnf(c_3481,plain,
    ( sK3(sK0(sK2)) != sK3(X0)
    | ~ greater(zero,growth_rate(first_movers,sK3(X0)))
    | ~ greater_or_equal(growth_rate(efficient_producers,sK3(X0)),zero)
    | ~ in_environment(sK2,sK0(sK2))
    | ~ in_environment(sK2,X0) ),
    inference(instantiation,[status(thm)],[c_893]) ).

cnf(c_3493,plain,
    ( ~ greater(sK1(sK2),X0)
    | ~ in_environment(sK2,X1)
    | sK1(sK2) = X1
    | greater(sK1(sK2),X1)
    | greater(X1,X0) ),
    inference(superposition,[status(thm)],[c_3326,c_71]) ).

cnf(c_3498,plain,
    ( ~ greater(X0,X1)
    | ~ in_environment(sK2,X0)
    | sK1(sK2) = X0
    | greater(sK1(sK2),X1)
    | greater(X0,sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_3326,c_71]) ).

cnf(c_3500,plain,
    ( ~ in_environment(sK2,sK3(sK1(sK2)))
    | ~ in_environment(sK2,sK1(sK2))
    | sK3(sK1(sK2)) = sK1(sK2)
    | greater(sK3(sK1(sK2)),sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_3326,c_3369]) ).

cnf(c_3525,plain,
    ( ~ in_environment(sK2,sK3(sK1(sK2)))
    | sK3(sK1(sK2)) = sK1(sK2)
    | greater(sK3(sK1(sK2)),sK1(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_3500,c_762]) ).

cnf(c_3545,plain,
    ( ~ greater(sK0(sK2),X0)
    | ~ in_environment(sK2,X1)
    | sK0(sK2) = X1
    | greater(sK0(sK2),X1)
    | greater(X1,X0) ),
    inference(superposition,[status(thm)],[c_3327,c_71]) ).

cnf(c_3553,plain,
    ( ~ in_environment(sK2,sK3(sK0(sK2)))
    | ~ in_environment(sK2,sK0(sK2))
    | sK3(sK0(sK2)) = sK0(sK2)
    | greater(sK3(sK0(sK2)),sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_3327,c_3369]) ).

cnf(c_3574,plain,
    ( ~ in_environment(sK2,sK3(sK0(sK2)))
    | sK3(sK0(sK2)) = sK0(sK2)
    | greater(sK3(sK0(sK2)),sK0(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_3553,c_784]) ).

cnf(c_3618,plain,
    ( ~ in_environment(sK2,X0)
    | greater(equilibrium(sK2),sK3(X0))
    | constant(number_of_organizations(sK2,sK3(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_3147,c_93,c_866,c_3147]) ).

cnf(c_3627,plain,
    ( sK3(sK1(sK2)) = sK1(sK2)
    | greater(sK3(sK1(sK2)),sK1(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_3525,c_93,c_761,c_3344,c_3525]) ).

cnf(c_3634,plain,
    ( ~ greater(sK1(sK2),X0)
    | sK3(sK1(sK2)) = sK1(sK2)
    | greater(sK3(sK1(sK2)),X0) ),
    inference(superposition,[status(thm)],[c_3627,c_71]) ).

cnf(c_3635,plain,
    ( sK3(sK1(sK2)) = sK1(sK2)
    | greater_or_equal(sK3(sK1(sK2)),sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_3627,c_74]) ).

cnf(c_3692,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,sK3(sK1(sK2))),zero)
    | ~ constant(cardinality_at_time(efficient_producers,sK3(sK1(sK2))))
    | ~ in_environment(sK2,sK3(sK1(sK2)))
    | growth_rate(efficient_producers,sK3(sK1(sK2))) = zero ),
    inference(instantiation,[status(thm)],[c_1462]) ).

cnf(c_3695,plain,
    ( ~ greater(cardinality_at_time(first_movers,sK3(sK1(sK2))),zero)
    | ~ constant(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | ~ in_environment(sK2,sK3(sK1(sK2)))
    | growth_rate(first_movers,sK3(sK1(sK2))) = zero ),
    inference(instantiation,[status(thm)],[c_1413]) ).

cnf(c_3700,plain,
    ( ~ greater(number_of_organizations(sK2,sK3(sK1(sK2))),zero)
    | ~ in_environment(sK2,sK3(sK1(sK2)))
    | greater(equilibrium(sK2),sK3(sK1(sK2)))
    | constant(resources(sK2,sK3(sK1(sK2)))) ),
    inference(instantiation,[status(thm)],[c_966]) ).

cnf(c_3703,plain,
    ( ~ constant(resources(sK2,sK3(sK1(sK2))))
    | ~ in_environment(sK2,sK3(sK1(sK2)))
    | constant(number_of_organizations(sK2,sK3(sK1(sK2)))) ),
    inference(instantiation,[status(thm)],[c_939]) ).

cnf(c_3712,plain,
    greater_or_equal(sK3(sK1(sK2)),sK1(sK2)),
    inference(global_subsumption_just,[status(thm)],[c_3635,c_93,c_761,c_3253]) ).

cnf(c_3885,plain,
    ( sK3(sK0(sK2)) = sK0(sK2)
    | greater(sK3(sK0(sK2)),sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_3574,c_93,c_783,c_3345,c_3574]) ).

cnf(c_3891,plain,
    ( ~ greater(sK0(sK2),sK3(sK0(sK2)))
    | sK3(sK0(sK2)) = sK0(sK2) ),
    inference(superposition,[status(thm)],[c_3885,c_70]) ).

cnf(c_3923,plain,
    ( ~ decreases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,sK3(X0))
    | ~ in_environment(sK2,X0)
    | greater(zero,growth_rate(first_movers,sK3(X0))) ),
    inference(superposition,[status(thm)],[c_832,c_1383]) ).

cnf(c_3938,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,sK3(X0))
    | ~ in_environment(sK2,X0)
    | greater(growth_rate(first_movers,sK3(X0)),zero) ),
    inference(superposition,[status(thm)],[c_832,c_1398]) ).

cnf(c_3953,plain,
    ( ~ decreases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ in_environment(sK2,sK3(X0))
    | ~ in_environment(sK2,X0)
    | greater(zero,growth_rate(efficient_producers,sK3(X0))) ),
    inference(superposition,[status(thm)],[c_844,c_1432]) ).

cnf(c_3968,plain,
    ( ~ increases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ in_environment(sK2,sK3(X0))
    | ~ in_environment(sK2,X0)
    | greater(growth_rate(efficient_producers,sK3(X0)),zero) ),
    inference(superposition,[status(thm)],[c_844,c_1447]) ).

cnf(c_4415,plain,
    ( ~ decreases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,X0)
    | greater(zero,growth_rate(first_movers,sK3(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_3923,c_93,c_866,c_3923]) ).

cnf(c_4424,plain,
    ( ~ greater(growth_rate(first_movers,sK3(X0)),zero)
    | ~ decreases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,X0) ),
    inference(superposition,[status(thm)],[c_4415,c_70]) ).

cnf(c_4427,plain,
    ( ~ greater_or_equal(growth_rate(efficient_producers,sK3(X0)),zero)
    | ~ decreases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,X0) ),
    inference(superposition,[status(thm)],[c_4415,c_2952]) ).

cnf(c_4488,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,X0)
    | greater(growth_rate(first_movers,sK3(X0)),zero) ),
    inference(global_subsumption_just,[status(thm)],[c_3938,c_93,c_866,c_3938]) ).

cnf(c_4497,plain,
    ( ~ greater(zero,growth_rate(first_movers,sK3(X0)))
    | ~ increases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,X0) ),
    inference(superposition,[status(thm)],[c_4488,c_70]) ).

cnf(c_4512,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,sK3(sK0(sK2))),zero)
    | ~ constant(cardinality_at_time(efficient_producers,sK3(sK0(sK2))))
    | ~ in_environment(sK2,sK3(sK0(sK2)))
    | growth_rate(efficient_producers,sK3(sK0(sK2))) = zero ),
    inference(instantiation,[status(thm)],[c_1462]) ).

cnf(c_4513,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,sK3(sK0(sK2))),zero)
    | ~ increases(cardinality_at_time(efficient_producers,sK3(sK0(sK2))))
    | ~ in_environment(sK2,sK3(sK0(sK2)))
    | greater(growth_rate(efficient_producers,sK3(sK0(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_1447]) ).

cnf(c_4515,plain,
    ( ~ greater(cardinality_at_time(first_movers,sK3(sK0(sK2))),zero)
    | ~ constant(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | ~ in_environment(sK2,sK3(sK0(sK2)))
    | growth_rate(first_movers,sK3(sK0(sK2))) = zero ),
    inference(instantiation,[status(thm)],[c_1413]) ).

cnf(c_4516,plain,
    ( ~ greater(cardinality_at_time(first_movers,sK3(sK0(sK2))),zero)
    | ~ increases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | ~ in_environment(sK2,sK3(sK0(sK2)))
    | greater(growth_rate(first_movers,sK3(sK0(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_1398]) ).

cnf(c_4517,plain,
    ( ~ greater(cardinality_at_time(first_movers,sK3(sK0(sK2))),zero)
    | ~ decreases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | ~ in_environment(sK2,sK3(sK0(sK2)))
    | greater(zero,growth_rate(first_movers,sK3(sK0(sK2)))) ),
    inference(instantiation,[status(thm)],[c_1383]) ).

cnf(c_4520,plain,
    ( ~ greater(number_of_organizations(sK2,sK3(sK0(sK2))),zero)
    | ~ in_environment(sK2,sK3(sK0(sK2)))
    | greater(equilibrium(sK2),sK3(sK0(sK2)))
    | constant(resources(sK2,sK3(sK0(sK2)))) ),
    inference(instantiation,[status(thm)],[c_966]) ).

cnf(c_4523,plain,
    ( ~ constant(resources(sK2,sK3(sK0(sK2))))
    | ~ in_environment(sK2,sK3(sK0(sK2)))
    | constant(number_of_organizations(sK2,sK3(sK0(sK2)))) ),
    inference(instantiation,[status(thm)],[c_939]) ).

cnf(c_4532,plain,
    ( ~ decreases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ in_environment(sK2,X0)
    | greater(zero,growth_rate(efficient_producers,sK3(X0))) ),
    inference(global_subsumption_just,[status(thm)],[c_3953,c_93,c_866,c_3953]) ).

cnf(c_4542,plain,
    ( ~ greater(growth_rate(efficient_producers,sK3(X0)),X1)
    | ~ decreases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ in_environment(sK2,X0)
    | greater(zero,X1) ),
    inference(superposition,[status(thm)],[c_4532,c_71]) ).

cnf(c_4556,plain,
    ( ~ increases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ in_environment(sK2,X0)
    | greater(growth_rate(efficient_producers,sK3(X0)),zero) ),
    inference(global_subsumption_just,[status(thm)],[c_3968,c_93,c_866,c_3968]) ).

cnf(c_4567,plain,
    ( ~ increases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ in_environment(sK2,X0)
    | greater_or_equal(growth_rate(efficient_producers,sK3(X0)),zero) ),
    inference(superposition,[status(thm)],[c_4556,c_74]) ).

cnf(c_4698,plain,
    ( ~ greater(sK1(sK2),X0)
    | ~ greater(X0,X1)
    | sK3(sK1(sK2)) = sK1(sK2)
    | greater(sK3(sK1(sK2)),X1) ),
    inference(superposition,[status(thm)],[c_3634,c_71]) ).

cnf(c_4826,plain,
    ( X0 != growth_rate(efficient_producers,sK3(sK1(sK2)))
    | X1 != growth_rate(first_movers,sK3(sK1(sK2)))
    | ~ greater(growth_rate(efficient_producers,sK3(sK1(sK2))),growth_rate(first_movers,sK3(sK1(sK2))))
    | greater(X0,X1) ),
    inference(instantiation,[status(thm)],[c_2168]) ).

cnf(c_4827,plain,
    ( zero != growth_rate(first_movers,sK3(sK1(sK2)))
    | zero != growth_rate(efficient_producers,sK3(sK1(sK2)))
    | ~ greater(growth_rate(efficient_producers,sK3(sK1(sK2))),growth_rate(first_movers,sK3(sK1(sK2))))
    | greater(zero,zero) ),
    inference(instantiation,[status(thm)],[c_4826]) ).

cnf(c_4868,plain,
    ( ~ greater(sK3(sK0(sK2)),sK1(sK2))
    | greater_or_equal(sK3(sK0(sK2)),sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_74]) ).

cnf(c_4869,plain,
    ( sK3(sK0(sK2)) != X0
    | sK1(sK2) != X1
    | ~ greater_or_equal(X0,X1)
    | greater_or_equal(sK3(sK0(sK2)),sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_2175]) ).

cnf(c_4980,plain,
    ( sK3(sK0(sK2)) != sK3(sK0(sK2))
    | ~ greater(zero,growth_rate(first_movers,sK3(sK0(sK2))))
    | ~ greater_or_equal(growth_rate(efficient_producers,sK3(sK0(sK2))),zero)
    | ~ in_environment(sK2,sK0(sK2)) ),
    inference(instantiation,[status(thm)],[c_3481]) ).

cnf(c_5029,plain,
    ( ~ greater(equilibrium(sK2),sK3(sK1(sK2)))
    | ~ greater(sK3(sK1(sK2)),X0)
    | greater(equilibrium(sK2),X0) ),
    inference(instantiation,[status(thm)],[c_71]) ).

cnf(c_5032,plain,
    ( X0 != equilibrium(sK2)
    | X1 != sK3(sK1(sK2))
    | ~ greater(equilibrium(sK2),sK3(sK1(sK2)))
    | greater(X0,X1) ),
    inference(instantiation,[status(thm)],[c_2168]) ).

cnf(c_5034,plain,
    ( ~ greater(equilibrium(sK2),sK3(sK1(sK2)))
    | ~ greater_or_equal(sK3(sK1(sK2)),equilibrium(sK2)) ),
    inference(instantiation,[status(thm)],[c_981]) ).

cnf(c_5065,plain,
    ( ~ increases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ decreases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,X0) ),
    inference(superposition,[status(thm)],[c_4567,c_4427]) ).

cnf(c_5146,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ decreases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ in_environment(sK2,X0) ),
    inference(superposition,[status(thm)],[c_4488,c_4424]) ).

cnf(c_5516,plain,
    ( ~ greater(equilibrium(sK2),sK3(sK0(sK2)))
    | ~ greater(sK3(sK0(sK2)),X0)
    | greater(equilibrium(sK2),X0) ),
    inference(instantiation,[status(thm)],[c_71]) ).

cnf(c_5521,plain,
    ( ~ greater(equilibrium(sK2),sK3(sK0(sK2)))
    | ~ greater_or_equal(sK3(sK0(sK2)),equilibrium(sK2)) ),
    inference(instantiation,[status(thm)],[c_981]) ).

cnf(c_6806,plain,
    ( ~ in_environment(X0,sK1(sK2))
    | ~ in_environment(X0,X1)
    | X1 = sK1(sK2)
    | greater(sK1(sK2),X1)
    | greater(X1,sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_72]) ).

cnf(c_7093,plain,
    ( ~ decreases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ greater_or_equal(sK3(X0),sK1(sK2))
    | ~ in_environment(sK2,X0)
    | greater(zero,growth_rate(first_movers,sK3(X0))) ),
    inference(superposition,[status(thm)],[c_878,c_4542]) ).

cnf(c_7330,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(X0)))
    | ~ decreases(cardinality_at_time(efficient_producers,sK3(X0)))
    | ~ greater_or_equal(sK3(X0),sK1(sK2))
    | ~ in_environment(sK2,X0) ),
    inference(superposition,[status(thm)],[c_7093,c_4497]) ).

cnf(c_7647,plain,
    ( growth_rate(efficient_producers,sK3(sK1(sK2))) != X0
    | X1 != X0
    | X1 = growth_rate(efficient_producers,sK3(sK1(sK2))) ),
    inference(instantiation,[status(thm)],[c_2165]) ).

cnf(c_7648,plain,
    ( growth_rate(efficient_producers,sK3(sK1(sK2))) != zero
    | zero != zero
    | zero = growth_rate(efficient_producers,sK3(sK1(sK2))) ),
    inference(instantiation,[status(thm)],[c_7647]) ).

cnf(c_7785,plain,
    ( sK3(sK0(sK2)) != X0
    | sK1(sK2) != sK1(sK2)
    | ~ greater_or_equal(X0,sK1(sK2))
    | greater_or_equal(sK3(sK0(sK2)),sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_4869]) ).

cnf(c_7786,plain,
    sK1(sK2) = sK1(sK2),
    inference(instantiation,[status(thm)],[c_2163]) ).

cnf(c_7788,plain,
    ( sK1(sK2) != X0
    | X1 != X0
    | sK1(sK2) = X1 ),
    inference(instantiation,[status(thm)],[c_2165]) ).

cnf(c_7858,plain,
    ( sK3(sK1(sK2)) != X0
    | equilibrium(sK2) != X1
    | ~ greater_or_equal(X0,X1)
    | greater_or_equal(sK3(sK1(sK2)),equilibrium(sK2)) ),
    inference(instantiation,[status(thm)],[c_2175]) ).

cnf(c_8176,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | sK3(X0) = sK1(sK2)
    | sK1(sK2) = X1
    | greater(sK3(X0),sK1(sK2))
    | greater(X1,sK3(X0))
    | greater(sK1(sK2),X1) ),
    inference(superposition,[status(thm)],[c_3328,c_3493]) ).

cnf(c_8191,plain,
    ( ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | sK3(X0) = sK1(sK2)
    | sK1(sK2) = X1
    | greater(sK3(X0),sK1(sK2))
    | greater(X1,sK3(X0))
    | greater(sK1(sK2),X1) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_8176,c_762]) ).

cnf(c_8232,plain,
    ( ~ in_environment(sK2,sK3(sK0(sK2)))
    | sK3(sK0(sK2)) = sK0(sK2)
    | sK3(sK0(sK2)) = sK1(sK2)
    | greater(sK3(sK0(sK2)),sK1(sK2))
    | greater(sK1(sK2),sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_3885,c_3498]) ).

cnf(c_8561,plain,
    ( sK3(sK0(sK2)) != X0
    | equilibrium(sK2) != X1
    | ~ greater_or_equal(X0,X1)
    | greater_or_equal(sK3(sK0(sK2)),equilibrium(sK2)) ),
    inference(instantiation,[status(thm)],[c_2175]) ).

cnf(c_9642,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | ~ decreases(cardinality_at_time(efficient_producers,sK3(sK1(sK2))))
    | ~ in_environment(sK2,sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_3712,c_7330]) ).

cnf(c_9646,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | ~ decreases(cardinality_at_time(efficient_producers,sK3(sK1(sK2)))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_9642,c_762]) ).

cnf(c_10129,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | ~ in_environment(sK2,X0)
    | sK0(sK2) = sK1(sK2)
    | sK0(sK2) = X0
    | greater(sK1(sK2),sK0(sK2))
    | greater(sK0(sK2),X0)
    | greater(X0,sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_3326,c_3545]) ).

cnf(c_10165,plain,
    ( ~ in_environment(sK2,X0)
    | sK0(sK2) = sK1(sK2)
    | sK0(sK2) = X0
    | greater(sK1(sK2),sK0(sK2))
    | greater(sK0(sK2),X0)
    | greater(X0,sK1(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_10129,c_784]) ).

cnf(c_10355,plain,
    ( ~ in_environment(sK2,sK3(sK0(sK2)))
    | sK3(sK0(sK2)) = sK0(sK2)
    | sK0(sK2) = sK1(sK2)
    | greater(sK3(sK0(sK2)),sK1(sK2))
    | greater(sK1(sK2),sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_10165,c_3891]) ).

cnf(c_10685,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | sK3(sK0(sK2)) = sK0(sK2)
    | sK3(sK0(sK2)) = sK1(sK2)
    | sK0(sK2) = sK1(sK2)
    | greater(sK3(sK0(sK2)),sK1(sK2))
    | greater(sK1(sK2),sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_8191,c_3891]) ).

cnf(c_10762,plain,
    ( sK3(sK0(sK2)) = sK0(sK2)
    | sK3(sK0(sK2)) = sK1(sK2)
    | sK0(sK2) = sK1(sK2)
    | greater(sK3(sK0(sK2)),sK1(sK2))
    | greater(sK1(sK2),sK0(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_10685,c_784]) ).

cnf(c_11108,plain,
    ( equilibrium(sK2) != equilibrium(sK2)
    | X0 != sK3(sK1(sK2))
    | ~ greater(equilibrium(sK2),sK3(sK1(sK2)))
    | greater(equilibrium(sK2),X0) ),
    inference(instantiation,[status(thm)],[c_5032]) ).

cnf(c_11109,plain,
    equilibrium(sK2) = equilibrium(sK2),
    inference(instantiation,[status(thm)],[c_2163]) ).

cnf(c_11117,plain,
    ( sK3(sK0(sK2)) = sK0(sK2)
    | sK0(sK2) = sK1(sK2)
    | greater(sK3(sK0(sK2)),sK1(sK2))
    | greater(sK1(sK2),sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_10762,c_93,c_783,c_3345,c_10355]) ).

cnf(c_11133,plain,
    ( sK3(sK0(sK2)) = sK0(sK2)
    | sK0(sK2) = sK1(sK2)
    | greater_or_equal(sK3(sK0(sK2)),sK1(sK2))
    | greater(sK1(sK2),sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_11117,c_74]) ).

cnf(c_14403,plain,
    ( sK3(sK1(sK2)) != X0
    | X1 != X0
    | X1 = sK3(sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_2165]) ).

cnf(c_15602,plain,
    ( growth_rate(first_movers,sK3(sK1(sK2))) != X0
    | X1 != X0
    | X1 = growth_rate(first_movers,sK3(sK1(sK2))) ),
    inference(instantiation,[status(thm)],[c_2165]) ).

cnf(c_15603,plain,
    ( growth_rate(first_movers,sK3(sK1(sK2))) != zero
    | zero != zero
    | zero = growth_rate(first_movers,sK3(sK1(sK2))) ),
    inference(instantiation,[status(thm)],[c_15602]) ).

cnf(c_15767,plain,
    ( sK3(sK0(sK2)) != sK1(sK2)
    | sK1(sK2) != sK1(sK2)
    | ~ greater_or_equal(sK1(sK2),sK1(sK2))
    | greater_or_equal(sK3(sK0(sK2)),sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_7785]) ).

cnf(c_15768,plain,
    greater_or_equal(sK1(sK2),sK1(sK2)),
    inference(instantiation,[status(thm)],[c_73]) ).

cnf(c_15769,plain,
    ( ~ greater(X0,sK1(sK2))
    | greater_or_equal(X0,sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_74]) ).

cnf(c_17207,plain,
    ( sK1(sK2) != sK1(sK2)
    | X0 != sK1(sK2)
    | sK1(sK2) = X0 ),
    inference(instantiation,[status(thm)],[c_7788]) ).

cnf(c_17220,plain,
    sK3(sK0(sK2)) = sK3(sK0(sK2)),
    inference(instantiation,[status(thm)],[c_2163]) ).

cnf(c_17566,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | ~ in_environment(sK2,X0)
    | X0 = sK1(sK2)
    | greater(sK1(sK2),X0)
    | greater(X0,sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_6806]) ).

cnf(c_22807,plain,
    ( sK3(sK1(sK2)) != X0
    | equilibrium(sK2) != equilibrium(sK2)
    | ~ greater_or_equal(X0,equilibrium(sK2))
    | greater_or_equal(sK3(sK1(sK2)),equilibrium(sK2)) ),
    inference(instantiation,[status(thm)],[c_7858]) ).

cnf(c_23783,plain,
    ( sK3(sK0(sK2)) != X0
    | equilibrium(sK2) != equilibrium(sK2)
    | ~ greater_or_equal(X0,equilibrium(sK2))
    | greater_or_equal(sK3(sK0(sK2)),equilibrium(sK2)) ),
    inference(instantiation,[status(thm)],[c_8561]) ).

cnf(c_24943,plain,
    ( ~ in_environment(sK2,X0)
    | sK3(X0) = X0
    | greater(sK3(X0),X0) ),
    inference(superposition,[status(thm)],[c_90,c_75]) ).

cnf(c_24944,plain,
    ( equilibrium(sK2) = sK0(sK2)
    | greater(sK0(sK2),equilibrium(sK2)) ),
    inference(superposition,[status(thm)],[c_791,c_75]) ).

cnf(c_24977,plain,
    ( ~ in_environment(sK2,X0)
    | sK1(sK2) = X0
    | greater(sK1(sK2),X0)
    | greater(X0,sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_762,c_72]) ).

cnf(c_24979,plain,
    ( ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | sK3(X0) = X1
    | greater(sK3(X0),X1)
    | greater(X1,sK3(X0)) ),
    inference(superposition,[status(thm)],[c_868,c_72]) ).

cnf(c_25035,plain,
    ( ~ greater(X0,sK3(X0))
    | ~ in_environment(sK2,X0)
    | sK3(X0) = X0 ),
    inference(superposition,[status(thm)],[c_24943,c_70]) ).

cnf(c_25036,plain,
    ( ~ greater(X0,X1)
    | ~ in_environment(sK2,X0)
    | sK3(X0) = X0
    | greater(sK3(X0),X1) ),
    inference(superposition,[status(thm)],[c_24943,c_71]) ).

cnf(c_25156,plain,
    ( ~ in_environment(sK2,sK3(sK1(sK2)))
    | ~ in_environment(sK2,sK1(sK2))
    | sK3(sK1(sK2)) = sK1(sK2)
    | greater(sK3(sK1(sK2)),sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_24977,c_25035]) ).

cnf(c_25181,plain,
    ( ~ in_environment(sK2,sK3(sK1(sK2)))
    | sK3(sK1(sK2)) = sK1(sK2)
    | greater(sK3(sK1(sK2)),sK1(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_25156,c_762]) ).

cnf(c_25303,plain,
    ( sK3(sK1(sK2)) = sK1(sK2)
    | greater(sK3(sK1(sK2)),sK1(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_25181,c_93,c_761,c_3344,c_3525]) ).

cnf(c_25329,plain,
    ( ~ greater(X0,X1)
    | ~ greater(X1,X2)
    | ~ in_environment(sK2,X0)
    | sK3(X0) = X0
    | greater(sK3(X0),X2) ),
    inference(superposition,[status(thm)],[c_25036,c_71]) ).

cnf(c_25378,plain,
    ( ~ greater(sK3(X0),X1)
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X2)
    | sK3(X0) = X2
    | greater(sK3(X0),X2)
    | greater(X2,X1) ),
    inference(superposition,[status(thm)],[c_24979,c_71]) ).

cnf(c_32253,plain,
    ( sK3(sK0(sK2)) = sK0(sK2)
    | greater_or_equal(sK3(sK0(sK2)),sK1(sK2))
    | greater(sK1(sK2),sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_11133,c_93,c_783,c_3345,c_4868,c_7786,c_8232,c_15767,c_15768]) ).

cnf(c_36601,plain,
    ( ~ greater(equilibrium(sK2),X0)
    | ~ in_environment(sK2,sK0(sK2))
    | sK3(sK0(sK2)) = sK0(sK2)
    | equilibrium(sK2) = sK0(sK2)
    | greater(sK3(sK0(sK2)),X0) ),
    inference(superposition,[status(thm)],[c_24944,c_25329]) ).

cnf(c_36658,plain,
    ( ~ greater(equilibrium(sK2),X0)
    | sK3(sK0(sK2)) = sK0(sK2)
    | equilibrium(sK2) = sK0(sK2)
    | greater(sK3(sK0(sK2)),X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_36601,c_784]) ).

cnf(c_38304,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK1(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | constant(cardinality_at_time(first_movers,sK3(sK1(sK2)))) ),
    inference(global_subsumption_just,[status(thm)],[c_3163,c_93,c_94,c_95,c_102,c_761,c_3166,c_3165,c_3164,c_3163,c_3253,c_3279,c_3312,c_3344,c_3407,c_3695,c_3692,c_4827,c_7648,c_9646,c_15603]) ).

cnf(c_38306,plain,
    ( decreases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | ~ constant(number_of_organizations(sK2,sK3(sK1(sK2)))) ),
    inference(global_subsumption_just,[status(thm)],[c_38304,c_93,c_94,c_95,c_102,c_761,c_3166,c_3164,c_3253,c_3279,c_3312,c_3344,c_3407,c_3695,c_3692,c_4827,c_7648,c_9646,c_15603,c_38304]) ).

cnf(c_38307,plain,
    ( ~ constant(number_of_organizations(sK2,sK3(sK1(sK2))))
    | decreases(cardinality_at_time(first_movers,sK3(sK1(sK2)))) ),
    inference(renaming,[status(thm)],[c_38306]) ).

cnf(c_38312,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | greater(equilibrium(sK2),sK3(sK1(sK2)))
    | decreases(cardinality_at_time(first_movers,sK3(sK1(sK2)))) ),
    inference(superposition,[status(thm)],[c_3618,c_38307]) ).

cnf(c_38313,plain,
    ( greater(equilibrium(sK2),sK3(sK1(sK2)))
    | decreases(cardinality_at_time(first_movers,sK3(sK1(sK2)))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_38312,c_762]) ).

cnf(c_38322,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | ~ in_environment(sK2,sK1(sK2))
    | greater(equilibrium(sK2),sK3(sK1(sK2))) ),
    inference(superposition,[status(thm)],[c_38313,c_5146]) ).

cnf(c_38323,plain,
    ( ~ increases(cardinality_at_time(efficient_producers,sK3(sK1(sK2))))
    | ~ in_environment(sK2,sK1(sK2))
    | greater(equilibrium(sK2),sK3(sK1(sK2))) ),
    inference(superposition,[status(thm)],[c_38313,c_5065]) ).

cnf(c_38324,plain,
    ( ~ increases(cardinality_at_time(efficient_producers,sK3(sK1(sK2))))
    | greater(equilibrium(sK2),sK3(sK1(sK2))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_38323,c_762]) ).

cnf(c_38327,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(sK1(sK2))))
    | greater(equilibrium(sK2),sK3(sK1(sK2))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_38322,c_762]) ).

cnf(c_38348,plain,
    greater(equilibrium(sK2),sK3(sK1(sK2))),
    inference(global_subsumption_just,[status(thm)],[c_38324,c_93,c_94,c_95,c_102,c_761,c_3168,c_3167,c_3253,c_3279,c_3312,c_3314,c_3344,c_3407,c_3703,c_3700,c_3695,c_3692,c_4827,c_7648,c_15603,c_38327,c_38324]) ).

cnf(c_38359,plain,
    ( ~ greater(sK3(sK1(sK2)),X0)
    | greater(equilibrium(sK2),X0) ),
    inference(superposition,[status(thm)],[c_38348,c_71]) ).

cnf(c_39916,plain,
    ( ~ greater(equilibrium(sK2),sK3(sK0(sK2)))
    | sK3(sK0(sK2)) = sK0(sK2)
    | equilibrium(sK2) = sK0(sK2) ),
    inference(superposition,[status(thm)],[c_36658,c_69]) ).

cnf(c_40183,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | ~ in_environment(sK2,X0)
    | sK3(sK1(sK2)) = X0
    | greater(X0,sK3(sK1(sK2)))
    | greater(equilibrium(sK2),X0) ),
    inference(superposition,[status(thm)],[c_3328,c_38359]) ).

cnf(c_40188,plain,
    ( sK3(sK1(sK2)) = sK1(sK2)
    | greater(equilibrium(sK2),sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_3627,c_38359]) ).

cnf(c_40218,plain,
    ( ~ in_environment(sK2,X0)
    | sK3(sK1(sK2)) = X0
    | greater(X0,sK3(sK1(sK2)))
    | greater(equilibrium(sK2),X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_40183,c_762]) ).

cnf(c_41103,plain,
    ( ~ greater(sK3(sK1(sK2)),X0)
    | ~ in_environment(sK2,X1)
    | sK3(sK1(sK2)) = X1
    | greater(equilibrium(sK2),X1)
    | greater(X1,X0) ),
    inference(superposition,[status(thm)],[c_40218,c_71]) ).

cnf(c_44635,plain,
    ( ~ greater(sK0(sK2),sK1(sK2))
    | ~ greater(sK1(sK2),sK0(sK2)) ),
    inference(instantiation,[status(thm)],[c_70]) ).

cnf(c_44639,plain,
    ( ~ greater(sK0(sK2),sK1(sK2))
    | greater_or_equal(sK0(sK2),sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_15769]) ).

cnf(c_45267,plain,
    ( ~ greater(growth_rate(efficient_producers,sK3(sK0(sK2))),growth_rate(first_movers,sK3(sK0(sK2))))
    | ~ greater(growth_rate(first_movers,sK3(sK0(sK2))),X0)
    | greater(growth_rate(efficient_producers,sK3(sK0(sK2))),X0) ),
    inference(instantiation,[status(thm)],[c_71]) ).

cnf(c_45269,plain,
    ( ~ greater(growth_rate(efficient_producers,sK3(sK0(sK2))),growth_rate(first_movers,sK3(sK0(sK2))))
    | ~ greater(growth_rate(first_movers,sK3(sK0(sK2))),zero)
    | greater(growth_rate(efficient_producers,sK3(sK0(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_45267]) ).

cnf(c_45270,plain,
    ( X0 != growth_rate(efficient_producers,sK3(sK0(sK2)))
    | X1 != growth_rate(first_movers,sK3(sK0(sK2)))
    | ~ greater(growth_rate(efficient_producers,sK3(sK0(sK2))),growth_rate(first_movers,sK3(sK0(sK2))))
    | greater(X0,X1) ),
    inference(instantiation,[status(thm)],[c_2168]) ).

cnf(c_45271,plain,
    ( zero != growth_rate(first_movers,sK3(sK0(sK2)))
    | zero != growth_rate(efficient_producers,sK3(sK0(sK2)))
    | ~ greater(growth_rate(efficient_producers,sK3(sK0(sK2))),growth_rate(first_movers,sK3(sK0(sK2))))
    | greater(zero,zero) ),
    inference(instantiation,[status(thm)],[c_45270]) ).

cnf(c_45718,plain,
    ( sK3(sK1(sK2)) != sK1(sK2)
    | X0 != sK1(sK2)
    | X0 = sK3(sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_14403]) ).

cnf(c_52021,plain,
    ( sK3(sK1(sK2)) != sK1(sK2)
    | sK1(sK2) != sK1(sK2)
    | sK1(sK2) = sK3(sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_17207]) ).

cnf(c_53510,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | sK3(sK1(sK2)) = X0
    | sK3(sK1(sK2)) = X1
    | greater(X0,sK3(sK1(sK2)))
    | greater(equilibrium(sK2),X1)
    | greater(X1,X0) ),
    inference(superposition,[status(thm)],[c_3328,c_41103]) ).

cnf(c_53552,plain,
    ( ~ in_environment(sK2,X0)
    | ~ in_environment(sK2,X1)
    | sK3(sK1(sK2)) = X0
    | sK3(sK1(sK2)) = X1
    | greater(X0,sK3(sK1(sK2)))
    | greater(equilibrium(sK2),X1)
    | greater(X1,X0) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_53510,c_762]) ).

cnf(c_54717,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | ~ greater(X0,X1)
    | ~ in_environment(sK2,X0)
    | sK3(sK1(sK2)) = sK1(sK2)
    | sK3(sK1(sK2)) = X0
    | greater(sK3(sK1(sK2)),X1)
    | greater(X0,sK3(sK1(sK2)))
    | greater(equilibrium(sK2),sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_53552,c_4698]) ).

cnf(c_55005,plain,
    ( ~ greater(X0,X1)
    | ~ in_environment(sK2,X0)
    | sK3(sK1(sK2)) = sK1(sK2)
    | sK3(sK1(sK2)) = X0
    | greater(sK3(sK1(sK2)),X1)
    | greater(X0,sK3(sK1(sK2)))
    | greater(equilibrium(sK2),sK1(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_54717,c_762]) ).

cnf(c_62722,plain,
    ( growth_rate(efficient_producers,sK3(sK0(sK2))) != growth_rate(efficient_producers,sK3(sK0(sK2)))
    | X0 != growth_rate(first_movers,sK3(sK0(sK2)))
    | ~ greater(growth_rate(efficient_producers,sK3(sK0(sK2))),growth_rate(first_movers,sK3(sK0(sK2))))
    | greater(growth_rate(efficient_producers,sK3(sK0(sK2))),X0) ),
    inference(instantiation,[status(thm)],[c_45270]) ).

cnf(c_62723,plain,
    growth_rate(efficient_producers,sK3(sK0(sK2))) = growth_rate(efficient_producers,sK3(sK0(sK2))),
    inference(instantiation,[status(thm)],[c_2163]) ).

cnf(c_62724,plain,
    ( growth_rate(efficient_producers,sK3(sK0(sK2))) != growth_rate(efficient_producers,sK3(sK0(sK2)))
    | zero != growth_rate(first_movers,sK3(sK0(sK2)))
    | ~ greater(growth_rate(efficient_producers,sK3(sK0(sK2))),growth_rate(first_movers,sK3(sK0(sK2))))
    | greater(growth_rate(efficient_producers,sK3(sK0(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_62722]) ).

cnf(c_62725,plain,
    ( growth_rate(efficient_producers,sK3(sK0(sK2))) != X0
    | X1 != X0
    | X1 = growth_rate(efficient_producers,sK3(sK0(sK2))) ),
    inference(instantiation,[status(thm)],[c_2165]) ).

cnf(c_62726,plain,
    ( growth_rate(efficient_producers,sK3(sK0(sK2))) != zero
    | zero != zero
    | zero = growth_rate(efficient_producers,sK3(sK0(sK2))) ),
    inference(instantiation,[status(thm)],[c_62725]) ).

cnf(c_63462,plain,
    ( ~ in_environment(sK2,sK1(sK2))
    | ~ in_environment(sK2,X0)
    | sK3(sK1(sK2)) = sK1(sK2)
    | sK3(sK1(sK2)) = X0
    | greater(sK3(sK1(sK2)),X0)
    | greater(X0,sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_25303,c_25378]) ).

cnf(c_63492,plain,
    ( ~ in_environment(sK2,X0)
    | sK3(sK1(sK2)) = sK1(sK2)
    | sK3(sK1(sK2)) = X0
    | greater(sK3(sK1(sK2)),X0)
    | greater(X0,sK1(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_63462,c_762]) ).

cnf(c_64371,plain,
    ( sK3(sK0(sK2)) != sK0(sK2)
    | sK1(sK2) != sK1(sK2)
    | ~ greater_or_equal(sK0(sK2),sK1(sK2))
    | greater_or_equal(sK3(sK0(sK2)),sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_7785]) ).

cnf(c_65412,plain,
    ( equilibrium(sK2) != equilibrium(sK2)
    | sK1(sK2) != sK3(sK1(sK2))
    | ~ greater(equilibrium(sK2),sK3(sK1(sK2)))
    | greater(equilibrium(sK2),sK1(sK2)) ),
    inference(instantiation,[status(thm)],[c_11108]) ).

cnf(c_68327,plain,
    greater(equilibrium(sK2),sK1(sK2)),
    inference(global_subsumption_just,[status(thm)],[c_55005,c_7786,c_11109,c_38348,c_40188,c_52021,c_65412]) ).

cnf(c_68347,plain,
    ( ~ greater(sK1(sK2),X0)
    | greater(equilibrium(sK2),X0) ),
    inference(superposition,[status(thm)],[c_68327,c_71]) ).

cnf(c_68656,plain,
    ( ~ in_environment(sK2,X0)
    | sK1(sK2) = X0
    | greater(equilibrium(sK2),X0)
    | greater(X0,sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_3326,c_68347]) ).

cnf(c_72068,plain,
    ( ~ greater_or_equal(X0,equilibrium(sK2))
    | ~ in_environment(sK2,X0)
    | sK1(sK2) = X0
    | greater(X0,sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_68656,c_981]) ).

cnf(c_72504,plain,
    ( ~ in_environment(sK2,X0)
    | ~ greater_or_equal(X0,equilibrium(sK2))
    | greater(X0,sK1(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_72068,c_93,c_761,c_981,c_5029,c_5034,c_11108,c_11109,c_17566,c_22807,c_38348,c_45718,c_63492,c_68347]) ).

cnf(c_72505,plain,
    ( ~ greater_or_equal(X0,equilibrium(sK2))
    | ~ in_environment(sK2,X0)
    | greater(X0,sK1(sK2)) ),
    inference(renaming,[status(thm)],[c_72504]) ).

cnf(c_72515,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | greater(sK0(sK2),sK1(sK2)) ),
    inference(superposition,[status(thm)],[c_791,c_72505]) ).

cnf(c_72547,plain,
    greater(sK0(sK2),sK1(sK2)),
    inference(forward_subsumption_resolution,[status(thm)],[c_72515,c_784]) ).

cnf(c_72868,plain,
    ~ greater(sK1(sK2),sK0(sK2)),
    inference(superposition,[status(thm)],[c_72547,c_70]) ).

cnf(c_72910,plain,
    ( sK3(sK0(sK2)) = sK0(sK2)
    | greater_or_equal(sK3(sK0(sK2)),sK1(sK2)) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_32253,c_72868]) ).

cnf(c_73053,plain,
    greater_or_equal(sK3(sK0(sK2)),sK1(sK2)),
    inference(global_subsumption_just,[status(thm)],[c_72910,c_7786,c_32253,c_44635,c_44639,c_64371,c_72547]) ).

cnf(c_73056,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | ~ decreases(cardinality_at_time(efficient_producers,sK3(sK0(sK2))))
    | ~ in_environment(sK2,sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_73053,c_7330]) ).

cnf(c_73059,plain,
    ( ~ increases(cardinality_at_time(first_movers,sK3(sK0(sK2))))
    | ~ decreases(cardinality_at_time(efficient_producers,sK3(sK0(sK2)))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_73056,c_784]) ).

cnf(c_78527,plain,
    ( sK3(sK0(sK2)) != sK0(sK2)
    | equilibrium(sK2) != equilibrium(sK2)
    | ~ greater_or_equal(sK0(sK2),equilibrium(sK2))
    | greater_or_equal(sK3(sK0(sK2)),equilibrium(sK2)) ),
    inference(instantiation,[status(thm)],[c_23783]) ).

cnf(c_83775,plain,
    ( ~ greater(sK3(sK0(sK2)),sK0(sK2))
    | ~ greater(equilibrium(sK2),sK3(sK0(sK2)))
    | greater(equilibrium(sK2),sK0(sK2)) ),
    inference(instantiation,[status(thm)],[c_5516]) ).

cnf(c_84396,plain,
    ( growth_rate(first_movers,sK3(sK0(sK2))) != X0
    | X1 != X0
    | X1 = growth_rate(first_movers,sK3(sK0(sK2))) ),
    inference(instantiation,[status(thm)],[c_2165]) ).

cnf(c_84397,plain,
    ( growth_rate(first_movers,sK3(sK0(sK2))) != zero
    | zero != zero
    | zero = growth_rate(first_movers,sK3(sK0(sK2))) ),
    inference(instantiation,[status(thm)],[c_84396]) ).

cnf(c_86129,plain,
    ~ greater(equilibrium(sK2),sK3(sK0(sK2))),
    inference(global_subsumption_just,[status(thm)],[c_39916,c_93,c_790,c_1320,c_3885,c_5521,c_11109,c_78527,c_83775]) ).

cnf(c_102233,plain,
    ( ~ greater(growth_rate(efficient_producers,sK3(sK0(sK2))),zero)
    | greater_or_equal(growth_rate(efficient_producers,sK3(sK0(sK2))),zero) ),
    inference(instantiation,[status(thm)],[c_74]) ).

cnf(c_102675,plain,
    $false,
    inference(prop_impl_just,[status(thm)],[c_102233,c_86129,c_84397,c_73059,c_73053,c_62726,c_62723,c_62724,c_45271,c_45269,c_17220,c_4980,c_4512,c_4513,c_4515,c_4516,c_4517,c_4520,c_4523,c_3408,c_3345,c_3315,c_3313,c_3280,c_3203,c_3204,c_3205,c_3206,c_3207,c_783,c_102,c_95,c_94,c_93]) ).


%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.08/0.14  % Problem  : MGT035+2 : TPTP v8.1.2. Released v2.0.0.
% 0.08/0.15  % Command  : run_iprover %s %d THM
% 0.15/0.37  % Computer : n002.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 300
% 0.15/0.37  % DateTime : Mon Aug 28 06:54:49 EDT 2023
% 0.15/0.37  % CPUTime  : 
% 0.23/0.52  Running first-order theorem proving
% 0.23/0.52  Running: /export/starexec/sandbox2/solver/bin/run_problem --schedule fof_schedule --no_cores 8 /export/starexec/sandbox2/benchmark/theBenchmark.p 300
% 17.17/3.21  % SZS status Started for theBenchmark.p
% 17.17/3.21  % SZS status Theorem for theBenchmark.p
% 17.17/3.21  
% 17.17/3.21  %---------------- iProver v3.8 (pre SMT-COMP 2023/CASC 2023) ----------------%
% 17.17/3.21  
% 17.17/3.21  ------  iProver source info
% 17.17/3.21  
% 17.17/3.21  git: date: 2023-05-31 18:12:56 +0000
% 17.17/3.21  git: sha1: 8abddc1f627fd3ce0bcb8b4cbf113b3cc443d7b6
% 17.17/3.21  git: non_committed_changes: false
% 17.17/3.21  git: last_make_outside_of_git: false
% 17.17/3.21  
% 17.17/3.21  ------ Parsing...
% 17.17/3.21  ------ Clausification by vclausify_rel  & Parsing by iProver...
% 17.17/3.21  
% 17.17/3.21  ------ Preprocessing... sup_sim: 0  sf_s  rm: 1 0s  sf_e  pe_s  pe:1:0s pe:2:0s pe:4:0s pe_e  sup_sim: 0  sf_s  rm: 6 0s  sf_e  pe_s  pe_e 
% 17.17/3.21  
% 17.17/3.21  ------ Preprocessing... gs_s  sp: 0 0s  gs_e  snvd_s sp: 0 0s snvd_e 
% 17.17/3.21  
% 17.17/3.21  ------ Preprocessing... sf_s  rm: 1 0s  sf_e  sf_s  rm: 0 0s  sf_e 
% 17.17/3.21  ------ Proving...
% 17.17/3.21  ------ Problem Properties 
% 17.17/3.21  
% 17.17/3.21  
% 17.17/3.21  clauses                                 37
% 17.17/3.21  conjectures                             1
% 17.17/3.21  EPR                                     7
% 17.17/3.21  Horn                                    26
% 17.17/3.21  unary                                   5
% 17.17/3.21  binary                                  9
% 17.17/3.21  lits                                    112
% 17.17/3.21  lits eq                                 6
% 17.17/3.21  fd_pure                                 0
% 17.17/3.21  fd_pseudo                               0
% 17.17/3.21  fd_cond                                 0
% 17.17/3.21  fd_pseudo_cond                          2
% 17.17/3.21  AC symbols                              0
% 17.17/3.21  
% 17.17/3.21  ------ Schedule dynamic 5 is on 
% 17.17/3.21  
% 17.17/3.21  ------ Input Options "--resolution_flag false --inst_lit_sel_side none" Time Limit: 10.
% 17.17/3.21  
% 17.17/3.21  
% 17.17/3.21  ------ 
% 17.17/3.21  Current options:
% 17.17/3.21  ------ 
% 17.17/3.21  
% 17.17/3.21  
% 17.17/3.21  
% 17.17/3.21  
% 17.17/3.21  ------ Proving...
% 17.17/3.21  
% 17.17/3.21  
% 17.17/3.21  % SZS status Theorem for theBenchmark.p
% 17.17/3.21  
% 17.17/3.21  % SZS output start CNFRefutation for theBenchmark.p
% See solution above
% 17.17/3.22  
% 17.17/3.22  
%------------------------------------------------------------------------------