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

View Problem - Process Solution

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

% Computer : n017.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:32 EDT 2023

% Result   : Theorem 0.48s 1.17s
% Output   : CNFRefutation 0.48s
% Verified : 
% SZS Type : ERROR: Analysing output (MakeTreeStats ran out of CPU time)

% Comments : 
%------------------------------------------------------------------------------
fof(f1,axiom,
    ! [X0,X1,X2,X3] :
      ( ( greater(growth_rate(X2,X3),growth_rate(X1,X3))
        & subpopulations(X1,X2,X0,X3)
        & environment(X0) )
     => selection_favors(X2,X1,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp1_high_growth_rates) ).

fof(f2,axiom,
    ! [X0,X1,X2,X3] :
      ( ( zero = cardinality_at_time(X2,X3)
        & greater(cardinality_at_time(X1,X3),zero)
        & subpopulation(X2,X0,X3)
        & subpopulation(X1,X0,X3)
        & environment(X0) )
     => selection_favors(X1,X2,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp2_favour_members) ).

fof(f3,axiom,
    ! [X4] :
      ( ( ! [X0] :
            ( ( in_environment(X4,X0)
              & environment(X0) )
           => selection_favors(efficient_producers,first_movers,end_time(X0)) )
        & propagation_strategy(efficient_producers)
        & propagation_strategy(first_movers)
        & observational_period(X4) )
     => selection_favors(efficient_producers,first_movers,X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp3_favoured_trategy) ).

fof(f4,axiom,
    ! [X4] :
      ( ( slow_change(X4)
        & observational_period(X4) )
     => ! [X0] :
          ( ( in_environment(X4,X0)
            & environment(X0) )
         => ? [X3] :
              ( greater(X3,critical_point(X0))
              & in_environment(X0,X3) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp4_critical_point) ).

fof(f5,axiom,
    propagation_strategy(first_movers),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_organizational_sets1) ).

fof(f6,axiom,
    propagation_strategy(efficient_producers),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_organizational_sets2) ).

fof(f7,axiom,
    ! [X0,X3] :
      ( ( greater_or_equal(end_time(X0),X3)
        & greater_or_equal(X3,start_time(X0))
        & environment(X0) )
     => in_environment(X0,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_time_in_environment) ).

fof(f8,axiom,
    ! [X0,X3] :
      ( ( in_environment(X0,X3)
        & environment(X0) )
     => greater_or_equal(end_time(X0),X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_environment_end_point) ).

fof(f9,axiom,
    ! [X0,X3] :
      ( ( greater(cardinality_at_time(efficient_producers,X3),zero)
        & greater(cardinality_at_time(first_movers,X3),zero)
        & in_environment(X0,X3)
        & environment(X0) )
     => subpopulations(first_movers,efficient_producers,X0,X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_contains_FM_and_EP) ).

fof(f10,axiom,
    ! [X0,X3] :
      ( ( in_environment(X0,X3)
        & environment(X0) )
     => greater_or_equal(cardinality_at_time(first_movers,X3),zero) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_first_movers_exist) ).

fof(f11,axiom,
    ! [X0,X3] :
      ( ( in_environment(X0,X3)
        & environment(X0) )
     => ( subpopulation(efficient_producers,X0,X3)
        & subpopulation(first_movers,X0,X3) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_subpopulations) ).

fof(f12,axiom,
    ! [X0] :
      ( environment(X0)
     => greater_or_equal(critical_point(X0),appear(efficient_producers,X0)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_critical_point_after_EP) ).

fof(f13,axiom,
    ! [X0] :
      ( environment(X0)
     => greater_or_equal(critical_point(X0),start_time(X0)) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_time_of_critical_point) ).

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

fof(f15,axiom,
    ! [X0,X3] :
      ( ( ~ greater(X3,end_time(X0))
        & greater(X3,start_time(X0))
        & environment(X0) )
     => greater_or_equal(end_time(X0),X3) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_beginning_and_ending) ).

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

fof(f17,axiom,
    ! [X0,X8] :
      ( ( critical_point(X0) = X8
        & environment(X0) )
     => ( ! [X3] :
            ( ( greater(X3,X8)
              & subpopulations(first_movers,efficient_producers,X0,X3) )
           => greater(growth_rate(efficient_producers,X3),growth_rate(first_movers,X3)) )
        & ~ greater(growth_rate(efficient_producers,X8),growth_rate(first_movers,X8)) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',d1) ).

fof(f18,axiom,
    ! [X0,X3] :
      ( ( greater_or_equal(X3,appear(efficient_producers,X0))
        & in_environment(X0,X3)
        & environment(X0) )
     => greater(cardinality_at_time(efficient_producers,X3),zero) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',t6) ).

fof(f19,conjecture,
    ! [X4] :
      ( ( slow_change(X4)
        & observational_period(X4) )
     => selection_favors(efficient_producers,first_movers,X4) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_t8) ).

fof(f20,negated_conjecture,
    ~ ! [X4] :
        ( ( slow_change(X4)
          & observational_period(X4) )
       => selection_favors(efficient_producers,first_movers,X4) ),
    inference(negated_conjecture,[],[f19]) ).

fof(f21,plain,
    ! [X0] :
      ( ( ! [X1] :
            ( ( in_environment(X0,X1)
              & environment(X1) )
           => selection_favors(efficient_producers,first_movers,end_time(X1)) )
        & propagation_strategy(efficient_producers)
        & propagation_strategy(first_movers)
        & observational_period(X0) )
     => selection_favors(efficient_producers,first_movers,X0) ),
    inference(rectify,[],[f3]) ).

fof(f22,plain,
    ! [X0] :
      ( ( slow_change(X0)
        & observational_period(X0) )
     => ! [X1] :
          ( ( in_environment(X0,X1)
            & environment(X1) )
         => ? [X2] :
              ( greater(X2,critical_point(X1))
              & in_environment(X1,X2) ) ) ),
    inference(rectify,[],[f4]) ).

fof(f23,plain,
    ! [X0,X1] :
      ( ( greater_or_equal(end_time(X0),X1)
        & greater_or_equal(X1,start_time(X0))
        & environment(X0) )
     => in_environment(X0,X1) ),
    inference(rectify,[],[f7]) ).

fof(f24,plain,
    ! [X0,X1] :
      ( ( in_environment(X0,X1)
        & environment(X0) )
     => greater_or_equal(end_time(X0),X1) ),
    inference(rectify,[],[f8]) ).

fof(f25,plain,
    ! [X0,X1] :
      ( ( greater(cardinality_at_time(efficient_producers,X1),zero)
        & greater(cardinality_at_time(first_movers,X1),zero)
        & in_environment(X0,X1)
        & environment(X0) )
     => subpopulations(first_movers,efficient_producers,X0,X1) ),
    inference(rectify,[],[f9]) ).

fof(f26,plain,
    ! [X0,X1] :
      ( ( in_environment(X0,X1)
        & environment(X0) )
     => greater_or_equal(cardinality_at_time(first_movers,X1),zero) ),
    inference(rectify,[],[f10]) ).

fof(f27,plain,
    ! [X0,X1] :
      ( ( in_environment(X0,X1)
        & environment(X0) )
     => ( subpopulation(efficient_producers,X0,X1)
        & subpopulation(first_movers,X0,X1) ) ),
    inference(rectify,[],[f11]) ).

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

fof(f29,plain,
    ! [X0,X1] :
      ( ( ~ greater(X1,end_time(X0))
        & greater(X1,start_time(X0))
        & environment(X0) )
     => greater_or_equal(end_time(X0),X1) ),
    inference(rectify,[],[f15]) ).

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

fof(f31,plain,
    ! [X0,X1] :
      ( ( critical_point(X0) = X1
        & environment(X0) )
     => ( ! [X2] :
            ( ( greater(X2,X1)
              & subpopulations(first_movers,efficient_producers,X0,X2) )
           => greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2)) )
        & ~ greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) ) ),
    inference(rectify,[],[f17]) ).

fof(f32,plain,
    ! [X0,X1] :
      ( ( greater_or_equal(X1,appear(efficient_producers,X0))
        & in_environment(X0,X1)
        & environment(X0) )
     => greater(cardinality_at_time(efficient_producers,X1),zero) ),
    inference(rectify,[],[f18]) ).

fof(f33,plain,
    ~ ! [X0] :
        ( ( slow_change(X0)
          & observational_period(X0) )
       => selection_favors(efficient_producers,first_movers,X0) ),
    inference(rectify,[],[f20]) ).

fof(f34,plain,
    ! [X0,X1,X2,X3] :
      ( selection_favors(X2,X1,X3)
      | ~ greater(growth_rate(X2,X3),growth_rate(X1,X3))
      | ~ subpopulations(X1,X2,X0,X3)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f1]) ).

fof(f35,plain,
    ! [X0,X1,X2,X3] :
      ( selection_favors(X2,X1,X3)
      | ~ greater(growth_rate(X2,X3),growth_rate(X1,X3))
      | ~ subpopulations(X1,X2,X0,X3)
      | ~ environment(X0) ),
    inference(flattening,[],[f34]) ).

fof(f36,plain,
    ! [X0,X1,X2,X3] :
      ( selection_favors(X1,X2,X3)
      | zero != cardinality_at_time(X2,X3)
      | ~ greater(cardinality_at_time(X1,X3),zero)
      | ~ subpopulation(X2,X0,X3)
      | ~ subpopulation(X1,X0,X3)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f2]) ).

fof(f37,plain,
    ! [X0,X1,X2,X3] :
      ( selection_favors(X1,X2,X3)
      | zero != cardinality_at_time(X2,X3)
      | ~ greater(cardinality_at_time(X1,X3),zero)
      | ~ subpopulation(X2,X0,X3)
      | ~ subpopulation(X1,X0,X3)
      | ~ environment(X0) ),
    inference(flattening,[],[f36]) ).

fof(f38,plain,
    ! [X0] :
      ( selection_favors(efficient_producers,first_movers,X0)
      | ? [X1] :
          ( ~ selection_favors(efficient_producers,first_movers,end_time(X1))
          & in_environment(X0,X1)
          & environment(X1) )
      | ~ propagation_strategy(efficient_producers)
      | ~ propagation_strategy(first_movers)
      | ~ observational_period(X0) ),
    inference(ennf_transformation,[],[f21]) ).

fof(f39,plain,
    ! [X0] :
      ( selection_favors(efficient_producers,first_movers,X0)
      | ? [X1] :
          ( ~ selection_favors(efficient_producers,first_movers,end_time(X1))
          & in_environment(X0,X1)
          & environment(X1) )
      | ~ propagation_strategy(efficient_producers)
      | ~ propagation_strategy(first_movers)
      | ~ observational_period(X0) ),
    inference(flattening,[],[f38]) ).

fof(f40,plain,
    ! [X0] :
      ( ! [X1] :
          ( ? [X2] :
              ( greater(X2,critical_point(X1))
              & in_environment(X1,X2) )
          | ~ in_environment(X0,X1)
          | ~ environment(X1) )
      | ~ slow_change(X0)
      | ~ observational_period(X0) ),
    inference(ennf_transformation,[],[f22]) ).

fof(f41,plain,
    ! [X0] :
      ( ! [X1] :
          ( ? [X2] :
              ( greater(X2,critical_point(X1))
              & in_environment(X1,X2) )
          | ~ in_environment(X0,X1)
          | ~ environment(X1) )
      | ~ slow_change(X0)
      | ~ observational_period(X0) ),
    inference(flattening,[],[f40]) ).

fof(f42,plain,
    ! [X0,X1] :
      ( in_environment(X0,X1)
      | ~ greater_or_equal(end_time(X0),X1)
      | ~ greater_or_equal(X1,start_time(X0))
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f23]) ).

fof(f43,plain,
    ! [X0,X1] :
      ( in_environment(X0,X1)
      | ~ greater_or_equal(end_time(X0),X1)
      | ~ greater_or_equal(X1,start_time(X0))
      | ~ environment(X0) ),
    inference(flattening,[],[f42]) ).

fof(f44,plain,
    ! [X0,X1] :
      ( greater_or_equal(end_time(X0),X1)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f24]) ).

fof(f45,plain,
    ! [X0,X1] :
      ( greater_or_equal(end_time(X0),X1)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f44]) ).

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

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

fof(f48,plain,
    ! [X0,X1] :
      ( greater_or_equal(cardinality_at_time(first_movers,X1),zero)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f26]) ).

fof(f49,plain,
    ! [X0,X1] :
      ( greater_or_equal(cardinality_at_time(first_movers,X1),zero)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f48]) ).

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

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

fof(f52,plain,
    ! [X0] :
      ( greater_or_equal(critical_point(X0),appear(efficient_producers,X0))
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f12]) ).

fof(f53,plain,
    ! [X0] :
      ( greater_or_equal(critical_point(X0),start_time(X0))
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f13]) ).

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

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

fof(f56,plain,
    ! [X0,X1] :
      ( greater_or_equal(end_time(X0),X1)
      | greater(X1,end_time(X0))
      | ~ greater(X1,start_time(X0))
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f29]) ).

