TSTP Solution File: MGT039-1 by LEO-II---1.7.0

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : MGT039-1 : TPTP v8.1.0. Released v2.4.0.
% Transfm  : none
% Format   : tptp
% Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s

% Computer : n032.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  : 600s
% DateTime : Sun Jul 17 22:17:26 EDT 2022

% Result   : Unsatisfiable 0.16s 0.44s
% Output   : CNFRefutation 0.16s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   15
%            Number of leaves      :   36
% Syntax   : Number of formulae    :  188 (  79 unt;  16 typ;   0 def)
%            Number of atoms       : 1220 ( 324 equ;   0 cnn)
%            Maximal formula atoms :    5 (   7 avg)
%            Number of connectives : 1884 ( 279   ~; 434   |;   0   &;1171   @)
%                                         (   0 <=>;   0  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   11 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   19 (  19   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   19 (  16 usr;   5 con; 0-3 aty)
%            Number of variables   :  267 (   0   ^ 267   !;   0   ?; 267   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_critical_point,type,
    critical_point: $i > $i ).

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

thf(tp_end_time,type,
    end_time: $i > $i ).

thf(tp_environment,type,
    environment: $i > $o ).

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

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

thf(tp_greater_or_equal,type,
    greater_or_equal: $i > $i > $o ).

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

thf(tp_observational_period,type,
    observational_period: $i > $o ).

thf(tp_propagation_strategy,type,
    propagation_strategy: $i > $o ).

thf(tp_selection_favors,type,
    selection_favors: $i > $i > $i > $o ).

thf(tp_sk1,type,
    sk1: $i > $i ).

thf(tp_sk2,type,
    sk2: $i > $i > $i ).

thf(tp_sk3,type,
    sk3: $i ).

thf(tp_slow_change,type,
    slow_change: $i > $o ).

thf(tp_start_time,type,
    start_time: $i > $i ).

thf(1,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( environment @ A )
      | ~ ( greater @ B @ ( start_time @ A ) )
      | ( greater @ B @ ( end_time @ A ) )
      | ( greater_or_equal @ ( end_time @ A ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_beginning_and_ending_34) ).

thf(2,axiom,
    ! [A: $i,B: $i] :
      ( ( A != B )
      | ( greater_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_greater_or_equal_33) ).

thf(3,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater @ A @ B )
      | ( greater_or_equal @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_greater_or_equal_32) ).

thf(4,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( greater_or_equal @ A @ B )
      | ( greater @ A @ B )
      | ( A = B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_greater_or_equal_31) ).

thf(5,axiom,
    ! [A: $i,B: $i,C: $i] :
      ( ~ ( greater @ A @ B )
      | ~ ( greater @ B @ C )
      | ( greater @ A @ C ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_greater_transitivity_30) ).

thf(6,axiom,
    ! [A: $i] :
      ( ~ ( environment @ A )
      | ( greater_or_equal @ ( critical_point @ A ) @ ( start_time @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_time_of_critical_point_29) ).

thf(7,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( environment @ A )
      | ~ ( in_environment @ A @ B )
      | ( greater_or_equal @ ( end_time @ A ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_environment_end_point_28) ).

thf(8,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( environment @ A )
      | ~ ( greater_or_equal @ B @ ( start_time @ A ) )
      | ~ ( greater_or_equal @ ( end_time @ A ) @ B )
      | ( in_environment @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_time_in_environment_27) ).

thf(9,axiom,
    propagation_strategy @ efficient_producers,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_organizational_sets2_26) ).

thf(10,axiom,
    propagation_strategy @ first_movers,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp_organizational_sets1_25) ).

thf(11,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( observational_period @ A )
      | ~ ( slow_change @ A )
      | ~ ( environment @ B )
      | ~ ( in_environment @ A @ B )
      | ( greater @ ( sk2 @ B @ A ) @ ( critical_point @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp4_critical_point_24) ).

thf(12,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( observational_period @ A )
      | ~ ( slow_change @ A )
      | ~ ( environment @ B )
      | ~ ( in_environment @ A @ B )
      | ( in_environment @ B @ ( sk2 @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp4_critical_point_23) ).

thf(13,axiom,
    ! [A: $i] :
      ( ~ ( observational_period @ A )
      | ~ ( propagation_strategy @ first_movers )
      | ~ ( propagation_strategy @ efficient_producers )
      | ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ A ) ) )
      | ( selection_favors @ efficient_producers @ first_movers @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp3_favoured_trategy_22) ).

thf(14,axiom,
    ! [A: $i] :
      ( ~ ( observational_period @ A )
      | ~ ( propagation_strategy @ first_movers )
      | ~ ( propagation_strategy @ efficient_producers )
      | ( in_environment @ A @ ( sk1 @ A ) )
      | ( selection_favors @ efficient_producers @ first_movers @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp3_favoured_trategy_21) ).

thf(15,axiom,
    ! [A: $i] :
      ( ~ ( observational_period @ A )
      | ~ ( propagation_strategy @ first_movers )
      | ~ ( propagation_strategy @ efficient_producers )
      | ( environment @ ( sk1 @ A ) )
      | ( selection_favors @ efficient_producers @ first_movers @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',mp3_favoured_trategy_20) ).

thf(16,axiom,
    ! [A: $i,B: $i] :
      ( ~ ( environment @ A )
      | ~ ( in_environment @ A @ B )
      | ~ ( greater @ B @ ( critical_point @ A ) )
      | ( selection_favors @ efficient_producers @ first_movers @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l8_35) ).

thf(17,conjecture,
    $false,
    file('no conjecture given, we try to refute the axioms',dummy_conjecture) ).

thf(18,negated_conjecture,
    $false = $false,
    inference(negate_conjecture,[status(cth)],[17]) ).

thf(19,negated_conjecture,
    ~ ( selection_favors @ efficient_producers @ first_movers @ sk3 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_t8_38) ).

thf(20,negated_conjecture,
    slow_change @ sk3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_t8_37) ).

thf(21,negated_conjecture,
    observational_period @ sk3,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',prove_t8_36) ).

thf(22,plain,
    $false = $false,
    inference(unfold_def,[status(thm)],[18]) ).

thf(23,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( environment @ A )
          | ~ ( greater @ B @ ( start_time @ A ) )
          | ( greater @ B @ ( end_time @ A ) )
          | ( greater_or_equal @ ( end_time @ A ) @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(24,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(25,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(26,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( greater @ A @ B )
          | ( A = B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(27,plain,
    ( ( ! [A: $i,B: $i,C: $i] :
          ( ~ ( greater @ A @ B )
          | ~ ( greater @ B @ C )
          | ( greater @ A @ C ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(28,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ( greater_or_equal @ ( critical_point @ A ) @ ( start_time @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(29,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( environment @ A )
          | ~ ( in_environment @ A @ B )
          | ( greater_or_equal @ ( end_time @ A ) @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(30,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( environment @ A )
          | ~ ( greater_or_equal @ B @ ( start_time @ A ) )
          | ~ ( greater_or_equal @ ( end_time @ A ) @ B )
          | ( in_environment @ A @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(31,plain,
    ( ( propagation_strategy @ efficient_producers )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(32,plain,
    ( ( propagation_strategy @ first_movers )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(33,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( slow_change @ A )
          | ~ ( environment @ B )
          | ~ ( in_environment @ A @ B )
          | ( greater @ ( sk2 @ B @ A ) @ ( critical_point @ B ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(34,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( slow_change @ A )
          | ~ ( environment @ B )
          | ~ ( in_environment @ A @ B )
          | ( in_environment @ B @ ( sk2 @ B @ A ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(35,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ A ) ) )
          | ( selection_favors @ efficient_producers @ first_movers @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(36,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ( in_environment @ A @ ( sk1 @ A ) )
          | ( selection_favors @ efficient_producers @ first_movers @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(37,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ( environment @ ( sk1 @ A ) )
          | ( selection_favors @ efficient_producers @ first_movers @ A ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(38,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( environment @ A )
          | ~ ( in_environment @ A @ B )
          | ~ ( greater @ B @ ( critical_point @ A ) )
          | ( selection_favors @ efficient_producers @ first_movers @ B ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(39,plain,
    ( ( ~ ( selection_favors @ efficient_producers @ first_movers @ sk3 ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(40,plain,
    ( ( slow_change @ sk3 )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(41,plain,
    ( ( observational_period @ sk3 )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(42,plain,
    ( ( ~ $false )
    = $true ),
    inference(polarity_switch,[status(thm)],[22]) ).

thf(43,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ! [B: $i] :
              ( ~ ( greater @ B @ ( start_time @ A ) )
              | ( greater @ B @ ( end_time @ A ) )
              | ( greater_or_equal @ ( end_time @ A ) @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[23]) ).

thf(44,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[24]) ).

thf(45,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[26]) ).

thf(46,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ! [C: $i] :
              ( ~ ( greater @ B @ C )
              | ( greater @ A @ C ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[27]) ).

thf(47,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ! [B: $i] :
              ( ~ ( in_environment @ A @ B )
              | ( greater_or_equal @ ( end_time @ A ) @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[29]) ).

thf(48,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ! [B: $i] :
              ( ~ ( greater_or_equal @ B @ ( start_time @ A ) )
              | ~ ( greater_or_equal @ ( end_time @ A ) @ B )
              | ( in_environment @ A @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[30]) ).

thf(49,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( slow_change @ A )
          | ! [B: $i] :
              ( ~ ( environment @ B )
              | ~ ( in_environment @ A @ B )
              | ( greater @ ( sk2 @ B @ A ) @ ( critical_point @ B ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[33]) ).

thf(50,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( slow_change @ A )
          | ! [B: $i] :
              ( ~ ( environment @ B )
              | ~ ( in_environment @ A @ B )
              | ( in_environment @ B @ ( sk2 @ B @ A ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[34]) ).

thf(51,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ! [B: $i] :
              ( ~ ( in_environment @ A @ B )
              | ~ ( greater @ B @ ( critical_point @ A ) )
              | ( selection_favors @ efficient_producers @ first_movers @ B ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[38]) ).

thf(52,plain,
    ( ( observational_period @ sk3 )
    = $true ),
    inference(copy,[status(thm)],[41]) ).

thf(53,plain,
    ( ( slow_change @ sk3 )
    = $true ),
    inference(copy,[status(thm)],[40]) ).

thf(54,plain,
    ( ( ~ ( selection_favors @ efficient_producers @ first_movers @ sk3 ) )
    = $true ),
    inference(copy,[status(thm)],[39]) ).

thf(55,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ! [B: $i] :
              ( ~ ( in_environment @ A @ B )
              | ~ ( greater @ B @ ( critical_point @ A ) )
              | ( selection_favors @ efficient_producers @ first_movers @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[51]) ).

thf(56,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ( environment @ ( sk1 @ A ) )
          | ( selection_favors @ efficient_producers @ first_movers @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[37]) ).

thf(57,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ( in_environment @ A @ ( sk1 @ A ) )
          | ( selection_favors @ efficient_producers @ first_movers @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[36]) ).

thf(58,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ A ) ) )
          | ( selection_favors @ efficient_producers @ first_movers @ A ) ) )
    = $true ),
    inference(copy,[status(thm)],[35]) ).

thf(59,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( slow_change @ A )
          | ! [B: $i] :
              ( ~ ( environment @ B )
              | ~ ( in_environment @ A @ B )
              | ( in_environment @ B @ ( sk2 @ B @ A ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(60,plain,
    ( ( ! [A: $i] :
          ( ~ ( observational_period @ A )
          | ~ ( slow_change @ A )
          | ! [B: $i] :
              ( ~ ( environment @ B )
              | ~ ( in_environment @ A @ B )
              | ( greater @ ( sk2 @ B @ A ) @ ( critical_point @ B ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(61,plain,
    ( ( propagation_strategy @ first_movers )
    = $true ),
    inference(copy,[status(thm)],[32]) ).

thf(62,plain,
    ( ( propagation_strategy @ efficient_producers )
    = $true ),
    inference(copy,[status(thm)],[31]) ).

thf(63,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ! [B: $i] :
              ( ~ ( greater_or_equal @ B @ ( start_time @ A ) )
              | ~ ( greater_or_equal @ ( end_time @ A ) @ B )
              | ( in_environment @ A @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[48]) ).

thf(64,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ! [B: $i] :
              ( ~ ( in_environment @ A @ B )
              | ( greater_or_equal @ ( end_time @ A ) @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(65,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ( greater_or_equal @ ( critical_point @ A ) @ ( start_time @ A ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[28]) ).

thf(66,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ! [C: $i] :
              ( ~ ( greater @ B @ C )
              | ( greater @ A @ C ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(67,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater_or_equal @ A @ B )
          | ( A = B )
          | ( greater @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(68,plain,
    ( ( ! [A: $i,B: $i] :
          ( ~ ( greater @ A @ B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[25]) ).

thf(69,plain,
    ( ( ! [A: $i,B: $i] :
          ( ( A != B )
          | ( greater_or_equal @ A @ B ) ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(70,plain,
    ( ( ! [A: $i] :
          ( ~ ( environment @ A )
          | ! [B: $i] :
              ( ~ ( greater @ B @ ( start_time @ A ) )
              | ( greater @ B @ ( end_time @ A ) )
              | ( greater_or_equal @ ( end_time @ A ) @ B ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[43]) ).

thf(71,plain,
    ( ( ~ $false )
    = $true ),
    inference(copy,[status(thm)],[42]) ).

thf(72,plain,
    ( ( selection_favors @ efficient_producers @ first_movers @ sk3 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[54]) ).

thf(73,plain,
    ! [SV1: $i] :
      ( ( ~ ( environment @ SV1 )
        | ! [SY25: $i] :
            ( ~ ( in_environment @ SV1 @ SY25 )
            | ~ ( greater @ SY25 @ ( critical_point @ SV1 ) )
            | ( selection_favors @ efficient_producers @ first_movers @ SY25 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

thf(74,plain,
    ! [SV2: $i] :
      ( ( ~ ( observational_period @ SV2 )
        | ~ ( propagation_strategy @ first_movers )
        | ~ ( propagation_strategy @ efficient_producers )
        | ( environment @ ( sk1 @ SV2 ) )
        | ( selection_favors @ efficient_producers @ first_movers @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[56]) ).

thf(75,plain,
    ! [SV3: $i] :
      ( ( ~ ( observational_period @ SV3 )
        | ~ ( propagation_strategy @ first_movers )
        | ~ ( propagation_strategy @ efficient_producers )
        | ( in_environment @ SV3 @ ( sk1 @ SV3 ) )
        | ( selection_favors @ efficient_producers @ first_movers @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[57]) ).

thf(76,plain,
    ! [SV4: $i] :
      ( ( ~ ( observational_period @ SV4 )
        | ~ ( propagation_strategy @ first_movers )
        | ~ ( propagation_strategy @ efficient_producers )
        | ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) )
        | ( selection_favors @ efficient_producers @ first_movers @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[58]) ).

thf(77,plain,
    ! [SV5: $i] :
      ( ( ~ ( observational_period @ SV5 )
        | ~ ( slow_change @ SV5 )
        | ! [SY26: $i] :
            ( ~ ( environment @ SY26 )
            | ~ ( in_environment @ SV5 @ SY26 )
            | ( in_environment @ SY26 @ ( sk2 @ SY26 @ SV5 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[59]) ).

thf(78,plain,
    ! [SV6: $i] :
      ( ( ~ ( observational_period @ SV6 )
        | ~ ( slow_change @ SV6 )
        | ! [SY27: $i] :
            ( ~ ( environment @ SY27 )
            | ~ ( in_environment @ SV6 @ SY27 )
            | ( greater @ ( sk2 @ SY27 @ SV6 ) @ ( critical_point @ SY27 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

thf(79,plain,
    ! [SV7: $i] :
      ( ( ~ ( environment @ SV7 )
        | ! [SY28: $i] :
            ( ~ ( greater_or_equal @ SY28 @ ( start_time @ SV7 ) )
            | ~ ( greater_or_equal @ ( end_time @ SV7 ) @ SY28 )
            | ( in_environment @ SV7 @ SY28 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(80,plain,
    ! [SV8: $i] :
      ( ( ~ ( environment @ SV8 )
        | ! [SY29: $i] :
            ( ~ ( in_environment @ SV8 @ SY29 )
            | ( greater_or_equal @ ( end_time @ SV8 ) @ SY29 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[64]) ).

thf(81,plain,
    ! [SV9: $i] :
      ( ( ~ ( environment @ SV9 )
        | ( greater_or_equal @ ( critical_point @ SV9 ) @ ( start_time @ SV9 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(82,plain,
    ! [SV10: $i] :
      ( ( ! [SY30: $i] :
            ( ~ ( greater @ SV10 @ SY30 )
            | ! [SY31: $i] :
                ( ~ ( greater @ SY30 @ SY31 )
                | ( greater @ SV10 @ SY31 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(83,plain,
    ! [SV11: $i] :
      ( ( ! [SY32: $i] :
            ( ~ ( greater_or_equal @ SV11 @ SY32 )
            | ( SV11 = SY32 )
            | ( greater @ SV11 @ SY32 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(84,plain,
    ! [SV12: $i] :
      ( ( ! [SY33: $i] :
            ( ~ ( greater @ SV12 @ SY33 )
            | ( greater_or_equal @ SV12 @ SY33 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(85,plain,
    ! [SV13: $i] :
      ( ( ! [SY34: $i] :
            ( ( SV13 != SY34 )
            | ( greater_or_equal @ SV13 @ SY34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

thf(86,plain,
    ! [SV14: $i] :
      ( ( ~ ( environment @ SV14 )
        | ! [SY35: $i] :
            ( ~ ( greater @ SY35 @ ( start_time @ SV14 ) )
            | ( greater @ SY35 @ ( end_time @ SV14 ) )
            | ( greater_or_equal @ ( end_time @ SV14 ) @ SY35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(87,plain,
    $false = $false,
    inference(extcnf_not_pos,[status(thm)],[71]) ).

thf(88,plain,
    ! [SV1: $i] :
      ( ( ( ~ ( environment @ SV1 ) )
        = $true )
      | ( ( ! [SY25: $i] :
              ( ~ ( in_environment @ SV1 @ SY25 )
              | ~ ( greater @ SY25 @ ( critical_point @ SV1 ) )
              | ( selection_favors @ efficient_producers @ first_movers @ SY25 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[73]) ).

thf(89,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( observational_period @ SV2 ) )
        = $true )
      | ( ( ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ( environment @ ( sk1 @ SV2 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV2 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[74]) ).

thf(90,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( observational_period @ SV3 ) )
        = $true )
      | ( ( ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ( in_environment @ SV3 @ ( sk1 @ SV3 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV3 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[75]) ).

thf(91,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( observational_period @ SV4 ) )
        = $true )
      | ( ( ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV4 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[76]) ).

thf(92,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( observational_period @ SV5 ) )
        = $true )
      | ( ( ~ ( slow_change @ SV5 )
          | ! [SY26: $i] :
              ( ~ ( environment @ SY26 )
              | ~ ( in_environment @ SV5 @ SY26 )
              | ( in_environment @ SY26 @ ( sk2 @ SY26 @ SV5 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[77]) ).

thf(93,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( observational_period @ SV6 ) )
        = $true )
      | ( ( ~ ( slow_change @ SV6 )
          | ! [SY27: $i] :
              ( ~ ( environment @ SY27 )
              | ~ ( in_environment @ SV6 @ SY27 )
              | ( greater @ ( sk2 @ SY27 @ SV6 ) @ ( critical_point @ SY27 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[78]) ).

thf(94,plain,
    ! [SV7: $i] :
      ( ( ( ~ ( environment @ SV7 ) )
        = $true )
      | ( ( ! [SY28: $i] :
              ( ~ ( greater_or_equal @ SY28 @ ( start_time @ SV7 ) )
              | ~ ( greater_or_equal @ ( end_time @ SV7 ) @ SY28 )
              | ( in_environment @ SV7 @ SY28 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[79]) ).

thf(95,plain,
    ! [SV8: $i] :
      ( ( ( ~ ( environment @ SV8 ) )
        = $true )
      | ( ( ! [SY29: $i] :
              ( ~ ( in_environment @ SV8 @ SY29 )
              | ( greater_or_equal @ ( end_time @ SV8 ) @ SY29 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[80]) ).

thf(96,plain,
    ! [SV9: $i] :
      ( ( ( ~ ( environment @ SV9 ) )
        = $true )
      | ( ( greater_or_equal @ ( critical_point @ SV9 ) @ ( start_time @ SV9 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[81]) ).

thf(97,plain,
    ! [SV15: $i,SV10: $i] :
      ( ( ~ ( greater @ SV10 @ SV15 )
        | ! [SY36: $i] :
            ( ~ ( greater @ SV15 @ SY36 )
            | ( greater @ SV10 @ SY36 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(98,plain,
    ! [SV16: $i,SV11: $i] :
      ( ( ~ ( greater_or_equal @ SV11 @ SV16 )
        | ( SV11 = SV16 )
        | ( greater @ SV11 @ SV16 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(99,plain,
    ! [SV17: $i,SV12: $i] :
      ( ( ~ ( greater @ SV12 @ SV17 )
        | ( greater_or_equal @ SV12 @ SV17 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(100,plain,
    ! [SV18: $i,SV13: $i] :
      ( ( ( SV13 != SV18 )
        | ( greater_or_equal @ SV13 @ SV18 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(101,plain,
    ! [SV14: $i] :
      ( ( ( ~ ( environment @ SV14 ) )
        = $true )
      | ( ( ! [SY35: $i] :
              ( ~ ( greater @ SY35 @ ( start_time @ SV14 ) )
              | ( greater @ SY35 @ ( end_time @ SV14 ) )
              | ( greater_or_equal @ ( end_time @ SV14 ) @ SY35 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[86]) ).

thf(102,plain,
    ! [SV1: $i] :
      ( ( ( environment @ SV1 )
        = $false )
      | ( ( ! [SY25: $i] :
              ( ~ ( in_environment @ SV1 @ SY25 )
              | ~ ( greater @ SY25 @ ( critical_point @ SV1 ) )
              | ( selection_favors @ efficient_producers @ first_movers @ SY25 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[88]) ).

thf(103,plain,
    ! [SV2: $i] :
      ( ( ( observational_period @ SV2 )
        = $false )
      | ( ( ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ( environment @ ( sk1 @ SV2 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV2 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[89]) ).

thf(104,plain,
    ! [SV3: $i] :
      ( ( ( observational_period @ SV3 )
        = $false )
      | ( ( ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ( in_environment @ SV3 @ ( sk1 @ SV3 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV3 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[90]) ).

thf(105,plain,
    ! [SV4: $i] :
      ( ( ( observational_period @ SV4 )
        = $false )
      | ( ( ~ ( propagation_strategy @ first_movers )
          | ~ ( propagation_strategy @ efficient_producers )
          | ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV4 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[91]) ).

thf(106,plain,
    ! [SV5: $i] :
      ( ( ( observational_period @ SV5 )
        = $false )
      | ( ( ~ ( slow_change @ SV5 )
          | ! [SY26: $i] :
              ( ~ ( environment @ SY26 )
              | ~ ( in_environment @ SV5 @ SY26 )
              | ( in_environment @ SY26 @ ( sk2 @ SY26 @ SV5 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[92]) ).

thf(107,plain,
    ! [SV6: $i] :
      ( ( ( observational_period @ SV6 )
        = $false )
      | ( ( ~ ( slow_change @ SV6 )
          | ! [SY27: $i] :
              ( ~ ( environment @ SY27 )
              | ~ ( in_environment @ SV6 @ SY27 )
              | ( greater @ ( sk2 @ SY27 @ SV6 ) @ ( critical_point @ SY27 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[93]) ).

thf(108,plain,
    ! [SV7: $i] :
      ( ( ( environment @ SV7 )
        = $false )
      | ( ( ! [SY28: $i] :
              ( ~ ( greater_or_equal @ SY28 @ ( start_time @ SV7 ) )
              | ~ ( greater_or_equal @ ( end_time @ SV7 ) @ SY28 )
              | ( in_environment @ SV7 @ SY28 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[94]) ).

thf(109,plain,
    ! [SV8: $i] :
      ( ( ( environment @ SV8 )
        = $false )
      | ( ( ! [SY29: $i] :
              ( ~ ( in_environment @ SV8 @ SY29 )
              | ( greater_or_equal @ ( end_time @ SV8 ) @ SY29 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[95]) ).

thf(110,plain,
    ! [SV9: $i] :
      ( ( ( environment @ SV9 )
        = $false )
      | ( ( greater_or_equal @ ( critical_point @ SV9 ) @ ( start_time @ SV9 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[96]) ).

thf(111,plain,
    ! [SV15: $i,SV10: $i] :
      ( ( ( ~ ( greater @ SV10 @ SV15 ) )
        = $true )
      | ( ( ! [SY36: $i] :
              ( ~ ( greater @ SV15 @ SY36 )
              | ( greater @ SV10 @ SY36 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[97]) ).

thf(112,plain,
    ! [SV16: $i,SV11: $i] :
      ( ( ( ~ ( greater_or_equal @ SV11 @ SV16 ) )
        = $true )
      | ( ( ( SV11 = SV16 )
          | ( greater @ SV11 @ SV16 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[98]) ).

thf(113,plain,
    ! [SV17: $i,SV12: $i] :
      ( ( ( ~ ( greater @ SV12 @ SV17 ) )
        = $true )
      | ( ( greater_or_equal @ SV12 @ SV17 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[99]) ).

thf(114,plain,
    ! [SV18: $i,SV13: $i] :
      ( ( ( ( SV13 != SV18 ) )
        = $true )
      | ( ( greater_or_equal @ SV13 @ SV18 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[100]) ).

thf(115,plain,
    ! [SV14: $i] :
      ( ( ( environment @ SV14 )
        = $false )
      | ( ( ! [SY35: $i] :
              ( ~ ( greater @ SY35 @ ( start_time @ SV14 ) )
              | ( greater @ SY35 @ ( end_time @ SV14 ) )
              | ( greater_or_equal @ ( end_time @ SV14 ) @ SY35 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[101]) ).

thf(116,plain,
    ! [SV19: $i,SV1: $i] :
      ( ( ( ~ ( in_environment @ SV1 @ SV19 )
          | ~ ( greater @ SV19 @ ( critical_point @ SV1 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV19 ) )
        = $true )
      | ( ( environment @ SV1 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[102]) ).

thf(117,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( propagation_strategy @ first_movers ) )
        = $true )
      | ( ( ~ ( propagation_strategy @ efficient_producers )
          | ( environment @ ( sk1 @ SV2 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV2 ) )
        = $true )
      | ( ( observational_period @ SV2 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[103]) ).

thf(118,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( propagation_strategy @ first_movers ) )
        = $true )
      | ( ( ~ ( propagation_strategy @ efficient_producers )
          | ( in_environment @ SV3 @ ( sk1 @ SV3 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV3 ) )
        = $true )
      | ( ( observational_period @ SV3 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[104]) ).

thf(119,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( propagation_strategy @ first_movers ) )
        = $true )
      | ( ( ~ ( propagation_strategy @ efficient_producers )
          | ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV4 ) )
        = $true )
      | ( ( observational_period @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[105]) ).

thf(120,plain,
    ! [SV5: $i] :
      ( ( ( ~ ( slow_change @ SV5 ) )
        = $true )
      | ( ( ! [SY26: $i] :
              ( ~ ( environment @ SY26 )
              | ~ ( in_environment @ SV5 @ SY26 )
              | ( in_environment @ SY26 @ ( sk2 @ SY26 @ SV5 ) ) ) )
        = $true )
      | ( ( observational_period @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[106]) ).

thf(121,plain,
    ! [SV6: $i] :
      ( ( ( ~ ( slow_change @ SV6 ) )
        = $true )
      | ( ( ! [SY27: $i] :
              ( ~ ( environment @ SY27 )
              | ~ ( in_environment @ SV6 @ SY27 )
              | ( greater @ ( sk2 @ SY27 @ SV6 ) @ ( critical_point @ SY27 ) ) ) )
        = $true )
      | ( ( observational_period @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[107]) ).

thf(122,plain,
    ! [SV7: $i,SV20: $i] :
      ( ( ( ~ ( greater_or_equal @ SV20 @ ( start_time @ SV7 ) )
          | ~ ( greater_or_equal @ ( end_time @ SV7 ) @ SV20 )
          | ( in_environment @ SV7 @ SV20 ) )
        = $true )
      | ( ( environment @ SV7 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(123,plain,
    ! [SV21: $i,SV8: $i] :
      ( ( ( ~ ( in_environment @ SV8 @ SV21 )
          | ( greater_or_equal @ ( end_time @ SV8 ) @ SV21 ) )
        = $true )
      | ( ( environment @ SV8 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(124,plain,
    ! [SV15: $i,SV10: $i] :
      ( ( ( greater @ SV10 @ SV15 )
        = $false )
      | ( ( ! [SY36: $i] :
              ( ~ ( greater @ SV15 @ SY36 )
              | ( greater @ SV10 @ SY36 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[111]) ).

thf(125,plain,
    ! [SV16: $i,SV11: $i] :
      ( ( ( greater_or_equal @ SV11 @ SV16 )
        = $false )
      | ( ( ( SV11 = SV16 )
          | ( greater @ SV11 @ SV16 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[112]) ).

thf(126,plain,
    ! [SV17: $i,SV12: $i] :
      ( ( ( greater @ SV12 @ SV17 )
        = $false )
      | ( ( greater_or_equal @ SV12 @ SV17 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[113]) ).

thf(127,plain,
    ! [SV18: $i,SV13: $i] :
      ( ( ( SV13 = SV18 )
        = $false )
      | ( ( greater_or_equal @ SV13 @ SV18 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[114]) ).

thf(128,plain,
    ! [SV14: $i,SV22: $i] :
      ( ( ( ~ ( greater @ SV22 @ ( start_time @ SV14 ) )
          | ( greater @ SV22 @ ( end_time @ SV14 ) )
          | ( greater_or_equal @ ( end_time @ SV14 ) @ SV22 ) )
        = $true )
      | ( ( environment @ SV14 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(129,plain,
    ! [SV19: $i,SV1: $i] :
      ( ( ( ~ ( in_environment @ SV1 @ SV19 ) )
        = $true )
      | ( ( ~ ( greater @ SV19 @ ( critical_point @ SV1 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV19 ) )
        = $true )
      | ( ( environment @ SV1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[116]) ).

thf(130,plain,
    ! [SV2: $i] :
      ( ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( ~ ( propagation_strategy @ efficient_producers )
          | ( environment @ ( sk1 @ SV2 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV2 ) )
        = $true )
      | ( ( observational_period @ SV2 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[117]) ).

thf(131,plain,
    ! [SV3: $i] :
      ( ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( ~ ( propagation_strategy @ efficient_producers )
          | ( in_environment @ SV3 @ ( sk1 @ SV3 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV3 ) )
        = $true )
      | ( ( observational_period @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[118]) ).

thf(132,plain,
    ! [SV4: $i] :
      ( ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( ~ ( propagation_strategy @ efficient_producers )
          | ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV4 ) )
        = $true )
      | ( ( observational_period @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[119]) ).

thf(133,plain,
    ! [SV5: $i] :
      ( ( ( slow_change @ SV5 )
        = $false )
      | ( ( ! [SY26: $i] :
              ( ~ ( environment @ SY26 )
              | ~ ( in_environment @ SV5 @ SY26 )
              | ( in_environment @ SY26 @ ( sk2 @ SY26 @ SV5 ) ) ) )
        = $true )
      | ( ( observational_period @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[120]) ).

thf(134,plain,
    ! [SV6: $i] :
      ( ( ( slow_change @ SV6 )
        = $false )
      | ( ( ! [SY27: $i] :
              ( ~ ( environment @ SY27 )
              | ~ ( in_environment @ SV6 @ SY27 )
              | ( greater @ ( sk2 @ SY27 @ SV6 ) @ ( critical_point @ SY27 ) ) ) )
        = $true )
      | ( ( observational_period @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[121]) ).

thf(135,plain,
    ! [SV7: $i,SV20: $i] :
      ( ( ( ~ ( greater_or_equal @ SV20 @ ( start_time @ SV7 ) ) )
        = $true )
      | ( ( ~ ( greater_or_equal @ ( end_time @ SV7 ) @ SV20 )
          | ( in_environment @ SV7 @ SV20 ) )
        = $true )
      | ( ( environment @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[122]) ).

thf(136,plain,
    ! [SV21: $i,SV8: $i] :
      ( ( ( ~ ( in_environment @ SV8 @ SV21 ) )
        = $true )
      | ( ( greater_or_equal @ ( end_time @ SV8 ) @ SV21 )
        = $true )
      | ( ( environment @ SV8 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[123]) ).

thf(137,plain,
    ! [SV10: $i,SV23: $i,SV15: $i] :
      ( ( ( ~ ( greater @ SV15 @ SV23 )
          | ( greater @ SV10 @ SV23 ) )
        = $true )
      | ( ( greater @ SV10 @ SV15 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(138,plain,
    ! [SV16: $i,SV11: $i] :
      ( ( ( SV11 = SV16 )
        = $true )
      | ( ( greater @ SV11 @ SV16 )
        = $true )
      | ( ( greater_or_equal @ SV11 @ SV16 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[125]) ).

thf(139,plain,
    ! [SV14: $i,SV22: $i] :
      ( ( ( ~ ( greater @ SV22 @ ( start_time @ SV14 ) ) )
        = $true )
      | ( ( ( greater @ SV22 @ ( end_time @ SV14 ) )
          | ( greater_or_equal @ ( end_time @ SV14 ) @ SV22 ) )
        = $true )
      | ( ( environment @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[128]) ).

thf(140,plain,
    ! [SV19: $i,SV1: $i] :
      ( ( ( in_environment @ SV1 @ SV19 )
        = $false )
      | ( ( ~ ( greater @ SV19 @ ( critical_point @ SV1 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV19 ) )
        = $true )
      | ( ( environment @ SV1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[129]) ).

thf(141,plain,
    ! [SV2: $i] :
      ( ( ( ~ ( propagation_strategy @ efficient_producers ) )
        = $true )
      | ( ( ( environment @ ( sk1 @ SV2 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV2 ) )
        = $true )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV2 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[130]) ).

thf(142,plain,
    ! [SV3: $i] :
      ( ( ( ~ ( propagation_strategy @ efficient_producers ) )
        = $true )
      | ( ( ( in_environment @ SV3 @ ( sk1 @ SV3 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV3 ) )
        = $true )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV3 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[131]) ).

thf(143,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( propagation_strategy @ efficient_producers ) )
        = $true )
      | ( ( ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV4 ) )
        = $true )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[132]) ).

thf(144,plain,
    ! [SV5: $i,SV24: $i] :
      ( ( ( ~ ( environment @ SV24 )
          | ~ ( in_environment @ SV5 @ SV24 )
          | ( in_environment @ SV24 @ ( sk2 @ SV24 @ SV5 ) ) )
        = $true )
      | ( ( slow_change @ SV5 )
        = $false )
      | ( ( observational_period @ SV5 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(145,plain,
    ! [SV6: $i,SV25: $i] :
      ( ( ( ~ ( environment @ SV25 )
          | ~ ( in_environment @ SV6 @ SV25 )
          | ( greater @ ( sk2 @ SV25 @ SV6 ) @ ( critical_point @ SV25 ) ) )
        = $true )
      | ( ( slow_change @ SV6 )
        = $false )
      | ( ( observational_period @ SV6 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(146,plain,
    ! [SV7: $i,SV20: $i] :
      ( ( ( greater_or_equal @ SV20 @ ( start_time @ SV7 ) )
        = $false )
      | ( ( ~ ( greater_or_equal @ ( end_time @ SV7 ) @ SV20 )
          | ( in_environment @ SV7 @ SV20 ) )
        = $true )
      | ( ( environment @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[135]) ).

thf(147,plain,
    ! [SV21: $i,SV8: $i] :
      ( ( ( in_environment @ SV8 @ SV21 )
        = $false )
      | ( ( greater_or_equal @ ( end_time @ SV8 ) @ SV21 )
        = $true )
      | ( ( environment @ SV8 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[136]) ).

thf(148,plain,
    ! [SV10: $i,SV23: $i,SV15: $i] :
      ( ( ( ~ ( greater @ SV15 @ SV23 ) )
        = $true )
      | ( ( greater @ SV10 @ SV23 )
        = $true )
      | ( ( greater @ SV10 @ SV15 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[137]) ).

thf(149,plain,
    ! [SV14: $i,SV22: $i] :
      ( ( ( greater @ SV22 @ ( start_time @ SV14 ) )
        = $false )
      | ( ( ( greater @ SV22 @ ( end_time @ SV14 ) )
          | ( greater_or_equal @ ( end_time @ SV14 ) @ SV22 ) )
        = $true )
      | ( ( environment @ SV14 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[139]) ).

thf(150,plain,
    ! [SV1: $i,SV19: $i] :
      ( ( ( ~ ( greater @ SV19 @ ( critical_point @ SV1 ) ) )
        = $true )
      | ( ( selection_favors @ efficient_producers @ first_movers @ SV19 )
        = $true )
      | ( ( in_environment @ SV1 @ SV19 )
        = $false )
      | ( ( environment @ SV1 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[140]) ).

thf(151,plain,
    ! [SV2: $i] :
      ( ( ( propagation_strategy @ efficient_producers )
        = $false )
      | ( ( ( environment @ ( sk1 @ SV2 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV2 ) )
        = $true )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV2 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[141]) ).

thf(152,plain,
    ! [SV3: $i] :
      ( ( ( propagation_strategy @ efficient_producers )
        = $false )
      | ( ( ( in_environment @ SV3 @ ( sk1 @ SV3 ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV3 ) )
        = $true )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV3 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[142]) ).

thf(153,plain,
    ! [SV4: $i] :
      ( ( ( propagation_strategy @ efficient_producers )
        = $false )
      | ( ( ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) )
          | ( selection_favors @ efficient_producers @ first_movers @ SV4 ) )
        = $true )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[143]) ).

thf(154,plain,
    ! [SV5: $i,SV24: $i] :
      ( ( ( ~ ( environment @ SV24 ) )
        = $true )
      | ( ( ~ ( in_environment @ SV5 @ SV24 )
          | ( in_environment @ SV24 @ ( sk2 @ SV24 @ SV5 ) ) )
        = $true )
      | ( ( slow_change @ SV5 )
        = $false )
      | ( ( observational_period @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[144]) ).

thf(155,plain,
    ! [SV6: $i,SV25: $i] :
      ( ( ( ~ ( environment @ SV25 ) )
        = $true )
      | ( ( ~ ( in_environment @ SV6 @ SV25 )
          | ( greater @ ( sk2 @ SV25 @ SV6 ) @ ( critical_point @ SV25 ) ) )
        = $true )
      | ( ( slow_change @ SV6 )
        = $false )
      | ( ( observational_period @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[145]) ).

thf(156,plain,
    ! [SV20: $i,SV7: $i] :
      ( ( ( ~ ( greater_or_equal @ ( end_time @ SV7 ) @ SV20 ) )
        = $true )
      | ( ( in_environment @ SV7 @ SV20 )
        = $true )
      | ( ( greater_or_equal @ SV20 @ ( start_time @ SV7 ) )
        = $false )
      | ( ( environment @ SV7 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[146]) ).

thf(157,plain,
    ! [SV10: $i,SV23: $i,SV15: $i] :
      ( ( ( greater @ SV15 @ SV23 )
        = $false )
      | ( ( greater @ SV10 @ SV23 )
        = $true )
      | ( ( greater @ SV10 @ SV15 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[148]) ).

thf(158,plain,
    ! [SV14: $i,SV22: $i] :
      ( ( ( greater @ SV22 @ ( end_time @ SV14 ) )
        = $true )
      | ( ( greater_or_equal @ ( end_time @ SV14 ) @ SV22 )
        = $true )
      | ( ( greater @ SV22 @ ( start_time @ SV14 ) )
        = $false )
      | ( ( environment @ SV14 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[149]) ).

thf(159,plain,
    ! [SV1: $i,SV19: $i] :
      ( ( ( greater @ SV19 @ ( critical_point @ SV1 ) )
        = $false )
      | ( ( selection_favors @ efficient_producers @ first_movers @ SV19 )
        = $true )
      | ( ( in_environment @ SV1 @ SV19 )
        = $false )
      | ( ( environment @ SV1 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[150]) ).

thf(160,plain,
    ! [SV2: $i] :
      ( ( ( environment @ ( sk1 @ SV2 ) )
        = $true )
      | ( ( selection_favors @ efficient_producers @ first_movers @ SV2 )
        = $true )
      | ( ( propagation_strategy @ efficient_producers )
        = $false )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV2 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[151]) ).

thf(161,plain,
    ! [SV3: $i] :
      ( ( ( in_environment @ SV3 @ ( sk1 @ SV3 ) )
        = $true )
      | ( ( selection_favors @ efficient_producers @ first_movers @ SV3 )
        = $true )
      | ( ( propagation_strategy @ efficient_producers )
        = $false )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV3 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

thf(162,plain,
    ! [SV4: $i] :
      ( ( ( ~ ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) ) )
        = $true )
      | ( ( selection_favors @ efficient_producers @ first_movers @ SV4 )
        = $true )
      | ( ( propagation_strategy @ efficient_producers )
        = $false )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV4 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[153]) ).

thf(163,plain,
    ! [SV5: $i,SV24: $i] :
      ( ( ( environment @ SV24 )
        = $false )
      | ( ( ~ ( in_environment @ SV5 @ SV24 )
          | ( in_environment @ SV24 @ ( sk2 @ SV24 @ SV5 ) ) )
        = $true )
      | ( ( slow_change @ SV5 )
        = $false )
      | ( ( observational_period @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[154]) ).

thf(164,plain,
    ! [SV6: $i,SV25: $i] :
      ( ( ( environment @ SV25 )
        = $false )
      | ( ( ~ ( in_environment @ SV6 @ SV25 )
          | ( greater @ ( sk2 @ SV25 @ SV6 ) @ ( critical_point @ SV25 ) ) )
        = $true )
      | ( ( slow_change @ SV6 )
        = $false )
      | ( ( observational_period @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[155]) ).

thf(165,plain,
    ! [SV20: $i,SV7: $i] :
      ( ( ( greater_or_equal @ ( end_time @ SV7 ) @ SV20 )
        = $false )
      | ( ( in_environment @ SV7 @ SV20 )
        = $true )
      | ( ( greater_or_equal @ SV20 @ ( start_time @ SV7 ) )
        = $false )
      | ( ( environment @ SV7 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[156]) ).

thf(166,plain,
    ! [SV4: $i] :
      ( ( ( selection_favors @ efficient_producers @ first_movers @ ( end_time @ ( sk1 @ SV4 ) ) )
        = $false )
      | ( ( selection_favors @ efficient_producers @ first_movers @ SV4 )
        = $true )
      | ( ( propagation_strategy @ efficient_producers )
        = $false )
      | ( ( propagation_strategy @ first_movers )
        = $false )
      | ( ( observational_period @ SV4 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[162]) ).

thf(167,plain,
    ! [SV24: $i,SV5: $i] :
      ( ( ( ~ ( in_environment @ SV5 @ SV24 ) )
        = $true )
      | ( ( in_environment @ SV24 @ ( sk2 @ SV24 @ SV5 ) )
        = $true )
      | ( ( environment @ SV24 )
        = $false )
      | ( ( slow_change @ SV5 )
        = $false )
      | ( ( observational_period @ SV5 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[163]) ).

thf(168,plain,
    ! [SV25: $i,SV6: $i] :
      ( ( ( ~ ( in_environment @ SV6 @ SV25 ) )
        = $true )
      | ( ( greater @ ( sk2 @ SV25 @ SV6 ) @ ( critical_point @ SV25 ) )
        = $true )
      | ( ( environment @ SV25 )
        = $false )
      | ( ( slow_change @ SV6 )
        = $false )
      | ( ( observational_period @ SV6 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[164]) ).

thf(169,plain,
    ! [SV24: $i,SV5: $i] :
      ( ( ( in_environment @ SV5 @ SV24 )
        = $false )
      | ( ( in_environment @ SV24 @ ( sk2 @ SV24 @ SV5 ) )
        = $true )
      | ( ( environment @ SV24 )
        = $false )
      | ( ( slow_change @ SV5 )
        = $false )
      | ( ( observational_period @ SV5 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[167]) ).

thf(170,plain,
    ! [SV25: $i,SV6: $i] :
      ( ( ( in_environment @ SV6 @ SV25 )
        = $false )
      | ( ( greater @ ( sk2 @ SV25 @ SV6 ) @ ( critical_point @ SV25 ) )
        = $true )
      | ( ( environment @ SV25 )
        = $false )
      | ( ( slow_change @ SV6 )
        = $false )
      | ( ( observational_period @ SV6 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[168]) ).

thf(171,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[52,170,169,166,165,161,160,159,158,157,147,138,127,126,110,87,72,62,61,53]) ).

thf(172,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[171]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.11  % Problem  : MGT039-1 : TPTP v8.1.0. Released v2.4.0.
% 0.03/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.11/0.31  % Computer : n032.cluster.edu
% 0.11/0.31  % Model    : x86_64 x86_64
% 0.11/0.31  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.11/0.31  % Memory   : 8042.1875MB
% 0.11/0.31  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.11/0.31  % CPULimit : 300
% 0.11/0.31  % WCLimit  : 600
% 0.11/0.31  % DateTime : Thu Jun  9 09:53:07 EDT 2022
% 0.11/0.31  % CPUTime  : 
% 0.16/0.33  
% 0.16/0.33   No.of.Axioms: 19
% 0.16/0.33  
% 0.16/0.33   Length.of.Defs: 0
% 0.16/0.33  
% 0.16/0.33   Contains.Choice.Funs: false
% 0.16/0.34  (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:600,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:21,loop_count:0,foatp_calls:0,translation:fof_full).......
% 0.16/0.44  
% 0.16/0.44  ********************************
% 0.16/0.44  *   All subproblems solved!    *
% 0.16/0.44  ********************************
% 0.16/0.44  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:171,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.16/0.45  
% 0.16/0.45  %**** Beginning of derivation protocol ****
% 0.16/0.45  % SZS output start CNFRefutation
% See solution above
% 0.16/0.45  
% 0.16/0.45  %**** End of derivation protocol ****
% 0.16/0.45  %**** no. of clauses in derivation: 172 ****
% 0.16/0.45  %**** clause counter: 171 ****
% 0.16/0.45  
% 0.16/0.45  % SZS status Unsatisfiable for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:171,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------