TSTP Solution File: SWV388+1 by LEO-II---1.7.0

View Problem - Process Solution

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

% Computer : n004.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 : Wed Jul 20 20:12:16 EDT 2022

% Result   : Theorem 0.41s 0.65s
% Output   : CNFRefutation 0.50s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   73
% Syntax   : Number of formulae    :  480 ( 322 unt;  30 typ;   0 def)
%            Number of atoms       : 2285 ( 886 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 5891 ( 611   ~; 623   |;  44   &;4553   @)
%                                         (  14 <=>;  46  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   42 (  42   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   33 (  30 usr;   8 con; 0-3 aty)
%            Number of variables   : 1582 (   0   ^1582   !;   0   ?;1582   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_bad,type,
    bad: $i ).

thf(tp_bottom,type,
    bottom: $i ).

thf(tp_check_cpq,type,
    check_cpq: $i > $o ).

thf(tp_contains_cpq,type,
    contains_cpq: $i > $i > $o ).

thf(tp_contains_slb,type,
    contains_slb: $i > $i > $o ).

thf(tp_create_slb,type,
    create_slb: $i ).

thf(tp_findmin_cpq_eff,type,
    findmin_cpq_eff: $i > $i ).

thf(tp_findmin_cpq_res,type,
    findmin_cpq_res: $i > $i ).

thf(tp_findmin_pqp_res,type,
    findmin_pqp_res: $i > $i ).

thf(tp_insert_cpq,type,
    insert_cpq: $i > $i > $i ).

thf(tp_insert_pqp,type,
    insert_pqp: $i > $i > $i ).

thf(tp_insert_slb,type,
    insert_slb: $i > $i > $i ).

thf(tp_isnonempty_slb,type,
    isnonempty_slb: $i > $o ).

thf(tp_less_than,type,
    less_than: $i > $i > $o ).

thf(tp_lookup_slb,type,
    lookup_slb: $i > $i > $i ).

thf(tp_ok,type,
    ok: $i > $o ).

thf(tp_pair,type,
    pair: $i > $i > $i ).

thf(tp_pair_in_list,type,
    pair_in_list: $i > $i > $i > $o ).

thf(tp_remove_cpq,type,
    remove_cpq: $i > $i > $i ).

thf(tp_remove_pqp,type,
    remove_pqp: $i > $i > $i ).

thf(tp_remove_slb,type,
    remove_slb: $i > $i > $i ).

thf(tp_removemin_cpq_eff,type,
    removemin_cpq_eff: $i > $i ).

thf(tp_removemin_cpq_res,type,
    removemin_cpq_res: $i > $i ).

thf(tp_sK1_U,type,
    sK1_U: $i ).

thf(tp_sK2_SY123,type,
    sK2_SY123: $i ).

thf(tp_sK3_SY125,type,
    sK3_SY125: $i ).

thf(tp_strictly_less_than,type,
    strictly_less_than: $i > $i > $o ).

thf(tp_succ_cpq,type,
    succ_cpq: $i > $i > $o ).

thf(tp_triple,type,
    triple: $i > $i > $i > $i ).

thf(tp_update_slb,type,
    update_slb: $i > $i > $i ).

thf(1,axiom,
    ! [U: $i] :
      ( ( removemin_cpq_res @ U )
      = ( findmin_cpq_res @ U ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax53) ).

thf(2,axiom,
    ! [U: $i] :
      ( ( removemin_cpq_eff @ U )
      = ( remove_cpq @ ( findmin_cpq_eff @ U ) @ ( findmin_cpq_res @ U ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax52) ).

thf(3,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( V != create_slb )
     => ( ( findmin_cpq_res @ ( triple @ U @ V @ W ) )
        = ( findmin_pqp_res @ U ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax51) ).

thf(4,axiom,
    ! [U: $i,V: $i] :
      ( ( findmin_cpq_res @ ( triple @ U @ create_slb @ V ) )
      = bottom ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax50) ).

thf(5,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( V != create_slb )
        & ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
        & ( less_than @ ( lookup_slb @ V @ ( findmin_pqp_res @ U ) ) @ ( findmin_pqp_res @ U ) ) )
     => ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
        = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax49) ).

thf(6,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( V != create_slb )
        & ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
        & ( strictly_less_than @ ( findmin_pqp_res @ U ) @ ( lookup_slb @ V @ ( findmin_pqp_res @ U ) ) ) )
     => ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
        = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ bad ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax48) ).

thf(7,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( V != create_slb )
        & ~ ( contains_slb @ V @ ( findmin_pqp_res @ U ) ) )
     => ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
        = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ bad ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax47) ).

thf(8,axiom,
    ! [U: $i,V: $i] :
      ( ( findmin_cpq_eff @ ( triple @ U @ create_slb @ V ) )
      = ( triple @ U @ create_slb @ bad ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax46) ).

thf(9,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( contains_slb @ V @ X )
        & ( strictly_less_than @ X @ ( lookup_slb @ V @ X ) ) )
     => ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
        = ( triple @ ( remove_pqp @ U @ X ) @ ( remove_slb @ V @ X ) @ bad ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax45) ).

thf(10,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( contains_slb @ V @ X )
        & ( less_than @ ( lookup_slb @ V @ X ) @ X ) )
     => ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
        = ( triple @ ( remove_pqp @ U @ X ) @ ( remove_slb @ V @ X ) @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax44) ).

thf(11,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ~ ( contains_slb @ V @ X )
     => ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
        = ( triple @ U @ V @ bad ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax43) ).

thf(12,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( insert_cpq @ ( triple @ U @ V @ W ) @ X )
      = ( triple @ ( insert_pqp @ U @ X ) @ ( insert_slb @ V @ ( pair @ X @ bottom ) ) @ W ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax42) ).

thf(13,axiom,
    ! [U: $i,V: $i,W: $i] :
      ( ~ ( ok @ ( triple @ U @ V @ W ) )
     => ( W = bad ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax41) ).

thf(14,axiom,
    ! [U: $i,V: $i] :
      ( ( ok @ ( triple @ U @ V @ bad ) )
    <=> $false ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax40) ).

thf(15,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( contains_cpq @ ( triple @ U @ V @ W ) @ X )
    <=> ( contains_slb @ V @ X ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax39) ).

thf(16,axiom,
    ! [U: $i,V: $i,W: $i,X: $i,Y: $i] :
      ( ( strictly_less_than @ X @ Y )
     => ( ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) )
      <=> $false ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax38) ).