fof(f57,plain,
    ! [X0,X1] :
      ( greater_or_equal(end_time(X0),X1)
      | greater(X1,end_time(X0))
      | ~ greater(X1,start_time(X0))
      | ~ environment(X0) ),
    inference(flattening,[],[f56]) ).

fof(f58,plain,
    ! [X0,X1] :
      ( ( ! [X2] :
            ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
            | ~ greater(X2,X1)
            | ~ subpopulations(first_movers,efficient_producers,X0,X2) )
        & ~ greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) )
      | critical_point(X0) != X1
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f31]) ).

fof(f59,plain,
    ! [X0,X1] :
      ( ( ! [X2] :
            ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
            | ~ greater(X2,X1)
            | ~ subpopulations(first_movers,efficient_producers,X0,X2) )
        & ~ greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) )
      | critical_point(X0) != X1
      | ~ environment(X0) ),
    inference(flattening,[],[f58]) ).

fof(f60,plain,
    ! [X0,X1] :
      ( greater(cardinality_at_time(efficient_producers,X1),zero)
      | ~ greater_or_equal(X1,appear(efficient_producers,X0))
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(ennf_transformation,[],[f32]) ).

fof(f61,plain,
    ! [X0,X1] :
      ( greater(cardinality_at_time(efficient_producers,X1),zero)
      | ~ greater_or_equal(X1,appear(efficient_producers,X0))
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(flattening,[],[f60]) ).

fof(f62,plain,
    ? [X0] :
      ( ~ selection_favors(efficient_producers,first_movers,X0)
      & slow_change(X0)
      & observational_period(X0) ),
    inference(ennf_transformation,[],[f33]) ).

fof(f63,plain,
    ? [X0] :
      ( ~ selection_favors(efficient_producers,first_movers,X0)
      & slow_change(X0)
      & observational_period(X0) ),
    inference(flattening,[],[f62]) ).

fof(f64,plain,
    ! [X0] :
      ( ? [X1] :
          ( ~ selection_favors(efficient_producers,first_movers,end_time(X1))
          & in_environment(X0,X1)
          & environment(X1) )
     => ( ~ selection_favors(efficient_producers,first_movers,end_time(sK0(X0)))
        & in_environment(X0,sK0(X0))
        & environment(sK0(X0)) ) ),
    introduced(choice_axiom,[]) ).

fof(f65,plain,
    ! [X0] :
      ( selection_favors(efficient_producers,first_movers,X0)
      | ( ~ selection_favors(efficient_producers,first_movers,end_time(sK0(X0)))
        & in_environment(X0,sK0(X0))
        & environment(sK0(X0)) )
      | ~ propagation_strategy(efficient_producers)
      | ~ propagation_strategy(first_movers)
      | ~ observational_period(X0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK0])],[f39,f64]) ).

