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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SWV383+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 : n023.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:14 EDT 2022

% Result   : Theorem 0.47s 0.77s
% Output   : CNFRefutation 0.70s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   76
% Syntax   : Number of formulae    :  512 ( 335 unt;  33 typ;   0 def)
%            Number of atoms       : 2563 ( 947 equ;   0 cnn)
%            Maximal formula atoms :    5 (   5 avg)
%            Number of connectives : 6931 ( 729   ~; 736   |;  48   &;5348   @)
%                                         (  14 <=>;  56  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   15 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   42 (  42   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   36 (  33 usr;  11 con; 0-3 aty)
%            Number of variables   : 1802 (   0   ^1802   !;   0   ?;1802   :)

% 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_SY129,type,
    sK2_SY129: $i ).

thf(tp_sK3_SY134,type,
    sK3_SY134: $i ).

thf(tp_sK4_SY138,type,
    sK4_SY138: $i ).

thf(tp_sK5_SY141,type,
    sK5_SY141: $i ).

thf(tp_sK6_SY143,type,
    sK6_SY143: $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/sandbox/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/sandbox/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/sandbox/benchmark/theBenchmark.p',ax51) ).

thf(4,axiom,
    ! [U: $i,V: $i] :
      ( ( findmin_cpq_res @ ( triple @ U @ create_slb @ V ) )
      = bottom ),
    file('/export/starexec/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/benchmark/theBenchmark.p',ax42) ).

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

thf(14,axiom,
    ! [U: $i,V: $i] :
      ( ( ok @ ( triple @ U @ V @ bad ) )
    <=> $false ),
    file('/export/starexec/sandbox/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/sandbox/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/sandbox/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/sandbox/benchmark/theBenchmark.p',ax37) ).

thf(18,axiom,
    ! [U: $i,V: $i] : ( check_cpq @ ( triple @ U @ create_slb @ V ) ),
    file('/export/starexec/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/benchmark/theBenchmark.p',ax32) ).

thf(23,axiom,
    ! [U: $i] : ( succ_cpq @ U @ U ),
    file('/export/starexec/sandbox/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/sandbox/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/sandbox/benchmark/theBenchmark.p',ax29) ).

thf(26,axiom,
    ! [U: $i] :
      ( ( update_slb @ create_slb @ U )
      = create_slb ),
    file('/export/starexec/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/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/sandbox/benchmark/theBenchmark.p',ax23) ).

thf(32,axiom,
    ! [U: $i,V: $i] :
      ~ ( pair_in_list @ create_slb @ U @ V ),
    file('/export/starexec/sandbox/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/sandbox/benchmark/theBenchmark.p',ax21) ).

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

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

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

thf(37,axiom,
    ! [U: $i] : ( less_than @ bottom @ U ),
    file('/export/starexec/sandbox/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/sandbox/benchmark/theBenchmark.p',stricly_smaller_definition) ).

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

thf(40,axiom,
    ! [U: $i,V: $i] :
      ( ( less_than @ U @ V )
      | ( less_than @ V @ U ) ),
    file('/export/starexec/sandbox/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/sandbox/benchmark/theBenchmark.p',transitivity) ).

thf(42,axiom,
    ! [U: $i,V: $i,W: $i] :
      ( ( ~ ( check_cpq @ ( triple @ U @ V @ W ) )
        | ~ ( ok @ ( triple @ U @ V @ W ) ) )
     => ! [X: $i,Y: $i,Z: $i] :
          ( ( succ_cpq @ ( triple @ U @ V @ W ) @ ( triple @ X @ Y @ Z ) )
         => ( ~ ( ok @ ( triple @ X @ Y @ Z ) )
            | ~ ( check_cpq @ ( triple @ X @ Y @ Z ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l19_l20) ).

thf(43,conjecture,
    ! [U: $i,V: $i,W: $i] :
      ( ~ ( check_cpq @ ( triple @ U @ V @ W ) )
     => ! [X: $i,Y: $i,Z: $i] :
          ( ( succ_cpq @ ( triple @ U @ V @ W ) @ ( triple @ X @ Y @ Z ) )
         => ( ~ ( ok @ ( triple @ X @ Y @ Z ) )
            | ~ ( check_cpq @ ( triple @ X @ Y @ Z ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l19_co) ).

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

thf(45,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ~ ( check_cpq @ ( triple @ U @ V @ W ) )
         => ! [X: $i,Y: $i,Z: $i] :
              ( ( succ_cpq @ ( triple @ U @ V @ W ) @ ( triple @ X @ Y @ Z ) )
             => ( ~ ( ok @ ( triple @ X @ Y @ Z ) )
                | ~ ( check_cpq @ ( triple @ X @ Y @ Z ) ) ) ) ) )
    = $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 ) )
            | ~ ( ok @ ( triple @ U @ V @ W ) ) )
         => ! [X: $i,Y: $i,Z: $i] :
              ( ( succ_cpq @ ( triple @ U @ V @ W ) @ ( triple @ X @ Y @ Z ) )
             => ( ~ ( ok @ ( triple @ X @ Y @ Z ) )
                | ~ ( check_cpq @ ( triple @ X @ Y @ Z ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[42]) ).

thf(88,plain,
    ( ( ! [SY129: $i,SY130: $i] :
          ( ~ ( check_cpq @ ( triple @ sK1_U @ SY129 @ SY130 ) )
         => ! [SY131: $i,SY132: $i,SY133: $i] :
              ( ( succ_cpq @ ( triple @ sK1_U @ SY129 @ SY130 ) @ ( triple @ SY131 @ SY132 @ SY133 ) )
             => ( ~ ( ok @ ( triple @ SY131 @ SY132 @ SY133 ) )
                | ~ ( check_cpq @ ( triple @ SY131 @ SY132 @ SY133 ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[45]) ).

thf(89,plain,
    ( ( ! [SY134: $i] :
          ( ~ ( check_cpq @ ( triple @ sK1_U @ sK2_SY129 @ SY134 ) )
         => ! [SY135: $i,SY136: $i,SY137: $i] :
              ( ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ SY134 ) @ ( triple @ SY135 @ SY136 @ SY137 ) )
             => ( ~ ( ok @ ( triple @ SY135 @ SY136 @ SY137 ) )
                | ~ ( check_cpq @ ( triple @ SY135 @ SY136 @ SY137 ) ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[88]) ).

thf(90,plain,
    ( ( ~ ( check_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) )
     => ! [SY138: $i,SY139: $i,SY140: $i] :
          ( ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ SY138 @ SY139 @ SY140 ) )
         => ( ~ ( ok @ ( triple @ SY138 @ SY139 @ SY140 ) )
            | ~ ( check_cpq @ ( triple @ SY138 @ SY139 @ SY140 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[89]) ).

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

thf(92,plain,
    ( ( ! [SY138: $i,SY139: $i,SY140: $i] :
          ( ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ SY138 @ SY139 @ SY140 ) )
         => ( ~ ( ok @ ( triple @ SY138 @ SY139 @ SY140 ) )
            | ~ ( check_cpq @ ( triple @ SY138 @ SY139 @ SY140 ) ) ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[90]) ).

thf(93,plain,
    ( ( ~ ! [SY138: $i,SY139: $i,SY140: $i] :
            ( ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ SY138 @ SY139 @ SY140 ) )
           => ( ~ ( ok @ ( triple @ SY138 @ SY139 @ SY140 ) )
              | ~ ( check_cpq @ ( triple @ SY138 @ SY139 @ SY140 ) ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[92]) ).

thf(94,plain,
    ( ( ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
      & ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
      & ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) )
    = $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 ) )
              | ! [X: $i,Y: $i,Z: $i] :
                  ( ~ ( succ_cpq @ ( triple @ U @ V @ W ) @ ( triple @ X @ Y @ Z ) )
                  | ~ ( ok @ ( triple @ X @ Y @ Z ) )
                  | ~ ( check_cpq @ ( triple @ X @ Y @ Z ) ) ) )
          & ! [V: $i,W: $i] :
              ( ( ok @ ( triple @ U @ V @ W ) )
              | ! [X: $i,Y: $i,Z: $i] :
                  ( ~ ( succ_cpq @ ( triple @ U @ V @ W ) @ ( triple @ X @ Y @ Z ) )
                  | ~ ( ok @ ( triple @ X @ Y @ Z ) )
                  | ~ ( check_cpq @ ( triple @ X @ Y @ Z ) ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[87]) ).

thf(120,plain,
    ( ( ! [U: $i] :
          ( ! [V: $i,W: $i] :
              ( ( check_cpq @ ( triple @ U @ V @ W ) )
              | ! [X: $i,Y: $i,Z: $i] :
                  ( ~ ( succ_cpq @ ( triple @ U @ V @ W ) @ ( triple @ X @ Y @ Z ) )
                  | ~ ( ok @ ( triple @ X @ Y @ Z ) )
                  | ~ ( check_cpq @ ( triple @ X @ Y @ Z ) ) ) )
          & ! [V: $i,W: $i] :
              ( ( ok @ ( triple @ U @ V @ W ) )
              | ! [X: $i,Y: $i,Z: $i] :
                  ( ~ ( succ_cpq @ ( triple @ U @ V @ W ) @ ( triple @ X @ Y @ Z ) )
                  | ~ ( ok @ ( triple @ X @ Y @ Z ) )
                  | ~ ( check_cpq @ ( triple @ X @ Y @ Z ) ) ) ) ) )
    = $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_SY129 @ sK3_SY134 ) ) )
    = $true ),
    inference(copy,[status(thm)],[91]) ).

thf(163,plain,
    ( ( ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
      & ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
      & ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) )
    = $true ),
    inference(copy,[status(thm)],[94]) ).

thf(164,plain,
    ( ( ~ ( ~ ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
          | ~ ~ ( ~ ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
                | ~ ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) ) ) )
    = $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] :
                  ( ( check_cpq @ ( triple @ SX0 @ SX1 @ SX2 ) )
                  | ! [SX3: $i,SX4: $i,SX5: $i] :
                      ( ~ ( succ_cpq @ ( triple @ SX0 @ SX1 @ SX2 ) @ ( triple @ SX3 @ SX4 @ SX5 ) )
                      | ~ ( ok @ ( triple @ SX3 @ SX4 @ SX5 ) )
                      | ~ ( check_cpq @ ( triple @ SX3 @ SX4 @ SX5 ) ) ) )
            | ~ ! [SX1: $i,SX2: $i] :
                  ( ( ok @ ( triple @ SX0 @ SX1 @ SX2 ) )
                  | ! [SX3: $i,SX4: $i,SX5: $i] :
                      ( ~ ( succ_cpq @ ( triple @ SX0 @ SX1 @ SX2 ) @ ( triple @ SX3 @ SX4 @ SX5 ) )
                      | ~ ( ok @ ( triple @ SX3 @ SX4 @ SX5 ) )
                      | ~ ( check_cpq @ ( triple @ SX3 @ SX4 @ SX5 ) ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[120]) ).

thf(168,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(169,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(170,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(171,plain,
    ! [SV1: $i] :
      ( ( ! [SY144: $i,SY145: $i] :
            ( ~ ( less_than @ SV1 @ SY144 )
            | ~ ( less_than @ SY144 @ SY145 )
            | ( less_than @ SV1 @ SY145 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[121]) ).

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

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

thf(174,plain,
    ! [SV4: $i] :
      ( ( less_than @ bottom @ SV4 )
      = $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,
    ! [SV5: $i] :
      ( ( ! [SY147: $i,SY148: $i] : ( isnonempty_slb @ ( insert_slb @ SV5 @ ( pair @ SY147 @ SY148 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

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

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

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

thf(180,plain,
    ! [SV9: $i] :
      ( ( ! [SY152: $i,SY153: $i] :
            ( ( SY152 = SY153 )
            | ~ ( contains_slb @ SV9 @ SY153 )
            | ! [SY154: $i] :
                ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SY152 @ SY154 ) ) @ SY153 )
                = ( insert_slb @ ( remove_slb @ SV9 @ SY153 ) @ ( pair @ SY152 @ SY154 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

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

thf(182,plain,
    ! [SV11: $i] :
      ( ( ! [SY157: $i,SY158: $i] :
            ( ( SY157 = SY158 )
            | ~ ( contains_slb @ SV11 @ SY158 )
            | ! [SY159: $i] :
                ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SY157 @ SY159 ) ) @ SY158 )
                = ( lookup_slb @ SV11 @ SY158 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

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

thf(184,plain,
    ! [SV13: $i] :
      ( ( ! [SY160: $i,SY161: $i,SY162: $i] :
            ( ~ ( strictly_less_than @ SY162 @ SY161 )
            | ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SY160 @ SY162 ) ) @ SY161 )
              = ( insert_slb @ ( update_slb @ SV13 @ SY161 ) @ ( pair @ SY160 @ SY161 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(185,plain,
    ! [SV14: $i] :
      ( ( ! [SY163: $i,SY164: $i,SY165: $i] :
            ( ~ ( less_than @ SY164 @ SY165 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SY163 @ SY165 ) ) @ SY164 )
              = ( insert_slb @ ( update_slb @ SV14 @ SY164 ) @ ( pair @ SY163 @ SY165 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[138]) ).

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

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

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

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

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

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

thf(192,plain,
    ! [SV21: $i] :
      ( ( ! [SY173: $i,SY174: $i,SY175: $i,SY176: $i] :
            ( ~ ( strictly_less_than @ SY175 @ SY176 )
            | ~ ( check_cpq @ ( triple @ SV21 @ ( insert_slb @ SY173 @ ( pair @ SY175 @ SY176 ) ) @ SY174 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[146]) ).

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

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

thf(195,plain,
    ! [SV24: $i] :
      ( ( ! [SY180: $i,SY181: $i,SY182: $i] :
            ( ( insert_cpq @ ( triple @ SV24 @ SY180 @ SY181 ) @ SY182 )
            = ( triple @ ( insert_pqp @ SV24 @ SY182 ) @ ( insert_slb @ SY180 @ ( pair @ SY182 @ bottom ) ) @ SY181 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

thf(196,plain,
    ! [SV25: $i] :
      ( ( ! [SY183: $i,SY184: $i,SY185: $i] :
            ( ( contains_slb @ SY183 @ SY185 )
            | ( ( remove_cpq @ ( triple @ SV25 @ SY183 @ SY184 ) @ SY185 )
              = ( triple @ SV25 @ SY183 @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[151]) ).

thf(197,plain,
    ! [SV26: $i] :
      ( ( ! [SY186: $i,SY187: $i,SY188: $i] :
            ( ~ ( contains_slb @ SY186 @ SY188 )
            | ~ ( less_than @ ( lookup_slb @ SY186 @ SY188 ) @ SY188 )
            | ( ( remove_cpq @ ( triple @ SV26 @ SY186 @ SY187 ) @ SY188 )
              = ( triple @ ( remove_pqp @ SV26 @ SY188 ) @ ( remove_slb @ SY186 @ SY188 ) @ SY187 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[152]) ).

thf(198,plain,
    ! [SV27: $i] :
      ( ( ! [SY189: $i,SY190: $i,SY191: $i] :
            ( ~ ( contains_slb @ SY189 @ SY191 )
            | ~ ( strictly_less_than @ SY191 @ ( lookup_slb @ SY189 @ SY191 ) )
            | ( ( remove_cpq @ ( triple @ SV27 @ SY189 @ SY190 ) @ SY191 )
              = ( triple @ ( remove_pqp @ SV27 @ SY191 ) @ ( remove_slb @ SY189 @ SY191 ) @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[153]) ).

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

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

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

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

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

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

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

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

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

thf(208,plain,
    ( ( ~ ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
      | ~ ~ ( ~ ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
            | ~ ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[164]) ).

thf(209,plain,
    ! [SV36: $i] :
      ( ( ! [SY202: $i] :
            ~ ( ~ ! [SY203: $i,SY204: $i] :
                    ( ~ ( contains_cpq @ ( triple @ SV36 @ SY202 @ SY203 ) @ SY204 )
                    | ( contains_slb @ SY202 @ SY204 ) )
              | ~ ! [SY205: $i,SY206: $i] :
                    ( ~ ( contains_slb @ SY202 @ SY206 )
                    | ( contains_cpq @ ( triple @ SV36 @ SY202 @ SY205 ) @ SY206 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[165]) ).

thf(210,plain,
    ! [SV37: $i] :
      ( ( ! [SY207: $i] :
            ~ ( ~ ! [SY208: $i] :
                    ( ! [SY209: $i] :
                        ~ ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SY207 @ SY209 ) ) @ SY208 )
                    | ( SY207 = SY208 )
                    | ( contains_slb @ SV37 @ SY208 ) )
              | ~ ~ ( ~ ! [SY210: $i] :
                          ( ( SY207 != SY210 )
                          | ! [SY211: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SY207 @ SY211 ) ) @ SY210 ) )
                    | ~ ! [SY212: $i] :
                          ( ~ ( contains_slb @ SV37 @ SY212 )
                          | ! [SY213: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SY207 @ SY213 ) ) @ SY212 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(211,plain,
    ! [SV38: $i] :
      ( ( ~ ( ~ ! [SY214: $i,SY215: $i] :
                  ( ( check_cpq @ ( triple @ SV38 @ SY214 @ SY215 ) )
                  | ! [SY216: $i,SY217: $i,SY218: $i] :
                      ( ~ ( succ_cpq @ ( triple @ SV38 @ SY214 @ SY215 ) @ ( triple @ SY216 @ SY217 @ SY218 ) )
                      | ~ ( ok @ ( triple @ SY216 @ SY217 @ SY218 ) )
                      | ~ ( check_cpq @ ( triple @ SY216 @ SY217 @ SY218 ) ) ) )
            | ~ ! [SY219: $i,SY220: $i] :
                  ( ( ok @ ( triple @ SV38 @ SY219 @ SY220 ) )
                  | ! [SY221: $i,SY222: $i,SY223: $i] :
                      ( ~ ( succ_cpq @ ( triple @ SV38 @ SY219 @ SY220 ) @ ( triple @ SY221 @ SY222 @ SY223 ) )
                      | ~ ( ok @ ( triple @ SY221 @ SY222 @ SY223 ) )
                      | ~ ( check_cpq @ ( triple @ SY221 @ SY222 @ SY223 ) ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[167]) ).

thf(212,plain,
    ! [SV39: $i] :
      ( ( ! [SY224: $i,SY225: $i] :
            ~ ( ~ ~ ( ~ ! [SY226: $i,SY227: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SY224 @ SY226 ) ) @ SY225 @ SY227 )
                          | ( SY224 = SY225 )
                          | ( pair_in_list @ SV39 @ SY225 @ SY227 ) )
                    | ~ ! [SY228: $i,SY229: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SY224 @ SY228 ) ) @ SY225 @ SY229 )
                          | ( SY228 = SY229 )
                          | ( pair_in_list @ SV39 @ SY225 @ SY229 ) ) )
              | ~ ~ ( ~ ! [SY230: $i,SY231: $i] :
                          ( ( SY224 != SY225 )
                          | ( SY230 != SY231 )
                          | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SY224 @ SY230 ) ) @ SY225 @ SY231 ) )
                    | ~ ! [SY232: $i,SY233: $i] :
                          ( ~ ( pair_in_list @ SV39 @ SY225 @ SY233 )
                          | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SY224 @ SY232 ) ) @ SY225 @ SY233 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[168]) ).

thf(213,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)],[169]) ).

thf(214,plain,
    ! [SV40: $i] :
      ( ( ! [SY234: $i,SY235: $i] :
            ~ ( ~ ! [SY236: $i,SY237: $i] :
                    ( ~ ( less_than @ SY237 @ SY236 )
                    | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SY234 @ ( pair @ SY236 @ SY237 ) ) @ SY235 ) )
                    | ( check_cpq @ ( triple @ SV40 @ SY234 @ SY235 ) ) )
              | ~ ! [SY238: $i,SY239: $i] :
                    ( ~ ( less_than @ SY239 @ SY238 )
                    | ~ ( check_cpq @ ( triple @ SV40 @ SY234 @ SY235 ) )
                    | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SY234 @ ( pair @ SY238 @ SY239 ) ) @ SY235 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[170]) ).

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

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

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

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

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

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

thf(221,plain,
    ! [SV9: $i,SV46: $i] :
      ( ( ! [SY243: $i] :
            ( ( SV46 = SY243 )
            | ~ ( contains_slb @ SV9 @ SY243 )
            | ! [SY244: $i] :
                ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV46 @ SY244 ) ) @ SY243 )
                = ( insert_slb @ ( remove_slb @ SV9 @ SY243 ) @ ( pair @ SV46 @ SY244 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[180]) ).

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

thf(223,plain,
    ! [SV11: $i,SV48: $i] :
      ( ( ! [SY246: $i] :
            ( ( SV48 = SY246 )
            | ~ ( contains_slb @ SV11 @ SY246 )
            | ! [SY247: $i] :
                ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV48 @ SY247 ) ) @ SY246 )
                = ( lookup_slb @ SV11 @ SY246 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[182]) ).

thf(224,plain,
    ! [SV49: $i,SV13: $i] :
      ( ( ! [SY248: $i,SY249: $i] :
            ( ~ ( strictly_less_than @ SY249 @ SY248 )
            | ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV49 @ SY249 ) ) @ SY248 )
              = ( insert_slb @ ( update_slb @ SV13 @ SY248 ) @ ( pair @ SV49 @ SY248 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[184]) ).

thf(225,plain,
    ! [SV50: $i,SV14: $i] :
      ( ( ! [SY250: $i,SY251: $i] :
            ( ~ ( less_than @ SY250 @ SY251 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SY251 ) ) @ SY250 )
              = ( insert_slb @ ( update_slb @ SV14 @ SY250 ) @ ( pair @ SV50 @ SY251 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[185]) ).

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

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

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

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

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

thf(231,plain,
    ! [SV56: $i,SV21: $i] :
      ( ( ! [SY254: $i,SY255: $i,SY256: $i] :
            ( ~ ( strictly_less_than @ SY255 @ SY256 )
            | ~ ( check_cpq @ ( triple @ SV21 @ ( insert_slb @ SV56 @ ( pair @ SY255 @ SY256 ) ) @ SY254 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

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

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

thf(234,plain,
    ! [SV59: $i,SV24: $i] :
      ( ( ! [SY258: $i,SY259: $i] :
            ( ( insert_cpq @ ( triple @ SV24 @ SV59 @ SY258 ) @ SY259 )
            = ( triple @ ( insert_pqp @ SV24 @ SY259 ) @ ( insert_slb @ SV59 @ ( pair @ SY259 @ bottom ) ) @ SY258 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[195]) ).

thf(235,plain,
    ! [SV25: $i,SV60: $i] :
      ( ( ! [SY260: $i,SY261: $i] :
            ( ( contains_slb @ SV60 @ SY261 )
            | ( ( remove_cpq @ ( triple @ SV25 @ SV60 @ SY260 ) @ SY261 )
              = ( triple @ SV25 @ SV60 @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[196]) ).

thf(236,plain,
    ! [SV26: $i,SV61: $i] :
      ( ( ! [SY262: $i,SY263: $i] :
            ( ~ ( contains_slb @ SV61 @ SY263 )
            | ~ ( less_than @ ( lookup_slb @ SV61 @ SY263 ) @ SY263 )
            | ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SY262 ) @ SY263 )
              = ( triple @ ( remove_pqp @ SV26 @ SY263 ) @ ( remove_slb @ SV61 @ SY263 ) @ SY262 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[197]) ).

thf(237,plain,
    ! [SV27: $i,SV62: $i] :
      ( ( ! [SY264: $i,SY265: $i] :
            ( ~ ( contains_slb @ SV62 @ SY265 )
            | ~ ( strictly_less_than @ SY265 @ ( lookup_slb @ SV62 @ SY265 ) )
            | ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SY264 ) @ SY265 )
              = ( triple @ ( remove_pqp @ SV27 @ SY265 ) @ ( remove_slb @ SV62 @ SY265 ) @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[198]) ).

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

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

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

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

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

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

thf(244,plain,
    ( ( ~ ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[208]) ).

thf(245,plain,
    ( ( ~ ~ ( ~ ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
            | ~ ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[208]) ).

thf(246,plain,
    ! [SV69: $i,SV36: $i] :
      ( ( ~ ( ~ ! [SY270: $i,SY271: $i] :
                  ( ~ ( contains_cpq @ ( triple @ SV36 @ SV69 @ SY270 ) @ SY271 )
                  | ( contains_slb @ SV69 @ SY271 ) )
            | ~ ! [SY272: $i,SY273: $i] :
                  ( ~ ( contains_slb @ SV69 @ SY273 )
                  | ( contains_cpq @ ( triple @ SV36 @ SV69 @ SY272 ) @ SY273 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[209]) ).

thf(247,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ~ ( ~ ! [SY274: $i] :
                  ( ! [SY275: $i] :
                      ~ ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY275 ) ) @ SY274 )
                  | ( SV70 = SY274 )
                  | ( contains_slb @ SV37 @ SY274 ) )
            | ~ ~ ( ~ ! [SY276: $i] :
                        ( ( SV70 != SY276 )
                        | ! [SY277: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY277 ) ) @ SY276 ) )
                  | ~ ! [SY278: $i] :
                        ( ~ ( contains_slb @ SV37 @ SY278 )
                        | ! [SY279: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY279 ) ) @ SY278 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[210]) ).

thf(248,plain,
    ! [SV38: $i] :
      ( ( ~ ! [SY214: $i,SY215: $i] :
              ( ( check_cpq @ ( triple @ SV38 @ SY214 @ SY215 ) )
              | ! [SY216: $i,SY217: $i,SY218: $i] :
                  ( ~ ( succ_cpq @ ( triple @ SV38 @ SY214 @ SY215 ) @ ( triple @ SY216 @ SY217 @ SY218 ) )
                  | ~ ( ok @ ( triple @ SY216 @ SY217 @ SY218 ) )
                  | ~ ( check_cpq @ ( triple @ SY216 @ SY217 @ SY218 ) ) ) )
        | ~ ! [SY219: $i,SY220: $i] :
              ( ( ok @ ( triple @ SV38 @ SY219 @ SY220 ) )
              | ! [SY221: $i,SY222: $i,SY223: $i] :
                  ( ~ ( succ_cpq @ ( triple @ SV38 @ SY219 @ SY220 ) @ ( triple @ SY221 @ SY222 @ SY223 ) )
                  | ~ ( ok @ ( triple @ SY221 @ SY222 @ SY223 ) )
                  | ~ ( check_cpq @ ( triple @ SY221 @ SY222 @ SY223 ) ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[211]) ).

thf(249,plain,
    ! [SV71: $i,SV39: $i] :
      ( ( ! [SY280: $i] :
            ~ ( ~ ~ ( ~ ! [SY281: $i,SY282: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY281 ) ) @ SY280 @ SY282 )
                          | ( SV71 = SY280 )
                          | ( pair_in_list @ SV39 @ SY280 @ SY282 ) )
                    | ~ ! [SY283: $i,SY284: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY283 ) ) @ SY280 @ SY284 )
                          | ( SY283 = SY284 )
                          | ( pair_in_list @ SV39 @ SY280 @ SY284 ) ) )
              | ~ ~ ( ~ ! [SY285: $i,SY286: $i] :
                          ( ( SV71 != SY280 )
                          | ( SY285 != SY286 )
                          | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY285 ) ) @ SY280 @ SY286 ) )
                    | ~ ! [SY287: $i,SY288: $i] :
                          ( ~ ( pair_in_list @ SV39 @ SY280 @ SY288 )
                          | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY287 ) ) @ SY280 @ SY288 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[212]) ).

thf(250,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)],[213]) ).

thf(251,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)],[213]) ).

thf(252,plain,
    ! [SV72: $i,SV40: $i] :
      ( ( ! [SY289: $i] :
            ~ ( ~ ! [SY290: $i,SY291: $i] :
                    ( ~ ( less_than @ SY291 @ SY290 )
                    | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY290 @ SY291 ) ) @ SY289 ) )
                    | ( check_cpq @ ( triple @ SV40 @ SV72 @ SY289 ) ) )
              | ~ ! [SY292: $i,SY293: $i] :
                    ( ~ ( less_than @ SY293 @ SY292 )
                    | ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SY289 ) )
                    | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY292 @ SY293 ) ) @ SY289 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[214]) ).

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

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

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

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

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

thf(258,plain,
    ! [SV9: $i,SV76: $i,SV46: $i] :
      ( ( ( SV46 = SV76 )
        | ~ ( contains_slb @ SV9 @ SV76 )
        | ! [SY294: $i] :
            ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV46 @ SY294 ) ) @ SV76 )
            = ( insert_slb @ ( remove_slb @ SV9 @ SV76 ) @ ( pair @ SV46 @ SY294 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[221]) ).

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

thf(260,plain,
    ! [SV11: $i,SV78: $i,SV48: $i] :
      ( ( ( SV48 = SV78 )
        | ~ ( contains_slb @ SV11 @ SV78 )
        | ! [SY295: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV48 @ SY295 ) ) @ SV78 )
            = ( lookup_slb @ SV11 @ SV78 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[223]) ).

thf(261,plain,
    ! [SV49: $i,SV13: $i,SV79: $i] :
      ( ( ! [SY296: $i] :
            ( ~ ( strictly_less_than @ SY296 @ SV79 )
            | ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV49 @ SY296 ) ) @ SV79 )
              = ( insert_slb @ ( update_slb @ SV13 @ SV79 ) @ ( pair @ SV49 @ SV79 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[224]) ).

thf(262,plain,
    ! [SV50: $i,SV14: $i,SV80: $i] :
      ( ( ! [SY297: $i] :
            ( ~ ( less_than @ SV80 @ SY297 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SY297 ) ) @ SV80 )
              = ( insert_slb @ ( update_slb @ SV14 @ SV80 ) @ ( pair @ SV50 @ SY297 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[225]) ).

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

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

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

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

thf(267,plain,
    ! [SV81: $i,SV56: $i,SV21: $i] :
      ( ( ! [SY298: $i,SY299: $i] :
            ( ~ ( strictly_less_than @ SY298 @ SY299 )
            | ~ ( check_cpq @ ( triple @ SV21 @ ( insert_slb @ SV56 @ ( pair @ SY298 @ SY299 ) ) @ SV81 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[231]) ).

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

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

thf(270,plain,
    ! [SV83: $i,SV59: $i,SV24: $i] :
      ( ( ! [SY300: $i] :
            ( ( insert_cpq @ ( triple @ SV24 @ SV59 @ SV83 ) @ SY300 )
            = ( triple @ ( insert_pqp @ SV24 @ SY300 ) @ ( insert_slb @ SV59 @ ( pair @ SY300 @ bottom ) ) @ SV83 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[234]) ).

thf(271,plain,
    ! [SV84: $i,SV25: $i,SV60: $i] :
      ( ( ! [SY301: $i] :
            ( ( contains_slb @ SV60 @ SY301 )
            | ( ( remove_cpq @ ( triple @ SV25 @ SV60 @ SV84 ) @ SY301 )
              = ( triple @ SV25 @ SV60 @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[235]) ).

thf(272,plain,
    ! [SV85: $i,SV26: $i,SV61: $i] :
      ( ( ! [SY302: $i] :
            ( ~ ( contains_slb @ SV61 @ SY302 )
            | ~ ( less_than @ ( lookup_slb @ SV61 @ SY302 ) @ SY302 )
            | ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV85 ) @ SY302 )
              = ( triple @ ( remove_pqp @ SV26 @ SY302 ) @ ( remove_slb @ SV61 @ SY302 ) @ SV85 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[236]) ).

thf(273,plain,
    ! [SV86: $i,SV27: $i,SV62: $i] :
      ( ( ! [SY303: $i] :
            ( ~ ( contains_slb @ SV62 @ SY303 )
            | ~ ( strictly_less_than @ SY303 @ ( lookup_slb @ SV62 @ SY303 ) )
            | ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV86 ) @ SY303 )
              = ( triple @ ( remove_pqp @ SV27 @ SY303 ) @ ( remove_slb @ SV62 @ SY303 ) @ bad ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[237]) ).

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

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

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

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

thf(278,plain,
    ( ( succ_cpq @ ( triple @ sK1_U @ sK2_SY129 @ sK3_SY134 ) @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[244]) ).

thf(279,plain,
    ( ( ~ ( ~ ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
          | ~ ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[245]) ).

thf(280,plain,
    ! [SV69: $i,SV36: $i] :
      ( ( ~ ! [SY270: $i,SY271: $i] :
              ( ~ ( contains_cpq @ ( triple @ SV36 @ SV69 @ SY270 ) @ SY271 )
              | ( contains_slb @ SV69 @ SY271 ) )
        | ~ ! [SY272: $i,SY273: $i] :
              ( ~ ( contains_slb @ SV69 @ SY273 )
              | ( contains_cpq @ ( triple @ SV36 @ SV69 @ SY272 ) @ SY273 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[246]) ).

thf(281,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ~ ! [SY274: $i] :
              ( ! [SY275: $i] :
                  ~ ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY275 ) ) @ SY274 )
              | ( SV70 = SY274 )
              | ( contains_slb @ SV37 @ SY274 ) )
        | ~ ~ ( ~ ! [SY276: $i] :
                    ( ( SV70 != SY276 )
                    | ! [SY277: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY277 ) ) @ SY276 ) )
              | ~ ! [SY278: $i] :
                    ( ~ ( contains_slb @ SV37 @ SY278 )
                    | ! [SY279: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY279 ) ) @ SY278 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[247]) ).

thf(282,plain,
    ! [SV38: $i] :
      ( ( ~ ! [SY214: $i,SY215: $i] :
              ( ( check_cpq @ ( triple @ SV38 @ SY214 @ SY215 ) )
              | ! [SY216: $i,SY217: $i,SY218: $i] :
                  ( ~ ( succ_cpq @ ( triple @ SV38 @ SY214 @ SY215 ) @ ( triple @ SY216 @ SY217 @ SY218 ) )
                  | ~ ( ok @ ( triple @ SY216 @ SY217 @ SY218 ) )
                  | ~ ( check_cpq @ ( triple @ SY216 @ SY217 @ SY218 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[248]) ).

thf(283,plain,
    ! [SV38: $i] :
      ( ( ~ ! [SY219: $i,SY220: $i] :
              ( ( ok @ ( triple @ SV38 @ SY219 @ SY220 ) )
              | ! [SY221: $i,SY222: $i,SY223: $i] :
                  ( ~ ( succ_cpq @ ( triple @ SV38 @ SY219 @ SY220 ) @ ( triple @ SY221 @ SY222 @ SY223 ) )
                  | ~ ( ok @ ( triple @ SY221 @ SY222 @ SY223 ) )
                  | ~ ( check_cpq @ ( triple @ SY221 @ SY222 @ SY223 ) ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[248]) ).

thf(284,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY304: $i,SY305: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY304 ) ) @ SV87 @ SY305 )
                        | ( SV71 = SV87 )
                        | ( pair_in_list @ SV39 @ SV87 @ SY305 ) )
                  | ~ ! [SY306: $i,SY307: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY306 ) ) @ SV87 @ SY307 )
                        | ( SY306 = SY307 )
                        | ( pair_in_list @ SV39 @ SV87 @ SY307 ) ) )
            | ~ ~ ( ~ ! [SY308: $i,SY309: $i] :
                        ( ( SV71 != SV87 )
                        | ( SY308 != SY309 )
                        | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY308 ) ) @ SV87 @ SY309 ) )
                  | ~ ! [SY310: $i,SY311: $i] :
                        ( ~ ( pair_in_list @ SV39 @ SV87 @ SY311 )
                        | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY310 ) ) @ SV87 @ SY311 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[249]) ).

thf(285,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)],[250]) ).

thf(286,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)],[251]) ).

thf(287,plain,
    ! [SV88: $i,SV72: $i,SV40: $i] :
      ( ( ~ ( ~ ! [SY312: $i,SY313: $i] :
                  ( ~ ( less_than @ SY313 @ SY312 )
                  | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY312 @ SY313 ) ) @ SV88 ) )
                  | ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) )
            | ~ ! [SY314: $i,SY315: $i] :
                  ( ~ ( less_than @ SY315 @ SY314 )
                  | ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
                  | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY314 @ SY315 ) ) @ SV88 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[252]) ).

thf(288,plain,
    ! [SV73: $i,SV41: $i,SV1: $i] :
      ( ( ( ~ ( less_than @ SV1 @ SV41 )
          | ~ ( less_than @ SV41 @ SV73 ) )
        = $true )
      | ( ( less_than @ SV1 @ SV73 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[253]) ).

thf(289,plain,
    ! [SV9: $i,SV76: $i,SV46: $i] :
      ( ( ( ( SV46 = SV76 )
          | ~ ( contains_slb @ SV9 @ SV76 ) )
        = $true )
      | ( ( ! [SY294: $i] :
              ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV46 @ SY294 ) ) @ SV76 )
              = ( insert_slb @ ( remove_slb @ SV9 @ SV76 ) @ ( pair @ SV46 @ SY294 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[258]) ).

thf(290,plain,
    ! [SV11: $i,SV78: $i,SV48: $i] :
      ( ( ( ( SV48 = SV78 )
          | ~ ( contains_slb @ SV11 @ SV78 ) )
        = $true )
      | ( ( ! [SY295: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV48 @ SY295 ) ) @ SV78 )
              = ( lookup_slb @ SV11 @ SV78 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[260]) ).

thf(291,plain,
    ! [SV49: $i,SV13: $i,SV79: $i,SV89: $i] :
      ( ( ~ ( strictly_less_than @ SV89 @ SV79 )
        | ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV49 @ SV89 ) ) @ SV79 )
          = ( insert_slb @ ( update_slb @ SV13 @ SV79 ) @ ( pair @ SV49 @ SV79 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[261]) ).

thf(292,plain,
    ! [SV50: $i,SV14: $i,SV90: $i,SV80: $i] :
      ( ( ~ ( less_than @ SV80 @ SV90 )
        | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SV90 ) ) @ SV80 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV80 ) @ ( pair @ SV50 @ SV90 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[262]) ).

thf(293,plain,
    ! [SV51: $i,SV16: $i] :
      ( ( ( succ_cpq @ SV16 @ SV51 )
        = $false )
      | ( ( ! [SY252: $i] : ( succ_cpq @ SV16 @ ( insert_cpq @ SV51 @ SY252 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[263]) ).

thf(294,plain,
    ! [SV52: $i,SV17: $i] :
      ( ( ( succ_cpq @ SV17 @ SV52 )
        = $false )
      | ( ( ! [SY253: $i] : ( succ_cpq @ SV17 @ ( remove_cpq @ SV52 @ SY253 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[264]) ).

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

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

thf(297,plain,
    ! [SV81: $i,SV56: $i,SV21: $i,SV91: $i] :
      ( ( ! [SY316: $i] :
            ( ~ ( strictly_less_than @ SV91 @ SY316 )
            | ~ ( check_cpq @ ( triple @ SV21 @ ( insert_slb @ SV56 @ ( pair @ SV91 @ SY316 ) ) @ SV81 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[267]) ).

thf(298,plain,
    ! [SV82: $i,SV58: $i,SV23: $i] :
      ( ( ( ok @ ( triple @ SV23 @ SV58 @ SV82 ) )
        = $true )
      | ( ( SV82 = bad )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[269]) ).

thf(299,plain,
    ! [SV92: $i,SV83: $i,SV59: $i,SV24: $i] :
      ( ( ( insert_cpq @ ( triple @ SV24 @ SV59 @ SV83 ) @ SV92 )
        = ( triple @ ( insert_pqp @ SV24 @ SV92 ) @ ( insert_slb @ SV59 @ ( pair @ SV92 @ bottom ) ) @ SV83 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[270]) ).

thf(300,plain,
    ! [SV84: $i,SV25: $i,SV93: $i,SV60: $i] :
      ( ( ( contains_slb @ SV60 @ SV93 )
        | ( ( remove_cpq @ ( triple @ SV25 @ SV60 @ SV84 ) @ SV93 )
          = ( triple @ SV25 @ SV60 @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[271]) ).

thf(301,plain,
    ! [SV85: $i,SV26: $i,SV94: $i,SV61: $i] :
      ( ( ~ ( contains_slb @ SV61 @ SV94 )
        | ~ ( less_than @ ( lookup_slb @ SV61 @ SV94 ) @ SV94 )
        | ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV85 ) @ SV94 )
          = ( triple @ ( remove_pqp @ SV26 @ SV94 ) @ ( remove_slb @ SV61 @ SV94 ) @ SV85 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[272]) ).

thf(302,plain,
    ! [SV86: $i,SV27: $i,SV95: $i,SV62: $i] :
      ( ( ~ ( contains_slb @ SV62 @ SV95 )
        | ~ ( strictly_less_than @ SV95 @ ( lookup_slb @ SV62 @ SV95 ) )
        | ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV86 ) @ SV95 )
          = ( triple @ ( remove_pqp @ SV27 @ SV95 ) @ ( remove_slb @ SV62 @ SV95 ) @ bad ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[273]) ).

thf(303,plain,
    ! [SV29: $i,SV64: $i] :
      ( ( ( SV64 = create_slb )
        = $true )
      | ( ( contains_slb @ SV64 @ ( findmin_pqp_res @ SV29 ) )
        = $true )
      | ( ( ! [SY266: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV29 @ SV64 @ SY266 ) )
              = ( triple @ SV29 @ ( update_slb @ SV64 @ ( findmin_pqp_res @ SV29 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[274]) ).

thf(304,plain,
    ! [SV30: $i,SV65: $i] :
      ( ( ( ( SV65 = create_slb )
          | ~ ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ ( findmin_pqp_res @ SV30 ) @ ( lookup_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) ) )
        = $true )
      | ( ( ! [SY267: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SY267 ) )
              = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[275]) ).

thf(305,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( ( SV66 = create_slb )
          | ~ ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) )
        = $true )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ ( findmin_pqp_res @ SV31 ) ) )
        = $true )
      | ( ( ! [SY268: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY268 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ SY268 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[276]) ).

thf(306,plain,
    ! [SV96: $i,SV68: $i,SV33: $i] :
      ( ( ( ( findmin_cpq_res @ ( triple @ SV33 @ SV68 @ SV96 ) )
          = ( findmin_pqp_res @ SV33 ) )
        = $true )
      | ( ( SV68 = create_slb )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[277]) ).

thf(307,plain,
    ( ( ~ ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
      | ~ ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[279]) ).

thf(308,plain,
    ! [SV69: $i,SV36: $i] :
      ( ( ~ ! [SY270: $i,SY271: $i] :
              ( ~ ( contains_cpq @ ( triple @ SV36 @ SV69 @ SY270 ) @ SY271 )
              | ( contains_slb @ SV69 @ SY271 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[280]) ).

thf(309,plain,
    ! [SV36: $i,SV69: $i] :
      ( ( ~ ! [SY272: $i,SY273: $i] :
              ( ~ ( contains_slb @ SV69 @ SY273 )
              | ( contains_cpq @ ( triple @ SV36 @ SV69 @ SY272 ) @ SY273 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[280]) ).

thf(310,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ~ ! [SY274: $i] :
              ( ! [SY275: $i] :
                  ~ ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY275 ) ) @ SY274 )
              | ( SV70 = SY274 )
              | ( contains_slb @ SV37 @ SY274 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[281]) ).

thf(311,plain,
    ! [SV37: $i,SV70: $i] :
      ( ( ~ ~ ( ~ ! [SY276: $i] :
                    ( ( SV70 != SY276 )
                    | ! [SY277: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY277 ) ) @ SY276 ) )
              | ~ ! [SY278: $i] :
                    ( ~ ( contains_slb @ SV37 @ SY278 )
                    | ! [SY279: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY279 ) ) @ SY278 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[281]) ).

thf(312,plain,
    ! [SV38: $i] :
      ( ( ! [SY214: $i,SY215: $i] :
            ( ( check_cpq @ ( triple @ SV38 @ SY214 @ SY215 ) )
            | ! [SY216: $i,SY217: $i,SY218: $i] :
                ( ~ ( succ_cpq @ ( triple @ SV38 @ SY214 @ SY215 ) @ ( triple @ SY216 @ SY217 @ SY218 ) )
                | ~ ( ok @ ( triple @ SY216 @ SY217 @ SY218 ) )
                | ~ ( check_cpq @ ( triple @ SY216 @ SY217 @ SY218 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[282]) ).

thf(313,plain,
    ! [SV38: $i] :
      ( ( ! [SY219: $i,SY220: $i] :
            ( ( ok @ ( triple @ SV38 @ SY219 @ SY220 ) )
            | ! [SY221: $i,SY222: $i,SY223: $i] :
                ( ~ ( succ_cpq @ ( triple @ SV38 @ SY219 @ SY220 ) @ ( triple @ SY221 @ SY222 @ SY223 ) )
                | ~ ( ok @ ( triple @ SY221 @ SY222 @ SY223 ) )
                | ~ ( check_cpq @ ( triple @ SY221 @ SY222 @ SY223 ) ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[283]) ).

thf(314,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ~ ~ ( ~ ! [SY304: $i,SY305: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY304 ) ) @ SV87 @ SY305 )
                    | ( SV71 = SV87 )
                    | ( pair_in_list @ SV39 @ SV87 @ SY305 ) )
              | ~ ! [SY306: $i,SY307: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY306 ) ) @ SV87 @ SY307 )
                    | ( SY306 = SY307 )
                    | ( pair_in_list @ SV39 @ SV87 @ SY307 ) ) )
        | ~ ~ ( ~ ! [SY308: $i,SY309: $i] :
                    ( ( SV71 != SV87 )
                    | ( SY308 != SY309 )
                    | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY308 ) ) @ SV87 @ SY309 ) )
              | ~ ! [SY310: $i,SY311: $i] :
                    ( ~ ( pair_in_list @ SV39 @ SV87 @ SY311 )
                    | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY310 ) ) @ SV87 @ SY311 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[284]) ).

thf(315,plain,
    ! [SV97: $i] :
      ( ( ! [SY317: $i] :
            ( ~ ( less_than @ SV97 @ SY317 )
            | ( less_than @ SY317 @ SV97 )
            | ( strictly_less_than @ SV97 @ SY317 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[285]) ).

thf(316,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)],[286]) ).

thf(317,plain,
    ! [SV88: $i,SV72: $i,SV40: $i] :
      ( ( ~ ! [SY312: $i,SY313: $i] :
              ( ~ ( less_than @ SY313 @ SY312 )
              | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY312 @ SY313 ) ) @ SV88 ) )
              | ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) )
        | ~ ! [SY314: $i,SY315: $i] :
              ( ~ ( less_than @ SY315 @ SY314 )
              | ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
              | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY314 @ SY315 ) ) @ SV88 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[287]) ).

thf(318,plain,
    ! [SV73: $i,SV41: $i,SV1: $i] :
      ( ( ( ~ ( less_than @ SV1 @ SV41 ) )
        = $true )
      | ( ( ~ ( less_than @ SV41 @ SV73 ) )
        = $true )
      | ( ( less_than @ SV1 @ SV73 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[288]) ).

thf(319,plain,
    ! [SV9: $i,SV76: $i,SV46: $i] :
      ( ( ( SV46 = SV76 )
        = $true )
      | ( ( ~ ( contains_slb @ SV9 @ SV76 ) )
        = $true )
      | ( ( ! [SY294: $i] :
              ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV46 @ SY294 ) ) @ SV76 )
              = ( insert_slb @ ( remove_slb @ SV9 @ SV76 ) @ ( pair @ SV46 @ SY294 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[289]) ).

thf(320,plain,
    ! [SV11: $i,SV78: $i,SV48: $i] :
      ( ( ( SV48 = SV78 )
        = $true )
      | ( ( ~ ( contains_slb @ SV11 @ SV78 ) )
        = $true )
      | ( ( ! [SY295: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV48 @ SY295 ) ) @ SV78 )
              = ( lookup_slb @ SV11 @ SV78 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[290]) ).

thf(321,plain,
    ! [SV49: $i,SV13: $i,SV79: $i,SV89: $i] :
      ( ( ( ~ ( strictly_less_than @ SV89 @ SV79 ) )
        = $true )
      | ( ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV49 @ SV89 ) ) @ SV79 )
          = ( insert_slb @ ( update_slb @ SV13 @ SV79 ) @ ( pair @ SV49 @ SV79 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[291]) ).

thf(322,plain,
    ! [SV50: $i,SV14: $i,SV90: $i,SV80: $i] :
      ( ( ( ~ ( less_than @ SV80 @ SV90 ) )
        = $true )
      | ( ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SV90 ) ) @ SV80 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV80 ) @ ( pair @ SV50 @ SV90 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[292]) ).

thf(323,plain,
    ! [SV98: $i,SV51: $i,SV16: $i] :
      ( ( ( succ_cpq @ SV16 @ ( insert_cpq @ SV51 @ SV98 ) )
        = $true )
      | ( ( succ_cpq @ SV16 @ SV51 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[293]) ).

thf(324,plain,
    ! [SV99: $i,SV52: $i,SV17: $i] :
      ( ( ( succ_cpq @ SV17 @ ( remove_cpq @ SV52 @ SV99 ) )
        = $true )
      | ( ( succ_cpq @ SV17 @ SV52 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[294]) ).

thf(325,plain,
    ! [SV81: $i,SV56: $i,SV21: $i,SV100: $i,SV91: $i] :
      ( ( ~ ( strictly_less_than @ SV91 @ SV100 )
        | ~ ( check_cpq @ ( triple @ SV21 @ ( insert_slb @ SV56 @ ( pair @ SV91 @ SV100 ) ) @ SV81 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[297]) ).

thf(326,plain,
    ! [SV84: $i,SV25: $i,SV93: $i,SV60: $i] :
      ( ( ( contains_slb @ SV60 @ SV93 )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV25 @ SV60 @ SV84 ) @ SV93 )
          = ( triple @ SV25 @ SV60 @ bad ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[300]) ).

thf(327,plain,
    ! [SV85: $i,SV26: $i,SV94: $i,SV61: $i] :
      ( ( ( ~ ( contains_slb @ SV61 @ SV94 )
          | ~ ( less_than @ ( lookup_slb @ SV61 @ SV94 ) @ SV94 ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV85 ) @ SV94 )
          = ( triple @ ( remove_pqp @ SV26 @ SV94 ) @ ( remove_slb @ SV61 @ SV94 ) @ SV85 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[301]) ).

thf(328,plain,
    ! [SV86: $i,SV27: $i,SV95: $i,SV62: $i] :
      ( ( ( ~ ( contains_slb @ SV62 @ SV95 )
          | ~ ( strictly_less_than @ SV95 @ ( lookup_slb @ SV62 @ SV95 ) ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV86 ) @ SV95 )
          = ( triple @ ( remove_pqp @ SV27 @ SV95 ) @ ( remove_slb @ SV62 @ SV95 ) @ bad ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[302]) ).

thf(329,plain,
    ! [SV101: $i,SV64: $i,SV29: $i] :
      ( ( ( ( findmin_cpq_eff @ ( triple @ SV29 @ SV64 @ SV101 ) )
          = ( triple @ SV29 @ ( update_slb @ SV64 @ ( findmin_pqp_res @ SV29 ) ) @ bad ) )
        = $true )
      | ( ( contains_slb @ SV64 @ ( findmin_pqp_res @ SV29 ) )
        = $true )
      | ( ( SV64 = create_slb )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[303]) ).

thf(330,plain,
    ! [SV30: $i,SV65: $i] :
      ( ( ( SV65 = create_slb )
        = $true )
      | ( ( ~ ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ ( findmin_pqp_res @ SV30 ) @ ( lookup_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) ) )
        = $true )
      | ( ( ! [SY267: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SY267 ) )
              = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[304]) ).

thf(331,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( SV66 = create_slb )
        = $true )
      | ( ( ~ ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) )
        = $true )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ ( findmin_pqp_res @ SV31 ) ) )
        = $true )
      | ( ( ! [SY268: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY268 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ SY268 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[305]) ).

thf(332,plain,
    ( ( ~ ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[307]) ).

thf(333,plain,
    ( ( ~ ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[307]) ).

thf(334,plain,
    ! [SV69: $i,SV36: $i] :
      ( ( ! [SY270: $i,SY271: $i] :
            ( ~ ( contains_cpq @ ( triple @ SV36 @ SV69 @ SY270 ) @ SY271 )
            | ( contains_slb @ SV69 @ SY271 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[308]) ).

thf(335,plain,
    ! [SV36: $i,SV69: $i] :
      ( ( ! [SY272: $i,SY273: $i] :
            ( ~ ( contains_slb @ SV69 @ SY273 )
            | ( contains_cpq @ ( triple @ SV36 @ SV69 @ SY272 ) @ SY273 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[309]) ).

thf(336,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ! [SY274: $i] :
            ( ! [SY275: $i] :
                ~ ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY275 ) ) @ SY274 )
            | ( SV70 = SY274 )
            | ( contains_slb @ SV37 @ SY274 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[310]) ).

thf(337,plain,
    ! [SV37: $i,SV70: $i] :
      ( ( ~ ( ~ ! [SY276: $i] :
                  ( ( SV70 != SY276 )
                  | ! [SY277: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY277 ) ) @ SY276 ) )
            | ~ ! [SY278: $i] :
                  ( ~ ( contains_slb @ SV37 @ SY278 )
                  | ! [SY279: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY279 ) ) @ SY278 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[311]) ).

thf(338,plain,
    ! [SV102: $i,SV38: $i] :
      ( ( ! [SY318: $i] :
            ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SY318 ) )
            | ! [SY319: $i,SY320: $i,SY321: $i] :
                ( ~ ( succ_cpq @ ( triple @ SV38 @ SV102 @ SY318 ) @ ( triple @ SY319 @ SY320 @ SY321 ) )
                | ~ ( ok @ ( triple @ SY319 @ SY320 @ SY321 ) )
                | ~ ( check_cpq @ ( triple @ SY319 @ SY320 @ SY321 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[312]) ).

thf(339,plain,
    ! [SV103: $i,SV38: $i] :
      ( ( ! [SY322: $i] :
            ( ( ok @ ( triple @ SV38 @ SV103 @ SY322 ) )
            | ! [SY323: $i,SY324: $i,SY325: $i] :
                ( ~ ( succ_cpq @ ( triple @ SV38 @ SV103 @ SY322 ) @ ( triple @ SY323 @ SY324 @ SY325 ) )
                | ~ ( ok @ ( triple @ SY323 @ SY324 @ SY325 ) )
                | ~ ( check_cpq @ ( triple @ SY323 @ SY324 @ SY325 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[313]) ).

thf(340,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ~ ~ ( ~ ! [SY304: $i,SY305: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY304 ) ) @ SV87 @ SY305 )
                    | ( SV71 = SV87 )
                    | ( pair_in_list @ SV39 @ SV87 @ SY305 ) )
              | ~ ! [SY306: $i,SY307: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY306 ) ) @ SV87 @ SY307 )
                    | ( SY306 = SY307 )
                    | ( pair_in_list @ SV39 @ SV87 @ SY307 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[314]) ).

thf(341,plain,
    ! [SV39: $i,SV87: $i,SV71: $i] :
      ( ( ~ ~ ( ~ ! [SY308: $i,SY309: $i] :
                    ( ( SV71 != SV87 )
                    | ( SY308 != SY309 )
                    | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY308 ) ) @ SV87 @ SY309 ) )
              | ~ ! [SY310: $i,SY311: $i] :
                    ( ~ ( pair_in_list @ SV39 @ SV87 @ SY311 )
                    | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY310 ) ) @ SV87 @ SY311 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[314]) ).

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

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

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

thf(345,plain,
    ! [SV88: $i,SV72: $i,SV40: $i] :
      ( ( ~ ! [SY312: $i,SY313: $i] :
              ( ~ ( less_than @ SY313 @ SY312 )
              | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY312 @ SY313 ) ) @ SV88 ) )
              | ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[317]) ).

thf(346,plain,
    ! [SV88: $i,SV72: $i,SV40: $i] :
      ( ( ~ ! [SY314: $i,SY315: $i] :
              ( ~ ( less_than @ SY315 @ SY314 )
              | ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
              | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY314 @ SY315 ) ) @ SV88 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[317]) ).

thf(347,plain,
    ! [SV73: $i,SV41: $i,SV1: $i] :
      ( ( ( less_than @ SV1 @ SV41 )
        = $false )
      | ( ( ~ ( less_than @ SV41 @ SV73 ) )
        = $true )
      | ( ( less_than @ SV1 @ SV73 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[318]) ).

thf(348,plain,
    ! [SV46: $i,SV76: $i,SV9: $i] :
      ( ( ( contains_slb @ SV9 @ SV76 )
        = $false )
      | ( ( SV46 = SV76 )
        = $true )
      | ( ( ! [SY294: $i] :
              ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV46 @ SY294 ) ) @ SV76 )
              = ( insert_slb @ ( remove_slb @ SV9 @ SV76 ) @ ( pair @ SV46 @ SY294 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[319]) ).

thf(349,plain,
    ! [SV48: $i,SV78: $i,SV11: $i] :
      ( ( ( contains_slb @ SV11 @ SV78 )
        = $false )
      | ( ( SV48 = SV78 )
        = $true )
      | ( ( ! [SY295: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV48 @ SY295 ) ) @ SV78 )
              = ( lookup_slb @ SV11 @ SV78 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[320]) ).

thf(350,plain,
    ! [SV49: $i,SV13: $i,SV79: $i,SV89: $i] :
      ( ( ( strictly_less_than @ SV89 @ SV79 )
        = $false )
      | ( ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV49 @ SV89 ) ) @ SV79 )
          = ( insert_slb @ ( update_slb @ SV13 @ SV79 ) @ ( pair @ SV49 @ SV79 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[321]) ).

thf(351,plain,
    ! [SV50: $i,SV14: $i,SV90: $i,SV80: $i] :
      ( ( ( less_than @ SV80 @ SV90 )
        = $false )
      | ( ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV50 @ SV90 ) ) @ SV80 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV80 ) @ ( pair @ SV50 @ SV90 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[322]) ).

thf(352,plain,
    ! [SV81: $i,SV56: $i,SV21: $i,SV100: $i,SV91: $i] :
      ( ( ( ~ ( strictly_less_than @ SV91 @ SV100 ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( triple @ SV21 @ ( insert_slb @ SV56 @ ( pair @ SV91 @ SV100 ) ) @ SV81 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[325]) ).

thf(353,plain,
    ! [SV85: $i,SV26: $i,SV94: $i,SV61: $i] :
      ( ( ( ~ ( contains_slb @ SV61 @ SV94 ) )
        = $true )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV61 @ SV94 ) @ SV94 ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV85 ) @ SV94 )
          = ( triple @ ( remove_pqp @ SV26 @ SV94 ) @ ( remove_slb @ SV61 @ SV94 ) @ SV85 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[327]) ).

thf(354,plain,
    ! [SV86: $i,SV27: $i,SV95: $i,SV62: $i] :
      ( ( ( ~ ( contains_slb @ SV62 @ SV95 ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ SV95 @ ( lookup_slb @ SV62 @ SV95 ) ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV86 ) @ SV95 )
          = ( triple @ ( remove_pqp @ SV27 @ SV95 ) @ ( remove_slb @ SV62 @ SV95 ) @ bad ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[328]) ).

thf(355,plain,
    ! [SV30: $i,SV65: $i] :
      ( ( ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) )
        = $false )
      | ( ( SV65 = create_slb )
        = $true )
      | ( ( ~ ( strictly_less_than @ ( findmin_pqp_res @ SV30 ) @ ( lookup_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) ) )
        = $true )
      | ( ( ! [SY267: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SY267 ) )
              = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[330]) ).

thf(356,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) )
        = $false )
      | ( ( SV66 = create_slb )
        = $true )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ ( findmin_pqp_res @ SV31 ) ) )
        = $true )
      | ( ( ! [SY268: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY268 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ SY268 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[331]) ).

thf(357,plain,
    ( ( ok @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[332]) ).

thf(358,plain,
    ( ( check_cpq @ ( triple @ sK4_SY138 @ sK5_SY141 @ sK6_SY143 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[333]) ).

thf(359,plain,
    ! [SV105: $i,SV69: $i,SV36: $i] :
      ( ( ! [SY326: $i] :
            ( ~ ( contains_cpq @ ( triple @ SV36 @ SV69 @ SV105 ) @ SY326 )
            | ( contains_slb @ SV69 @ SY326 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[334]) ).

thf(360,plain,
    ! [SV106: $i,SV36: $i,SV69: $i] :
      ( ( ! [SY327: $i] :
            ( ~ ( contains_slb @ SV69 @ SY327 )
            | ( contains_cpq @ ( triple @ SV36 @ SV69 @ SV106 ) @ SY327 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[335]) ).

thf(361,plain,
    ! [SV107: $i,SV70: $i,SV37: $i] :
      ( ( ! [SY328: $i] :
            ~ ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY328 ) ) @ SV107 )
        | ( SV70 = SV107 )
        | ( contains_slb @ SV37 @ SV107 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[336]) ).

thf(362,plain,
    ! [SV37: $i,SV70: $i] :
      ( ( ~ ! [SY276: $i] :
              ( ( SV70 != SY276 )
              | ! [SY277: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY277 ) ) @ SY276 ) )
        | ~ ! [SY278: $i] :
              ( ~ ( contains_slb @ SV37 @ SY278 )
              | ! [SY279: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY279 ) ) @ SY278 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[337]) ).

thf(363,plain,
    ! [SV108: $i,SV102: $i,SV38: $i] :
      ( ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        | ! [SY329: $i,SY330: $i,SY331: $i] :
            ( ~ ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SY329 @ SY330 @ SY331 ) )
            | ~ ( ok @ ( triple @ SY329 @ SY330 @ SY331 ) )
            | ~ ( check_cpq @ ( triple @ SY329 @ SY330 @ SY331 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[338]) ).

thf(364,plain,
    ! [SV109: $i,SV103: $i,SV38: $i] :
      ( ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        | ! [SY332: $i,SY333: $i,SY334: $i] :
            ( ~ ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SY332 @ SY333 @ SY334 ) )
            | ~ ( ok @ ( triple @ SY332 @ SY333 @ SY334 ) )
            | ~ ( check_cpq @ ( triple @ SY332 @ SY333 @ SY334 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[339]) ).

thf(365,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ~ ( ~ ! [SY304: $i,SY305: $i] :
                  ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY304 ) ) @ SV87 @ SY305 )
                  | ( SV71 = SV87 )
                  | ( pair_in_list @ SV39 @ SV87 @ SY305 ) )
            | ~ ! [SY306: $i,SY307: $i] :
                  ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY306 ) ) @ SV87 @ SY307 )
                  | ( SY306 = SY307 )
                  | ( pair_in_list @ SV39 @ SV87 @ SY307 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[340]) ).

thf(366,plain,
    ! [SV39: $i,SV87: $i,SV71: $i] :
      ( ( ~ ( ~ ! [SY308: $i,SY309: $i] :
                  ( ( SV71 != SV87 )
                  | ( SY308 != SY309 )
                  | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY308 ) ) @ SV87 @ SY309 ) )
            | ~ ! [SY310: $i,SY311: $i] :
                  ( ~ ( pair_in_list @ SV39 @ SV87 @ SY311 )
                  | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY310 ) ) @ SV87 @ SY311 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[341]) ).

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

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

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

thf(370,plain,
    ! [SV88: $i,SV72: $i,SV40: $i] :
      ( ( ! [SY312: $i,SY313: $i] :
            ( ~ ( less_than @ SY313 @ SY312 )
            | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY312 @ SY313 ) ) @ SV88 ) )
            | ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[345]) ).

thf(371,plain,
    ! [SV88: $i,SV72: $i,SV40: $i] :
      ( ( ! [SY314: $i,SY315: $i] :
            ( ~ ( less_than @ SY315 @ SY314 )
            | ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
            | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SY314 @ SY315 ) ) @ SV88 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[346]) ).

thf(372,plain,
    ! [SV1: $i,SV73: $i,SV41: $i] :
      ( ( ( less_than @ SV41 @ SV73 )
        = $false )
      | ( ( less_than @ SV1 @ SV41 )
        = $false )
      | ( ( less_than @ SV1 @ SV73 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[347]) ).

thf(373,plain,
    ! [SV76: $i,SV110: $i,SV46: $i,SV9: $i] :
      ( ( ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV46 @ SV110 ) ) @ SV76 )
          = ( insert_slb @ ( remove_slb @ SV9 @ SV76 ) @ ( pair @ SV46 @ SV110 ) ) )
        = $true )
      | ( ( SV46 = SV76 )
        = $true )
      | ( ( contains_slb @ SV9 @ SV76 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[348]) ).

thf(374,plain,
    ! [SV78: $i,SV111: $i,SV48: $i,SV11: $i] :
      ( ( ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV48 @ SV111 ) ) @ SV78 )
          = ( lookup_slb @ SV11 @ SV78 ) )
        = $true )
      | ( ( SV48 = SV78 )
        = $true )
      | ( ( contains_slb @ SV11 @ SV78 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[349]) ).

thf(375,plain,
    ! [SV81: $i,SV56: $i,SV21: $i,SV100: $i,SV91: $i] :
      ( ( ( strictly_less_than @ SV91 @ SV100 )
        = $false )
      | ( ( ~ ( check_cpq @ ( triple @ SV21 @ ( insert_slb @ SV56 @ ( pair @ SV91 @ SV100 ) ) @ SV81 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[352]) ).

thf(376,plain,
    ! [SV85: $i,SV26: $i,SV94: $i,SV61: $i] :
      ( ( ( contains_slb @ SV61 @ SV94 )
        = $false )
      | ( ( ~ ( less_than @ ( lookup_slb @ SV61 @ SV94 ) @ SV94 ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV85 ) @ SV94 )
          = ( triple @ ( remove_pqp @ SV26 @ SV94 ) @ ( remove_slb @ SV61 @ SV94 ) @ SV85 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[353]) ).

thf(377,plain,
    ! [SV86: $i,SV27: $i,SV95: $i,SV62: $i] :
      ( ( ( contains_slb @ SV62 @ SV95 )
        = $false )
      | ( ( ~ ( strictly_less_than @ SV95 @ ( lookup_slb @ SV62 @ SV95 ) ) )
        = $true )
      | ( ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV86 ) @ SV95 )
          = ( triple @ ( remove_pqp @ SV27 @ SV95 ) @ ( remove_slb @ SV62 @ SV95 ) @ bad ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[354]) ).

thf(378,plain,
    ! [SV65: $i,SV30: $i] :
      ( ( ( strictly_less_than @ ( findmin_pqp_res @ SV30 ) @ ( lookup_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) )
        = $false )
      | ( ( SV65 = create_slb )
        = $true )
      | ( ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) )
        = $false )
      | ( ( ! [SY267: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SY267 ) )
              = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[355]) ).

thf(379,plain,
    ! [SV31: $i,SV66: $i] :
      ( ( ( less_than @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ ( findmin_pqp_res @ SV31 ) )
        = $false )
      | ( ( SV66 = create_slb )
        = $true )
      | ( ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) )
        = $false )
      | ( ( ! [SY268: $i] :
              ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SY268 ) )
              = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ SY268 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[356]) ).

thf(380,plain,
    ! [SV112: $i,SV105: $i,SV69: $i,SV36: $i] :
      ( ( ~ ( contains_cpq @ ( triple @ SV36 @ SV69 @ SV105 ) @ SV112 )
        | ( contains_slb @ SV69 @ SV112 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[359]) ).

thf(381,plain,
    ! [SV106: $i,SV36: $i,SV113: $i,SV69: $i] :
      ( ( ~ ( contains_slb @ SV69 @ SV113 )
        | ( contains_cpq @ ( triple @ SV36 @ SV69 @ SV106 ) @ SV113 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[360]) ).

thf(382,plain,
    ! [SV107: $i,SV70: $i,SV37: $i] :
      ( ( ( ! [SY328: $i] :
              ~ ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY328 ) ) @ SV107 ) )
        = $true )
      | ( ( ( SV70 = SV107 )
          | ( contains_slb @ SV37 @ SV107 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[361]) ).

thf(383,plain,
    ! [SV37: $i,SV70: $i] :
      ( ( ~ ! [SY276: $i] :
              ( ( SV70 != SY276 )
              | ! [SY277: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY277 ) ) @ SY276 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[362]) ).

thf(384,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ~ ! [SY278: $i] :
              ( ~ ( contains_slb @ SV37 @ SY278 )
              | ! [SY279: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY279 ) ) @ SY278 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[362]) ).

thf(385,plain,
    ! [SV108: $i,SV102: $i,SV38: $i] :
      ( ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true )
      | ( ( ! [SY329: $i,SY330: $i,SY331: $i] :
              ( ~ ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SY329 @ SY330 @ SY331 ) )
              | ~ ( ok @ ( triple @ SY329 @ SY330 @ SY331 ) )
              | ~ ( check_cpq @ ( triple @ SY329 @ SY330 @ SY331 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[363]) ).

thf(386,plain,
    ! [SV109: $i,SV103: $i,SV38: $i] :
      ( ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true )
      | ( ( ! [SY332: $i,SY333: $i,SY334: $i] :
              ( ~ ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SY332 @ SY333 @ SY334 ) )
              | ~ ( ok @ ( triple @ SY332 @ SY333 @ SY334 ) )
              | ~ ( check_cpq @ ( triple @ SY332 @ SY333 @ SY334 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[364]) ).

thf(387,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ~ ! [SY304: $i,SY305: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY304 ) ) @ SV87 @ SY305 )
              | ( SV71 = SV87 )
              | ( pair_in_list @ SV39 @ SV87 @ SY305 ) )
        | ~ ! [SY306: $i,SY307: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY306 ) ) @ SV87 @ SY307 )
              | ( SY306 = SY307 )
              | ( pair_in_list @ SV39 @ SV87 @ SY307 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[365]) ).

thf(388,plain,
    ! [SV39: $i,SV87: $i,SV71: $i] :
      ( ( ~ ! [SY308: $i,SY309: $i] :
              ( ( SV71 != SV87 )
              | ( SY308 != SY309 )
              | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY308 ) ) @ SV87 @ SY309 ) )
        | ~ ! [SY310: $i,SY311: $i] :
              ( ~ ( pair_in_list @ SV39 @ SV87 @ SY311 )
              | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY310 ) ) @ SV87 @ SY311 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[366]) ).

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

thf(390,plain,
    ! [SV114: $i] :
      ( ( ! [SY335: $i] :
            ( ~ ( strictly_less_than @ SV114 @ SY335 )
            | ( less_than @ SV114 @ SY335 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[368]) ).

thf(391,plain,
    ! [SV115: $i] :
      ( ( ! [SY336: $i] :
            ( ~ ( strictly_less_than @ SV115 @ SY336 )
            | ~ ( less_than @ SY336 @ SV115 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[369]) ).

thf(392,plain,
    ! [SV88: $i,SV72: $i,SV40: $i,SV116: $i] :
      ( ( ! [SY337: $i] :
            ( ~ ( less_than @ SY337 @ SV116 )
            | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV116 @ SY337 ) ) @ SV88 ) )
            | ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[370]) ).

thf(393,plain,
    ! [SV88: $i,SV72: $i,SV40: $i,SV117: $i] :
      ( ( ! [SY338: $i] :
            ( ~ ( less_than @ SY338 @ SV117 )
            | ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
            | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV117 @ SY338 ) ) @ SV88 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[371]) ).

thf(394,plain,
    ! [SV81: $i,SV100: $i,SV91: $i,SV56: $i,SV21: $i] :
      ( ( ( check_cpq @ ( triple @ SV21 @ ( insert_slb @ SV56 @ ( pair @ SV91 @ SV100 ) ) @ SV81 ) )
        = $false )
      | ( ( strictly_less_than @ SV91 @ SV100 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[375]) ).

thf(395,plain,
    ! [SV85: $i,SV26: $i,SV94: $i,SV61: $i] :
      ( ( ( less_than @ ( lookup_slb @ SV61 @ SV94 ) @ SV94 )
        = $false )
      | ( ( contains_slb @ SV61 @ SV94 )
        = $false )
      | ( ( ( remove_cpq @ ( triple @ SV26 @ SV61 @ SV85 ) @ SV94 )
          = ( triple @ ( remove_pqp @ SV26 @ SV94 ) @ ( remove_slb @ SV61 @ SV94 ) @ SV85 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[376]) ).

thf(396,plain,
    ! [SV86: $i,SV27: $i,SV62: $i,SV95: $i] :
      ( ( ( strictly_less_than @ SV95 @ ( lookup_slb @ SV62 @ SV95 ) )
        = $false )
      | ( ( contains_slb @ SV62 @ SV95 )
        = $false )
      | ( ( ( remove_cpq @ ( triple @ SV27 @ SV62 @ SV86 ) @ SV95 )
          = ( triple @ ( remove_pqp @ SV27 @ SV95 ) @ ( remove_slb @ SV62 @ SV95 ) @ bad ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[377]) ).

thf(397,plain,
    ! [SV118: $i,SV65: $i,SV30: $i] :
      ( ( ( ( findmin_cpq_eff @ ( triple @ SV30 @ SV65 @ SV118 ) )
          = ( triple @ SV30 @ ( update_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) @ bad ) )
        = $true )
      | ( ( contains_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) )
        = $false )
      | ( ( SV65 = create_slb )
        = $true )
      | ( ( strictly_less_than @ ( findmin_pqp_res @ SV30 ) @ ( lookup_slb @ SV65 @ ( findmin_pqp_res @ SV30 ) ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[378]) ).

thf(398,plain,
    ! [SV119: $i,SV66: $i,SV31: $i] :
      ( ( ( ( findmin_cpq_eff @ ( triple @ SV31 @ SV66 @ SV119 ) )
          = ( triple @ SV31 @ ( update_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ SV119 ) )
        = $true )
      | ( ( contains_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) )
        = $false )
      | ( ( SV66 = create_slb )
        = $true )
      | ( ( less_than @ ( lookup_slb @ SV66 @ ( findmin_pqp_res @ SV31 ) ) @ ( findmin_pqp_res @ SV31 ) )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[379]) ).

thf(399,plain,
    ! [SV112: $i,SV105: $i,SV69: $i,SV36: $i] :
      ( ( ( ~ ( contains_cpq @ ( triple @ SV36 @ SV69 @ SV105 ) @ SV112 ) )
        = $true )
      | ( ( contains_slb @ SV69 @ SV112 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[380]) ).

thf(400,plain,
    ! [SV106: $i,SV36: $i,SV113: $i,SV69: $i] :
      ( ( ( ~ ( contains_slb @ SV69 @ SV113 ) )
        = $true )
      | ( ( contains_cpq @ ( triple @ SV36 @ SV69 @ SV106 ) @ SV113 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[381]) ).

thf(401,plain,
    ! [SV107: $i,SV120: $i,SV70: $i,SV37: $i] :
      ( ( ( ~ ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SV120 ) ) @ SV107 ) )
        = $true )
      | ( ( ( SV70 = SV107 )
          | ( contains_slb @ SV37 @ SV107 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[382]) ).

thf(402,plain,
    ! [SV37: $i,SV70: $i] :
      ( ( ! [SY276: $i] :
            ( ( SV70 != SY276 )
            | ! [SY277: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY277 ) ) @ SY276 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[383]) ).

thf(403,plain,
    ! [SV70: $i,SV37: $i] :
      ( ( ! [SY278: $i] :
            ( ~ ( contains_slb @ SV37 @ SY278 )
            | ! [SY279: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY279 ) ) @ SY278 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[384]) ).

thf(404,plain,
    ! [SV121: $i,SV108: $i,SV102: $i,SV38: $i] :
      ( ( ( ! [SY339: $i,SY340: $i] :
              ( ~ ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SV121 @ SY339 @ SY340 ) )
              | ~ ( ok @ ( triple @ SV121 @ SY339 @ SY340 ) )
              | ~ ( check_cpq @ ( triple @ SV121 @ SY339 @ SY340 ) ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[385]) ).

thf(405,plain,
    ! [SV122: $i,SV109: $i,SV103: $i,SV38: $i] :
      ( ( ( ! [SY341: $i,SY342: $i] :
              ( ~ ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SV122 @ SY341 @ SY342 ) )
              | ~ ( ok @ ( triple @ SV122 @ SY341 @ SY342 ) )
              | ~ ( check_cpq @ ( triple @ SV122 @ SY341 @ SY342 ) ) ) )
        = $true )
      | ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[386]) ).

thf(406,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ~ ! [SY304: $i,SY305: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY304 ) ) @ SV87 @ SY305 )
              | ( SV71 = SV87 )
              | ( pair_in_list @ SV39 @ SV87 @ SY305 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[387]) ).

thf(407,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ~ ! [SY306: $i,SY307: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY306 ) ) @ SV87 @ SY307 )
              | ( SY306 = SY307 )
              | ( pair_in_list @ SV39 @ SV87 @ SY307 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[387]) ).

thf(408,plain,
    ! [SV39: $i,SV87: $i,SV71: $i] :
      ( ( ~ ! [SY308: $i,SY309: $i] :
              ( ( SV71 != SV87 )
              | ( SY308 != SY309 )
              | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY308 ) ) @ SV87 @ SY309 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[388]) ).

thf(409,plain,
    ! [SV71: $i,SV87: $i,SV39: $i] :
      ( ( ~ ! [SY310: $i,SY311: $i] :
              ( ~ ( pair_in_list @ SV39 @ SV87 @ SY311 )
              | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY310 ) ) @ SV87 @ SY311 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[388]) ).

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

thf(411,plain,
    ! [SV123: $i,SV114: $i] :
      ( ( ~ ( strictly_less_than @ SV114 @ SV123 )
        | ( less_than @ SV114 @ SV123 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[390]) ).

thf(412,plain,
    ! [SV124: $i,SV115: $i] :
      ( ( ~ ( strictly_less_than @ SV115 @ SV124 )
        | ~ ( less_than @ SV124 @ SV115 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[391]) ).

thf(413,plain,
    ! [SV88: $i,SV72: $i,SV40: $i,SV116: $i,SV125: $i] :
      ( ( ~ ( less_than @ SV125 @ SV116 )
        | ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV116 @ SV125 ) ) @ SV88 ) )
        | ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[392]) ).

thf(414,plain,
    ! [SV88: $i,SV72: $i,SV40: $i,SV117: $i,SV126: $i] :
      ( ( ~ ( less_than @ SV126 @ SV117 )
        | ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
        | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV117 @ SV126 ) ) @ SV88 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[393]) ).

thf(415,plain,
    ! [SV112: $i,SV105: $i,SV69: $i,SV36: $i] :
      ( ( ( contains_cpq @ ( triple @ SV36 @ SV69 @ SV105 ) @ SV112 )
        = $false )
      | ( ( contains_slb @ SV69 @ SV112 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[399]) ).

thf(416,plain,
    ! [SV106: $i,SV36: $i,SV113: $i,SV69: $i] :
      ( ( ( contains_slb @ SV69 @ SV113 )
        = $false )
      | ( ( contains_cpq @ ( triple @ SV36 @ SV69 @ SV106 ) @ SV113 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[400]) ).

thf(417,plain,
    ! [SV107: $i,SV120: $i,SV70: $i,SV37: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SV120 ) ) @ SV107 )
        = $false )
      | ( ( ( SV70 = SV107 )
          | ( contains_slb @ SV37 @ SV107 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[401]) ).

thf(418,plain,
    ! [SV37: $i,SV127: $i,SV70: $i] :
      ( ( ( SV70 != SV127 )
        | ! [SY343: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY343 ) ) @ SV127 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[402]) ).

thf(419,plain,
    ! [SV70: $i,SV128: $i,SV37: $i] :
      ( ( ~ ( contains_slb @ SV37 @ SV128 )
        | ! [SY344: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY344 ) ) @ SV128 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[403]) ).

thf(420,plain,
    ! [SV129: $i,SV121: $i,SV108: $i,SV102: $i,SV38: $i] :
      ( ( ( ! [SY345: $i] :
              ( ~ ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SV121 @ SV129 @ SY345 ) )
              | ~ ( ok @ ( triple @ SV121 @ SV129 @ SY345 ) )
              | ~ ( check_cpq @ ( triple @ SV121 @ SV129 @ SY345 ) ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[404]) ).

thf(421,plain,
    ! [SV130: $i,SV122: $i,SV109: $i,SV103: $i,SV38: $i] :
      ( ( ( ! [SY346: $i] :
              ( ~ ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SV122 @ SV130 @ SY346 ) )
              | ~ ( ok @ ( triple @ SV122 @ SV130 @ SY346 ) )
              | ~ ( check_cpq @ ( triple @ SV122 @ SV130 @ SY346 ) ) ) )
        = $true )
      | ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[405]) ).

thf(422,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ! [SY304: $i,SY305: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY304 ) ) @ SV87 @ SY305 )
            | ( SV71 = SV87 )
            | ( pair_in_list @ SV39 @ SV87 @ SY305 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[406]) ).

thf(423,plain,
    ! [SV87: $i,SV71: $i,SV39: $i] :
      ( ( ! [SY306: $i,SY307: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY306 ) ) @ SV87 @ SY307 )
            | ( SY306 = SY307 )
            | ( pair_in_list @ SV39 @ SV87 @ SY307 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[407]) ).

thf(424,plain,
    ! [SV39: $i,SV87: $i,SV71: $i] :
      ( ( ! [SY308: $i,SY309: $i] :
            ( ( SV71 != SV87 )
            | ( SY308 != SY309 )
            | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY308 ) ) @ SV87 @ SY309 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[408]) ).

thf(425,plain,
    ! [SV71: $i,SV87: $i,SV39: $i] :
      ( ( ! [SY310: $i,SY311: $i] :
            ( ~ ( pair_in_list @ SV39 @ SV87 @ SY311 )
            | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SY310 ) ) @ SV87 @ SY311 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[409]) ).

thf(426,plain,
    ! [SV123: $i,SV114: $i] :
      ( ( ( ~ ( strictly_less_than @ SV114 @ SV123 ) )
        = $true )
      | ( ( less_than @ SV114 @ SV123 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[411]) ).

thf(427,plain,
    ! [SV124: $i,SV115: $i] :
      ( ( ( ~ ( strictly_less_than @ SV115 @ SV124 ) )
        = $true )
      | ( ( ~ ( less_than @ SV124 @ SV115 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[412]) ).

thf(428,plain,
    ! [SV88: $i,SV72: $i,SV40: $i,SV116: $i,SV125: $i] :
      ( ( ( ~ ( less_than @ SV125 @ SV116 ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV116 @ SV125 ) ) @ SV88 ) )
          | ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[413]) ).

thf(429,plain,
    ! [SV88: $i,SV72: $i,SV40: $i,SV117: $i,SV126: $i] :
      ( ( ( ~ ( less_than @ SV126 @ SV117 ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
          | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV117 @ SV126 ) ) @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[414]) ).

thf(430,plain,
    ! [SV120: $i,SV37: $i,SV107: $i,SV70: $i] :
      ( ( ( SV70 = SV107 )
        = $true )
      | ( ( contains_slb @ SV37 @ SV107 )
        = $true )
      | ( ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SV120 ) ) @ SV107 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[417]) ).

thf(431,plain,
    ! [SV37: $i,SV127: $i,SV70: $i] :
      ( ( ( ( SV70 != SV127 ) )
        = $true )
      | ( ( ! [SY343: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY343 ) ) @ SV127 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[418]) ).

thf(432,plain,
    ! [SV70: $i,SV128: $i,SV37: $i] :
      ( ( ( ~ ( contains_slb @ SV37 @ SV128 ) )
        = $true )
      | ( ( ! [SY344: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY344 ) ) @ SV128 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[419]) ).

thf(433,plain,
    ! [SV131: $i,SV129: $i,SV121: $i,SV108: $i,SV102: $i,SV38: $i] :
      ( ( ( ~ ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SV121 @ SV129 @ SV131 ) )
          | ~ ( ok @ ( triple @ SV121 @ SV129 @ SV131 ) )
          | ~ ( check_cpq @ ( triple @ SV121 @ SV129 @ SV131 ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[420]) ).

thf(434,plain,
    ! [SV132: $i,SV130: $i,SV122: $i,SV109: $i,SV103: $i,SV38: $i] :
      ( ( ( ~ ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SV122 @ SV130 @ SV132 ) )
          | ~ ( ok @ ( triple @ SV122 @ SV130 @ SV132 ) )
          | ~ ( check_cpq @ ( triple @ SV122 @ SV130 @ SV132 ) ) )
        = $true )
      | ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[421]) ).

thf(435,plain,
    ! [SV87: $i,SV133: $i,SV71: $i,SV39: $i] :
      ( ( ! [SY347: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV133 ) ) @ SV87 @ SY347 )
            | ( SV71 = SV87 )
            | ( pair_in_list @ SV39 @ SV87 @ SY347 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[422]) ).

thf(436,plain,
    ! [SV87: $i,SV134: $i,SV71: $i,SV39: $i] :
      ( ( ! [SY348: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV134 ) ) @ SV87 @ SY348 )
            | ( SV134 = SY348 )
            | ( pair_in_list @ SV39 @ SV87 @ SY348 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[423]) ).

thf(437,plain,
    ! [SV39: $i,SV135: $i,SV87: $i,SV71: $i] :
      ( ( ! [SY349: $i] :
            ( ( SV71 != SV87 )
            | ( SV135 != SY349 )
            | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV135 ) ) @ SV87 @ SY349 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[424]) ).

thf(438,plain,
    ! [SV136: $i,SV71: $i,SV87: $i,SV39: $i] :
      ( ( ! [SY350: $i] :
            ( ~ ( pair_in_list @ SV39 @ SV87 @ SY350 )
            | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV136 ) ) @ SV87 @ SY350 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[425]) ).

thf(439,plain,
    ! [SV123: $i,SV114: $i] :
      ( ( ( strictly_less_than @ SV114 @ SV123 )
        = $false )
      | ( ( less_than @ SV114 @ SV123 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[426]) ).

thf(440,plain,
    ! [SV124: $i,SV115: $i] :
      ( ( ( strictly_less_than @ SV115 @ SV124 )
        = $false )
      | ( ( ~ ( less_than @ SV124 @ SV115 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[427]) ).

thf(441,plain,
    ! [SV88: $i,SV72: $i,SV40: $i,SV116: $i,SV125: $i] :
      ( ( ( less_than @ SV125 @ SV116 )
        = $false )
      | ( ( ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV116 @ SV125 ) ) @ SV88 ) )
          | ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[428]) ).

thf(442,plain,
    ! [SV88: $i,SV72: $i,SV40: $i,SV117: $i,SV126: $i] :
      ( ( ( less_than @ SV126 @ SV117 )
        = $false )
      | ( ( ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
          | ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV117 @ SV126 ) ) @ SV88 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[429]) ).

thf(443,plain,
    ! [SV37: $i,SV127: $i,SV70: $i] :
      ( ( ( SV70 = SV127 )
        = $false )
      | ( ( ! [SY343: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY343 ) ) @ SV127 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[431]) ).

thf(444,plain,
    ! [SV70: $i,SV128: $i,SV37: $i] :
      ( ( ( contains_slb @ SV37 @ SV128 )
        = $false )
      | ( ( ! [SY344: $i] : ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SY344 ) ) @ SV128 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[432]) ).

thf(445,plain,
    ! [SV131: $i,SV129: $i,SV121: $i,SV108: $i,SV102: $i,SV38: $i] :
      ( ( ( ~ ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SV121 @ SV129 @ SV131 ) ) )
        = $true )
      | ( ( ~ ( ok @ ( triple @ SV121 @ SV129 @ SV131 ) )
          | ~ ( check_cpq @ ( triple @ SV121 @ SV129 @ SV131 ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[433]) ).

thf(446,plain,
    ! [SV132: $i,SV130: $i,SV122: $i,SV109: $i,SV103: $i,SV38: $i] :
      ( ( ( ~ ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SV122 @ SV130 @ SV132 ) ) )
        = $true )
      | ( ( ~ ( ok @ ( triple @ SV122 @ SV130 @ SV132 ) )
          | ~ ( check_cpq @ ( triple @ SV122 @ SV130 @ SV132 ) ) )
        = $true )
      | ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[434]) ).

thf(447,plain,
    ! [SV137: $i,SV87: $i,SV133: $i,SV71: $i,SV39: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV133 ) ) @ SV87 @ SV137 )
        | ( SV71 = SV87 )
        | ( pair_in_list @ SV39 @ SV87 @ SV137 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[435]) ).

thf(448,plain,
    ! [SV138: $i,SV87: $i,SV134: $i,SV71: $i,SV39: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV134 ) ) @ SV87 @ SV138 )
        | ( SV134 = SV138 )
        | ( pair_in_list @ SV39 @ SV87 @ SV138 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[436]) ).

thf(449,plain,
    ! [SV39: $i,SV139: $i,SV135: $i,SV87: $i,SV71: $i] :
      ( ( ( SV71 != SV87 )
        | ( SV135 != SV139 )
        | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV135 ) ) @ SV87 @ SV139 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[437]) ).

thf(450,plain,
    ! [SV136: $i,SV71: $i,SV140: $i,SV87: $i,SV39: $i] :
      ( ( ~ ( pair_in_list @ SV39 @ SV87 @ SV140 )
        | ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV136 ) ) @ SV87 @ SV140 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[438]) ).

thf(451,plain,
    ! [SV115: $i,SV124: $i] :
      ( ( ( less_than @ SV124 @ SV115 )
        = $false )
      | ( ( strictly_less_than @ SV115 @ SV124 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[440]) ).

thf(452,plain,
    ! [SV88: $i,SV125: $i,SV116: $i,SV72: $i,SV40: $i] :
      ( ( ( ~ ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV116 @ SV125 ) ) @ SV88 ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
        = $true )
      | ( ( less_than @ SV125 @ SV116 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[441]) ).

thf(453,plain,
    ! [SV126: $i,SV117: $i,SV88: $i,SV72: $i,SV40: $i] :
      ( ( ( ~ ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV117 @ SV126 ) ) @ SV88 ) )
        = $true )
      | ( ( less_than @ SV126 @ SV117 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[442]) ).

thf(454,plain,
    ! [SV127: $i,SV141: $i,SV70: $i,SV37: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SV141 ) ) @ SV127 )
        = $true )
      | ( ( SV70 = SV127 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[443]) ).

thf(455,plain,
    ! [SV128: $i,SV142: $i,SV70: $i,SV37: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV37 @ ( pair @ SV70 @ SV142 ) ) @ SV128 )
        = $true )
      | ( ( contains_slb @ SV37 @ SV128 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[444]) ).

thf(456,plain,
    ! [SV131: $i,SV129: $i,SV121: $i,SV108: $i,SV102: $i,SV38: $i] :
      ( ( ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SV121 @ SV129 @ SV131 ) )
        = $false )
      | ( ( ~ ( ok @ ( triple @ SV121 @ SV129 @ SV131 ) )
          | ~ ( check_cpq @ ( triple @ SV121 @ SV129 @ SV131 ) ) )
        = $true )
      | ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[445]) ).

thf(457,plain,
    ! [SV132: $i,SV130: $i,SV122: $i,SV109: $i,SV103: $i,SV38: $i] :
      ( ( ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SV122 @ SV130 @ SV132 ) )
        = $false )
      | ( ( ~ ( ok @ ( triple @ SV122 @ SV130 @ SV132 ) )
          | ~ ( check_cpq @ ( triple @ SV122 @ SV130 @ SV132 ) ) )
        = $true )
      | ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[446]) ).

thf(458,plain,
    ! [SV137: $i,SV87: $i,SV133: $i,SV71: $i,SV39: $i] :
      ( ( ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV133 ) ) @ SV87 @ SV137 ) )
        = $true )
      | ( ( ( SV71 = SV87 )
          | ( pair_in_list @ SV39 @ SV87 @ SV137 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[447]) ).

thf(459,plain,
    ! [SV138: $i,SV87: $i,SV134: $i,SV71: $i,SV39: $i] :
      ( ( ( ~ ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV134 ) ) @ SV87 @ SV138 ) )
        = $true )
      | ( ( ( SV134 = SV138 )
          | ( pair_in_list @ SV39 @ SV87 @ SV138 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[448]) ).

thf(460,plain,
    ! [SV39: $i,SV139: $i,SV135: $i,SV87: $i,SV71: $i] :
      ( ( ( ( SV71 != SV87 )
          | ( SV135 != SV139 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV135 ) ) @ SV87 @ SV139 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[449]) ).

thf(461,plain,
    ! [SV136: $i,SV71: $i,SV140: $i,SV87: $i,SV39: $i] :
      ( ( ( ~ ( pair_in_list @ SV39 @ SV87 @ SV140 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV136 ) ) @ SV87 @ SV140 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[450]) ).

thf(462,plain,
    ! [SV88: $i,SV125: $i,SV116: $i,SV72: $i,SV40: $i] :
      ( ( ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV116 @ SV125 ) ) @ SV88 ) )
        = $false )
      | ( ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
        = $true )
      | ( ( less_than @ SV125 @ SV116 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[452]) ).

thf(463,plain,
    ! [SV126: $i,SV117: $i,SV88: $i,SV72: $i,SV40: $i] :
      ( ( ( check_cpq @ ( triple @ SV40 @ SV72 @ SV88 ) )
        = $false )
      | ( ( check_cpq @ ( triple @ SV40 @ ( insert_slb @ SV72 @ ( pair @ SV117 @ SV126 ) ) @ SV88 ) )
        = $true )
      | ( ( less_than @ SV126 @ SV117 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[453]) ).

thf(464,plain,
    ! [SV108: $i,SV102: $i,SV38: $i,SV131: $i,SV129: $i,SV121: $i] :
      ( ( ( ~ ( ok @ ( triple @ SV121 @ SV129 @ SV131 ) ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( triple @ SV121 @ SV129 @ SV131 ) ) )
        = $true )
      | ( ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SV121 @ SV129 @ SV131 ) )
        = $false )
      | ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[456]) ).

thf(465,plain,
    ! [SV109: $i,SV103: $i,SV38: $i,SV132: $i,SV130: $i,SV122: $i] :
      ( ( ( ~ ( ok @ ( triple @ SV122 @ SV130 @ SV132 ) ) )
        = $true )
      | ( ( ~ ( check_cpq @ ( triple @ SV122 @ SV130 @ SV132 ) ) )
        = $true )
      | ( ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SV122 @ SV130 @ SV132 ) )
        = $false )
      | ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[457]) ).

thf(466,plain,
    ! [SV137: $i,SV87: $i,SV133: $i,SV71: $i,SV39: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV133 ) ) @ SV87 @ SV137 )
        = $false )
      | ( ( ( SV71 = SV87 )
          | ( pair_in_list @ SV39 @ SV87 @ SV137 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[458]) ).

thf(467,plain,
    ! [SV138: $i,SV87: $i,SV134: $i,SV71: $i,SV39: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV134 ) ) @ SV87 @ SV138 )
        = $false )
      | ( ( ( SV134 = SV138 )
          | ( pair_in_list @ SV39 @ SV87 @ SV138 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[459]) ).

thf(468,plain,
    ! [SV39: $i,SV139: $i,SV135: $i,SV87: $i,SV71: $i] :
      ( ( ( ( SV71 != SV87 ) )
        = $true )
      | ( ( ( SV135 != SV139 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV135 ) ) @ SV87 @ SV139 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[460]) ).

thf(469,plain,
    ! [SV136: $i,SV71: $i,SV140: $i,SV87: $i,SV39: $i] :
      ( ( ( pair_in_list @ SV39 @ SV87 @ SV140 )
        = $false )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV136 ) ) @ SV87 @ SV140 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[461]) ).

thf(470,plain,
    ! [SV108: $i,SV102: $i,SV38: $i,SV131: $i,SV129: $i,SV121: $i] :
      ( ( ( ok @ ( triple @ SV121 @ SV129 @ SV131 ) )
        = $false )
      | ( ( ~ ( check_cpq @ ( triple @ SV121 @ SV129 @ SV131 ) ) )
        = $true )
      | ( ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SV121 @ SV129 @ SV131 ) )
        = $false )
      | ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[464]) ).

thf(471,plain,
    ! [SV109: $i,SV103: $i,SV38: $i,SV132: $i,SV130: $i,SV122: $i] :
      ( ( ( ok @ ( triple @ SV122 @ SV130 @ SV132 ) )
        = $false )
      | ( ( ~ ( check_cpq @ ( triple @ SV122 @ SV130 @ SV132 ) ) )
        = $true )
      | ( ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SV122 @ SV130 @ SV132 ) )
        = $false )
      | ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[465]) ).

thf(472,plain,
    ! [SV133: $i,SV137: $i,SV39: $i,SV87: $i,SV71: $i] :
      ( ( ( SV71 = SV87 )
        = $true )
      | ( ( pair_in_list @ SV39 @ SV87 @ SV137 )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV133 ) ) @ SV87 @ SV137 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[466]) ).

thf(473,plain,
    ! [SV71: $i,SV87: $i,SV39: $i,SV138: $i,SV134: $i] :
      ( ( ( SV134 = SV138 )
        = $true )
      | ( ( pair_in_list @ SV39 @ SV87 @ SV138 )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV134 ) ) @ SV87 @ SV138 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[467]) ).

thf(474,plain,
    ! [SV39: $i,SV139: $i,SV135: $i,SV87: $i,SV71: $i] :
      ( ( ( SV71 = SV87 )
        = $false )
      | ( ( ( SV135 != SV139 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV135 ) ) @ SV87 @ SV139 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[468]) ).

thf(475,plain,
    ! [SV108: $i,SV102: $i,SV38: $i,SV131: $i,SV129: $i,SV121: $i] :
      ( ( ( check_cpq @ ( triple @ SV121 @ SV129 @ SV131 ) )
        = $false )
      | ( ( ok @ ( triple @ SV121 @ SV129 @ SV131 ) )
        = $false )
      | ( ( succ_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) @ ( triple @ SV121 @ SV129 @ SV131 ) )
        = $false )
      | ( ( check_cpq @ ( triple @ SV38 @ SV102 @ SV108 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[470]) ).

thf(476,plain,
    ! [SV109: $i,SV103: $i,SV38: $i,SV132: $i,SV130: $i,SV122: $i] :
      ( ( ( check_cpq @ ( triple @ SV122 @ SV130 @ SV132 ) )
        = $false )
      | ( ( ok @ ( triple @ SV122 @ SV130 @ SV132 ) )
        = $false )
      | ( ( succ_cpq @ ( triple @ SV38 @ SV103 @ SV109 ) @ ( triple @ SV122 @ SV130 @ SV132 ) )
        = $false )
      | ( ( ok @ ( triple @ SV38 @ SV103 @ SV109 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[471]) ).

thf(477,plain,
    ! [SV39: $i,SV87: $i,SV71: $i,SV139: $i,SV135: $i] :
      ( ( ( SV135 = SV139 )
        = $false )
      | ( ( SV71 = SV87 )
        = $false )
      | ( ( pair_in_list @ ( insert_slb @ SV39 @ ( pair @ SV71 @ SV135 ) ) @ SV87 @ SV139 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[474]) ).

thf(478,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[173,477,476,475,473,472,469,463,462,455,454,451,439,430,416,415,410,398,397,396,395,394,374,373,372,358,357,351,350,329,326,324,323,306,299,298,296,295,278,268,259,257,256,255,254,242,238,230,218,207,206,205,186,183,175,174]) ).

thf(479,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[478]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.14/0.14  % Problem  : SWV383+1 : TPTP v8.1.0. Released v3.3.0.
% 0.14/0.15  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.15/0.37  % Computer : n023.cluster.edu
% 0.15/0.37  % Model    : x86_64 x86_64
% 0.15/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.15/0.37  % Memory   : 8042.1875MB
% 0.15/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.15/0.37  % CPULimit : 300
% 0.15/0.37  % WCLimit  : 600
% 0.15/0.37  % DateTime : Wed Jun 15 23:49:20 EDT 2022
% 0.15/0.37  % CPUTime  : 
% 0.15/0.42  .
% 0.15/0.42  
% 0.15/0.42   No.of.Axioms: 42
% 0.15/0.42  
% 0.15/0.42   Length.of.Defs: 0
% 0.15/0.42  
% 0.15/0.42   Contains.Choice.Funs: false
% 0.22/0.48  .
% 0.22/0.48  (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.47/0.77  
% 0.47/0.77  ********************************
% 0.47/0.77  *   All subproblems solved!    *
% 0.47/0.77  ********************************
% 0.47/0.77  % SZS status Theorem for /export/starexec/sandbox/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:478,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.70/0.88  
% 0.70/0.88  %**** Beginning of derivation protocol ****
% 0.70/0.88  % SZS output start CNFRefutation
% See solution above
% 0.70/0.88  
% 0.70/0.88  %**** End of derivation protocol ****
% 0.70/0.88  %**** no. of clauses in derivation: 479 ****
% 0.70/0.88  %**** clause counter: 478 ****
% 0.70/0.88  
% 0.70/0.88  % SZS status Theorem for /export/starexec/sandbox/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:478,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------