thf(17,axiom,
    ! [U: $i,V: $i,W: $i,X: $i,Y: $i] :
      ( ( less_than @ Y @ X )
     => ( ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) )
      <=> ( check_cpq @ ( triple @ U @ V @ W ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax37) ).

thf(18,axiom,
    ! [U: $i,V: $i] : ( check_cpq @ ( triple @ U @ create_slb @ V ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax36) ).

thf(19,axiom,
    ! [U: $i,V: $i] :
      ( ( succ_cpq @ U @ V )
     => ( succ_cpq @ U @ ( removemin_cpq_eff @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax35) ).

thf(20,axiom,
    ! [U: $i,V: $i] :
      ( ( succ_cpq @ U @ V )
     => ( succ_cpq @ U @ ( findmin_cpq_eff @ V ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax34) ).

thf(21,axiom,
    ! [U: $i,V: $i,W: $i] :
      ( ( succ_cpq @ U @ V )
     => ( succ_cpq @ U @ ( remove_cpq @ V @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax33) ).

thf(22,axiom,
    ! [U: $i,V: $i,W: $i] :
      ( ( succ_cpq @ U @ V )
     => ( succ_cpq @ U @ ( insert_cpq @ V @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax32) ).

thf(23,axiom,
    ! [U: $i] : ( succ_cpq @ U @ U ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax31) ).

thf(24,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( less_than @ W @ X )
     => ( ( update_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
        = ( insert_slb @ ( update_slb @ U @ W ) @ ( pair @ V @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax30) ).

thf(25,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( strictly_less_than @ X @ W )
     => ( ( update_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
        = ( insert_slb @ ( update_slb @ U @ W ) @ ( pair @ V @ W ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax29) ).

thf(26,axiom,
    ! [U: $i] :
      ( ( update_slb @ create_slb @ U )
      = create_slb ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax28) ).

thf(27,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( V != W )
        & ( contains_slb @ U @ W ) )
     => ( ( lookup_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
        = ( lookup_slb @ U @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax27) ).

thf(28,axiom,
    ! [U: $i,V: $i,W: $i] :
      ( ( lookup_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) @ V )
      = W ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax26) ).

thf(29,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( V != W )
        & ( contains_slb @ U @ W ) )
     => ( ( remove_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
        = ( insert_slb @ ( remove_slb @ U @ W ) @ ( pair @ V @ X ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax25) ).

thf(30,axiom,
    ! [U: $i,V: $i,W: $i] :
      ( ( remove_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) @ V )
      = U ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax24) ).

thf(31,axiom,
    ! [U: $i,V: $i,W: $i,X: $i,Y: $i] :
      ( ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y )
    <=> ( ( pair_in_list @ U @ W @ Y )
        | ( ( V = W )
          & ( X = Y ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax23) ).

thf(32,axiom,
    ! [U: $i,V: $i] :
      ~ ( pair_in_list @ create_slb @ U @ V ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax22) ).

thf(33,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( contains_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
    <=> ( ( contains_slb @ U @ W )
        | ( V = W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax21) ).

thf(34,axiom,
    ! [U: $i] :
      ~ ( contains_slb @ create_slb @ U ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax20) ).

thf(35,axiom,
    ! [U: $i,V: $i,W: $i] : ( isnonempty_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax19) ).

thf(36,axiom,
    ~ ( isnonempty_slb @ create_slb ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',ax18) ).

thf(37,axiom,
    ! [U: $i] : ( less_than @ bottom @ U ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',bottom_smallest) ).

thf(38,axiom,
    ! [U: $i,V: $i] :
      ( ( strictly_less_than @ U @ V )
    <=> ( ( less_than @ U @ V )
        & ~ ( less_than @ V @ U ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',stricly_smaller_definition) ).

thf(39,axiom,
    ! [U: $i] : ( less_than @ U @ U ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',reflexivity) ).

thf(40,axiom,
    ! [U: $i,V: $i] :
      ( ( less_than @ U @ V )
      | ( less_than @ V @ U ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',totality) ).

thf(41,axiom,
    ! [U: $i,V: $i,W: $i] :
      ( ( ( less_than @ U @ V )
        & ( less_than @ V @ W ) )
     => ( less_than @ U @ W ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',transitivity) ).

thf(42,axiom,
    ! [U: $i,V: $i,W: $i] :
      ( ~ ( check_cpq @ ( triple @ U @ V @ W ) )
     => ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l24_l34) ).

thf(43,conjecture,
    ! [U: $i,V: $i,W: $i] :
      ( ~ ( check_cpq @ ( triple @ U @ V @ W ) )
     => ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) )
        | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l24_co) ).

thf(44,negated_conjecture,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ~ ( check_cpq @ ( triple @ U @ V @ W ) )
         => ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) )
            | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[43]) ).

thf(45,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ~ ( check_cpq @ ( triple @ U @ V @ W ) )
         => ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) )
            | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[44]) ).

thf(46,plain,
    ( ( ! [U: $i] :
          ( ( removemin_cpq_res @ U )
          = ( findmin_cpq_res @ U ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[1]) ).

thf(47,plain,
    ( ( ! [U: $i] :
          ( ( removemin_cpq_eff @ U )
          = ( remove_cpq @ ( findmin_cpq_eff @ U ) @ ( findmin_cpq_res @ U ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[2]) ).

thf(48,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( V != create_slb )
         => ( ( findmin_cpq_res @ ( triple @ U @ V @ W ) )
            = ( findmin_pqp_res @ U ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(49,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( findmin_cpq_res @ ( triple @ U @ create_slb @ V ) )
          = bottom ) )
    = $true ),
    inference(unfold_def,[status(thm)],[4]) ).

thf(50,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( V != create_slb )
            & ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
            & ( less_than @ ( lookup_slb @ V @ ( findmin_pqp_res @ U ) ) @ ( findmin_pqp_res @ U ) ) )
         => ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
            = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[5]) ).

thf(51,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( V != create_slb )
            & ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
            & ( strictly_less_than @ ( findmin_pqp_res @ U ) @ ( lookup_slb @ V @ ( findmin_pqp_res @ U ) ) ) )
         => ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
            = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ bad ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[6]) ).

thf(52,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( V != create_slb )
            & ~ ( contains_slb @ V @ ( findmin_pqp_res @ U ) ) )
         => ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
            = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ bad ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[7]) ).

thf(53,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( findmin_cpq_eff @ ( triple @ U @ create_slb @ V ) )
          = ( triple @ U @ create_slb @ bad ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[8]) ).

thf(54,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( contains_slb @ V @ X )
            & ( strictly_less_than @ X @ ( lookup_slb @ V @ X ) ) )
         => ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ ( remove_pqp @ U @ X ) @ ( remove_slb @ V @ X ) @ bad ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(55,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( contains_slb @ V @ X )
            & ( less_than @ ( lookup_slb @ V @ X ) @ X ) )
         => ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ ( remove_pqp @ U @ X ) @ ( remove_slb @ V @ X ) @ W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[10]) ).

thf(56,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( contains_slb @ V @ X )
         => ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ U @ V @ bad ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

thf(57,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( insert_cpq @ ( triple @ U @ V @ W ) @ X )
          = ( triple @ ( insert_pqp @ U @ X ) @ ( insert_slb @ V @ ( pair @ X @ bottom ) ) @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[12]) ).

thf(58,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ~ ( ok @ ( triple @ U @ V @ W ) )
         => ( W = bad ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[13]) ).

thf(59,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( ok @ ( triple @ U @ V @ bad ) )
        <=> $false ) )
    = $true ),
    inference(unfold_def,[status(thm)],[14]) ).

thf(60,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( contains_cpq @ ( triple @ U @ V @ W ) @ X )
        <=> ( contains_slb @ V @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[15]) ).

thf(61,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i,Y: $i] :
          ( ( strictly_less_than @ X @ Y )
         => ( ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) )
          <=> $false ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

thf(62,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i,Y: $i] :
          ( ( less_than @ Y @ X )
         => ( ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) )
          <=> ( check_cpq @ ( triple @ U @ V @ W ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[17]) ).

thf(63,plain,
    ( ( ! [U: $i,V: $i] : ( check_cpq @ ( triple @ U @ create_slb @ V ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[18]) ).

thf(64,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( succ_cpq @ U @ V )
         => ( succ_cpq @ U @ ( removemin_cpq_eff @ V ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(65,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( succ_cpq @ U @ V )
         => ( succ_cpq @ U @ ( findmin_cpq_eff @ V ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(66,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( succ_cpq @ U @ V )
         => ( succ_cpq @ U @ ( remove_cpq @ V @ W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(67,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( succ_cpq @ U @ V )
         => ( succ_cpq @ U @ ( insert_cpq @ V @ W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[22]) ).

thf(68,plain,
    ( ( ! [U: $i] : ( succ_cpq @ U @ U ) )
    = $true ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(69,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( less_than @ W @ X )
         => ( ( update_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
            = ( insert_slb @ ( update_slb @ U @ W ) @ ( pair @ V @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[24]) ).

thf(70,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( strictly_less_than @ X @ W )
         => ( ( update_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
            = ( insert_slb @ ( update_slb @ U @ W ) @ ( pair @ V @ W ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[25]) ).

thf(71,plain,
    ( ( ! [U: $i] :
          ( ( update_slb @ create_slb @ U )
          = create_slb ) )
    = $true ),
    inference(unfold_def,[status(thm)],[26]) ).

thf(72,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( V != W )
            & ( contains_slb @ U @ W ) )
         => ( ( lookup_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
            = ( lookup_slb @ U @ W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[27]) ).

thf(73,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( lookup_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) @ V )
          = W ) )
    = $true ),
    inference(unfold_def,[status(thm)],[28]) ).

thf(74,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( V != W )
            & ( contains_slb @ U @ W ) )
         => ( ( remove_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
            = ( insert_slb @ ( remove_slb @ U @ W ) @ ( pair @ V @ X ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[29]) ).

thf(75,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( remove_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) @ V )
          = U ) )
    = $true ),
    inference(unfold_def,[status(thm)],[30]) ).

thf(76,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i,Y: $i] :
          ( ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y )
        <=> ( ( pair_in_list @ U @ W @ Y )
            | ( ( V = W )
              & ( X = Y ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[31]) ).

thf(77,plain,
    ( ( ! [U: $i,V: $i] :
          ~ ( pair_in_list @ create_slb @ U @ V ) )
    = $true ),
    inference(unfold_def,[status(thm)],[32]) ).

thf(78,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( contains_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
        <=> ( ( contains_slb @ U @ W )
            | ( V = W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[33]) ).

thf(79,plain,
    ( ( ! [U: $i] :
          ~ ( contains_slb @ create_slb @ U ) )
    = $true ),
    inference(unfold_def,[status(thm)],[34]) ).

thf(80,plain,
    ( ( ! [U: $i,V: $i,W: $i] : ( isnonempty_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[35]) ).

thf(81,plain,
    ( ( ~ ( isnonempty_slb @ create_slb ) )
    = $true ),
    inference(unfold_def,[status(thm)],[36]) ).

thf(82,plain,
    ( ( ! [U: $i] : ( less_than @ bottom @ U ) )
    = $true ),
    inference(unfold_def,[status(thm)],[37]) ).

thf(83,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( strictly_less_than @ U @ V )
        <=> ( ( less_than @ U @ V )
            & ~ ( less_than @ V @ U ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[38]) ).

thf(84,plain,
    ( ( ! [U: $i] : ( less_than @ U @ U ) )
    = $true ),
    inference(unfold_def,[status(thm)],[39]) ).

thf(85,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( less_than @ U @ V )
          | ( less_than @ V @ U ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[40]) ).

thf(86,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( ( less_than @ U @ V )
            & ( less_than @ V @ W ) )
         => ( less_than @ U @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[41]) ).

thf(87,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ~ ( check_cpq @ ( triple @ U @ V @ W ) )
         => ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[42]) ).

thf(88,plain,
    ( ( ! [SY123: $i,SY124: $i] :
          ( ~ ( check_cpq @ ( triple @ sK1_U @ SY123 @ SY124 ) )
         => ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ SY123 @ SY124 ) ) )
            | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ SY123 @ SY124 ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[45]) ).

thf(89,plain,
    ( ( ! [SY125: $i] :
          ( ~ ( check_cpq @ ( triple @ sK1_U @ sK2_SY123 @ SY125 ) )
         => ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ SY125 ) ) )
            | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ SY125 ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[88]) ).

thf(90,plain,
    ( ( ~ ( check_cpq @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) )
     => ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
        | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[89]) ).

thf(91,plain,
    ( ( ~ ( check_cpq @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[90]) ).

thf(92,plain,
    ( ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
      | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[90]) ).

thf(93,plain,
    ( ( ~ ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
          | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[92]) ).

thf(94,plain,
    ( ( ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
      & ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[93]) ).

thf(95,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( V = create_slb )
          | ! [W: $i] :
              ( ( findmin_cpq_res @ ( triple @ U @ V @ W ) )
              = ( findmin_pqp_res @ U ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[48]) ).

thf(96,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( V = create_slb )
          | ~ ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
          | ~ ( less_than @ ( lookup_slb @ V @ ( findmin_pqp_res @ U ) ) @ ( findmin_pqp_res @ U ) )
          | ! [W: $i] :
              ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
              = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[50]) ).

thf(97,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( V = create_slb )
          | ~ ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
          | ~ ( strictly_less_than @ ( findmin_pqp_res @ U ) @ ( lookup_slb @ V @ ( findmin_pqp_res @ U ) ) )
          | ! [W: $i] :
              ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
              = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ bad ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[51]) ).

thf(98,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( V = create_slb )
          | ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
          | ! [W: $i] :
              ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
              = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ bad ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[52]) ).

thf(99,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( contains_slb @ V @ X )
          | ~ ( strictly_less_than @ X @ ( lookup_slb @ V @ X ) )
          | ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ ( remove_pqp @ U @ X ) @ ( remove_slb @ V @ X ) @ bad ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[54]) ).

thf(100,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( contains_slb @ V @ X )
          | ~ ( less_than @ ( lookup_slb @ V @ X ) @ X )
          | ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ ( remove_pqp @ U @ X ) @ ( remove_slb @ V @ X ) @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[55]) ).

thf(101,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( contains_slb @ V @ X )
          | ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ U @ V @ bad ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[56]) ).

thf(102,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( ok @ ( triple @ U @ V @ W ) )
          | ( W = bad ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[58]) ).

thf(103,plain,
    ( ( ! [U: $i,V: $i] :
          ~ ( ok @ ( triple @ U @ V @ bad ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[59]) ).

thf(104,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [W: $i,X: $i] :
              ( ~ ( contains_cpq @ ( triple @ U @ V @ W ) @ X )
              | ( contains_slb @ V @ X ) )
          & ! [W: $i,X: $i] :
              ( ~ ( contains_slb @ V @ X )
              | ( contains_cpq @ ( triple @ U @ V @ W ) @ X ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[60]) ).

thf(105,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i,Y: $i] :
          ( ~ ( strictly_less_than @ X @ Y )
          | ~ ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[61]) ).

thf(106,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ! [X: $i,Y: $i] :
              ( ~ ( less_than @ Y @ X )
              | ~ ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) )
              | ( check_cpq @ ( triple @ U @ V @ W ) ) )
          & ! [X: $i,Y: $i] :
              ( ~ ( less_than @ Y @ X )
              | ~ ( check_cpq @ ( triple @ U @ V @ W ) )
              | ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[62]) ).

thf(107,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( succ_cpq @ U @ V )
          | ( succ_cpq @ U @ ( removemin_cpq_eff @ V ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[64]) ).

thf(108,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( succ_cpq @ U @ V )
          | ( succ_cpq @ U @ ( findmin_cpq_eff @ V ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[65]) ).

thf(109,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( succ_cpq @ U @ V )
          | ! [W: $i] : ( succ_cpq @ U @ ( remove_cpq @ V @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[66]) ).

thf(110,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( succ_cpq @ U @ V )
          | ! [W: $i] : ( succ_cpq @ U @ ( insert_cpq @ V @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[67]) ).

thf(111,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( less_than @ W @ X )
          | ( ( update_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
            = ( insert_slb @ ( update_slb @ U @ W ) @ ( pair @ V @ X ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[69]) ).

thf(112,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( strictly_less_than @ X @ W )
          | ( ( update_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
            = ( insert_slb @ ( update_slb @ U @ W ) @ ( pair @ V @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[70]) ).

thf(113,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( V = W )
          | ~ ( contains_slb @ U @ W )
          | ! [X: $i] :
              ( ( lookup_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
              = ( lookup_slb @ U @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[72]) ).

thf(114,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( V = W )
          | ~ ( contains_slb @ U @ W )
          | ! [X: $i] :
              ( ( remove_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
              = ( insert_slb @ ( remove_slb @ U @ W ) @ ( pair @ V @ X ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[74]) ).

thf(115,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ! [X: $i,Y: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y )
              | ( V = W )
              | ( pair_in_list @ U @ W @ Y ) )
          & ! [X: $i,Y: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y )
              | ( X = Y )
              | ( pair_in_list @ U @ W @ Y ) )
          & ! [X: $i,Y: $i] :
              ( ( V != W )
              | ( X != Y )
              | ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y ) )
          & ! [X: $i,Y: $i] :
              ( ~ ( pair_in_list @ U @ W @ Y )
              | ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[76]) ).

thf(116,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [W: $i] :
              ( ! [X: $i] :
                  ~ ( contains_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
              | ( V = W )
              | ( contains_slb @ U @ W ) )
          & ! [W: $i] :
              ( ( V != W )
              | ! [X: $i] : ( contains_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W ) )
          & ! [W: $i] :
              ( ~ ( contains_slb @ U @ W )
              | ! [X: $i] : ( contains_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[78]) ).

thf(117,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( less_than @ U @ V )
          | ( less_than @ V @ U )
          | ( strictly_less_than @ U @ V ) )
      & ! [U: $i,V: $i] :
          ( ~ ( strictly_less_than @ U @ V )
          | ( less_than @ U @ V ) )
      & ! [U: $i,V: $i] :
          ( ~ ( strictly_less_than @ U @ V )
          | ~ ( less_than @ V @ U ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[83]) ).

thf(118,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ~ ( less_than @ U @ V )
          | ~ ( less_than @ V @ W )
          | ( less_than @ U @ W ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[86]) ).

thf(119,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( check_cpq @ ( triple @ U @ V @ W ) )
          | ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[87]) ).

thf(120,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( check_cpq @ ( triple @ U @ V @ W ) )
          | ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ U @ V @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[119]) ).

thf(121,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ~ ( less_than @ U @ V )
          | ~ ( less_than @ V @ W )
          | ( less_than @ U @ W ) ) )
    = $true ),
    inference(copy,[status(thm)],[118]) ).

thf(122,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( less_than @ U @ V )
          | ( less_than @ V @ U ) ) )
    = $true ),
    inference(copy,[status(thm)],[85]) ).

thf(123,plain,
    ( ( ! [U: $i] : ( less_than @ U @ U ) )
    = $true ),
    inference(copy,[status(thm)],[84]) ).

thf(124,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( less_than @ U @ V )
          | ( less_than @ V @ U )
          | ( strictly_less_than @ U @ V ) )
      & ! [U: $i,V: $i] :
          ( ~ ( strictly_less_than @ U @ V )
          | ( less_than @ U @ V ) )
      & ! [U: $i,V: $i] :
          ( ~ ( strictly_less_than @ U @ V )
          | ~ ( less_than @ V @ U ) ) )
    = $true ),
    inference(copy,[status(thm)],[117]) ).

thf(125,plain,
    ( ( ! [U: $i] : ( less_than @ bottom @ U ) )
    = $true ),
    inference(copy,[status(thm)],[82]) ).

thf(126,plain,
    ( ( ~ ( isnonempty_slb @ create_slb ) )
    = $true ),
    inference(copy,[status(thm)],[81]) ).

thf(127,plain,
    ( ( ! [U: $i,V: $i,W: $i] : ( isnonempty_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[80]) ).

thf(128,plain,
    ( ( ! [U: $i] :
          ~ ( contains_slb @ create_slb @ U ) )
    = $true ),
    inference(copy,[status(thm)],[79]) ).

thf(129,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [W: $i] :
              ( ! [X: $i] :
                  ~ ( contains_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
              | ( V = W )
              | ( contains_slb @ U @ W ) )
          & ! [W: $i] :
              ( ( V != W )
              | ! [X: $i] : ( contains_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W ) )
          & ! [W: $i] :
              ( ~ ( contains_slb @ U @ W )
              | ! [X: $i] : ( contains_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[116]) ).

thf(130,plain,
    ( ( ! [U: $i,V: $i] :
          ~ ( pair_in_list @ create_slb @ U @ V ) )
    = $true ),
    inference(copy,[status(thm)],[77]) ).

thf(131,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ! [X: $i,Y: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y )
              | ( V = W )
              | ( pair_in_list @ U @ W @ Y ) )
          & ! [X: $i,Y: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y )
              | ( X = Y )
              | ( pair_in_list @ U @ W @ Y ) )
          & ! [X: $i,Y: $i] :
              ( ( V != W )
              | ( X != Y )
              | ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y ) )
          & ! [X: $i,Y: $i] :
              ( ~ ( pair_in_list @ U @ W @ Y )
              | ( pair_in_list @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W @ Y ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[115]) ).

thf(132,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( remove_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) @ V )
          = U ) )
    = $true ),
    inference(copy,[status(thm)],[75]) ).

thf(133,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( V = W )
          | ~ ( contains_slb @ U @ W )
          | ! [X: $i] :
              ( ( remove_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
              = ( insert_slb @ ( remove_slb @ U @ W ) @ ( pair @ V @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[114]) ).

thf(134,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( lookup_slb @ ( insert_slb @ U @ ( pair @ V @ W ) ) @ V )
          = W ) )
    = $true ),
    inference(copy,[status(thm)],[73]) ).

thf(135,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( V = W )
          | ~ ( contains_slb @ U @ W )
          | ! [X: $i] :
              ( ( lookup_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
              = ( lookup_slb @ U @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[113]) ).

thf(136,plain,
    ( ( ! [U: $i] :
          ( ( update_slb @ create_slb @ U )
          = create_slb ) )
    = $true ),
    inference(copy,[status(thm)],[71]) ).

thf(137,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( strictly_less_than @ X @ W )
          | ( ( update_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
            = ( insert_slb @ ( update_slb @ U @ W ) @ ( pair @ V @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[112]) ).

thf(138,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( less_than @ W @ X )
          | ( ( update_slb @ ( insert_slb @ U @ ( pair @ V @ X ) ) @ W )
            = ( insert_slb @ ( update_slb @ U @ W ) @ ( pair @ V @ X ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[111]) ).

thf(139,plain,
    ( ( ! [U: $i] : ( succ_cpq @ U @ U ) )
    = $true ),
    inference(copy,[status(thm)],[68]) ).

thf(140,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( succ_cpq @ U @ V )
          | ! [W: $i] : ( succ_cpq @ U @ ( insert_cpq @ V @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[110]) ).

thf(141,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( succ_cpq @ U @ V )
          | ! [W: $i] : ( succ_cpq @ U @ ( remove_cpq @ V @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[109]) ).

thf(142,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( succ_cpq @ U @ V )
          | ( succ_cpq @ U @ ( findmin_cpq_eff @ V ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[108]) ).

thf(143,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( succ_cpq @ U @ V )
          | ( succ_cpq @ U @ ( removemin_cpq_eff @ V ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[107]) ).

thf(144,plain,
    ( ( ! [U: $i,V: $i] : ( check_cpq @ ( triple @ U @ create_slb @ V ) ) )
    = $true ),
    inference(copy,[status(thm)],[63]) ).

thf(145,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ! [X: $i,Y: $i] :
              ( ~ ( less_than @ Y @ X )
              | ~ ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) )
              | ( check_cpq @ ( triple @ U @ V @ W ) ) )
          & ! [X: $i,Y: $i] :
              ( ~ ( less_than @ Y @ X )
              | ~ ( check_cpq @ ( triple @ U @ V @ W ) )
              | ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[106]) ).

thf(146,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i,Y: $i] :
          ( ~ ( strictly_less_than @ X @ Y )
          | ~ ( check_cpq @ ( triple @ U @ ( insert_slb @ V @ ( pair @ X @ Y ) ) @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[105]) ).

thf(147,plain,
    ( ( ! [U: $i,V: $i] :
          ( ! [W: $i,X: $i] :
              ( ~ ( contains_cpq @ ( triple @ U @ V @ W ) @ X )
              | ( contains_slb @ V @ X ) )
          & ! [W: $i,X: $i] :
              ( ~ ( contains_slb @ V @ X )
              | ( contains_cpq @ ( triple @ U @ V @ W ) @ X ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[104]) ).

thf(148,plain,
    ( ( ! [U: $i,V: $i] :
          ~ ( ok @ ( triple @ U @ V @ bad ) ) )
    = $true ),
    inference(copy,[status(thm)],[103]) ).

thf(149,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( ok @ ( triple @ U @ V @ W ) )
          | ( W = bad ) ) )
    = $true ),
    inference(copy,[status(thm)],[102]) ).

thf(150,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( insert_cpq @ ( triple @ U @ V @ W ) @ X )
          = ( triple @ ( insert_pqp @ U @ X ) @ ( insert_slb @ V @ ( pair @ X @ bottom ) ) @ W ) ) )
    = $true ),
    inference(copy,[status(thm)],[57]) ).

thf(151,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( contains_slb @ V @ X )
          | ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ U @ V @ bad ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[101]) ).

thf(152,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( contains_slb @ V @ X )
          | ~ ( less_than @ ( lookup_slb @ V @ X ) @ X )
          | ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ ( remove_pqp @ U @ X ) @ ( remove_slb @ V @ X ) @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[100]) ).

thf(153,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( contains_slb @ V @ X )
          | ~ ( strictly_less_than @ X @ ( lookup_slb @ V @ X ) )
          | ( ( remove_cpq @ ( triple @ U @ V @ W ) @ X )
            = ( triple @ ( remove_pqp @ U @ X ) @ ( remove_slb @ V @ X ) @ bad ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[99]) ).

thf(154,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( findmin_cpq_eff @ ( triple @ U @ create_slb @ V ) )
          = ( triple @ U @ create_slb @ bad ) ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(155,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( V = create_slb )
          | ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
          | ! [W: $i] :
              ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
              = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ bad ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[98]) ).

thf(156,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( V = create_slb )
          | ~ ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
          | ~ ( strictly_less_than @ ( findmin_pqp_res @ U ) @ ( lookup_slb @ V @ ( findmin_pqp_res @ U ) ) )
          | ! [W: $i] :
              ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
              = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ bad ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[97]) ).

thf(157,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( V = create_slb )
          | ~ ( contains_slb @ V @ ( findmin_pqp_res @ U ) )
          | ~ ( less_than @ ( lookup_slb @ V @ ( findmin_pqp_res @ U ) ) @ ( findmin_pqp_res @ U ) )
          | ! [W: $i] :
              ( ( findmin_cpq_eff @ ( triple @ U @ V @ W ) )
              = ( triple @ U @ ( update_slb @ V @ ( findmin_pqp_res @ U ) ) @ W ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[96]) ).

thf(158,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( findmin_cpq_res @ ( triple @ U @ create_slb @ V ) )
          = bottom ) )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(159,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( V = create_slb )
          | ! [W: $i] :
              ( ( findmin_cpq_res @ ( triple @ U @ V @ W ) )
              = ( findmin_pqp_res @ U ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[95]) ).

thf(160,plain,
    ( ( ! [U: $i] :
          ( ( removemin_cpq_eff @ U )
          = ( remove_cpq @ ( findmin_cpq_eff @ U ) @ ( findmin_cpq_res @ U ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[47]) ).

thf(161,plain,
    ( ( ! [U: $i] :
          ( ( removemin_cpq_res @ U )
          = ( findmin_cpq_res @ U ) ) )
    = $true ),
    inference(copy,[status(thm)],[46]) ).

thf(162,plain,
    ( ( ~ ( check_cpq @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
    = $true ),
    inference(copy,[status(thm)],[91]) ).

thf(163,plain,
    ( ( ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
      & ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[94]) ).

thf(164,plain,
    ( ( ~ ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
          | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[163]) ).

thf(165,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ~ ( ~ ! [SX2: $i,SX3: $i] :
                  ( ~ ( contains_cpq @ ( triple @ SX0 @ SX1 @ SX2 ) @ SX3 )
                  | ( contains_slb @ SX1 @ SX3 ) )
            | ~ ! [SX2: $i,SX3: $i] :
                  ( ~ ( contains_slb @ SX1 @ SX3 )
                  | ( contains_cpq @ ( triple @ SX0 @ SX1 @ SX2 ) @ SX3 ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[147]) ).

thf(166,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ~ ( ~ ! [SX2: $i] :
                  ( ! [SX3: $i] :
                      ~ ( contains_slb @ ( insert_slb @ SX0 @ ( pair @ SX1 @ SX3 ) ) @ SX2 )
                  | ( SX1 = SX2 )
                  | ( contains_slb @ SX0 @ SX2 ) )
            | ~ ~ ( ~ ! [SX2: $i] :
                        ( ( SX1 != SX2 )
                        | ! [SX3: $i] : ( contains_slb @ ( insert_slb @ SX0 @ ( pair @ SX1 @ SX3 ) ) @ SX2 ) )
                  | ~ ! [SX2: $i] :
                        ( ~ ( contains_slb @ SX0 @ SX2 )
                        | ! [SX3: $i] : ( contains_slb @ ( insert_slb @ SX0 @ ( pair @ SX1 @ SX3 ) ) @ SX2 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[129]) ).

thf(167,plain,
    ( ( ! [SX0: $i,SX1: $i,SX2: $i] :
          ~ ( ~ ~ ( ~ ! [SX3: $i,SX4: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SX0 @ ( pair @ SX1 @ SX3 ) ) @ SX2 @ SX4 )
                        | ( SX1 = SX2 )
                        | ( pair_in_list @ SX0 @ SX2 @ SX4 ) )
                  | ~ ! [SX3: $i,SX4: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SX0 @ ( pair @ SX1 @ SX3 ) ) @ SX2 @ SX4 )
                        | ( SX3 = SX4 )
                        | ( pair_in_list @ SX0 @ SX2 @ SX4 ) ) )
            | ~ ~ ( ~ ! [SX3: $i,SX4: $i] :
                        ( ( SX1 != SX2 )
                        | ( SX3 != SX4 )
                        | ( pair_in_list @ ( insert_slb @ SX0 @ ( pair @ SX1 @ SX3 ) ) @ SX2 @ SX4 ) )
                  | ~ ! [SX3: $i,SX4: $i] :
                        ( ~ ( pair_in_list @ SX0 @ SX2 @ SX4 )
                        | ( pair_in_list @ ( insert_slb @ SX0 @ ( pair @ SX1 @ SX3 ) ) @ SX2 @ SX4 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[131]) ).

thf(168,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( less_than @ SX0 @ SX1 )
                | ( less_than @ SX1 @ SX0 )
                | ( strictly_less_than @ SX0 @ SX1 ) )
          | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( strictly_less_than @ SX0 @ SX1 )
                      | ( less_than @ SX0 @ SX1 ) )
                | ~ ! [SX0: $i,SX1: $i] :
                      ( ~ ( strictly_less_than @ SX0 @ SX1 )
                      | ~ ( less_than @ SX1 @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[124]) ).

thf(169,plain,
    ( ( ! [SX0: $i,SX1: $i,SX2: $i] :
          ~ ( ~ ! [SX3: $i,SX4: $i] :
                  ( ~ ( less_than @ SX4 @ SX3 )
                  | ~ ( check_cpq @ ( triple @ SX0 @ ( insert_slb @ SX1 @ ( pair @ SX3 @ SX4 ) ) @ SX2 ) )
                  | ( check_cpq @ ( triple @ SX0 @ SX1 @ SX2 ) ) )
            | ~ ! [SX3: $i,SX4: $i] :
                  ( ~ ( less_than @ SX4 @ SX3 )
                  | ~ ( check_cpq @ ( triple @ SX0 @ SX1 @ SX2 ) )
                  | ( check_cpq @ ( triple @ SX0 @ ( insert_slb @ SX1 @ ( pair @ SX3 @ SX4 ) ) @ SX2 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[145]) ).

thf(170,plain,
    ! [SV1: $i] :
      ( ( ! [SY126: $i,SY127: $i] :
            ( ( check_cpq @ ( triple @ SV1 @ SY126 @ SY127 ) )
            | ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ SV1 @ SY126 @ SY127 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(171,plain,
    ! [SV2: $i] :
      ( ( ! [SY128: $i,SY129: $i] :
            ( ~ ( less_than @ SV2 @ SY128 )
            | ~ ( less_than @ SY128 @ SY129 )
            | ( less_than @ SV2 @ SY129 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

thf(172,plain,
    ! [SV3: $i] :
      ( ( ! [SY130: $i] :
            ( ( less_than @ SV3 @ SY130 )
            | ( less_than @ SY130 @ SV3 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[122]) ).

thf(173,plain,
    ! [SV4: $i] :
      ( ( less_than @ SV4 @ SV4 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(174,plain,
    ! [SV5: $i] :
      ( ( less_than @ bottom @ SV5 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(175,plain,
    ( ( isnonempty_slb @ create_slb )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[126]) ).

thf(176,plain,
    ! [SV6: $i] :
      ( ( ! [SY131: $i,SY132: $i] : ( isnonempty_slb @ ( insert_slb @ SV6 @ ( pair @ SY131 @ SY132 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

thf(177,plain,
    ! [SV7: $i] :
      ( ( ~ ( contains_slb @ create_slb @ SV7 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(178,plain,
    ! [SV8: $i] :
      ( ( ! [SY133: $i] :
            ~ ( pair_in_list @ create_slb @ SV8 @ SY133 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

thf(179,plain,
    ! [SV9: $i] :
      ( ( ! [SY134: $i,SY135: $i] :
            ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SY134 @ SY135 ) ) @ SY134 )
            = SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[132]) ).

thf(180,plain,
    ! [SV10: $i] :
      ( ( ! [SY136: $i,SY137: $i] :
            ( ( SY136 = SY137 )
            | ~ ( contains_slb @ SV10 @ SY137 )
            | ! [SY138: $i] :
                ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SY136 @ SY138 ) ) @ SY137 )
                = ( insert_slb @ ( remove_slb @ SV10 @ SY137 ) @ ( pair @ SY136 @ SY138 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(181,plain,
    ! [SV11: $i] :
      ( ( ! [SY139: $i,SY140: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SY139 @ SY140 ) ) @ SY139 )
            = SY140 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[134]) ).

thf(182,plain,
    ! [SV12: $i] :
      ( ( ! [SY141: $i,SY142: $i] :
            ( ( SY141 = SY142 )
            | ~ ( contains_slb @ SV12 @ SY142 )
            | ! [SY143: $i] :
                ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SY141 @ SY143 ) ) @ SY142 )
                = ( lookup_slb @ SV12 @ SY142 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

thf(183,plain,
    ! [SV13: $i] :
      ( ( ( update_slb @ create_slb @ SV13 )
        = create_slb )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[136]) ).

thf(184,plain,
    ! [SV14: $i] :
      ( ( ! [SY144: $i,SY145: $i,SY146: $i] :
            ( ~ ( strictly_less_than @ SY146 @ SY145 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SY144 @ SY146 ) ) @ SY145 )
              = ( insert_slb @ ( update_slb @ SV14 @ SY145 ) @ ( pair @ SY144 @ SY145 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(185,plain,
    ! [SV15: $i] :
      ( ( ! [SY147: $i,SY148: $i,SY149: $i] :
            ( ~ ( less_than @ SY148 @ SY149 )
            | ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SY147 @ SY149 ) ) @ SY148 )
              = ( insert_slb @ ( update_slb @ SV15 @ SY148 ) @ ( pair @ SY147 @ SY149 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

thf(186,plain,
    ! [SV16: $i] :
      ( ( succ_cpq @ SV16 @ SV16 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[139]) ).

thf(187,plain,
    ! [SV17: $i] :
      ( ( ! [SY150: $i] :
            ( ~ ( succ_cpq @ SV17 @ SY150 )
            | ! [SY151: $i] : ( succ_cpq @ SV17 @ ( insert_cpq @ SY150 @ SY151 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

thf(188,plain,
    ! [SV18: $i] :
      ( ( ! [SY152: $i] :
            ( ~ ( succ_cpq @ SV18 @ SY152 )
            | ! [SY153: $i] : ( succ_cpq @ SV18 @ ( remove_cpq @ SY152 @ SY153 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[141]) ).

thf(189,plain,
    ! [SV19: $i] :
      ( ( ! [SY154: $i] :
            ( ~ ( succ_cpq @ SV19 @ SY154 )
            | ( succ_cpq @ SV19 @ ( findmin_cpq_eff @ SY154 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[142]) ).

thf(190,plain,
    ! [SV20: $i] :
      ( ( ! [SY155: $i] :
            ( ~ ( succ_cpq @ SV20 @ SY155 )
            | ( succ_cpq @ SV20 @ ( removemin_cpq_eff @ SY155 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[143]) ).

thf(191,plain,
    ! [SV21: $i] :
      ( ( ! [SY156: $i] : ( check_cpq @ ( triple @ SV21 @ create_slb @ SY156 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[144]) ).

thf(192,plain,
    ! [SV22: $i] :
      ( ( ! [SY157: $i,SY158: $i,SY159: $i,SY160: $i] :
            ( ~ ( strictly_less_than @ SY159 @ SY160 )
            | ~ ( check_cpq @ ( triple @ SV22 @ ( insert_slb @ SY157 @ ( pair @ SY159 @ SY160 ) ) @ SY158 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[146]) ).

thf(193,plain,
    ! [SV23: $i] :
      ( ( ! [SY161: $i] :
            ~ ( ok @ ( triple @ SV23 @ SY161 @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[148]) ).

thf(194,plain,
    ! [SV24: $i] :
      ( ( ! [SY162: $i,SY163: $i] :
            ( ( ok @ ( triple @ SV24 @ SY162 @ SY163 ) )
            | ( SY163 = bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[149]) ).

thf(195,plain,
    ! [SV25: $i] :
      ( ( ! [SY164: $i,SY165: $i,SY166: $i] :
            ( ( insert_cpq @ ( triple @ SV25 @ SY164 @ SY165 ) @ SY166 )
            = ( triple @ ( insert_pqp @ SV25 @ SY166 ) @ ( insert_slb @ SY164 @ ( pair @ SY166 @ bottom ) ) @ SY165 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

thf(196,plain,
    ! [SV26: $i] :
      ( ( ! [SY167: $i,SY168: $i,SY169: $i] :
            ( ( contains_slb @ SY167 @ SY169 )
            | ( ( remove_cpq @ ( triple @ SV26 @ SY167 @ SY168 ) @ SY169 )
              = ( triple @ SV26 @ SY167 @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[151]) ).

thf(197,plain,
    ! [SV27: $i] :
      ( ( ! [SY170: $i,SY171: $i,SY172: $i] :
            ( ~ ( contains_slb @ SY170 @ SY172 )
            | ~ ( less_than @ ( lookup_slb @ SY170 @ SY172 ) @ SY172 )
            | ( ( remove_cpq @ ( triple @ SV27 @ SY170 @ SY171 ) @ SY172 )
              = ( triple @ ( remove_pqp @ SV27 @ SY172 ) @ ( remove_slb @ SY170 @ SY172 ) @ SY171 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[152]) ).

thf(198,plain,
    ! [SV28: $i] :
      ( ( ! [SY173: $i,SY174: $i,SY175: $i] :
            ( ~ ( contains_slb @ SY173 @ SY175 )
            | ~ ( strictly_less_than @ SY175 @ ( lookup_slb @ SY173 @ SY175 ) )
            | ( ( remove_cpq @ ( triple @ SV28 @ SY173 @ SY174 ) @ SY175 )
              = ( triple @ ( remove_pqp @ SV28 @ SY175 ) @ ( remove_slb @ SY173 @ SY175 ) @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

thf(199,plain,
    ! [SV29: $i] :
      ( ( ! [SY176: $i] :
            ( ( findmin_cpq_eff @ ( triple @ SV29 @ create_slb @ SY176 ) )
            = ( triple @ SV29 @ create_slb @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[154]) ).

thf(200,plain,
    ! [SV30: $i] :
      ( ( ! [SY177: $i] :
            ( ( SY177 = create_slb )
            | ( contains_slb @ SY177 @ ( findmin_pqp_res @ SV30 ) )
            | ! [SY178: $i] :
                ( ( findmin_cpq_eff @ ( triple @ SV30 @ SY177 @ SY178 ) )
                = ( triple @ SV30 @ ( update_slb @ SY177 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[155]) ).

thf(201,plain,
    ! [SV31: $i] :
      ( ( ! [SY179: $i] :
            ( ( SY179 = create_slb )
            | ~ ( contains_slb @ SY179 @ ( findmin_pqp_res @ SV31 ) )
            | ~ ( strictly_less_than @ ( findmin_pqp_res @ SV31 ) @ ( lookup_slb @ SY179 @ ( findmin_pqp_res @ SV31 ) ) )
            | ! [SY180: $i] :
                ( ( findmin_cpq_eff @ ( triple @ SV31 @ SY179 @ SY180 ) )
                = ( triple @ SV31 @ ( update_slb @ SY179 @ ( findmin_pqp_res @ SV31 ) ) @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[156]) ).

thf(202,plain,
    ! [SV32: $i] :
      ( ( ! [SY181: $i] :
            ( ( SY181 = create_slb )
            | ~ ( contains_slb @ SY181 @ ( findmin_pqp_res @ SV32 ) )
            | ~ ( less_than @ ( lookup_slb @ SY181 @ ( findmin_pqp_res @ SV32 ) ) @ ( findmin_pqp_res @ SV32 ) )
            | ! [SY182: $i] :
                ( ( findmin_cpq_eff @ ( triple @ SV32 @ SY181 @ SY182 ) )
                = ( triple @ SV32 @ ( update_slb @ SY181 @ ( findmin_pqp_res @ SV32 ) ) @ SY182 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[157]) ).

thf(203,plain,
    ! [SV33: $i] :
      ( ( ! [SY183: $i] :
            ( ( findmin_cpq_res @ ( triple @ SV33 @ create_slb @ SY183 ) )
            = bottom ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

thf(204,plain,
    ! [SV34: $i] :
      ( ( ! [SY184: $i] :
            ( ( SY184 = create_slb )
            | ! [SY185: $i] :
                ( ( findmin_cpq_res @ ( triple @ SV34 @ SY184 @ SY185 ) )
                = ( findmin_pqp_res @ SV34 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[159]) ).

thf(205,plain,
    ! [SV35: $i] :
      ( ( ( removemin_cpq_eff @ SV35 )
        = ( remove_cpq @ ( findmin_cpq_eff @ SV35 ) @ ( findmin_cpq_res @ SV35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[160]) ).

thf(206,plain,
    ! [SV36: $i] :
      ( ( ( removemin_cpq_res @ SV36 )
        = ( findmin_cpq_res @ SV36 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[161]) ).

thf(207,plain,
    ( ( check_cpq @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[162]) ).

thf(208,plain,
    ( ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
      | ~ ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[164]) ).

thf(209,plain,
    ! [SV37: $i] :
      ( ( ! [SY186: $i] :
            ~ ( ~ ! [SY187: $i,SY188: $i] :
                    ( ~ ( contains_cpq @ ( triple @ SV37 @ SY186 @ SY187 ) @ SY188 )
                    | ( contains_slb @ SY186 @ SY188 ) )
              | ~ ! [SY189: $i,SY190: $i] :
                    ( ~ ( contains_slb @ SY186 @ SY190 )
                    | ( contains_cpq @ ( triple @ SV37 @ SY186 @ SY189 ) @ SY190 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[165]) ).

thf(210,plain,
    ! [SV38: $i] :
      ( ( ! [SY191: $i] :
            ~ ( ~ ! [SY192: $i] :
                    ( ! [SY193: $i] :
                        ~ ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SY191 @ SY193 ) ) @ SY192 )
                    | ( SY191 = SY192 )
                    | ( contains_slb @ SV38 @ SY192 ) )
              | ~ ~ ( ~ ! [SY194: $i] :
                          ( ( SY191 != SY194 )
                          | ! [SY195: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SY191 @ SY195 ) ) @ SY194 ) )
                    | ~ ! [SY196: $i] :
                          ( ~ ( contains_slb @ SV38 @ SY196 )
                          | ! [SY197: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SY191 @ SY197 ) ) @ SY196 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(211,plain,
    ! [SV39: $i] :
      ( ( ! [SY198: $i,SY199: $i] :
            ~ ( ~ ~ ( ~ ! [SY200: $i,SY201: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SY198 @ SY200 ) ) @ SY199 @ SY201 )
                          | ( SY198 = SY199 )
                          | ( pair_in_list @ SV39 @ SY199 @ SY201 ) )
                    | ~ ! [SY202: $i,SY203: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SY198 @ SY202 ) ) @ SY199 @ SY203 )
                          | ( SY202 = SY203 )
                          | ( pair_in_list @ SV39 @ SY199 @ SY203 ) ) )
              | ~ ~ ( ~ ! [SY204: $i,SY205: $i] :
                          ( ( SY198 != SY199 )
                          | ( SY204 != SY205 )
                          | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SY198 @ SY204 ) ) @ SY199 @ SY205 ) )
                    | ~ ! [SY206: $i,SY207: $i] :
                          ( ~ ( pair_in_list @ SV39 @ SY199 @ SY207 )
                          | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SY198 @ SY206 ) ) @ SY199 @ SY207 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[167]) ).

thf(212,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( less_than @ SX0 @ SX1 )
            | ( less_than @ SX1 @ SX0 )
            | ( strictly_less_than @ SX0 @ SX1 ) )
      | ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( strictly_less_than @ SX0 @ SX1 )
                  | ( less_than @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( strictly_less_than @ SX0 @ SX1 )
                  | ~ ( less_than @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[168]) ).

thf(213,plain,
    ! [SV40: $i] :
      ( ( ! [SY208: $i,SY209: $i] :
            ~ ( ~ ! [SY210: $i,SY211: $i] :
                    ( ~ ( less_than @ SY211 @ SY210 )
                    | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SY208 @ ( pair @ SY210 @ SY211 ) ) @ SY209 ) )
                    | ( check_cpq @ ( triple @ SV40 @ SY208 @ SY209 ) ) )
              | ~ ! [SY212: $i,SY213: $i] :
                    ( ~ ( less_than @ SY213 @ SY212 )
                    | ~ ( check_cpq @ ( triple @ SV40 @ SY208 @ SY209 ) )
                    | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SY208 @ ( pair @ SY212 @ SY213 ) ) @ SY209 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[169]) ).

thf(214,plain,
    ! [SV41: $i,SV1: $i] :
      ( ( ! [SY214: $i] :
            ( ( check_cpq @ ( triple @ SV1 @ SV41 @ SY214 ) )
            | ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ SV1 @ SV41 @ SY214 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[170]) ).

thf(215,plain,
    ! [SV42: $i,SV2: $i] :
      ( ( ! [SY215: $i] :
            ( ~ ( less_than @ SV2 @ SV42 )
            | ~ ( less_than @ SV42 @ SY215 )
            | ( less_than @ SV2 @ SY215 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[171]) ).

thf(216,plain,
    ! [SV43: $i,SV3: $i] :
      ( ( ( less_than @ SV3 @ SV43 )
        | ( less_than @ SV43 @ SV3 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[172]) ).

thf(217,plain,
    ! [SV44: $i,SV6: $i] :
      ( ( ! [SY216: $i] : ( isnonempty_slb @ ( insert_slb @ SV6 @ ( pair @ SV44 @ SY216 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[176]) ).

thf(218,plain,
    ! [SV7: $i] :
      ( ( contains_slb @ create_slb @ SV7 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[177]) ).

thf(219,plain,
    ! [SV45: $i,SV8: $i] :
      ( ( ~ ( pair_in_list @ create_slb @ SV8 @ SV45 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[178]) ).

thf(220,plain,
    ! [SV46: $i,SV9: $i] :
      ( ( ! [SY217: $i] :
            ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV46 @ SY217 ) ) @ SV46 )
            = SV9 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[179]) ).

thf(221,plain,
    ! [SV10: $i,SV47: $i] :
      ( ( ! [SY218: $i] :
            ( ( SV47 = SY218 )
            | ~ ( contains_slb @ SV10 @ SY218 )
            | ! [SY219: $i] :
                ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SV47 @ SY219 ) ) @ SY218 )
                = ( insert_slb @ ( remove_slb @ SV10 @ SY218 ) @ ( pair @ SV47 @ SY219 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

thf(222,plain,
    ! [SV48: $i,SV11: $i] :
      ( ( ! [SY220: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV48 @ SY220 ) ) @ SV48 )
            = SY220 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

thf(223,plain,
    ! [SV12: $i,SV49: $i] :
      ( ( ! [SY221: $i] :
            ( ( SV49 = SY221 )
            | ~ ( contains_slb @ SV12 @ SY221 )
            | ! [SY222: $i] :
                ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SV49 @ SY222 ) ) @ SY221 )
                = ( lookup_slb @ SV12 @ SY221 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[182]) ).

thf(224,plain,
    ! [SV50: $i,SV14: $i] :
      ( ( ! [SY223: $i,SY224: $i] :
            ( ~ ( strictly_less_than @ SY224 @ SY223 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SY224 ) ) @ SY223 )
              = ( insert_slb @ ( update_slb @ SV14 @ SY223 ) @ ( pair @ SV50 @ SY223 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

thf(225,plain,
    ! [SV51: $i,SV15: $i] :
      ( ( ! [SY225: $i,SY226: $i] :
            ( ~ ( less_than @ SY225 @ SY226 )
            | ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV51 @ SY226 ) ) @ SY225 )
              = ( insert_slb @ ( update_slb @ SV15 @ SY225 ) @ ( pair @ SV51 @ SY226 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[185]) ).

thf(226,plain,
    ! [SV52: $i,SV17: $i] :
      ( ( ~ ( succ_cpq @ SV17 @ SV52 )
        | ! [SY227: $i] : ( succ_cpq @ SV17 @ ( insert_cpq @ SV52 @ SY227 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[187]) ).

thf(227,plain,
    ! [SV53: $i,SV18: $i] :
      ( ( ~ ( succ_cpq @ SV18 @ SV53 )
        | ! [SY228: $i] : ( succ_cpq @ SV18 @ ( remove_cpq @ SV53 @ SY228 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[188]) ).

thf(228,plain,
    ! [SV54: $i,SV19: $i] :
      ( ( ~ ( succ_cpq @ SV19 @ SV54 )
        | ( succ_cpq @ SV19 @ ( findmin_cpq_eff @ SV54 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[189]) ).

thf(229,plain,
    ! [SV55: $i,SV20: $i] :
      ( ( ~ ( succ_cpq @ SV20 @ SV55 )
        | ( succ_cpq @ SV20 @ ( removemin_cpq_eff @ SV55 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[190]) ).

thf(230,plain,
    ! [SV56: $i,SV21: $i] :
      ( ( check_cpq @ ( triple @ SV21 @ create_slb @ SV56 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[191]) ).

thf(231,plain,
    ! [SV57: $i,SV22: $i] :
      ( ( ! [SY229: $i,SY230: $i,SY231: $i] :
            ( ~ ( strictly_less_than @ SY230 @ SY231 )
            | ~ ( check_cpq @ ( triple @ SV22 @ ( insert_slb @ SV57 @ ( pair @ SY230 @ SY231 ) ) @ SY229 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

thf(232,plain,
    ! [SV58: $i,SV23: $i] :
      ( ( ~ ( ok @ ( triple @ SV23 @ SV58 @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

thf(233,plain,
    ! [SV59: $i,SV24: $i] :
      ( ( ! [SY232: $i] :
            ( ( ok @ ( triple @ SV24 @ SV59 @ SY232 ) )
            | ( SY232 = bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[194]) ).

thf(234,plain,
    ! [SV60: $i,SV25: $i] :
      ( ( ! [SY233: $i,SY234: $i] :
            ( ( insert_cpq @ ( triple @ SV25 @ SV60 @ SY233 ) @ SY234 )
            = ( triple @ ( insert_pqp @ SV25 @ SY234 ) @ ( insert_slb @ SV60 @ ( pair @ SY234 @ bottom ) ) @ SY233 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[195]) ).

thf(235,plain,
    ! [SV26: $i,SV61: $i] :
      ( ( ! [SY235: $i,SY236: $i] :
            ( ( contains_slb @ SV61 @ SY236 )
            | ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SY235 ) @ SY236 )
              = ( triple @ SV26 @ SV61 @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[196]) ).

thf(236,plain,
    ! [SV27: $i,SV62: $i] :
      ( ( ! [SY237: $i,SY238: $i] :
            ( ~ ( contains_slb @ SV62 @ SY238 )
            | ~ ( less_than @ ( lookup_slb @ SV62 @ SY238 ) @ SY238 )
            | ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SY237 ) @ SY238 )
              = ( triple @ ( remove_pqp @ SV27 @ SY238 ) @ ( remove_slb @ SV62 @ SY238 ) @ SY237 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[197]) ).

thf(237,plain,
    ! [SV28: $i,SV63: $i] :
      ( ( ! [SY239: $i,SY240: $i] :
            ( ~ ( contains_slb @ SV63 @ SY240 )
            | ~ ( strictly_less_than @ SY240 @ ( lookup_slb @ SV63 @ SY240 ) )
            | ( ( remove_cpq @ ( triple @ SV28 @ SV63 @ SY239 ) @ SY240 )
              = ( triple @ ( remove_pqp @ SV28 @ SY240 ) @ ( remove_slb @ SV63 @ SY240 ) @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[198]) ).

thf(238,plain,
    ! [SV64: $i,SV29: $i] :
      ( ( ( findmin_cpq_eff @ ( triple @ SV29 @ create_slb @ SV64 ) )
        = ( triple @ SV29 @ create_slb @ bad ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[199]) ).

thf(239,plain,
    ! [SV30: $i,SV65: $i] :
      ( ( ( SV65 = create_slb )
        | ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) )
        | ! [SY241: $i] :
            ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SY241 ) )
            = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[200]) ).

thf(240,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( SV66 = create_slb )
        | ~ ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) )
        | ~ ( strictly_less_than @ ( findmin_pqp_res @ SV31 ) @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) )
        | ! [SY242: $i] :
            ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY242 ) )
            = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[201]) ).

thf(241,plain,
    ! [SV32: $i,SV67: $i] :
      ( ( ( SV67 = create_slb )
        | ~ ( contains_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) )
        | ~ ( less_than @ ( lookup_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ ( findmin_pqp_res @ SV32 ) )
        | ! [SY243: $i] :
            ( ( findmin_cpq_eff @ ( triple @ SV32 @ SV67 @ SY243 ) )
            = ( triple @ SV32 @ ( update_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ SY243 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[202]) ).

thf(242,plain,
    ! [SV68: $i,SV33: $i] :
      ( ( ( findmin_cpq_res @ ( triple @ SV33 @ create_slb @ SV68 ) )
        = bottom )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[203]) ).

thf(243,plain,
    ! [SV34: $i,SV69: $i] :
      ( ( ( SV69 = create_slb )
        | ! [SY244: $i] :
            ( ( findmin_cpq_res @ ( triple @ SV34 @ SV69 @ SY244 ) )
            = ( findmin_pqp_res @ SV34 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[204]) ).

thf(244,plain,
    ( ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[208]) ).

thf(245,plain,
    ( ( ~ ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[208]) ).

thf(246,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ~ ( ~ ! [SY245: $i,SY246: $i] :
                  ( ~ ( contains_cpq @ ( triple @ SV37 @ SV70 @ SY245 ) @ SY246 )
                  | ( contains_slb @ SV70 @ SY246 ) )
            | ~ ! [SY247: $i,SY248: $i] :
                  ( ~ ( contains_slb @ SV70 @ SY248 )
                  | ( contains_cpq @ ( triple @ SV37 @ SV70 @ SY247 ) @ SY248 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[209]) ).

thf(247,plain,
    ! [SV71: $i,SV38: $i] :
      ( ( ~ ( ~ ! [SY249: $i] :
                  ( ! [SY250: $i] :
                      ~ ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY250 ) ) @ SY249 )
                  | ( SV71 = SY249 )
                  | ( contains_slb @ SV38 @ SY249 ) )
            | ~ ~ ( ~ ! [SY251: $i] :
                        ( ( SV71 != SY251 )
                        | ! [SY252: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY252 ) ) @ SY251 ) )
                  | ~ ! [SY253: $i] :
                        ( ~ ( contains_slb @ SV38 @ SY253 )
                        | ! [SY254: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY254 ) ) @ SY253 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[210]) ).

thf(248,plain,
    ! [SV72: $i,SV39: $i] :
      ( ( ! [SY255: $i] :
            ~ ( ~ ~ ( ~ ! [SY256: $i,SY257: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY256 ) ) @ SY255 @ SY257 )
                          | ( SV72 = SY255 )
                          | ( pair_in_list @ SV39 @ SY255 @ SY257 ) )
                    | ~ ! [SY258: $i,SY259: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY258 ) ) @ SY255 @ SY259 )
                          | ( SY258 = SY259 )
                          | ( pair_in_list @ SV39 @ SY255 @ SY259 ) ) )
              | ~ ~ ( ~ ! [SY260: $i,SY261: $i] :
                          ( ( SV72 != SY255 )
                          | ( SY260 != SY261 )
                          | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY260 ) ) @ SY255 @ SY261 ) )
                    | ~ ! [SY262: $i,SY263: $i] :
                          ( ~ ( pair_in_list @ SV39 @ SY255 @ SY263 )
                          | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY262 ) ) @ SY255 @ SY263 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[211]) ).

thf(249,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( less_than @ SX0 @ SX1 )
            | ( less_than @ SX1 @ SX0 )
            | ( strictly_less_than @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[212]) ).

thf(250,plain,
    ( ( ~ ~ ( ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( strictly_less_than @ SX0 @ SX1 )
                  | ( less_than @ SX0 @ SX1 ) )
            | ~ ! [SX0: $i,SX1: $i] :
                  ( ~ ( strictly_less_than @ SX0 @ SX1 )
                  | ~ ( less_than @ SX1 @ SX0 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[212]) ).

thf(251,plain,
    ! [SV73: $i,SV40: $i] :
      ( ( ! [SY264: $i] :
            ~ ( ~ ! [SY265: $i,SY266: $i] :
                    ( ~ ( less_than @ SY266 @ SY265 )
                    | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY265 @ SY266 ) ) @ SY264 ) )
                    | ( check_cpq @ ( triple @ SV40 @ SV73 @ SY264 ) ) )
              | ~ ! [SY267: $i,SY268: $i] :
                    ( ~ ( less_than @ SY268 @ SY267 )
                    | ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SY264 ) )
                    | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY267 @ SY268 ) ) @ SY264 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

thf(252,plain,
    ! [SV74: $i,SV41: $i,SV1: $i] :
      ( ( ( check_cpq @ ( triple @ SV1 @ SV41 @ SV74 ) )
        | ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ SV1 @ SV41 @ SV74 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[214]) ).

thf(253,plain,
    ! [SV75: $i,SV42: $i,SV2: $i] :
      ( ( ~ ( less_than @ SV2 @ SV42 )
        | ~ ( less_than @ SV42 @ SV75 )
        | ( less_than @ SV2 @ SV75 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[215]) ).

thf(254,plain,
    ! [SV43: $i,SV3: $i] :
      ( ( ( less_than @ SV3 @ SV43 )
        = $true )
      | ( ( less_than @ SV43 @ SV3 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[216]) ).

thf(255,plain,
    ! [SV76: $i,SV44: $i,SV6: $i] :
      ( ( isnonempty_slb @ ( insert_slb @ SV6 @ ( pair @ SV44 @ SV76 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[217]) ).

thf(256,plain,
    ! [SV45: $i,SV8: $i] :
      ( ( pair_in_list @ create_slb @ SV8 @ SV45 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[219]) ).

thf(257,plain,
    ! [SV77: $i,SV46: $i,SV9: $i] :
      ( ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV46 @ SV77 ) ) @ SV46 )
        = SV9 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[220]) ).

thf(258,plain,
    ! [SV10: $i,SV78: $i,SV47: $i] :
      ( ( ( SV47 = SV78 )
        | ~ ( contains_slb @ SV10 @ SV78 )
        | ! [SY269: $i] :
            ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SV47 @ SY269 ) ) @ SV78 )
            = ( insert_slb @ ( remove_slb @ SV10 @ SV78 ) @ ( pair @ SV47 @ SY269 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[221]) ).

thf(259,plain,
    ! [SV79: $i,SV48: $i,SV11: $i] :
      ( ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV48 @ SV79 ) ) @ SV48 )
        = SV79 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[222]) ).

thf(260,plain,
    ! [SV12: $i,SV80: $i,SV49: $i] :
      ( ( ( SV49 = SV80 )
        | ~ ( contains_slb @ SV12 @ SV80 )
        | ! [SY270: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SV49 @ SY270 ) ) @ SV80 )
            = ( lookup_slb @ SV12 @ SV80 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[223]) ).

thf(261,plain,
    ! [SV50: $i,SV14: $i,SV81: $i] :
      ( ( ! [SY271: $i] :
            ( ~ ( strictly_less_than @ SY271 @ SV81 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SY271 ) ) @ SV81 )
              = ( insert_slb @ ( update_slb @ SV14 @ SV81 ) @ ( pair @ SV50 @ SV81 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[224]) ).

thf(262,plain,
    ! [SV51: $i,SV15: $i,SV82: $i] :
      ( ( ! [SY272: $i] :
            ( ~ ( less_than @ SV82 @ SY272 )
            | ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV51 @ SY272 ) ) @ SV82 )
              = ( insert_slb @ ( update_slb @ SV15 @ SV82 ) @ ( pair @ SV51 @ SY272 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[225]) ).

thf(263,plain,
    ! [SV52: $i,SV17: $i] :
      ( ( ( ~ ( succ_cpq @ SV17 @ SV52 ) )
        = $true )
      | ( ( ! [SY227: $i] : ( succ_cpq @ SV17 @ ( insert_cpq @ SV52 @ SY227 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[226]) ).

thf(264,plain,
    ! [SV53: $i,SV18: $i] :
      ( ( ( ~ ( succ_cpq @ SV18 @ SV53 ) )
        = $true )
      | ( ( ! [SY228: $i] : ( succ_cpq @ SV18 @ ( remove_cpq @ SV53 @ SY228 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[227]) ).

thf(265,plain,
    ! [SV54: $i,SV19: $i] :
      ( ( ( ~ ( succ_cpq @ SV19 @ SV54 ) )
        = $true )
      | ( ( succ_cpq @ SV19 @ ( findmin_cpq_eff @ SV54 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[228]) ).

thf(266,plain,
    ! [SV55: $i,SV20: $i] :
      ( ( ( ~ ( succ_cpq @ SV20 @ SV55 ) )
        = $true )
      | ( ( succ_cpq @ SV20 @ ( removemin_cpq_eff @ SV55 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[229]) ).

thf(267,plain,
    ! [SV83: $i,SV57: $i,SV22: $i] :
      ( ( ! [SY273: $i,SY274: $i] :
            ( ~ ( strictly_less_than @ SY273 @ SY274 )
            | ~ ( check_cpq @ ( triple @ SV22 @ ( insert_slb @ SV57 @ ( pair @ SY273 @ SY274 ) ) @ SV83 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[231]) ).

thf(268,plain,
    ! [SV58: $i,SV23: $i] :
      ( ( ok @ ( triple @ SV23 @ SV58 @ bad ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[232]) ).

thf(269,plain,
    ! [SV84: $i,SV59: $i,SV24: $i] :
      ( ( ( ok @ ( triple @ SV24 @ SV59 @ SV84 ) )
        | ( SV84 = bad ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[233]) ).

thf(270,plain,
    ! [SV85: $i,SV60: $i,SV25: $i] :
      ( ( ! [SY275: $i] :
            ( ( insert_cpq @ ( triple @ SV25 @ SV60 @ SV85 ) @ SY275 )
            = ( triple @ ( insert_pqp @ SV25 @ SY275 ) @ ( insert_slb @ SV60 @ ( pair @ SY275 @ bottom ) ) @ SV85 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[234]) ).

thf(271,plain,
    ! [SV86: $i,SV26: $i,SV61: $i] :
      ( ( ! [SY276: $i] :
            ( ( contains_slb @ SV61 @ SY276 )
            | ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV86 ) @ SY276 )
              = ( triple @ SV26 @ SV61 @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[235]) ).

thf(272,plain,
    ! [SV87: $i,SV27: $i,SV62: $i] :
      ( ( ! [SY277: $i] :
            ( ~ ( contains_slb @ SV62 @ SY277 )
            | ~ ( less_than @ ( lookup_slb @ SV62 @ SY277 ) @ SY277 )
            | ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV87 ) @ SY277 )
              = ( triple @ ( remove_pqp @ SV27 @ SY277 ) @ ( remove_slb @ SV62 @ SY277 ) @ SV87 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[236]) ).

thf(273,plain,
    ! [SV88: $i,SV28: $i,SV63: $i] :
      ( ( ! [SY278: $i] :
            ( ~ ( contains_slb @ SV63 @ SY278 )
            | ~ ( strictly_less_than @ SY278 @ ( lookup_slb @ SV63 @ SY278 ) )
            | ( ( remove_cpq @ ( triple @ SV28 @ SV63 @ SV88 ) @ SY278 )
              = ( triple @ ( remove_pqp @ SV28 @ SY278 ) @ ( remove_slb @ SV63 @ SY278 ) @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[237]) ).

thf(274,plain,
    ! [SV30: $i,SV65: $i] :
      ( ( ( ( SV65 = create_slb )
          | ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) )
        = $true )
      | ( ( ! [SY241: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SY241 ) )
              = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[239]) ).

thf(275,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( ( SV66 = create_slb )
          | ~ ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) )
          | ~ ( strictly_less_than @ ( findmin_pqp_res @ SV31 ) @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) ) )
        = $true )
      | ( ( ! [SY242: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY242 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[240]) ).

thf(276,plain,
    ! [SV32: $i,SV67: $i] :
      ( ( ( ( SV67 = create_slb )
          | ~ ( contains_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) )
          | ~ ( less_than @ ( lookup_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ ( findmin_pqp_res @ SV32 ) ) )
        = $true )
      | ( ( ! [SY243: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV32 @ SV67 @ SY243 ) )
              = ( triple @ SV32 @ ( update_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ SY243 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[241]) ).

thf(277,plain,
    ! [SV34: $i,SV69: $i] :
      ( ( ( SV69 = create_slb )
        = $true )
      | ( ( ! [SY244: $i] :
              ( ( findmin_cpq_res @ ( triple @ SV34 @ SV69 @ SY244 ) )
              = ( findmin_pqp_res @ SV34 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[243]) ).

thf(278,plain,
    ( ( check_cpq @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[244]) ).

thf(279,plain,
    ( ( ok @ ( findmin_cpq_eff @ ( triple @ sK1_U @ sK2_SY123 @ sK3_SY125 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[245]) ).

thf(280,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ~ ! [SY245: $i,SY246: $i] :
              ( ~ ( contains_cpq @ ( triple @ SV37 @ SV70 @ SY245 ) @ SY246 )
              | ( contains_slb @ SV70 @ SY246 ) )
        | ~ ! [SY247: $i,SY248: $i] :
              ( ~ ( contains_slb @ SV70 @ SY248 )
              | ( contains_cpq @ ( triple @ SV37 @ SV70 @ SY247 ) @ SY248 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[246]) ).

thf(281,plain,
    ! [SV71: $i,SV38: $i] :
      ( ( ~ ! [SY249: $i] :
              ( ! [SY250: $i] :
                  ~ ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY250 ) ) @ SY249 )
              | ( SV71 = SY249 )
              | ( contains_slb @ SV38 @ SY249 ) )
        | ~ ~ ( ~ ! [SY251: $i] :
                    ( ( SV71 != SY251 )
                    | ! [SY252: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY252 ) ) @ SY251 ) )
              | ~ ! [SY253: $i] :
                    ( ~ ( contains_slb @ SV38 @ SY253 )
                    | ! [SY254: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY254 ) ) @ SY253 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

thf(282,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY279: $i,SY280: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY279 ) ) @ SV89 @ SY280 )
                        | ( SV72 = SV89 )
                        | ( pair_in_list @ SV39 @ SV89 @ SY280 ) )
                  | ~ ! [SY281: $i,SY282: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY281 ) ) @ SV89 @ SY282 )
                        | ( SY281 = SY282 )
                        | ( pair_in_list @ SV39 @ SV89 @ SY282 ) ) )
            | ~ ~ ( ~ ! [SY283: $i,SY284: $i] :
                        ( ( SV72 != SV89 )
                        | ( SY283 != SY284 )
                        | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY283 ) ) @ SV89 @ SY284 ) )
                  | ~ ! [SY285: $i,SY286: $i] :
                        ( ~ ( pair_in_list @ SV39 @ SV89 @ SY286 )
                        | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY285 ) ) @ SV89 @ SY286 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[248]) ).

thf(283,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( less_than @ SX0 @ SX1 )
          | ( less_than @ SX1 @ SX0 )
          | ( strictly_less_than @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[249]) ).

thf(284,plain,
    ( ( ~ ( ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( strictly_less_than @ SX0 @ SX1 )
                | ( less_than @ SX0 @ SX1 ) )
          | ~ ! [SX0: $i,SX1: $i] :
                ( ~ ( strictly_less_than @ SX0 @ SX1 )
                | ~ ( less_than @ SX1 @ SX0 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[250]) ).

thf(285,plain,
    ! [SV90: $i,SV73: $i,SV40: $i] :
      ( ( ~ ( ~ ! [SY287: $i,SY288: $i] :
                  ( ~ ( less_than @ SY288 @ SY287 )
                  | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY287 @ SY288 ) ) @ SV90 ) )
                  | ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) )
            | ~ ! [SY289: $i,SY290: $i] :
                  ( ~ ( less_than @ SY290 @ SY289 )
                  | ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
                  | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY289 @ SY290 ) ) @ SV90 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[251]) ).

thf(286,plain,
    ! [SV74: $i,SV41: $i,SV1: $i] :
      ( ( ( check_cpq @ ( triple @ SV1 @ SV41 @ SV74 ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( findmin_cpq_eff @ ( triple @ SV1 @ SV41 @ SV74 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[252]) ).

thf(287,plain,
    ! [SV75: $i,SV42: $i,SV2: $i] :
      ( ( ( ~ ( less_than @ SV2 @ SV42 )
          | ~ ( less_than @ SV42 @ SV75 ) )
        = $true )
      | ( ( less_than @ SV2 @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[253]) ).

thf(288,plain,
    ! [SV10: $i,SV78: $i,SV47: $i] :
      ( ( ( ( SV47 = SV78 )
          | ~ ( contains_slb @ SV10 @ SV78 ) )
        = $true )
      | ( ( ! [SY269: $i] :
              ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SV47 @ SY269 ) ) @ SV78 )
              = ( insert_slb @ ( remove_slb @ SV10 @ SV78 ) @ ( pair @ SV47 @ SY269 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[258]) ).

thf(289,plain,
    ! [SV12: $i,SV80: $i,SV49: $i] :
      ( ( ( ( SV49 = SV80 )
          | ~ ( contains_slb @ SV12 @ SV80 ) )
        = $true )
      | ( ( ! [SY270: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SV49 @ SY270 ) ) @ SV80 )
              = ( lookup_slb @ SV12 @ SV80 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[260]) ).

thf(290,plain,
    ! [SV50: $i,SV14: $i,SV81: $i,SV91: $i] :
      ( ( ~ ( strictly_less_than @ SV91 @ SV81 )
        | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SV91 ) ) @ SV81 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV81 ) @ ( pair @ SV50 @ SV81 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[261]) ).

thf(291,plain,
    ! [SV51: $i,SV15: $i,SV92: $i,SV82: $i] :
      ( ( ~ ( less_than @ SV82 @ SV92 )
        | ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV51 @ SV92 ) ) @ SV82 )
          = ( insert_slb @ ( update_slb @ SV15 @ SV82 ) @ ( pair @ SV51 @ SV92 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[262]) ).

thf(292,plain,
    ! [SV52: $i,SV17: $i] :
      ( ( ( succ_cpq @ SV17 @ SV52 )
        = $false )
      | ( ( ! [SY227: $i] : ( succ_cpq @ SV17 @ ( insert_cpq @ SV52 @ SY227 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[263]) ).

thf(293,plain,
    ! [SV53: $i,SV18: $i] :
      ( ( ( succ_cpq @ SV18 @ SV53 )
        = $false )
      | ( ( ! [SY228: $i] : ( succ_cpq @ SV18 @ ( remove_cpq @ SV53 @ SY228 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[264]) ).

thf(294,plain,
    ! [SV54: $i,SV19: $i] :
      ( ( ( succ_cpq @ SV19 @ SV54 )
        = $false )
      | ( ( succ_cpq @ SV19 @ ( findmin_cpq_eff @ SV54 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[265]) ).

thf(295,plain,
    ! [SV55: $i,SV20: $i] :
      ( ( ( succ_cpq @ SV20 @ SV55 )
        = $false )
      | ( ( succ_cpq @ SV20 @ ( removemin_cpq_eff @ SV55 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[266]) ).

thf(296,plain,
    ! [SV83: $i,SV57: $i,SV22: $i,SV93: $i] :
      ( ( ! [SY291: $i] :
            ( ~ ( strictly_less_than @ SV93 @ SY291 )
            | ~ ( check_cpq @ ( triple @ SV22 @ ( insert_slb @ SV57 @ ( pair @ SV93 @ SY291 ) ) @ SV83 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[267]) ).

thf(297,plain,
    ! [SV84: $i,SV59: $i,SV24: $i] :
      ( ( ( ok @ ( triple @ SV24 @ SV59 @ SV84 ) )
        = $true )
      | ( ( SV84 = bad )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[269]) ).

thf(298,plain,
    ! [SV94: $i,SV85: $i,SV60: $i,SV25: $i] :
      ( ( ( insert_cpq @ ( triple @ SV25 @ SV60 @ SV85 ) @ SV94 )
        = ( triple @ ( insert_pqp @ SV25 @ SV94 ) @ ( insert_slb @ SV60 @ ( pair @ SV94 @ bottom ) ) @ SV85 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[270]) ).

thf(299,plain,
    ! [SV86: $i,SV26: $i,SV95: $i,SV61: $i] :
      ( ( ( contains_slb @ SV61 @ SV95 )
        | ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV86 ) @ SV95 )
          = ( triple @ SV26 @ SV61 @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[271]) ).

thf(300,plain,
    ! [SV87: $i,SV27: $i,SV96: $i,SV62: $i] :
      ( ( ~ ( contains_slb @ SV62 @ SV96 )
        | ~ ( less_than @ ( lookup_slb @ SV62 @ SV96 ) @ SV96 )
        | ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV87 ) @ SV96 )
          = ( triple @ ( remove_pqp @ SV27 @ SV96 ) @ ( remove_slb @ SV62 @ SV96 ) @ SV87 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[272]) ).

thf(301,plain,
    ! [SV88: $i,SV28: $i,SV97: $i,SV63: $i] :
      ( ( ~ ( contains_slb @ SV63 @ SV97 )
        | ~ ( strictly_less_than @ SV97 @ ( lookup_slb @ SV63 @ SV97 ) )
        | ( ( remove_cpq @ ( triple @ SV28 @ SV63 @ SV88 ) @ SV97 )
          = ( triple @ ( remove_pqp @ SV28 @ SV97 ) @ ( remove_slb @ SV63 @ SV97 ) @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[273]) ).

thf(302,plain,
    ! [SV30: $i,SV65: $i] :
      ( ( ( SV65 = create_slb )
        = $true )
      | ( ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) )
        = $true )
      | ( ( ! [SY241: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SY241 ) )
              = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[274]) ).

thf(303,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( ( SV66 = create_slb )
          | ~ ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ ( findmin_pqp_res @ SV31 ) @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) ) )
        = $true )
      | ( ( ! [SY242: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY242 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[275]) ).

thf(304,plain,
    ! [SV32: $i,SV67: $i] :
      ( ( ( ( SV67 = create_slb )
          | ~ ( contains_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) )
        = $true )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ ( findmin_pqp_res @ SV32 ) ) )
        = $true )
      | ( ( ! [SY243: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV32 @ SV67 @ SY243 ) )
              = ( triple @ SV32 @ ( update_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ SY243 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[276]) ).

thf(305,plain,
    ! [SV98: $i,SV69: $i,SV34: $i] :
      ( ( ( ( findmin_cpq_res @ ( triple @ SV34 @ SV69 @ SV98 ) )
          = ( findmin_pqp_res @ SV34 ) )
        = $true )
      | ( ( SV69 = create_slb )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[277]) ).

thf(306,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ~ ! [SY245: $i,SY246: $i] :
              ( ~ ( contains_cpq @ ( triple @ SV37 @ SV70 @ SY245 ) @ SY246 )
              | ( contains_slb @ SV70 @ SY246 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[280]) ).

thf(307,plain,
    ! [SV37: $i,SV70: $i] :
      ( ( ~ ! [SY247: $i,SY248: $i] :
              ( ~ ( contains_slb @ SV70 @ SY248 )
              | ( contains_cpq @ ( triple @ SV37 @ SV70 @ SY247 ) @ SY248 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[280]) ).

thf(308,plain,
    ! [SV71: $i,SV38: $i] :
      ( ( ~ ! [SY249: $i] :
              ( ! [SY250: $i] :
                  ~ ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY250 ) ) @ SY249 )
              | ( SV71 = SY249 )
              | ( contains_slb @ SV38 @ SY249 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[281]) ).

thf(309,plain,
    ! [SV38: $i,SV71: $i] :
      ( ( ~ ~ ( ~ ! [SY251: $i] :
                    ( ( SV71 != SY251 )
                    | ! [SY252: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY252 ) ) @ SY251 ) )
              | ~ ! [SY253: $i] :
                    ( ~ ( contains_slb @ SV38 @ SY253 )
                    | ! [SY254: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY254 ) ) @ SY253 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[281]) ).

thf(310,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ~ ~ ( ~ ! [SY279: $i,SY280: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY279 ) ) @ SV89 @ SY280 )
                    | ( SV72 = SV89 )
                    | ( pair_in_list @ SV39 @ SV89 @ SY280 ) )
              | ~ ! [SY281: $i,SY282: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY281 ) ) @ SV89 @ SY282 )
                    | ( SY281 = SY282 )
                    | ( pair_in_list @ SV39 @ SV89 @ SY282 ) ) )
        | ~ ~ ( ~ ! [SY283: $i,SY284: $i] :
                    ( ( SV72 != SV89 )
                    | ( SY283 != SY284 )
                    | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY283 ) ) @ SV89 @ SY284 ) )
              | ~ ! [SY285: $i,SY286: $i] :
                    ( ~ ( pair_in_list @ SV39 @ SV89 @ SY286 )
                    | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY285 ) ) @ SV89 @ SY286 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[282]) ).

thf(311,plain,
    ! [SV99: $i] :
      ( ( ! [SY292: $i] :
            ( ~ ( less_than @ SV99 @ SY292 )
            | ( less_than @ SY292 @ SV99 )
            | ( strictly_less_than @ SV99 @ SY292 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[283]) ).

thf(312,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( strictly_less_than @ SX0 @ SX1 )
            | ( less_than @ SX0 @ SX1 ) )
      | ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( strictly_less_than @ SX0 @ SX1 )
            | ~ ( less_than @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[284]) ).

thf(313,plain,
    ! [SV90: $i,SV73: $i,SV40: $i] :
      ( ( ~ ! [SY287: $i,SY288: $i] :
              ( ~ ( less_than @ SY288 @ SY287 )
              | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY287 @ SY288 ) ) @ SV90 ) )
              | ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) )
        | ~ ! [SY289: $i,SY290: $i] :
              ( ~ ( less_than @ SY290 @ SY289 )
              | ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
              | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY289 @ SY290 ) ) @ SV90 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[285]) ).

thf(314,plain,
    ! [SV74: $i,SV41: $i,SV1: $i] :
      ( ( ( check_cpq @ ( findmin_cpq_eff @ ( triple @ SV1 @ SV41 @ SV74 ) ) )
        = $false )
      | ( ( check_cpq @ ( triple @ SV1 @ SV41 @ SV74 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[286]) ).

thf(315,plain,
    ! [SV75: $i,SV42: $i,SV2: $i] :
      ( ( ( ~ ( less_than @ SV2 @ SV42 ) )
        = $true )
      | ( ( ~ ( less_than @ SV42 @ SV75 ) )
        = $true )
      | ( ( less_than @ SV2 @ SV75 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[287]) ).

thf(316,plain,
    ! [SV10: $i,SV78: $i,SV47: $i] :
      ( ( ( SV47 = SV78 )
        = $true )
      | ( ( ~ ( contains_slb @ SV10 @ SV78 ) )
        = $true )
      | ( ( ! [SY269: $i] :
              ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SV47 @ SY269 ) ) @ SV78 )
              = ( insert_slb @ ( remove_slb @ SV10 @ SV78 ) @ ( pair @ SV47 @ SY269 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[288]) ).

thf(317,plain,
    ! [SV12: $i,SV80: $i,SV49: $i] :
      ( ( ( SV49 = SV80 )
        = $true )
      | ( ( ~ ( contains_slb @ SV12 @ SV80 ) )
        = $true )
      | ( ( ! [SY270: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SV49 @ SY270 ) ) @ SV80 )
              = ( lookup_slb @ SV12 @ SV80 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[289]) ).

thf(318,plain,
    ! [SV50: $i,SV14: $i,SV81: $i,SV91: $i] :
      ( ( ( ~ ( strictly_less_than @ SV91 @ SV81 ) )
        = $true )
      | ( ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SV91 ) ) @ SV81 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV81 ) @ ( pair @ SV50 @ SV81 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[290]) ).

thf(319,plain,
    ! [SV51: $i,SV15: $i,SV92: $i,SV82: $i] :
      ( ( ( ~ ( less_than @ SV82 @ SV92 ) )
        = $true )
      | ( ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV51 @ SV92 ) ) @ SV82 )
          = ( insert_slb @ ( update_slb @ SV15 @ SV82 ) @ ( pair @ SV51 @ SV92 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[291]) ).

thf(320,plain,
    ! [SV100: $i,SV52: $i,SV17: $i] :
      ( ( ( succ_cpq @ SV17 @ ( insert_cpq @ SV52 @ SV100 ) )
        = $true )
      | ( ( succ_cpq @ SV17 @ SV52 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[292]) ).

thf(321,plain,
    ! [SV101: $i,SV53: $i,SV18: $i] :
      ( ( ( succ_cpq @ SV18 @ ( remove_cpq @ SV53 @ SV101 ) )
        = $true )
      | ( ( succ_cpq @ SV18 @ SV53 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[293]) ).

thf(322,plain,
    ! [SV83: $i,SV57: $i,SV22: $i,SV102: $i,SV93: $i] :
      ( ( ~ ( strictly_less_than @ SV93 @ SV102 )
        | ~ ( check_cpq @ ( triple @ SV22 @ ( insert_slb @ SV57 @ ( pair @ SV93 @ SV102 ) ) @ SV83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[296]) ).

thf(323,plain,
    ! [SV86: $i,SV26: $i,SV95: $i,SV61: $i] :
      ( ( ( contains_slb @ SV61 @ SV95 )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV86 ) @ SV95 )
          = ( triple @ SV26 @ SV61 @ bad ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[299]) ).

thf(324,plain,
    ! [SV87: $i,SV27: $i,SV96: $i,SV62: $i] :
      ( ( ( ~ ( contains_slb @ SV62 @ SV96 )
          | ~ ( less_than @ ( lookup_slb @ SV62 @ SV96 ) @ SV96 ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV87 ) @ SV96 )
          = ( triple @ ( remove_pqp @ SV27 @ SV96 ) @ ( remove_slb @ SV62 @ SV96 ) @ SV87 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[300]) ).

thf(325,plain,
    ! [SV88: $i,SV28: $i,SV97: $i,SV63: $i] :
      ( ( ( ~ ( contains_slb @ SV63 @ SV97 )
          | ~ ( strictly_less_than @ SV97 @ ( lookup_slb @ SV63 @ SV97 ) ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV28 @ SV63 @ SV88 ) @ SV97 )
          = ( triple @ ( remove_pqp @ SV28 @ SV97 ) @ ( remove_slb @ SV63 @ SV97 ) @ bad ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[301]) ).

thf(326,plain,
    ! [SV103: $i,SV65: $i,SV30: $i] :
      ( ( ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SV103 ) )
          = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) )
        = $true )
      | ( ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) )
        = $true )
      | ( ( SV65 = create_slb )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[302]) ).

thf(327,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( SV66 = create_slb )
        = $true )
      | ( ( ~ ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ ( findmin_pqp_res @ SV31 ) @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) ) )
        = $true )
      | ( ( ! [SY242: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY242 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[303]) ).

thf(328,plain,
    ! [SV32: $i,SV67: $i] :
      ( ( ( SV67 = create_slb )
        = $true )
      | ( ( ~ ( contains_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) )
        = $true )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ ( findmin_pqp_res @ SV32 ) ) )
        = $true )
      | ( ( ! [SY243: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV32 @ SV67 @ SY243 ) )
              = ( triple @ SV32 @ ( update_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ SY243 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[304]) ).

thf(329,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ! [SY245: $i,SY246: $i] :
            ( ~ ( contains_cpq @ ( triple @ SV37 @ SV70 @ SY245 ) @ SY246 )
            | ( contains_slb @ SV70 @ SY246 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[306]) ).

thf(330,plain,
    ! [SV37: $i,SV70: $i] :
      ( ( ! [SY247: $i,SY248: $i] :
            ( ~ ( contains_slb @ SV70 @ SY248 )
            | ( contains_cpq @ ( triple @ SV37 @ SV70 @ SY247 ) @ SY248 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[307]) ).

thf(331,plain,
    ! [SV71: $i,SV38: $i] :
      ( ( ! [SY249: $i] :
            ( ! [SY250: $i] :
                ~ ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY250 ) ) @ SY249 )
            | ( SV71 = SY249 )
            | ( contains_slb @ SV38 @ SY249 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[308]) ).

thf(332,plain,
    ! [SV38: $i,SV71: $i] :
      ( ( ~ ( ~ ! [SY251: $i] :
                  ( ( SV71 != SY251 )
                  | ! [SY252: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY252 ) ) @ SY251 ) )
            | ~ ! [SY253: $i] :
                  ( ~ ( contains_slb @ SV38 @ SY253 )
                  | ! [SY254: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY254 ) ) @ SY253 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[309]) ).

thf(333,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ~ ~ ( ~ ! [SY279: $i,SY280: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY279 ) ) @ SV89 @ SY280 )
                    | ( SV72 = SV89 )
                    | ( pair_in_list @ SV39 @ SV89 @ SY280 ) )
              | ~ ! [SY281: $i,SY282: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY281 ) ) @ SV89 @ SY282 )
                    | ( SY281 = SY282 )
                    | ( pair_in_list @ SV39 @ SV89 @ SY282 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[310]) ).

thf(334,plain,
    ! [SV39: $i,SV89: $i,SV72: $i] :
      ( ( ~ ~ ( ~ ! [SY283: $i,SY284: $i] :
                    ( ( SV72 != SV89 )
                    | ( SY283 != SY284 )
                    | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY283 ) ) @ SV89 @ SY284 ) )
              | ~ ! [SY285: $i,SY286: $i] :
                    ( ~ ( pair_in_list @ SV39 @ SV89 @ SY286 )
                    | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY285 ) ) @ SV89 @ SY286 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[310]) ).

thf(335,plain,
    ! [SV104: $i,SV99: $i] :
      ( ( ~ ( less_than @ SV99 @ SV104 )
        | ( less_than @ SV104 @ SV99 )
        | ( strictly_less_than @ SV99 @ SV104 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[311]) ).

thf(336,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( strictly_less_than @ SX0 @ SX1 )
            | ( less_than @ SX0 @ SX1 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[312]) ).

thf(337,plain,
    ( ( ~ ! [SX0: $i,SX1: $i] :
            ( ~ ( strictly_less_than @ SX0 @ SX1 )
            | ~ ( less_than @ SX1 @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[312]) ).

thf(338,plain,
    ! [SV90: $i,SV73: $i,SV40: $i] :
      ( ( ~ ! [SY287: $i,SY288: $i] :
              ( ~ ( less_than @ SY288 @ SY287 )
              | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY287 @ SY288 ) ) @ SV90 ) )
              | ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[313]) ).

thf(339,plain,
    ! [SV90: $i,SV73: $i,SV40: $i] :
      ( ( ~ ! [SY289: $i,SY290: $i] :
              ( ~ ( less_than @ SY290 @ SY289 )
              | ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
              | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY289 @ SY290 ) ) @ SV90 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[313]) ).

thf(340,plain,
    ! [SV75: $i,SV42: $i,SV2: $i] :
      ( ( ( less_than @ SV2 @ SV42 )
        = $false )
      | ( ( ~ ( less_than @ SV42 @ SV75 ) )
        = $true )
      | ( ( less_than @ SV2 @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[315]) ).

thf(341,plain,
    ! [SV47: $i,SV78: $i,SV10: $i] :
      ( ( ( contains_slb @ SV10 @ SV78 )
        = $false )
      | ( ( SV47 = SV78 )
        = $true )
      | ( ( ! [SY269: $i] :
              ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SV47 @ SY269 ) ) @ SV78 )
              = ( insert_slb @ ( remove_slb @ SV10 @ SV78 ) @ ( pair @ SV47 @ SY269 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[316]) ).

thf(342,plain,
    ! [SV49: $i,SV80: $i,SV12: $i] :
      ( ( ( contains_slb @ SV12 @ SV80 )
        = $false )
      | ( ( SV49 = SV80 )
        = $true )
      | ( ( ! [SY270: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SV49 @ SY270 ) ) @ SV80 )
              = ( lookup_slb @ SV12 @ SV80 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[317]) ).

thf(343,plain,
    ! [SV50: $i,SV14: $i,SV81: $i,SV91: $i] :
      ( ( ( strictly_less_than @ SV91 @ SV81 )
        = $false )
      | ( ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SV91 ) ) @ SV81 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV81 ) @ ( pair @ SV50 @ SV81 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[318]) ).

thf(344,plain,
    ! [SV51: $i,SV15: $i,SV92: $i,SV82: $i] :
      ( ( ( less_than @ SV82 @ SV92 )
        = $false )
      | ( ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV51 @ SV92 ) ) @ SV82 )
          = ( insert_slb @ ( update_slb @ SV15 @ SV82 ) @ ( pair @ SV51 @ SV92 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[319]) ).

thf(345,plain,
    ! [SV83: $i,SV57: $i,SV22: $i,SV102: $i,SV93: $i] :
      ( ( ( ~ ( strictly_less_than @ SV93 @ SV102 ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( triple @ SV22 @ ( insert_slb @ SV57 @ ( pair @ SV93 @ SV102 ) ) @ SV83 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[322]) ).

thf(346,plain,
    ! [SV87: $i,SV27: $i,SV96: $i,SV62: $i] :
      ( ( ( ~ ( contains_slb @ SV62 @ SV96 ) )
        = $true )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV62 @ SV96 ) @ SV96 ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV87 ) @ SV96 )
          = ( triple @ ( remove_pqp @ SV27 @ SV96 ) @ ( remove_slb @ SV62 @ SV96 ) @ SV87 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[324]) ).

thf(347,plain,
    ! [SV88: $i,SV28: $i,SV97: $i,SV63: $i] :
      ( ( ( ~ ( contains_slb @ SV63 @ SV97 ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ SV97 @ ( lookup_slb @ SV63 @ SV97 ) ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV28 @ SV63 @ SV88 ) @ SV97 )
          = ( triple @ ( remove_pqp @ SV28 @ SV97 ) @ ( remove_slb @ SV63 @ SV97 ) @ bad ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[325]) ).

thf(348,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) )
        = $false )
      | ( ( SV66 = create_slb )
        = $true )
      | ( ( ~ ( strictly_less_than @ ( findmin_pqp_res @ SV31 ) @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) ) )
        = $true )
      | ( ( ! [SY242: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY242 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[327]) ).

thf(349,plain,
    ! [SV32: $i,SV67: $i] :
      ( ( ( contains_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) )
        = $false )
      | ( ( SV67 = create_slb )
        = $true )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ ( findmin_pqp_res @ SV32 ) ) )
        = $true )
      | ( ( ! [SY243: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV32 @ SV67 @ SY243 ) )
              = ( triple @ SV32 @ ( update_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ SY243 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[328]) ).

thf(350,plain,
    ! [SV105: $i,SV70: $i,SV37: $i] :
      ( ( ! [SY293: $i] :
            ( ~ ( contains_cpq @ ( triple @ SV37 @ SV70 @ SV105 ) @ SY293 )
            | ( contains_slb @ SV70 @ SY293 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[329]) ).

thf(351,plain,
    ! [SV106: $i,SV37: $i,SV70: $i] :
      ( ( ! [SY294: $i] :
            ( ~ ( contains_slb @ SV70 @ SY294 )
            | ( contains_cpq @ ( triple @ SV37 @ SV70 @ SV106 ) @ SY294 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[330]) ).

thf(352,plain,
    ! [SV107: $i,SV71: $i,SV38: $i] :
      ( ( ! [SY295: $i] :
            ~ ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY295 ) ) @ SV107 )
        | ( SV71 = SV107 )
        | ( contains_slb @ SV38 @ SV107 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[331]) ).

thf(353,plain,
    ! [SV38: $i,SV71: $i] :
      ( ( ~ ! [SY251: $i] :
              ( ( SV71 != SY251 )
              | ! [SY252: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY252 ) ) @ SY251 ) )
        | ~ ! [SY253: $i] :
              ( ~ ( contains_slb @ SV38 @ SY253 )
              | ! [SY254: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY254 ) ) @ SY253 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[332]) ).

thf(354,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ~ ( ~ ! [SY279: $i,SY280: $i] :
                  ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY279 ) ) @ SV89 @ SY280 )
                  | ( SV72 = SV89 )
                  | ( pair_in_list @ SV39 @ SV89 @ SY280 ) )
            | ~ ! [SY281: $i,SY282: $i] :
                  ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY281 ) ) @ SV89 @ SY282 )
                  | ( SY281 = SY282 )
                  | ( pair_in_list @ SV39 @ SV89 @ SY282 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[333]) ).

thf(355,plain,
    ! [SV39: $i,SV89: $i,SV72: $i] :
      ( ( ~ ( ~ ! [SY283: $i,SY284: $i] :
                  ( ( SV72 != SV89 )
                  | ( SY283 != SY284 )
                  | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY283 ) ) @ SV89 @ SY284 ) )
            | ~ ! [SY285: $i,SY286: $i] :
                  ( ~ ( pair_in_list @ SV39 @ SV89 @ SY286 )
                  | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY285 ) ) @ SV89 @ SY286 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[334]) ).

thf(356,plain,
    ! [SV104: $i,SV99: $i] :
      ( ( ( ~ ( less_than @ SV99 @ SV104 )
          | ( less_than @ SV104 @ SV99 ) )
        = $true )
      | ( ( strictly_less_than @ SV99 @ SV104 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[335]) ).

thf(357,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( strictly_less_than @ SX0 @ SX1 )
          | ( less_than @ SX0 @ SX1 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[336]) ).

thf(358,plain,
    ( ( ! [SX0: $i,SX1: $i] :
          ( ~ ( strictly_less_than @ SX0 @ SX1 )
          | ~ ( less_than @ SX1 @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[337]) ).

thf(359,plain,
    ! [SV90: $i,SV73: $i,SV40: $i] :
      ( ( ! [SY287: $i,SY288: $i] :
            ( ~ ( less_than @ SY288 @ SY287 )
            | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY287 @ SY288 ) ) @ SV90 ) )
            | ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[338]) ).

thf(360,plain,
    ! [SV90: $i,SV73: $i,SV40: $i] :
      ( ( ! [SY289: $i,SY290: $i] :
            ( ~ ( less_than @ SY290 @ SY289 )
            | ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
            | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SY289 @ SY290 ) ) @ SV90 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[339]) ).

thf(361,plain,
    ! [SV2: $i,SV75: $i,SV42: $i] :
      ( ( ( less_than @ SV42 @ SV75 )
        = $false )
      | ( ( less_than @ SV2 @ SV42 )
        = $false )
      | ( ( less_than @ SV2 @ SV75 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[340]) ).

thf(362,plain,
    ! [SV78: $i,SV108: $i,SV47: $i,SV10: $i] :
      ( ( ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SV47 @ SV108 ) ) @ SV78 )
          = ( insert_slb @ ( remove_slb @ SV10 @ SV78 ) @ ( pair @ SV47 @ SV108 ) ) )
        = $true )
      | ( ( SV47 = SV78 )
        = $true )
      | ( ( contains_slb @ SV10 @ SV78 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[341]) ).

thf(363,plain,
    ! [SV80: $i,SV109: $i,SV49: $i,SV12: $i] :
      ( ( ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SV49 @ SV109 ) ) @ SV80 )
          = ( lookup_slb @ SV12 @ SV80 ) )
        = $true )
      | ( ( SV49 = SV80 )
        = $true )
      | ( ( contains_slb @ SV12 @ SV80 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[342]) ).

thf(364,plain,
    ! [SV83: $i,SV57: $i,SV22: $i,SV102: $i,SV93: $i] :
      ( ( ( strictly_less_than @ SV93 @ SV102 )
        = $false )
      | ( ( ~ ( check_cpq @ ( triple @ SV22 @ ( insert_slb @ SV57 @ ( pair @ SV93 @ SV102 ) ) @ SV83 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[345]) ).

thf(365,plain,
    ! [SV87: $i,SV27: $i,SV96: $i,SV62: $i] :
      ( ( ( contains_slb @ SV62 @ SV96 )
        = $false )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV62 @ SV96 ) @ SV96 ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV87 ) @ SV96 )
          = ( triple @ ( remove_pqp @ SV27 @ SV96 ) @ ( remove_slb @ SV62 @ SV96 ) @ SV87 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[346]) ).

thf(366,plain,
    ! [SV88: $i,SV28: $i,SV97: $i,SV63: $i] :
      ( ( ( contains_slb @ SV63 @ SV97 )
        = $false )
      | ( ( ~ ( strictly_less_than @ SV97 @ ( lookup_slb @ SV63 @ SV97 ) ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV28 @ SV63 @ SV88 ) @ SV97 )
          = ( triple @ ( remove_pqp @ SV28 @ SV97 ) @ ( remove_slb @ SV63 @ SV97 ) @ bad ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[347]) ).

thf(367,plain,
    ! [SV66: $i,SV31: $i] :
      ( ( ( strictly_less_than @ ( findmin_pqp_res @ SV31 ) @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) )
        = $false )
      | ( ( SV66 = create_slb )
        = $true )
      | ( ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) )
        = $false )
      | ( ( ! [SY242: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY242 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[348]) ).

thf(368,plain,
    ! [SV32: $i,SV67: $i] :
      ( ( ( less_than @ ( lookup_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ ( findmin_pqp_res @ SV32 ) )
        = $false )
      | ( ( SV67 = create_slb )
        = $true )
      | ( ( contains_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) )
        = $false )
      | ( ( ! [SY243: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV32 @ SV67 @ SY243 ) )
              = ( triple @ SV32 @ ( update_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ SY243 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[349]) ).

thf(369,plain,
    ! [SV110: $i,SV105: $i,SV70: $i,SV37: $i] :
      ( ( ~ ( contains_cpq @ ( triple @ SV37 @ SV70 @ SV105 ) @ SV110 )
        | ( contains_slb @ SV70 @ SV110 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[350]) ).

thf(370,plain,
    ! [SV106: $i,SV37: $i,SV111: $i,SV70: $i] :
      ( ( ~ ( contains_slb @ SV70 @ SV111 )
        | ( contains_cpq @ ( triple @ SV37 @ SV70 @ SV106 ) @ SV111 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[351]) ).

thf(371,plain,
    ! [SV107: $i,SV71: $i,SV38: $i] :
      ( ( ( ! [SY295: $i] :
              ~ ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY295 ) ) @ SV107 ) )
        = $true )
      | ( ( ( SV71 = SV107 )
          | ( contains_slb @ SV38 @ SV107 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[352]) ).

thf(372,plain,
    ! [SV38: $i,SV71: $i] :
      ( ( ~ ! [SY251: $i] :
              ( ( SV71 != SY251 )
              | ! [SY252: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY252 ) ) @ SY251 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[353]) ).

thf(373,plain,
    ! [SV71: $i,SV38: $i] :
      ( ( ~ ! [SY253: $i] :
              ( ~ ( contains_slb @ SV38 @ SY253 )
              | ! [SY254: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY254 ) ) @ SY253 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[353]) ).

thf(374,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ~ ! [SY279: $i,SY280: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY279 ) ) @ SV89 @ SY280 )
              | ( SV72 = SV89 )
              | ( pair_in_list @ SV39 @ SV89 @ SY280 ) )
        | ~ ! [SY281: $i,SY282: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY281 ) ) @ SV89 @ SY282 )
              | ( SY281 = SY282 )
              | ( pair_in_list @ SV39 @ SV89 @ SY282 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[354]) ).

thf(375,plain,
    ! [SV39: $i,SV89: $i,SV72: $i] :
      ( ( ~ ! [SY283: $i,SY284: $i] :
              ( ( SV72 != SV89 )
              | ( SY283 != SY284 )
              | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY283 ) ) @ SV89 @ SY284 ) )
        | ~ ! [SY285: $i,SY286: $i] :
              ( ~ ( pair_in_list @ SV39 @ SV89 @ SY286 )
              | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY285 ) ) @ SV89 @ SY286 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[355]) ).

thf(376,plain,
    ! [SV104: $i,SV99: $i] :
      ( ( ( ~ ( less_than @ SV99 @ SV104 ) )
        = $true )
      | ( ( less_than @ SV104 @ SV99 )
        = $true )
      | ( ( strictly_less_than @ SV99 @ SV104 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[356]) ).

thf(377,plain,
    ! [SV112: $i] :
      ( ( ! [SY296: $i] :
            ( ~ ( strictly_less_than @ SV112 @ SY296 )
            | ( less_than @ SV112 @ SY296 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[357]) ).

thf(378,plain,
    ! [SV113: $i] :
      ( ( ! [SY297: $i] :
            ( ~ ( strictly_less_than @ SV113 @ SY297 )
            | ~ ( less_than @ SY297 @ SV113 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[358]) ).

thf(379,plain,
    ! [SV90: $i,SV73: $i,SV40: $i,SV114: $i] :
      ( ( ! [SY298: $i] :
            ( ~ ( less_than @ SY298 @ SV114 )
            | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV114 @ SY298 ) ) @ SV90 ) )
            | ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[359]) ).

thf(380,plain,
    ! [SV90: $i,SV73: $i,SV40: $i,SV115: $i] :
      ( ( ! [SY299: $i] :
            ( ~ ( less_than @ SY299 @ SV115 )
            | ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
            | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV115 @ SY299 ) ) @ SV90 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[360]) ).

thf(381,plain,
    ! [SV83: $i,SV102: $i,SV93: $i,SV57: $i,SV22: $i] :
      ( ( ( check_cpq @ ( triple @ SV22 @ ( insert_slb @ SV57 @ ( pair @ SV93 @ SV102 ) ) @ SV83 ) )
        = $false )
      | ( ( strictly_less_than @ SV93 @ SV102 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[364]) ).

thf(382,plain,
    ! [SV87: $i,SV27: $i,SV96: $i,SV62: $i] :
      ( ( ( less_than @ ( lookup_slb @ SV62 @ SV96 ) @ SV96 )
        = $false )
      | ( ( contains_slb @ SV62 @ SV96 )
        = $false )
      | ( ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV87 ) @ SV96 )
          = ( triple @ ( remove_pqp @ SV27 @ SV96 ) @ ( remove_slb @ SV62 @ SV96 ) @ SV87 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[365]) ).

thf(383,plain,
    ! [SV88: $i,SV28: $i,SV63: $i,SV97: $i] :
      ( ( ( strictly_less_than @ SV97 @ ( lookup_slb @ SV63 @ SV97 ) )
        = $false )
      | ( ( contains_slb @ SV63 @ SV97 )
        = $false )
      | ( ( ( remove_cpq @ ( triple @ SV28 @ SV63 @ SV88 ) @ SV97 )
          = ( triple @ ( remove_pqp @ SV28 @ SV97 ) @ ( remove_slb @ SV63 @ SV97 ) @ bad ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[366]) ).

thf(384,plain,
    ! [SV116: $i,SV66: $i,SV31: $i] :
      ( ( ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SV116 ) )
          = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ bad ) )
        = $true )
      | ( ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) )
        = $false )
      | ( ( SV66 = create_slb )
        = $true )
      | ( ( strictly_less_than @ ( findmin_pqp_res @ SV31 ) @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[367]) ).

thf(385,plain,
    ! [SV117: $i,SV67: $i,SV32: $i] :
      ( ( ( ( findmin_cpq_eff @ ( triple @ SV32 @ SV67 @ SV117 ) )
          = ( triple @ SV32 @ ( update_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ SV117 ) )
        = $true )
      | ( ( contains_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) )
        = $false )
      | ( ( SV67 = create_slb )
        = $true )
      | ( ( less_than @ ( lookup_slb @ SV67 @ ( findmin_pqp_res @ SV32 ) ) @ ( findmin_pqp_res @ SV32 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[368]) ).

thf(386,plain,
    ! [SV110: $i,SV105: $i,SV70: $i,SV37: $i] :
      ( ( ( ~ ( contains_cpq @ ( triple @ SV37 @ SV70 @ SV105 ) @ SV110 ) )
        = $true )
      | ( ( contains_slb @ SV70 @ SV110 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[369]) ).

thf(387,plain,
    ! [SV106: $i,SV37: $i,SV111: $i,SV70: $i] :
      ( ( ( ~ ( contains_slb @ SV70 @ SV111 ) )
        = $true )
      | ( ( contains_cpq @ ( triple @ SV37 @ SV70 @ SV106 ) @ SV111 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[370]) ).

thf(388,plain,
    ! [SV107: $i,SV118: $i,SV71: $i,SV38: $i] :
      ( ( ( ~ ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SV118 ) ) @ SV107 ) )
        = $true )
      | ( ( ( SV71 = SV107 )
          | ( contains_slb @ SV38 @ SV107 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[371]) ).

thf(389,plain,
    ! [SV38: $i,SV71: $i] :
      ( ( ! [SY251: $i] :
            ( ( SV71 != SY251 )
            | ! [SY252: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY252 ) ) @ SY251 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[372]) ).

thf(390,plain,
    ! [SV71: $i,SV38: $i] :
      ( ( ! [SY253: $i] :
            ( ~ ( contains_slb @ SV38 @ SY253 )
            | ! [SY254: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY254 ) ) @ SY253 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[373]) ).

thf(391,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ~ ! [SY279: $i,SY280: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY279 ) ) @ SV89 @ SY280 )
              | ( SV72 = SV89 )
              | ( pair_in_list @ SV39 @ SV89 @ SY280 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[374]) ).

thf(392,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ~ ! [SY281: $i,SY282: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY281 ) ) @ SV89 @ SY282 )
              | ( SY281 = SY282 )
              | ( pair_in_list @ SV39 @ SV89 @ SY282 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[374]) ).

thf(393,plain,
    ! [SV39: $i,SV89: $i,SV72: $i] :
      ( ( ~ ! [SY283: $i,SY284: $i] :
              ( ( SV72 != SV89 )
              | ( SY283 != SY284 )
              | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY283 ) ) @ SV89 @ SY284 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[375]) ).

thf(394,plain,
    ! [SV72: $i,SV89: $i,SV39: $i] :
      ( ( ~ ! [SY285: $i,SY286: $i] :
              ( ~ ( pair_in_list @ SV39 @ SV89 @ SY286 )
              | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY285 ) ) @ SV89 @ SY286 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[375]) ).

thf(395,plain,
    ! [SV104: $i,SV99: $i] :
      ( ( ( less_than @ SV99 @ SV104 )
        = $false )
      | ( ( less_than @ SV104 @ SV99 )
        = $true )
      | ( ( strictly_less_than @ SV99 @ SV104 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[376]) ).

thf(396,plain,
    ! [SV119: $i,SV112: $i] :
      ( ( ~ ( strictly_less_than @ SV112 @ SV119 )
        | ( less_than @ SV112 @ SV119 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[377]) ).

thf(397,plain,
    ! [SV120: $i,SV113: $i] :
      ( ( ~ ( strictly_less_than @ SV113 @ SV120 )
        | ~ ( less_than @ SV120 @ SV113 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[378]) ).

thf(398,plain,
    ! [SV90: $i,SV73: $i,SV40: $i,SV114: $i,SV121: $i] :
      ( ( ~ ( less_than @ SV121 @ SV114 )
        | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV114 @ SV121 ) ) @ SV90 ) )
        | ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[379]) ).

thf(399,plain,
    ! [SV90: $i,SV73: $i,SV40: $i,SV115: $i,SV122: $i] :
      ( ( ~ ( less_than @ SV122 @ SV115 )
        | ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
        | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV115 @ SV122 ) ) @ SV90 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[380]) ).

thf(400,plain,
    ! [SV110: $i,SV105: $i,SV70: $i,SV37: $i] :
      ( ( ( contains_cpq @ ( triple @ SV37 @ SV70 @ SV105 ) @ SV110 )
        = $false )
      | ( ( contains_slb @ SV70 @ SV110 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[386]) ).

thf(401,plain,
    ! [SV106: $i,SV37: $i,SV111: $i,SV70: $i] :
      ( ( ( contains_slb @ SV70 @ SV111 )
        = $false )
      | ( ( contains_cpq @ ( triple @ SV37 @ SV70 @ SV106 ) @ SV111 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[387]) ).

thf(402,plain,
    ! [SV107: $i,SV118: $i,SV71: $i,SV38: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SV118 ) ) @ SV107 )
        = $false )
      | ( ( ( SV71 = SV107 )
          | ( contains_slb @ SV38 @ SV107 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[388]) ).

thf(403,plain,
    ! [SV38: $i,SV123: $i,SV71: $i] :
      ( ( ( SV71 != SV123 )
        | ! [SY300: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY300 ) ) @ SV123 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[389]) ).

thf(404,plain,
    ! [SV71: $i,SV124: $i,SV38: $i] :
      ( ( ~ ( contains_slb @ SV38 @ SV124 )
        | ! [SY301: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY301 ) ) @ SV124 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[390]) ).

thf(405,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ! [SY279: $i,SY280: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY279 ) ) @ SV89 @ SY280 )
            | ( SV72 = SV89 )
            | ( pair_in_list @ SV39 @ SV89 @ SY280 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[391]) ).

thf(406,plain,
    ! [SV89: $i,SV72: $i,SV39: $i] :
      ( ( ! [SY281: $i,SY282: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY281 ) ) @ SV89 @ SY282 )
            | ( SY281 = SY282 )
            | ( pair_in_list @ SV39 @ SV89 @ SY282 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[392]) ).

thf(407,plain,
    ! [SV39: $i,SV89: $i,SV72: $i] :
      ( ( ! [SY283: $i,SY284: $i] :
            ( ( SV72 != SV89 )
            | ( SY283 != SY284 )
            | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY283 ) ) @ SV89 @ SY284 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[393]) ).

thf(408,plain,
    ! [SV72: $i,SV89: $i,SV39: $i] :
      ( ( ! [SY285: $i,SY286: $i] :
            ( ~ ( pair_in_list @ SV39 @ SV89 @ SY286 )
            | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SY285 ) ) @ SV89 @ SY286 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[394]) ).

thf(409,plain,
    ! [SV119: $i,SV112: $i] :
      ( ( ( ~ ( strictly_less_than @ SV112 @ SV119 ) )
        = $true )
      | ( ( less_than @ SV112 @ SV119 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[396]) ).

thf(410,plain,
    ! [SV120: $i,SV113: $i] :
      ( ( ( ~ ( strictly_less_than @ SV113 @ SV120 ) )
        = $true )
      | ( ( ~ ( less_than @ SV120 @ SV113 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[397]) ).

thf(411,plain,
    ! [SV90: $i,SV73: $i,SV40: $i,SV114: $i,SV121: $i] :
      ( ( ( ~ ( less_than @ SV121 @ SV114 ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV114 @ SV121 ) ) @ SV90 ) )
          | ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[398]) ).

thf(412,plain,
    ! [SV90: $i,SV73: $i,SV40: $i,SV115: $i,SV122: $i] :
      ( ( ( ~ ( less_than @ SV122 @ SV115 ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
          | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV115 @ SV122 ) ) @ SV90 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[399]) ).

thf(413,plain,
    ! [SV118: $i,SV38: $i,SV107: $i,SV71: $i] :
      ( ( ( SV71 = SV107 )
        = $true )
      | ( ( contains_slb @ SV38 @ SV107 )
        = $true )
      | ( ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SV118 ) ) @ SV107 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[402]) ).

thf(414,plain,
    ! [SV38: $i,SV123: $i,SV71: $i] :
      ( ( ( ( SV71 != SV123 ) )
        = $true )
      | ( ( ! [SY300: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY300 ) ) @ SV123 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[403]) ).

thf(415,plain,
    ! [SV71: $i,SV124: $i,SV38: $i] :
      ( ( ( ~ ( contains_slb @ SV38 @ SV124 ) )
        = $true )
      | ( ( ! [SY301: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY301 ) ) @ SV124 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[404]) ).

thf(416,plain,
    ! [SV89: $i,SV125: $i,SV72: $i,SV39: $i] :
      ( ( ! [SY302: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV125 ) ) @ SV89 @ SY302 )
            | ( SV72 = SV89 )
            | ( pair_in_list @ SV39 @ SV89 @ SY302 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[405]) ).

thf(417,plain,
    ! [SV89: $i,SV126: $i,SV72: $i,SV39: $i] :
      ( ( ! [SY303: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV126 ) ) @ SV89 @ SY303 )
            | ( SV126 = SY303 )
            | ( pair_in_list @ SV39 @ SV89 @ SY303 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[406]) ).

thf(418,plain,
    ! [SV39: $i,SV127: $i,SV89: $i,SV72: $i] :
      ( ( ! [SY304: $i] :
            ( ( SV72 != SV89 )
            | ( SV127 != SY304 )
            | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV127 ) ) @ SV89 @ SY304 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[407]) ).

thf(419,plain,
    ! [SV128: $i,SV72: $i,SV89: $i,SV39: $i] :
      ( ( ! [SY305: $i] :
            ( ~ ( pair_in_list @ SV39 @ SV89 @ SY305 )
            | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV128 ) ) @ SV89 @ SY305 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[408]) ).

thf(420,plain,
    ! [SV119: $i,SV112: $i] :
      ( ( ( strictly_less_than @ SV112 @ SV119 )
        = $false )
      | ( ( less_than @ SV112 @ SV119 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[409]) ).

thf(421,plain,
    ! [SV120: $i,SV113: $i] :
      ( ( ( strictly_less_than @ SV113 @ SV120 )
        = $false )
      | ( ( ~ ( less_than @ SV120 @ SV113 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[410]) ).

thf(422,plain,
    ! [SV90: $i,SV73: $i,SV40: $i,SV114: $i,SV121: $i] :
      ( ( ( less_than @ SV121 @ SV114 )
        = $false )
      | ( ( ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV114 @ SV121 ) ) @ SV90 ) )
          | ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[411]) ).

thf(423,plain,
    ! [SV90: $i,SV73: $i,SV40: $i,SV115: $i,SV122: $i] :
      ( ( ( less_than @ SV122 @ SV115 )
        = $false )
      | ( ( ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
          | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV115 @ SV122 ) ) @ SV90 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[412]) ).

thf(424,plain,
    ! [SV38: $i,SV123: $i,SV71: $i] :
      ( ( ( SV71 = SV123 )
        = $false )
      | ( ( ! [SY300: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY300 ) ) @ SV123 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[414]) ).

thf(425,plain,
    ! [SV71: $i,SV124: $i,SV38: $i] :
      ( ( ( contains_slb @ SV38 @ SV124 )
        = $false )
      | ( ( ! [SY301: $i] : ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SY301 ) ) @ SV124 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[415]) ).

thf(426,plain,
    ! [SV129: $i,SV89: $i,SV125: $i,SV72: $i,SV39: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV125 ) ) @ SV89 @ SV129 )
        | ( SV72 = SV89 )
        | ( pair_in_list @ SV39 @ SV89 @ SV129 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[416]) ).

thf(427,plain,
    ! [SV130: $i,SV89: $i,SV126: $i,SV72: $i,SV39: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV126 ) ) @ SV89 @ SV130 )
        | ( SV126 = SV130 )
        | ( pair_in_list @ SV39 @ SV89 @ SV130 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[417]) ).

thf(428,plain,
    ! [SV39: $i,SV131: $i,SV127: $i,SV89: $i,SV72: $i] :
      ( ( ( SV72 != SV89 )
        | ( SV127 != SV131 )
        | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV127 ) ) @ SV89 @ SV131 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[418]) ).

thf(429,plain,
    ! [SV128: $i,SV72: $i,SV132: $i,SV89: $i,SV39: $i] :
      ( ( ~ ( pair_in_list @ SV39 @ SV89 @ SV132 )
        | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV128 ) ) @ SV89 @ SV132 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[419]) ).

thf(430,plain,
    ! [SV113: $i,SV120: $i] :
      ( ( ( less_than @ SV120 @ SV113 )
        = $false )
      | ( ( strictly_less_than @ SV113 @ SV120 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[421]) ).

thf(431,plain,
    ! [SV90: $i,SV121: $i,SV114: $i,SV73: $i,SV40: $i] :
      ( ( ( ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV114 @ SV121 ) ) @ SV90 ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
        = $true )
      | ( ( less_than @ SV121 @ SV114 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[422]) ).

thf(432,plain,
    ! [SV122: $i,SV115: $i,SV90: $i,SV73: $i,SV40: $i] :
      ( ( ( ~ ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV115 @ SV122 ) ) @ SV90 ) )
        = $true )
      | ( ( less_than @ SV122 @ SV115 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[423]) ).

thf(433,plain,
    ! [SV123: $i,SV133: $i,SV71: $i,SV38: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SV133 ) ) @ SV123 )
        = $true )
      | ( ( SV71 = SV123 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[424]) ).

thf(434,plain,
    ! [SV124: $i,SV134: $i,SV71: $i,SV38: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV38 @ ( pair @ SV71 @ SV134 ) ) @ SV124 )
        = $true )
      | ( ( contains_slb @ SV38 @ SV124 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[425]) ).

thf(435,plain,
    ! [SV129: $i,SV89: $i,SV125: $i,SV72: $i,SV39: $i] :
      ( ( ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV125 ) ) @ SV89 @ SV129 ) )
        = $true )
      | ( ( ( SV72 = SV89 )
          | ( pair_in_list @ SV39 @ SV89 @ SV129 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[426]) ).

thf(436,plain,
    ! [SV130: $i,SV89: $i,SV126: $i,SV72: $i,SV39: $i] :
      ( ( ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV126 ) ) @ SV89 @ SV130 ) )
        = $true )
      | ( ( ( SV126 = SV130 )
          | ( pair_in_list @ SV39 @ SV89 @ SV130 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[427]) ).

thf(437,plain,
    ! [SV39: $i,SV131: $i,SV127: $i,SV89: $i,SV72: $i] :
      ( ( ( ( SV72 != SV89 )
          | ( SV127 != SV131 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV127 ) ) @ SV89 @ SV131 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[428]) ).

thf(438,plain,
    ! [SV128: $i,SV72: $i,SV132: $i,SV89: $i,SV39: $i] :
      ( ( ( ~ ( pair_in_list @ SV39 @ SV89 @ SV132 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV128 ) ) @ SV89 @ SV132 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[429]) ).

thf(439,plain,
    ! [SV90: $i,SV121: $i,SV114: $i,SV73: $i,SV40: $i] :
      ( ( ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV114 @ SV121 ) ) @ SV90 ) )
        = $false )
      | ( ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
        = $true )
      | ( ( less_than @ SV121 @ SV114 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[431]) ).

thf(440,plain,
    ! [SV122: $i,SV115: $i,SV90: $i,SV73: $i,SV40: $i] :
      ( ( ( check_cpq @ ( triple @ SV40 @ SV73 @ SV90 ) )
        = $false )
      | ( ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV73 @ ( pair @ SV115 @ SV122 ) ) @ SV90 ) )
        = $true )
      | ( ( less_than @ SV122 @ SV115 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[432]) ).

thf(441,plain,
    ! [SV129: $i,SV89: $i,SV125: $i,SV72: $i,SV39: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV125 ) ) @ SV89 @ SV129 )
        = $false )
      | ( ( ( SV72 = SV89 )
          | ( pair_in_list @ SV39 @ SV89 @ SV129 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[435]) ).

thf(442,plain,
    ! [SV130: $i,SV89: $i,SV126: $i,SV72: $i,SV39: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV126 ) ) @ SV89 @ SV130 )
        = $false )
      | ( ( ( SV126 = SV130 )
          | ( pair_in_list @ SV39 @ SV89 @ SV130 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[436]) ).

thf(443,plain,
    ! [SV39: $i,SV131: $i,SV127: $i,SV89: $i,SV72: $i] :
      ( ( ( ( SV72 != SV89 ) )
        = $true )
      | ( ( ( SV127 != SV131 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV127 ) ) @ SV89 @ SV131 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[437]) ).

thf(444,plain,
    ! [SV128: $i,SV72: $i,SV132: $i,SV89: $i,SV39: $i] :
      ( ( ( pair_in_list @ SV39 @ SV89 @ SV132 )
        = $false )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV128 ) ) @ SV89 @ SV132 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[438]) ).

thf(445,plain,
    ! [SV125: $i,SV129: $i,SV39: $i,SV89: $i,SV72: $i] :
      ( ( ( SV72 = SV89 )
        = $true )
      | ( ( pair_in_list @ SV39 @ SV89 @ SV129 )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV125 ) ) @ SV89 @ SV129 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[441]) ).

thf(446,plain,
    ! [SV72: $i,SV89: $i,SV39: $i,SV130: $i,SV126: $i] :
      ( ( ( SV126 = SV130 )
        = $true )
      | ( ( pair_in_list @ SV39 @ SV89 @ SV130 )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV126 ) ) @ SV89 @ SV130 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[442]) ).

thf(447,plain,
    ! [SV39: $i,SV131: $i,SV127: $i,SV89: $i,SV72: $i] :
      ( ( ( SV72 = SV89 )
        = $false )
      | ( ( ( SV127 != SV131 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV127 ) ) @ SV89 @ SV131 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[443]) ).

thf(448,plain,
    ! [SV39: $i,SV89: $i,SV72: $i,SV131: $i,SV127: $i] :
      ( ( ( SV127 = SV131 )
        = $false )
      | ( ( SV72 = SV89 )
        = $false )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV72 @ SV127 ) ) @ SV89 @ SV131 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[447]) ).

thf(449,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[173,448,446,445,444,440,439,434,433,430,420,413,401,400,395,385,384,383,382,381,363,362,361,344,343,326,323,321,320,314,305,298,297,295,294,279,278,268,259,257,256,255,254,242,238,230,218,207,206,205,186,183,175,174]) ).

thf(450,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[449]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.06/0.11  % Problem  : SWV388+1 : TPTP v8.1.0. Released v3.3.0.
% 0.06/0.12  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.32  % Computer : n004.cluster.edu
% 0.12/0.32  % Model    : x86_64 x86_64
% 0.12/0.32  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.32  % Memory   : 8042.1875MB
% 0.12/0.32  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.32  % CPULimit : 300
% 0.12/0.32  % WCLimit  : 600
% 0.12/0.32  % DateTime : Tue Jun 14 19:57:09 EDT 2022
% 0.12/0.32  % CPUTime  : 
% 0.12/0.36  .
% 0.12/0.36  
% 0.12/0.36   No.of.Axioms: 42
% 0.12/0.36  
% 0.12/0.36   Length.of.Defs: 0
% 0.12/0.36  
% 0.12/0.36   Contains.Choice.Funs: false
% 0.17/0.41  .
% 0.17/0.41  (rf:0,axioms:42,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:44,loop_count:0,foatp_calls:0,translation:fof_full)................................
% 0.41/0.65  
% 0.41/0.65  ********************************
% 0.41/0.65  *   All subproblems solved!    *
% 0.41/0.65  ********************************
% 0.41/0.65  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:43,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:449,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.50/0.71  
% 0.50/0.71  %**** Beginning of derivation protocol ****
% 0.50/0.71  % SZS output start CNFRefutation
% See solution above
% 0.50/0.72  
% 0.50/0.72  %**** End of derivation protocol ****
% 0.50/0.72  %**** no. of clauses in derivation: 450 ****
% 0.50/0.72  %**** clause counter: 449 ****
% 0.50/0.72  
% 0.50/0.72  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:43,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:449,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------