fof(f66,plain,
    ! [X1] :
      ( ? [X2] :
          ( greater(X2,critical_point(X1))
          & in_environment(X1,X2) )
     => ( greater(sK1(X1),critical_point(X1))
        & in_environment(X1,sK1(X1)) ) ),
    introduced(choice_axiom,[]) ).

fof(f67,plain,
    ! [X0] :
      ( ! [X1] :
          ( ( greater(sK1(X1),critical_point(X1))
            & in_environment(X1,sK1(X1)) )
          | ~ in_environment(X0,X1)
          | ~ environment(X1) )
      | ~ slow_change(X0)
      | ~ observational_period(X0) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK1])],[f41,f66]) ).

fof(f68,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,[],[f30]) ).

fof(f69,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,[],[f68]) ).

fof(f70,plain,
    ( ? [X0] :
        ( ~ selection_favors(efficient_producers,first_movers,X0)
        & slow_change(X0)
        & observational_period(X0) )
   => ( ~ selection_favors(efficient_producers,first_movers,sK2)
      & slow_change(sK2)
      & observational_period(sK2) ) ),
    introduced(choice_axiom,[]) ).

fof(f71,plain,
    ( ~ selection_favors(efficient_producers,first_movers,sK2)
    & slow_change(sK2)
    & observational_period(sK2) ),
    inference(skolemisation,[status(esa),new_symbols(skolem,[sK2])],[f63,f70]) ).

fof(f72,plain,
    ! [X2,X3,X0,X1] :
      ( selection_favors(X2,X1,X3)
      | ~ greater(growth_rate(X2,X3),growth_rate(X1,X3))
      | ~ subpopulations(X1,X2,X0,X3)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f35]) ).

fof(f73,plain,
    ! [X2,X3,X0,X1] :
      ( selection_favors(X1,X2,X3)
      | zero != cardinality_at_time(X2,X3)
      | ~ greater(cardinality_at_time(X1,X3),zero)
      | ~ subpopulation(X2,X0,X3)
      | ~ subpopulation(X1,X0,X3)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f37]) ).

fof(f74,plain,
    ! [X0] :
      ( selection_favors(efficient_producers,first_movers,X0)
      | environment(sK0(X0))
      | ~ propagation_strategy(efficient_producers)
      | ~ propagation_strategy(first_movers)
      | ~ observational_period(X0) ),
    inference(cnf_transformation,[],[f65]) ).

fof(f75,plain,
    ! [X0] :
      ( selection_favors(efficient_producers,first_movers,X0)
      | in_environment(X0,sK0(X0))
      | ~ propagation_strategy(efficient_producers)
      | ~ propagation_strategy(first_movers)
      | ~ observational_period(X0) ),
    inference(cnf_transformation,[],[f65]) ).

fof(f76,plain,
    ! [X0] :
      ( selection_favors(efficient_producers,first_movers,X0)
      | ~ selection_favors(efficient_producers,first_movers,end_time(sK0(X0)))
      | ~ propagation_strategy(efficient_producers)
      | ~ propagation_strategy(first_movers)
      | ~ observational_period(X0) ),
    inference(cnf_transformation,[],[f65]) ).

fof(f77,plain,
    ! [X0,X1] :
      ( in_environment(X1,sK1(X1))
      | ~ in_environment(X0,X1)
      | ~ environment(X1)
      | ~ slow_change(X0)
      | ~ observational_period(X0) ),
    inference(cnf_transformation,[],[f67]) ).

fof(f78,plain,
    ! [X0,X1] :
      ( greater(sK1(X1),critical_point(X1))
      | ~ in_environment(X0,X1)
      | ~ environment(X1)
      | ~ slow_change(X0)
      | ~ observational_period(X0) ),
    inference(cnf_transformation,[],[f67]) ).

fof(f79,plain,
    propagation_strategy(first_movers),
    inference(cnf_transformation,[],[f5]) ).

fof(f80,plain,
    propagation_strategy(efficient_producers),
    inference(cnf_transformation,[],[f6]) ).

fof(f81,plain,
    ! [X0,X1] :
      ( in_environment(X0,X1)
      | ~ greater_or_equal(end_time(X0),X1)
      | ~ greater_or_equal(X1,start_time(X0))
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f43]) ).

fof(f82,plain,
    ! [X0,X1] :
      ( greater_or_equal(end_time(X0),X1)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f45]) ).

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

fof(f84,plain,
    ! [X0,X1] :
      ( greater_or_equal(cardinality_at_time(first_movers,X1),zero)
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f49]) ).

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

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

fof(f87,plain,
    ! [X0] :
      ( greater_or_equal(critical_point(X0),appear(efficient_producers,X0))
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f52]) ).

fof(f88,plain,
    ! [X0] :
      ( greater_or_equal(critical_point(X0),start_time(X0))
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f53]) ).

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

fof(f90,plain,
    ! [X0,X1] :
      ( greater_or_equal(end_time(X0),X1)
      | greater(X1,end_time(X0))
      | ~ greater(X1,start_time(X0))
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f57]) ).

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

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

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

fof(f95,plain,
    ! [X2,X0,X1] :
      ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
      | ~ greater(X2,X1)
      | ~ subpopulations(first_movers,efficient_producers,X0,X2)
      | critical_point(X0) != X1
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f59]) ).

fof(f96,plain,
    ! [X0,X1] :
      ( greater(cardinality_at_time(efficient_producers,X1),zero)
      | ~ greater_or_equal(X1,appear(efficient_producers,X0))
      | ~ in_environment(X0,X1)
      | ~ environment(X0) ),
    inference(cnf_transformation,[],[f61]) ).

fof(f97,plain,
    observational_period(sK2),
    inference(cnf_transformation,[],[f71]) ).

fof(f98,plain,
    slow_change(sK2),
    inference(cnf_transformation,[],[f71]) ).

fof(f99,plain,
    ~ selection_favors(efficient_producers,first_movers,sK2),
    inference(cnf_transformation,[],[f71]) ).

fof(f100,plain,
    ! [X1] : greater_or_equal(X1,X1),
    inference(equality_resolution,[],[f93]) ).

fof(f101,plain,
    ! [X2,X0] :
      ( greater(growth_rate(efficient_producers,X2),growth_rate(first_movers,X2))
      | ~ greater(X2,critical_point(X0))
      | ~ subpopulations(first_movers,efficient_producers,X0,X2)
      | ~ environment(X0) ),
    inference(equality_resolution,[],[f95]) ).

cnf(c_49,plain,
    ( ~ greater(growth_rate(X0,X1),growth_rate(X2,X1))
    | ~ subpopulations(X2,X0,X3,X1)
    | ~ environment(X3)
    | selection_favors(X0,X2,X1) ),
    inference(cnf_transformation,[],[f72]) ).

cnf(c_50,plain,
    ( cardinality_at_time(X0,X1) != zero
    | ~ greater(cardinality_at_time(X2,X1),zero)
    | ~ subpopulation(X0,X3,X1)
    | ~ subpopulation(X2,X3,X1)
    | ~ environment(X3)
    | selection_favors(X2,X0,X1) ),
    inference(cnf_transformation,[],[f73]) ).

cnf(c_51,plain,
    ( ~ selection_favors(efficient_producers,first_movers,end_time(sK0(X0)))
    | ~ observational_period(X0)
    | ~ propagation_strategy(efficient_producers)
    | ~ propagation_strategy(first_movers)
    | selection_favors(efficient_producers,first_movers,X0) ),
    inference(cnf_transformation,[],[f76]) ).

cnf(c_52,plain,
    ( ~ observational_period(X0)
    | ~ propagation_strategy(efficient_producers)
    | ~ propagation_strategy(first_movers)
    | in_environment(X0,sK0(X0))
    | selection_favors(efficient_producers,first_movers,X0) ),
    inference(cnf_transformation,[],[f75]) ).

cnf(c_53,plain,
    ( ~ observational_period(X0)
    | ~ propagation_strategy(efficient_producers)
    | ~ propagation_strategy(first_movers)
    | selection_favors(efficient_producers,first_movers,X0)
    | environment(sK0(X0)) ),
    inference(cnf_transformation,[],[f74]) ).

cnf(c_54,plain,
    ( ~ in_environment(X0,X1)
    | ~ environment(X1)
    | ~ observational_period(X0)
    | ~ slow_change(X0)
    | greater(sK1(X1),critical_point(X1)) ),
    inference(cnf_transformation,[],[f78]) ).

cnf(c_55,plain,
    ( ~ in_environment(X0,X1)
    | ~ environment(X1)
    | ~ observational_period(X0)
    | ~ slow_change(X0)
    | in_environment(X1,sK1(X1)) ),
    inference(cnf_transformation,[],[f77]) ).

cnf(c_56,plain,
    propagation_strategy(first_movers),
    inference(cnf_transformation,[],[f79]) ).

cnf(c_57,plain,
    propagation_strategy(efficient_producers),
    inference(cnf_transformation,[],[f80]) ).

cnf(c_58,plain,
    ( ~ greater_or_equal(end_time(X0),X1)
    | ~ greater_or_equal(X1,start_time(X0))
    | ~ environment(X0)
    | in_environment(X0,X1) ),
    inference(cnf_transformation,[],[f81]) ).

cnf(c_59,plain,
    ( ~ in_environment(X0,X1)
    | ~ environment(X0)
    | greater_or_equal(end_time(X0),X1) ),
    inference(cnf_transformation,[],[f82]) ).

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

cnf(c_61,plain,
    ( ~ in_environment(X0,X1)
    | ~ environment(X0)
    | greater_or_equal(cardinality_at_time(first_movers,X1),zero) ),
    inference(cnf_transformation,[],[f84]) ).

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

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

cnf(c_64,plain,
    ( ~ environment(X0)
    | greater_or_equal(critical_point(X0),appear(efficient_producers,X0)) ),
    inference(cnf_transformation,[],[f87]) ).

cnf(c_65,plain,
    ( ~ environment(X0)
    | greater_or_equal(critical_point(X0),start_time(X0)) ),
    inference(cnf_transformation,[],[f88]) ).

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

cnf(c_67,plain,
    ( ~ greater(X0,start_time(X1))
    | ~ environment(X1)
    | greater(X0,end_time(X1))
    | greater_or_equal(end_time(X1),X0) ),
    inference(cnf_transformation,[],[f90]) ).

cnf(c_68,plain,
    greater_or_equal(X0,X0),
    inference(cnf_transformation,[],[f100]) ).

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

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

cnf(c_71,plain,
    ( ~ subpopulations(first_movers,efficient_producers,X0,X1)
    | ~ greater(X1,critical_point(X0))
    | ~ environment(X0)
    | greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) ),
    inference(cnf_transformation,[],[f101]) ).

cnf(c_73,plain,
    ( ~ greater_or_equal(X0,appear(efficient_producers,X1))
    | ~ in_environment(X1,X0)
    | ~ environment(X1)
    | greater(cardinality_at_time(efficient_producers,X0),zero) ),
    inference(cnf_transformation,[],[f96]) ).

cnf(c_74,negated_conjecture,
    ~ selection_favors(efficient_producers,first_movers,sK2),
    inference(cnf_transformation,[],[f99]) ).

cnf(c_75,negated_conjecture,
    slow_change(sK2),
    inference(cnf_transformation,[],[f98]) ).

cnf(c_76,negated_conjecture,
    observational_period(sK2),
    inference(cnf_transformation,[],[f97]) ).

cnf(c_98,plain,
    ( ~ observational_period(X0)
    | selection_favors(efficient_producers,first_movers,X0)
    | environment(sK0(X0)) ),
    inference(global_subsumption_just,[status(thm)],[c_53,c_57,c_56,c_53]) ).

cnf(c_101,plain,
    ( ~ observational_period(X0)
    | in_environment(X0,sK0(X0))
    | selection_favors(efficient_producers,first_movers,X0) ),
    inference(global_subsumption_just,[status(thm)],[c_52,c_57,c_56,c_52]) ).

cnf(c_104,plain,
    ( ~ selection_favors(efficient_producers,first_movers,end_time(sK0(X0)))
    | ~ observational_period(X0)
    | selection_favors(efficient_producers,first_movers,X0) ),
    inference(global_subsumption_just,[status(thm)],[c_51,c_57,c_56,c_51]) ).

cnf(c_438,plain,
    ( X0 != sK2
    | ~ in_environment(X0,X1)
    | ~ environment(X1)
    | ~ observational_period(X0)
    | in_environment(X1,sK1(X1)) ),
    inference(resolution_lifted,[status(thm)],[c_55,c_75]) ).

cnf(c_439,plain,
    ( ~ in_environment(sK2,X0)
    | ~ environment(X0)
    | ~ observational_period(sK2)
    | in_environment(X0,sK1(X0)) ),
    inference(unflattening,[status(thm)],[c_438]) ).

cnf(c_441,plain,
    ( ~ environment(X0)
    | ~ in_environment(sK2,X0)
    | in_environment(X0,sK1(X0)) ),
    inference(global_subsumption_just,[status(thm)],[c_439,c_76,c_439]) ).

cnf(c_442,plain,
    ( ~ in_environment(sK2,X0)
    | ~ environment(X0)
    | in_environment(X0,sK1(X0)) ),
    inference(renaming,[status(thm)],[c_441]) ).

cnf(c_453,plain,
    ( X0 != sK2
    | ~ in_environment(X0,X1)
    | ~ environment(X1)
    | ~ observational_period(X0)
    | greater(sK1(X1),critical_point(X1)) ),
    inference(resolution_lifted,[status(thm)],[c_54,c_75]) ).

cnf(c_454,plain,
    ( ~ in_environment(sK2,X0)
    | ~ environment(X0)
    | ~ observational_period(sK2)
    | greater(sK1(X0),critical_point(X0)) ),
    inference(unflattening,[status(thm)],[c_453]) ).

cnf(c_456,plain,
    ( ~ environment(X0)
    | ~ in_environment(sK2,X0)
    | greater(sK1(X0),critical_point(X0)) ),
    inference(global_subsumption_just,[status(thm)],[c_454,c_76,c_454]) ).

cnf(c_457,plain,
    ( ~ in_environment(sK2,X0)
    | ~ environment(X0)
    | greater(sK1(X0),critical_point(X0)) ),
    inference(renaming,[status(thm)],[c_456]) ).

cnf(c_474,plain,
    ( X0 != sK2
    | ~ selection_favors(efficient_producers,first_movers,end_time(sK0(X0)))
    | selection_favors(efficient_producers,first_movers,X0) ),
    inference(resolution_lifted,[status(thm)],[c_104,c_76]) ).

cnf(c_475,plain,
    ( ~ selection_favors(efficient_producers,first_movers,end_time(sK0(sK2)))
    | selection_favors(efficient_producers,first_movers,sK2) ),
    inference(unflattening,[status(thm)],[c_474]) ).

cnf(c_476,plain,
    ~ selection_favors(efficient_producers,first_movers,end_time(sK0(sK2))),
    inference(global_subsumption_just,[status(thm)],[c_475,c_74,c_475]) ).

cnf(c_481,plain,
    ( X0 != sK2
    | in_environment(X0,sK0(X0))
    | selection_favors(efficient_producers,first_movers,X0) ),
    inference(resolution_lifted,[status(thm)],[c_101,c_76]) ).

cnf(c_482,plain,
    ( selection_favors(efficient_producers,first_movers,sK2)
    | in_environment(sK2,sK0(sK2)) ),
    inference(unflattening,[status(thm)],[c_481]) ).

cnf(c_488,plain,
    ( X0 != sK2
    | selection_favors(efficient_producers,first_movers,X0)
    | environment(sK0(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_98,c_76]) ).

cnf(c_489,plain,
    ( selection_favors(efficient_producers,first_movers,sK2)
    | environment(sK0(sK2)) ),
    inference(unflattening,[status(thm)],[c_488]) ).

cnf(c_490,plain,
    environment(sK0(sK2)),
    inference(global_subsumption_just,[status(thm)],[c_489,c_74,c_489]) ).

cnf(c_498,plain,
    ( X0 != efficient_producers
    | X1 != X2
    | X3 != first_movers
    | X4 != X5
    | ~ greater(growth_rate(X0,X1),growth_rate(X3,X1))
    | ~ greater(cardinality_at_time(efficient_producers,X2),zero)
    | ~ greater(cardinality_at_time(first_movers,X2),zero)
    | ~ in_environment(X5,X2)
    | ~ environment(X4)
    | ~ environment(X5)
    | selection_favors(X0,X3,X1) ),
    inference(resolution_lifted,[status(thm)],[c_49,c_60]) ).

cnf(c_499,plain,
    ( ~ greater(growth_rate(efficient_producers,X0),growth_rate(first_movers,X0))
    | ~ greater(cardinality_at_time(efficient_producers,X0),zero)
    | ~ greater(cardinality_at_time(first_movers,X0),zero)
    | ~ in_environment(X1,X0)
    | ~ environment(X1)
    | selection_favors(efficient_producers,first_movers,X0) ),
    inference(unflattening,[status(thm)],[c_498]) ).

cnf(c_519,plain,
    ( X0 != X1
    | X2 != X3
    | efficient_producers != efficient_producers
    | first_movers != first_movers
    | ~ greater(cardinality_at_time(efficient_producers,X0),zero)
    | ~ greater(cardinality_at_time(first_movers,X0),zero)
    | ~ greater(X1,critical_point(X3))
    | ~ in_environment(X2,X0)
    | ~ environment(X2)
    | ~ environment(X3)
    | greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) ),
    inference(resolution_lifted,[status(thm)],[c_60,c_71]) ).

cnf(c_520,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,X0),zero)
    | ~ greater(cardinality_at_time(first_movers,X0),zero)
    | ~ greater(X0,critical_point(X1))
    | ~ in_environment(X1,X0)
    | ~ environment(X1)
    | greater(growth_rate(efficient_producers,X0),growth_rate(first_movers,X0)) ),
    inference(unflattening,[status(thm)],[c_519]) ).

cnf(c_570,plain,
    ( cardinality_at_time(X0,X1) != zero
    | end_time(sK0(sK2)) != X1
    | X0 != first_movers
    | X2 != efficient_producers
    | ~ greater(cardinality_at_time(X2,X1),zero)
    | ~ subpopulation(X0,X3,X1)
    | ~ subpopulation(X2,X3,X1)
    | ~ environment(X3) ),
    inference(resolution_lifted,[status(thm)],[c_50,c_476]) ).

cnf(c_571,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) != zero
    | ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,X0,end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,X0,end_time(sK0(sK2)))
    | ~ environment(X0) ),
    inference(unflattening,[status(thm)],[c_570]) ).

cnf(c_606,plain,
    ( end_time(sK0(sK2)) != X0
    | efficient_producers != efficient_producers
    | first_movers != first_movers
    | ~ greater(growth_rate(efficient_producers,X0),growth_rate(first_movers,X0))
    | ~ greater(cardinality_at_time(efficient_producers,X0),zero)
    | ~ greater(cardinality_at_time(first_movers,X0),zero)
    | ~ in_environment(X1,X0)
    | ~ environment(X1) ),
    inference(resolution_lifted,[status(thm)],[c_499,c_476]) ).

cnf(c_607,plain,
    ( ~ greater(growth_rate(efficient_producers,end_time(sK0(sK2))),growth_rate(first_movers,end_time(sK0(sK2))))
    | ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ in_environment(X0,end_time(sK0(sK2)))
    | ~ environment(X0) ),
    inference(unflattening,[status(thm)],[c_606]) ).

cnf(c_644,plain,
    ( sK0(sK2) != X0
    | ~ greater(cardinality_at_time(efficient_producers,X1),zero)
    | ~ greater(cardinality_at_time(first_movers,X1),zero)
    | ~ greater(X1,critical_point(X0))
    | ~ in_environment(X0,X1)
    | greater(growth_rate(efficient_producers,X1),growth_rate(first_movers,X1)) ),
    inference(resolution_lifted,[status(thm)],[c_520,c_490]) ).

cnf(c_645,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,X0),zero)
    | ~ greater(cardinality_at_time(first_movers,X0),zero)
    | ~ greater(X0,critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),X0)
    | greater(growth_rate(efficient_producers,X0),growth_rate(first_movers,X0)) ),
    inference(unflattening,[status(thm)],[c_644]) ).

cnf(c_662,plain,
    ( sK0(sK2) != X0
    | ~ greater_or_equal(X1,appear(efficient_producers,X0))
    | ~ in_environment(X0,X1)
    | greater(cardinality_at_time(efficient_producers,X1),zero) ),
    inference(resolution_lifted,[status(thm)],[c_73,c_490]) ).

cnf(c_663,plain,
    ( ~ greater_or_equal(X0,appear(efficient_producers,sK0(sK2)))
    | ~ in_environment(sK0(sK2),X0)
    | greater(cardinality_at_time(efficient_producers,X0),zero) ),
    inference(unflattening,[status(thm)],[c_662]) ).

cnf(c_674,plain,
    ( sK0(sK2) != X0
    | ~ greater(X1,start_time(X0))
    | greater(X1,end_time(X0))
    | greater_or_equal(end_time(X0),X1) ),
    inference(resolution_lifted,[status(thm)],[c_67,c_490]) ).

cnf(c_675,plain,
    ( ~ greater(X0,start_time(sK0(sK2)))
    | greater(X0,end_time(sK0(sK2)))
    | greater_or_equal(end_time(sK0(sK2)),X0) ),
    inference(unflattening,[status(thm)],[c_674]) ).

cnf(c_686,plain,
    ( sK0(sK2) != X0
    | ~ greater(growth_rate(efficient_producers,end_time(sK0(sK2))),growth_rate(first_movers,end_time(sK0(sK2))))
    | ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ in_environment(X0,end_time(sK0(sK2))) ),
    inference(resolution_lifted,[status(thm)],[c_607,c_490]) ).

cnf(c_687,plain,
    ( ~ greater(growth_rate(efficient_producers,end_time(sK0(sK2))),growth_rate(first_movers,end_time(sK0(sK2))))
    | ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2))) ),
    inference(unflattening,[status(thm)],[c_686]) ).

cnf(c_714,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) != zero
    | sK0(sK2) != X0
    | ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,X0,end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,X0,end_time(sK0(sK2))) ),
    inference(resolution_lifted,[status(thm)],[c_571,c_490]) ).

cnf(c_715,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) != zero
    | ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2))) ),
    inference(unflattening,[status(thm)],[c_714]) ).

cnf(c_742,plain,
    ( sK0(sK2) != X0
    | ~ in_environment(sK2,X0)
    | greater(sK1(X0),critical_point(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_457,c_490]) ).

cnf(c_743,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | greater(sK1(sK0(sK2)),critical_point(sK0(sK2))) ),
    inference(unflattening,[status(thm)],[c_742]) ).

cnf(c_744,plain,
    greater(sK1(sK0(sK2)),critical_point(sK0(sK2))),
    inference(global_subsumption_just,[status(thm)],[c_743,c_74,c_482,c_743]) ).

cnf(c_749,plain,
    ( sK0(sK2) != X0
    | ~ in_environment(sK2,X0)
    | in_environment(X0,sK1(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_442,c_490]) ).

cnf(c_750,plain,
    ( ~ in_environment(sK2,sK0(sK2))
    | in_environment(sK0(sK2),sK1(sK0(sK2))) ),
    inference(unflattening,[status(thm)],[c_749]) ).

cnf(c_751,plain,
    in_environment(sK0(sK2),sK1(sK0(sK2))),
    inference(global_subsumption_just,[status(thm)],[c_750,c_74,c_482,c_750]) ).

cnf(c_761,plain,
    ( sK0(sK2) != X0
    | greater_or_equal(critical_point(X0),start_time(X0)) ),
    inference(resolution_lifted,[status(thm)],[c_65,c_490]) ).

cnf(c_762,plain,
    greater_or_equal(critical_point(sK0(sK2)),start_time(sK0(sK2))),
    inference(unflattening,[status(thm)],[c_761]) ).

cnf(c_766,plain,
    ( sK0(sK2) != X0
    | greater_or_equal(critical_point(X0),appear(efficient_producers,X0)) ),
    inference(resolution_lifted,[status(thm)],[c_64,c_490]) ).

cnf(c_767,plain,
    greater_or_equal(critical_point(sK0(sK2)),appear(efficient_producers,sK0(sK2))),
    inference(unflattening,[status(thm)],[c_766]) ).

cnf(c_771,plain,
    ( sK0(sK2) != X0
    | ~ in_environment(X0,X1)
    | subpopulation(first_movers,X0,X1) ),
    inference(resolution_lifted,[status(thm)],[c_63,c_490]) ).

cnf(c_772,plain,
    ( ~ in_environment(sK0(sK2),X0)
    | subpopulation(first_movers,sK0(sK2),X0) ),
    inference(unflattening,[status(thm)],[c_771]) ).

cnf(c_780,plain,
    ( sK0(sK2) != X0
    | ~ in_environment(X0,X1)
    | subpopulation(efficient_producers,X0,X1) ),
    inference(resolution_lifted,[status(thm)],[c_62,c_490]) ).

cnf(c_781,plain,
    ( ~ in_environment(sK0(sK2),X0)
    | subpopulation(efficient_producers,sK0(sK2),X0) ),
    inference(unflattening,[status(thm)],[c_780]) ).

cnf(c_789,plain,
    ( sK0(sK2) != X0
    | ~ in_environment(X0,X1)
    | greater_or_equal(cardinality_at_time(first_movers,X1),zero) ),
    inference(resolution_lifted,[status(thm)],[c_61,c_490]) ).

cnf(c_790,plain,
    ( ~ in_environment(sK0(sK2),X0)
    | greater_or_equal(cardinality_at_time(first_movers,X0),zero) ),
    inference(unflattening,[status(thm)],[c_789]) ).

cnf(c_798,plain,
    ( sK0(sK2) != X0
    | ~ in_environment(X0,X1)
    | greater_or_equal(end_time(X0),X1) ),
    inference(resolution_lifted,[status(thm)],[c_59,c_490]) ).

cnf(c_799,plain,
    ( ~ in_environment(sK0(sK2),X0)
    | greater_or_equal(end_time(sK0(sK2)),X0) ),
    inference(unflattening,[status(thm)],[c_798]) ).

cnf(c_807,plain,
    ( sK0(sK2) != X0
    | ~ greater_or_equal(end_time(X0),X1)
    | ~ greater_or_equal(X1,start_time(X0))
    | in_environment(X0,X1) ),
    inference(resolution_lifted,[status(thm)],[c_58,c_490]) ).

cnf(c_808,plain,
    ( ~ greater_or_equal(end_time(sK0(sK2)),X0)
    | ~ greater_or_equal(X0,start_time(sK0(sK2)))
    | in_environment(sK0(sK2),X0) ),
    inference(unflattening,[status(thm)],[c_807]) ).

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

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

cnf(c_2175,plain,
    greater_or_equal(sK1(sK0(sK2)),critical_point(sK0(sK2))),
    inference(superposition,[status(thm)],[c_744,c_69]) ).

cnf(c_2188,plain,
    ( ~ greater(X0,growth_rate(efficient_producers,X1))
    | ~ greater(cardinality_at_time(efficient_producers,X1),zero)
    | ~ greater(cardinality_at_time(first_movers,X1),zero)
    | ~ greater(X1,critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),X1)
    | greater(X0,growth_rate(first_movers,X1)) ),
    inference(superposition,[status(thm)],[c_645,c_66]) ).

cnf(c_2189,plain,
    ( ~ greater(X0,sK1(sK0(sK2)))
    | greater(X0,critical_point(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_744,c_66]) ).

cnf(c_2207,plain,
    ( critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(critical_point(sK0(sK2)),start_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_762,c_70]) ).

cnf(c_2208,plain,
    ( appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater(critical_point(sK0(sK2)),appear(efficient_producers,sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_767,c_70]) ).

cnf(c_2209,plain,
    ( ~ in_environment(sK0(sK2),X0)
    | cardinality_at_time(first_movers,X0) = zero
    | greater(cardinality_at_time(first_movers,X0),zero) ),
    inference(superposition,[status(thm)],[c_790,c_70]) ).

cnf(c_2223,plain,
    ( ~ in_environment(sK0(sK2),X0)
    | end_time(sK0(sK2)) = X0
    | greater(end_time(sK0(sK2)),X0) ),
    inference(superposition,[status(thm)],[c_799,c_70]) ).

cnf(c_2249,plain,
    ( ~ greater_or_equal(end_time(sK0(sK2)),start_time(sK0(sK2)))
    | in_environment(sK0(sK2),end_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_68,c_808]) ).

cnf(c_2260,plain,
    ( ~ in_environment(sK0(sK2),appear(efficient_producers,sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_799,c_663]) ).

cnf(c_2306,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ greater(end_time(sK0(sK2)),critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_645,c_687]) ).

cnf(c_2339,plain,
    ( ~ greater(X0,critical_point(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(X0,start_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2207,c_66]) ).

cnf(c_2341,plain,
    ( critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(critical_point(sK0(sK2)),end_time(sK0(sK2)))
    | greater_or_equal(end_time(sK0(sK2)),critical_point(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2207,c_675]) ).

cnf(c_2374,plain,
    ( ~ in_environment(sK0(sK2),sK1(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | greater(end_time(sK0(sK2)),critical_point(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2223,c_2189]) ).

cnf(c_2382,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | greater(end_time(sK0(sK2)),critical_point(sK0(sK2))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_2374,c_751]) ).

cnf(c_2427,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | greater_or_equal(end_time(sK0(sK2)),critical_point(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2382,c_69]) ).

cnf(c_2438,plain,
    ( ~ greater(X0,critical_point(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater(X0,appear(efficient_producers,sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2208,c_66]) ).

cnf(c_2456,plain,
    ( end_time(sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(end_time(sK0(sK2)),critical_point(sK0(sK2)))
    | greater(critical_point(sK0(sK2)),end_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2341,c_70]) ).

cnf(c_2538,plain,
    ( ~ greater_or_equal(critical_point(sK0(sK2)),start_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | in_environment(sK0(sK2),critical_point(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2427,c_808]) ).

cnf(c_2539,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | in_environment(sK0(sK2),critical_point(sK0(sK2))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_2538,c_762]) ).

cnf(c_2583,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(end_time(sK0(sK2)),start_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2382,c_2339]) ).

cnf(c_2731,plain,
    ( ~ greater(X0,critical_point(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater_or_equal(X0,appear(efficient_producers,sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2438,c_69]) ).

cnf(c_2754,plain,
    ( ~ greater(X0,critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),X0)
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,X0),zero) ),
    inference(superposition,[status(thm)],[c_2731,c_663]) ).

cnf(c_2785,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater_or_equal(end_time(sK0(sK2)),start_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2583,c_69]) ).

cnf(c_2811,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | in_environment(sK0(sK2),end_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2785,c_2249]) ).

cnf(c_2831,plain,
    ( ~ in_environment(sK0(sK2),sK1(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,sK1(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_744,c_2754]) ).

cnf(c_2833,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_2382,c_2754]) ).

cnf(c_2834,plain,
    ( appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,sK1(sK0(sK2))),zero) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_2831,c_751]) ).

cnf(c_2848,plain,
    ( X0 != sK0(sK2)
    | X1 != sK1(sK0(sK2))
    | ~ in_environment(sK0(sK2),sK1(sK0(sK2)))
    | in_environment(X0,X1) ),
    inference(instantiation,[status(thm)],[c_1760]) ).

cnf(c_2885,plain,
    ( ~ greater(X0,growth_rate(efficient_producers,sK1(sK0(sK2))))
    | ~ greater(cardinality_at_time(first_movers,sK1(sK0(sK2))),zero)
    | ~ greater(sK1(sK0(sK2)),critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),sK1(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater(X0,growth_rate(first_movers,sK1(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_2834,c_2188]) ).

cnf(c_2893,plain,
    ( ~ greater(X0,growth_rate(efficient_producers,sK1(sK0(sK2))))
    | ~ greater(cardinality_at_time(first_movers,sK1(sK0(sK2))),zero)
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater(X0,growth_rate(first_movers,sK1(sK0(sK2)))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_2885,c_751,c_744]) ).

cnf(c_2992,plain,
    ( end_time(sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(end_time(sK0(sK2)),start_time(sK0(sK2)))
    | greater(critical_point(sK0(sK2)),end_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2456,c_2339]) ).

cnf(c_3532,plain,
    ( ~ greater(X0,end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(critical_point(sK0(sK2)),end_time(sK0(sK2)))
    | greater(X0,start_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_2992,c_66]) ).

cnf(c_3612,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ greater(end_time(sK0(sK2)),critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_2833,c_2306]) ).

cnf(c_3884,plain,
    ( sK0(sK2) != sK0(sK2)
    | X0 != sK1(sK0(sK2))
    | ~ in_environment(sK0(sK2),sK1(sK0(sK2)))
    | in_environment(sK0(sK2),X0) ),
    inference(instantiation,[status(thm)],[c_2848]) ).

cnf(c_3885,plain,
    sK0(sK2) = sK0(sK2),
    inference(instantiation,[status(thm)],[c_1751]) ).

cnf(c_4098,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_3612,c_2382,c_3612]) ).

cnf(c_4108,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_2209,c_4098]) ).

cnf(c_4141,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_2811,c_4108]) ).

cnf(c_4183,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_4141,c_715]) ).

cnf(c_4409,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_4183,c_2811,c_2833,c_4183]) ).

cnf(c_4421,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_772,c_4409]) ).

cnf(c_4431,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_4421,c_2811,c_4421]) ).

cnf(c_4441,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_781,c_4431]) ).

cnf(c_4457,plain,
    ( appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_4441,c_2811,c_4441]) ).

cnf(c_4478,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),critical_point(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_4457,c_2260]) ).

cnf(c_4481,plain,
    ( ~ greater_or_equal(X0,critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),X0)
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,X0),zero) ),
    inference(superposition,[status(thm)],[c_4457,c_663]) ).

cnf(c_4563,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_2427,c_4481]) ).

cnf(c_4814,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(global_subsumption_just,[status(thm)],[c_4563,c_2539,c_2811,c_4478]) ).

cnf(c_4825,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ greater(end_time(sK0(sK2)),critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_4814,c_2306]) ).

cnf(c_4938,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_4825,c_2382,c_2811,c_4825]) ).

cnf(c_4946,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_2209,c_4938]) ).

cnf(c_4951,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_4946,c_2811,c_4946]) ).

cnf(c_4965,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_4951,c_715]) ).

cnf(c_5167,plain,
    ( ~ greater(X0,end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater_or_equal(critical_point(sK0(sK2)),end_time(sK0(sK2)))
    | greater(X0,start_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_3532,c_69]) ).

cnf(c_5461,plain,
    ( ~ greater(X0,end_time(sK0(sK2)))
    | ~ greater(X1,X0)
    | end_time(sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater_or_equal(critical_point(sK0(sK2)),end_time(sK0(sK2)))
    | greater(X1,start_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_5167,c_66]) ).

cnf(c_5561,plain,
    ( end_time(sK0(sK2)) != sK1(sK0(sK2))
    | sK0(sK2) != sK0(sK2)
    | ~ in_environment(sK0(sK2),sK1(sK0(sK2)))
    | in_environment(sK0(sK2),end_time(sK0(sK2))) ),
    inference(instantiation,[status(thm)],[c_3884]) ).

cnf(c_5785,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_4965,c_4814,c_4965]) ).

cnf(c_5795,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_772,c_5785]) ).

cnf(c_5800,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_5795,c_2811,c_5795]) ).

cnf(c_5808,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_781,c_5800]) ).

cnf(c_5816,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_5808,c_2811,c_5808]) ).

cnf(c_5831,plain,
    ( ~ greater(X0,growth_rate(efficient_producers,sK1(sK0(sK2))))
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(X0,growth_rate(first_movers,sK1(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_5816,c_2893]) ).

cnf(c_5832,plain,
    ( appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_5816,c_2834]) ).

cnf(c_5840,plain,
    ( critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(end_time(sK0(sK2)),critical_point(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_5816,c_744]) ).

cnf(c_5841,plain,
    ( critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | in_environment(sK0(sK2),end_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_5816,c_751]) ).

cnf(c_6146,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ greater(end_time(sK0(sK2)),critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_5832,c_2306]) ).

cnf(c_6303,plain,
    ( critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero) ),
    inference(global_subsumption_just,[status(thm)],[c_5831,c_5841,c_5840,c_6146]) ).

cnf(c_6304,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(renaming,[status(thm)],[c_6303]) ).

cnf(c_6311,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_2209,c_6304]) ).

cnf(c_6316,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_6311,c_5841,c_6311]) ).

cnf(c_6330,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_6316,c_715]) ).

cnf(c_6385,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_6330,c_5832,c_6330]) ).

cnf(c_6395,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_772,c_6385]) ).

cnf(c_6400,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_6395,c_5841,c_6395]) ).

cnf(c_6408,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_781,c_6400]) ).

cnf(c_6412,plain,
    ( appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_6408,c_5841,c_6408]) ).

cnf(c_6434,plain,
    ( ~ greater_or_equal(X0,critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),X0)
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,X0),zero) ),
    inference(superposition,[status(thm)],[c_6412,c_663]) ).

cnf(c_6478,plain,
    ( ~ in_environment(sK0(sK2),sK1(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,sK1(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_2175,c_6434]) ).

cnf(c_6484,plain,
    ( critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,sK1(sK0(sK2))),zero) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_6478,c_751]) ).

cnf(c_6494,plain,
    ( critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_5816,c_6484]) ).

cnf(c_6495,plain,
    ( ~ greater(X0,growth_rate(efficient_producers,sK1(sK0(sK2))))
    | ~ greater(cardinality_at_time(first_movers,sK1(sK0(sK2))),zero)
    | ~ greater(sK1(sK0(sK2)),critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),sK1(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(X0,growth_rate(first_movers,sK1(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_6484,c_2188]) ).

cnf(c_6505,plain,
    ( ~ greater(X0,growth_rate(efficient_producers,sK1(sK0(sK2))))
    | ~ greater(cardinality_at_time(first_movers,sK1(sK0(sK2))),zero)
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(X0,growth_rate(first_movers,sK1(sK0(sK2)))) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_6495,c_751,c_744]) ).

cnf(c_6521,plain,
    ( ~ greater(X0,growth_rate(efficient_producers,sK1(sK0(sK2))))
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | greater(X0,growth_rate(first_movers,sK1(sK0(sK2)))) ),
    inference(superposition,[status(thm)],[c_5816,c_6505]) ).

cnf(c_6560,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ greater(end_time(sK0(sK2)),critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_6494,c_2306]) ).

cnf(c_6704,plain,
    ( critical_point(sK0(sK2)) = start_time(sK0(sK2))
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero) ),
    inference(global_subsumption_just,[status(thm)],[c_6521,c_5841,c_5840,c_6560]) ).

cnf(c_6705,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(renaming,[status(thm)],[c_6704]) ).

cnf(c_6710,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_2209,c_6705]) ).

cnf(c_6729,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_6710,c_5841,c_6710]) ).

cnf(c_6741,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_6729,c_715]) ).

cnf(c_6761,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_6741,c_6494,c_6741]) ).

cnf(c_6769,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_772,c_6761]) ).

cnf(c_6792,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_6769,c_5841,c_6769]) ).

cnf(c_6798,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | critical_point(sK0(sK2)) = start_time(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_781,c_6792]) ).

cnf(c_6856,plain,
    critical_point(sK0(sK2)) = start_time(sK0(sK2)),
    inference(global_subsumption_just,[status(thm)],[c_5461,c_5841,c_6798]) ).

cnf(c_6879,plain,
    ( ~ greater_or_equal(end_time(sK0(sK2)),critical_point(sK0(sK2)))
    | in_environment(sK0(sK2),end_time(sK0(sK2))) ),
    inference(demodulation,[status(thm)],[c_2249,c_6856]) ).

cnf(c_6880,plain,
    ( ~ greater_or_equal(end_time(sK0(sK2)),X0)
    | ~ greater_or_equal(X0,critical_point(sK0(sK2)))
    | in_environment(sK0(sK2),X0) ),
    inference(demodulation,[status(thm)],[c_808,c_6856]) ).

cnf(c_6907,plain,
    in_environment(sK0(sK2),end_time(sK0(sK2))),
    inference(global_subsumption_just,[status(thm)],[c_6879,c_74,c_482,c_750,c_2427,c_3885,c_5561,c_6879]) ).

cnf(c_6909,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_4108,c_6907]) ).

cnf(c_6914,plain,
    ( appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_2833,c_6907]) ).

cnf(c_6916,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ greater(end_time(sK0(sK2)),critical_point(sK0(sK2))) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_2306,c_6907]) ).

cnf(c_6917,plain,
    ( ~ in_environment(sK0(sK2),appear(efficient_producers,sK0(sK2)))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_2260,c_6907]) ).

cnf(c_7030,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_6909,c_715]) ).

cnf(c_7127,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_7030,c_6914,c_7030]) ).

cnf(c_7137,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_772,c_7127]) ).

cnf(c_7138,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_7137,c_6907]) ).

cnf(c_7151,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_781,c_7138]) ).

cnf(c_7152,plain,
    ( appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_7151,c_6907]) ).

cnf(c_7173,plain,
    ( ~ greater_or_equal(X0,critical_point(sK0(sK2)))
    | ~ in_environment(sK0(sK2),X0)
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,X0),zero) ),
    inference(superposition,[status(thm)],[c_7152,c_663]) ).

cnf(c_7218,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(superposition,[status(thm)],[c_2427,c_7173]) ).

cnf(c_7219,plain,
    ( end_time(sK0(sK2)) = sK1(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_7218,c_6907]) ).

cnf(c_7319,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | ~ greater(end_time(sK0(sK2)),critical_point(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_7219,c_6916]) ).

cnf(c_7400,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_7319,c_2382,c_7319]) ).

cnf(c_7406,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_2209,c_7400]) ).

cnf(c_7407,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_7406,c_6907]) ).

cnf(c_7419,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_7407,c_715]) ).

cnf(c_7432,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_7419,c_7219,c_7419]) ).

cnf(c_7440,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_772,c_7432]) ).

cnf(c_7441,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_7440,c_6907]) ).

cnf(c_7450,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | end_time(sK0(sK2)) = sK1(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_781,c_7441]) ).

cnf(c_7451,plain,
    end_time(sK0(sK2)) = sK1(sK0(sK2)),
    inference(forward_subsumption_resolution,[status(thm)],[c_7450,c_6907]) ).

cnf(c_7463,plain,
    ( appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(demodulation,[status(thm)],[c_2834,c_7451]) ).

cnf(c_7466,plain,
    greater_or_equal(end_time(sK0(sK2)),critical_point(sK0(sK2))),
    inference(demodulation,[status(thm)],[c_2175,c_7451]) ).

cnf(c_7467,plain,
    greater(end_time(sK0(sK2)),critical_point(sK0(sK2))),
    inference(demodulation,[status(thm)],[c_744,c_7451]) ).

cnf(c_7469,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_6916,c_7467]) ).

cnf(c_7533,plain,
    ( ~ greater_or_equal(critical_point(sK0(sK2)),critical_point(sK0(sK2)))
    | in_environment(sK0(sK2),critical_point(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_7466,c_6880]) ).

cnf(c_7534,plain,
    in_environment(sK0(sK2),critical_point(sK0(sK2))),
    inference(forward_subsumption_resolution,[status(thm)],[c_7533,c_68]) ).

cnf(c_7645,plain,
    ( ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero)
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_7463,c_7469]) ).

cnf(c_7745,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_2209,c_7645]) ).

cnf(c_7746,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_7745,c_6907]) ).

cnf(c_7758,plain,
    ( ~ greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero)
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_7746,c_715]) ).

cnf(c_7769,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)) ),
    inference(global_subsumption_just,[status(thm)],[c_7758,c_7463,c_7758]) ).

cnf(c_7777,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_772,c_7769]) ).

cnf(c_7778,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)) ),
    inference(forward_subsumption_resolution,[status(thm)],[c_7777,c_6907]) ).

cnf(c_7787,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)) ),
    inference(superposition,[status(thm)],[c_781,c_7778]) ).

cnf(c_7788,plain,
    appear(efficient_producers,sK0(sK2)) = critical_point(sK0(sK2)),
    inference(forward_subsumption_resolution,[status(thm)],[c_7787,c_6907]) ).

cnf(c_7791,plain,
    ( ~ in_environment(sK0(sK2),critical_point(sK0(sK2)))
    | greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero) ),
    inference(demodulation,[status(thm)],[c_6917,c_7788]) ).

cnf(c_7803,plain,
    greater(cardinality_at_time(efficient_producers,end_time(sK0(sK2))),zero),
    inference(forward_subsumption_resolution,[status(thm)],[c_7791,c_7534]) ).

cnf(c_7804,plain,
    ~ greater(cardinality_at_time(first_movers,end_time(sK0(sK2))),zero),
    inference(backward_subsumption_resolution,[status(thm)],[c_7469,c_7803]) ).

cnf(c_7805,plain,
    ( cardinality_at_time(first_movers,end_time(sK0(sK2))) != zero
    | ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2))) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_715,c_7803]) ).

cnf(c_7850,plain,
    ( ~ in_environment(sK0(sK2),end_time(sK0(sK2)))
    | cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero ),
    inference(superposition,[status(thm)],[c_2209,c_7804]) ).

cnf(c_7851,plain,
    cardinality_at_time(first_movers,end_time(sK0(sK2))) = zero,
    inference(forward_subsumption_resolution,[status(thm)],[c_7850,c_6907]) ).

cnf(c_7852,plain,
    ( ~ subpopulation(efficient_producers,sK0(sK2),end_time(sK0(sK2)))
    | ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2))) ),
    inference(backward_subsumption_resolution,[status(thm)],[c_7805,c_7851]) ).

cnf(c_7864,plain,
    ( ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2)))
    | ~ in_environment(sK0(sK2),end_time(sK0(sK2))) ),
    inference(superposition,[status(thm)],[c_781,c_7852]) ).

cnf(c_7865,plain,
    ~ subpopulation(first_movers,sK0(sK2),end_time(sK0(sK2))),
    inference(forward_subsumption_resolution,[status(thm)],[c_7864,c_6907]) ).

cnf(c_7866,plain,
    ~ in_environment(sK0(sK2),end_time(sK0(sK2))),
    inference(superposition,[status(thm)],[c_772,c_7865]) ).

cnf(c_7867,plain,
    $false,
    inference(forward_subsumption_resolution,[status(thm)],[c_7866,c_6907]) ).


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