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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SWV409+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:23 EDT 2022

% Result   : Theorem 1.32s 1.52s
% Output   : CNFRefutation 1.37s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   39
% Syntax   : Number of formulae    :  292 ( 193 unt;  17 typ;   0 def)
%            Number of atoms       : 1559 ( 550 equ;   0 cnn)
%            Maximal formula atoms :    5 (   5 avg)
%            Number of connectives : 3836 ( 483   ~; 472   |;  52   &;2801   @)
%                                         (   6 <=>;  22  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   13 (   4 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   26 (  26   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   20 (  17 usr;   7 con; 0-4 aty)
%            Number of variables   :  981 (   0   ^ 969   !;  12   ?; 981   :)

% Comments : 
%------------------------------------------------------------------------------
thf(tp_bottom,type,
    bottom: $i ).

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

thf(tp_create_slb,type,
    create_slb: $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_pair,type,
    pair: $i > $i > $i ).

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

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

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

thf(tp_sK2_SY63,type,
    sK2_SY63: $i ).

thf(tp_sK3_SY66,type,
    sK3_SY66: $i ).

thf(tp_sK4_Y,type,
    sK4_Y: $i > $i > $i > $i > $i ).

thf(tp_sK5_W,type,
    sK5_W: $i > $i > $i ).

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

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

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

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

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

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

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

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

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

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

thf(18,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(19,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( pair_in_list @ U @ V @ W )
        & ( strictly_less_than @ V @ X )
        & ( less_than @ X @ W ) )
     => ? [Y: $i] :
          ( ( pair_in_list @ ( update_slb @ U @ X ) @ V @ Y )
          & ( less_than @ X @ Y ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l45_l49) ).

thf(20,axiom,
    ! [U: $i,V: $i,W: $i,X: $i] :
      ( ( ( pair_in_list @ U @ V @ W )
        & ( strictly_less_than @ V @ X )
        & ( strictly_less_than @ W @ X ) )
     => ( pair_in_list @ ( update_slb @ U @ X ) @ V @ X ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l45_l48) ).

thf(21,axiom,
    ! [U: $i,V: $i] :
      ( ( contains_slb @ U @ V )
     => ? [W: $i] : ( pair_in_list @ U @ V @ W ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l45_li4647) ).

thf(22,conjecture,
    ! [U: $i,V: $i,W: $i] :
      ( ( ( contains_slb @ U @ V )
        & ( strictly_less_than @ V @ W ) )
     => ( ( pair_in_list @ ( update_slb @ U @ W ) @ V @ W )
        | ? [X: $i] :
            ( ( pair_in_list @ ( update_slb @ U @ W ) @ V @ X )
            & ( less_than @ W @ X ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',l45_co) ).

thf(23,negated_conjecture,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( ( contains_slb @ U @ V )
            & ( strictly_less_than @ V @ W ) )
         => ( ( pair_in_list @ ( update_slb @ U @ W ) @ V @ W )
            | ? [X: $i] :
                ( ( pair_in_list @ ( update_slb @ U @ W ) @ V @ X )
                & ( less_than @ W @ X ) ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[22]) ).

thf(24,plain,
    ( ( ! [U: $i,V: $i,W: $i] :
          ( ( ( contains_slb @ U @ V )
            & ( strictly_less_than @ V @ W ) )
         => ( ( pair_in_list @ ( update_slb @ U @ W ) @ V @ W )
            | ? [X: $i] :
                ( ( pair_in_list @ ( update_slb @ U @ W ) @ V @ X )
                & ( less_than @ W @ X ) ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[23]) ).

thf(25,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)],[1]) ).

thf(26,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)],[2]) ).

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

thf(28,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)],[4]) ).

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

thf(30,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)],[6]) ).

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

thf(32,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)],[8]) ).

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

thf(34,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)],[10]) ).

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

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

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

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

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

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

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

thf(42,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)],[18]) ).

thf(43,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( pair_in_list @ U @ V @ W )
            & ( strictly_less_than @ V @ X )
            & ( less_than @ X @ W ) )
         => ? [Y: $i] :
              ( ( pair_in_list @ ( update_slb @ U @ X ) @ V @ Y )
              & ( less_than @ X @ Y ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[19]) ).

thf(44,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ( ( pair_in_list @ U @ V @ W )
            & ( strictly_less_than @ V @ X )
            & ( strictly_less_than @ W @ X ) )
         => ( pair_in_list @ ( update_slb @ U @ X ) @ V @ X ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(45,plain,
    ( ( ! [U: $i,V: $i] :
          ( ( contains_slb @ U @ V )
         => ? [W: $i] : ( pair_in_list @ U @ V @ W ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[21]) ).

thf(46,plain,
    ( ( ! [SY63: $i,SY64: $i] :
          ( ( ( contains_slb @ sK1_U @ SY63 )
            & ( strictly_less_than @ SY63 @ SY64 ) )
         => ( ( pair_in_list @ ( update_slb @ sK1_U @ SY64 ) @ SY63 @ SY64 )
            | ? [SY65: $i] :
                ( ( pair_in_list @ ( update_slb @ sK1_U @ SY64 ) @ SY63 @ SY65 )
                & ( less_than @ SY64 @ SY65 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[24]) ).

thf(47,plain,
    ( ( ! [SY66: $i] :
          ( ( ( contains_slb @ sK1_U @ sK2_SY63 )
            & ( strictly_less_than @ sK2_SY63 @ SY66 ) )
         => ( ( pair_in_list @ ( update_slb @ sK1_U @ SY66 ) @ sK2_SY63 @ SY66 )
            | ? [SY67: $i] :
                ( ( pair_in_list @ ( update_slb @ sK1_U @ SY66 ) @ sK2_SY63 @ SY67 )
                & ( less_than @ SY66 @ SY67 ) ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[46]) ).

thf(48,plain,
    ( ( ( ( contains_slb @ sK1_U @ sK2_SY63 )
        & ( strictly_less_than @ sK2_SY63 @ sK3_SY66 ) )
     => ( ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 )
        | ? [SY68: $i] :
            ( ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SY68 )
            & ( less_than @ sK3_SY66 @ SY68 ) ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[47]) ).

thf(49,plain,
    ( ( contains_slb @ sK1_U @ sK2_SY63 )
    = $true ),
    inference(standard_cnf,[status(thm)],[48]) ).

thf(50,plain,
    ( ( strictly_less_than @ sK2_SY63 @ sK3_SY66 )
    = $true ),
    inference(standard_cnf,[status(thm)],[48]) ).

thf(51,plain,
    ( ( ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 )
      | ? [SY68: $i] :
          ( ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SY68 )
          & ( less_than @ sK3_SY66 @ SY68 ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[48]) ).

thf(52,plain,
    ( ( ~ ( ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 )
          | ? [SY68: $i] :
              ( ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SY68 )
              & ( less_than @ sK3_SY66 @ SY68 ) ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[51]) ).

thf(53,plain,
    ( ( ! [SY68: $i] :
          ( ~ ( less_than @ sK3_SY66 @ SY68 )
          | ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SY68 ) )
      & ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[52]) ).

thf(54,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)],[25]) ).

thf(55,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)],[26]) ).

thf(56,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)],[28]) ).

thf(57,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)],[30]) ).

thf(58,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)],[32]) ).

thf(59,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)],[34]) ).

thf(60,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)],[39]) ).

thf(61,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)],[42]) ).

thf(62,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( pair_in_list @ U @ V @ W )
          | ~ ( strictly_less_than @ V @ X )
          | ~ ( less_than @ X @ W )
          | ( ( less_than @ X @ ( sK4_Y @ X @ W @ V @ U ) )
            & ( pair_in_list @ ( update_slb @ U @ X ) @ V @ ( sK4_Y @ X @ W @ V @ U ) ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[43]) ).

thf(63,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( pair_in_list @ U @ V @ W )
          | ~ ( strictly_less_than @ V @ X )
          | ~ ( strictly_less_than @ W @ X )
          | ( pair_in_list @ ( update_slb @ U @ X ) @ V @ X ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[44]) ).

thf(64,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( contains_slb @ U @ V )
          | ( pair_in_list @ U @ V @ ( sK5_W @ V @ U ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[45]) ).

thf(65,plain,
    ( ( ! [U: $i,V: $i] :
          ( ~ ( contains_slb @ U @ V )
          | ( pair_in_list @ U @ V @ ( sK5_W @ V @ U ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[64]) ).

thf(66,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( pair_in_list @ U @ V @ W )
          | ~ ( strictly_less_than @ V @ X )
          | ~ ( strictly_less_than @ W @ X )
          | ( pair_in_list @ ( update_slb @ U @ X ) @ V @ X ) ) )
    = $true ),
    inference(copy,[status(thm)],[63]) ).

thf(67,plain,
    ( ( ! [U: $i,V: $i,W: $i,X: $i] :
          ( ~ ( pair_in_list @ U @ V @ W )
          | ~ ( strictly_less_than @ V @ X )
          | ~ ( less_than @ X @ W )
          | ( ( less_than @ X @ ( sK4_Y @ X @ W @ V @ U ) )
            & ( pair_in_list @ ( update_slb @ U @ X ) @ V @ ( sK4_Y @ X @ W @ V @ U ) ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[62]) ).

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

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

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

thf(71,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)],[60]) ).

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

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

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

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

thf(76,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)],[59]) ).

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

thf(78,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)],[58]) ).

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

thf(80,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)],[57]) ).

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

thf(82,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)],[56]) ).

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

thf(84,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)],[55]) ).

thf(85,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)],[54]) ).

thf(86,plain,
    ( ( strictly_less_than @ sK2_SY63 @ sK3_SY66 )
    = $true ),
    inference(copy,[status(thm)],[50]) ).

thf(87,plain,
    ( ( contains_slb @ sK1_U @ sK2_SY63 )
    = $true ),
    inference(copy,[status(thm)],[49]) ).

thf(88,plain,
    ( ( ! [SY68: $i] :
          ( ~ ( less_than @ sK3_SY66 @ SY68 )
          | ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SY68 ) )
      & ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 ) )
    = $true ),
    inference(copy,[status(thm)],[53]) ).

thf(89,plain,
    ( ( ~ ( ~ ! [SX0: $i] :
                ( ~ ( less_than @ sK3_SY66 @ SX0 )
                | ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SX0 ) )
          | ~ ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[88]) ).

thf(90,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)],[71]) ).

thf(91,plain,
    ( ( ! [SX0: $i,SX1: $i,SX2: $i,SX3: $i] :
          ( ~ ( pair_in_list @ SX0 @ SX1 @ SX2 )
          | ~ ( strictly_less_than @ SX1 @ SX3 )
          | ~ ( less_than @ SX3 @ SX2 )
          | ~ ( ~ ( less_than @ SX3 @ ( sK4_Y @ SX3 @ SX2 @ SX1 @ SX0 ) )
              | ~ ( pair_in_list @ ( update_slb @ SX0 @ SX3 ) @ SX1 @ ( sK4_Y @ SX3 @ SX2 @ SX1 @ SX0 ) ) ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[67]) ).

thf(92,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)],[76]) ).

thf(93,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)],[78]) ).

thf(94,plain,
    ! [SV1: $i] :
      ( ( ! [SY69: $i] :
            ( ~ ( contains_slb @ SV1 @ SY69 )
            | ( pair_in_list @ SV1 @ SY69 @ ( sK5_W @ SY69 @ SV1 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(95,plain,
    ! [SV2: $i] :
      ( ( ! [SY70: $i,SY71: $i,SY72: $i] :
            ( ~ ( pair_in_list @ SV2 @ SY70 @ SY71 )
            | ~ ( strictly_less_than @ SY70 @ SY72 )
            | ~ ( strictly_less_than @ SY71 @ SY72 )
            | ( pair_in_list @ ( update_slb @ SV2 @ SY72 ) @ SY70 @ SY72 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(96,plain,
    ! [SV3: $i] :
      ( ( ! [SY73: $i,SY74: $i] :
            ( ~ ( less_than @ SV3 @ SY73 )
            | ~ ( less_than @ SY73 @ SY74 )
            | ( less_than @ SV3 @ SY74 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

thf(97,plain,
    ! [SV4: $i] :
      ( ( ! [SY75: $i] :
            ( ( less_than @ SV4 @ SY75 )
            | ( less_than @ SY75 @ SV4 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[69]) ).

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

thf(99,plain,
    ! [SV6: $i] :
      ( ( less_than @ bottom @ SV6 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

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

thf(101,plain,
    ! [SV7: $i] :
      ( ( ! [SY76: $i,SY77: $i] : ( isnonempty_slb @ ( insert_slb @ SV7 @ ( pair @ SY76 @ SY77 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(102,plain,
    ! [SV8: $i] :
      ( ( ~ ( contains_slb @ create_slb @ SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[75]) ).

thf(103,plain,
    ! [SV9: $i] :
      ( ( ! [SY78: $i] :
            ~ ( pair_in_list @ create_slb @ SV9 @ SY78 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[77]) ).

thf(104,plain,
    ! [SV10: $i] :
      ( ( ! [SY79: $i,SY80: $i] :
            ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SY79 @ SY80 ) ) @ SY79 )
            = SV10 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(105,plain,
    ! [SV11: $i] :
      ( ( ! [SY81: $i,SY82: $i] :
            ( ( SY81 = SY82 )
            | ~ ( contains_slb @ SV11 @ SY82 )
            | ! [SY83: $i] :
                ( ( remove_slb @ ( insert_slb @ SV11 @ ( pair @ SY81 @ SY83 ) ) @ SY82 )
                = ( insert_slb @ ( remove_slb @ SV11 @ SY82 ) @ ( pair @ SY81 @ SY83 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[80]) ).

thf(106,plain,
    ! [SV12: $i] :
      ( ( ! [SY84: $i,SY85: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SY84 @ SY85 ) ) @ SY84 )
            = SY85 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[81]) ).

thf(107,plain,
    ! [SV13: $i] :
      ( ( ! [SY86: $i,SY87: $i] :
            ( ( SY86 = SY87 )
            | ~ ( contains_slb @ SV13 @ SY87 )
            | ! [SY88: $i] :
                ( ( lookup_slb @ ( insert_slb @ SV13 @ ( pair @ SY86 @ SY88 ) ) @ SY87 )
                = ( lookup_slb @ SV13 @ SY87 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[82]) ).

thf(108,plain,
    ! [SV14: $i] :
      ( ( ( update_slb @ create_slb @ SV14 )
        = create_slb )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

thf(109,plain,
    ! [SV15: $i] :
      ( ( ! [SY89: $i,SY90: $i,SY91: $i] :
            ( ~ ( strictly_less_than @ SY91 @ SY90 )
            | ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SY89 @ SY91 ) ) @ SY90 )
              = ( insert_slb @ ( update_slb @ SV15 @ SY90 ) @ ( pair @ SY89 @ SY90 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[84]) ).

thf(110,plain,
    ! [SV16: $i] :
      ( ( ! [SY92: $i,SY93: $i,SY94: $i] :
            ( ~ ( less_than @ SY93 @ SY94 )
            | ( ( update_slb @ ( insert_slb @ SV16 @ ( pair @ SY92 @ SY94 ) ) @ SY93 )
              = ( insert_slb @ ( update_slb @ SV16 @ SY93 ) @ ( pair @ SY92 @ SY94 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(111,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( less_than @ sK3_SY66 @ SX0 )
            | ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SX0 ) )
      | ~ ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[89]) ).

thf(112,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)],[90]) ).

thf(113,plain,
    ! [SV17: $i] :
      ( ( ! [SY95: $i,SY96: $i,SY97: $i] :
            ( ~ ( pair_in_list @ SV17 @ SY95 @ SY96 )
            | ~ ( strictly_less_than @ SY95 @ SY97 )
            | ~ ( less_than @ SY97 @ SY96 )
            | ~ ( ~ ( less_than @ SY97 @ ( sK4_Y @ SY97 @ SY96 @ SY95 @ SV17 ) )
                | ~ ( pair_in_list @ ( update_slb @ SV17 @ SY97 ) @ SY95 @ ( sK4_Y @ SY97 @ SY96 @ SY95 @ SV17 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(114,plain,
    ! [SV18: $i] :
      ( ( ! [SY98: $i] :
            ~ ( ~ ! [SY99: $i] :
                    ( ! [SY100: $i] :
                        ~ ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SY98 @ SY100 ) ) @ SY99 )
                    | ( SY98 = SY99 )
                    | ( contains_slb @ SV18 @ SY99 ) )
              | ~ ~ ( ~ ! [SY101: $i] :
                          ( ( SY98 != SY101 )
                          | ! [SY102: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SY98 @ SY102 ) ) @ SY101 ) )
                    | ~ ! [SY103: $i] :
                          ( ~ ( contains_slb @ SV18 @ SY103 )
                          | ! [SY104: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SY98 @ SY104 ) ) @ SY103 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(115,plain,
    ! [SV19: $i] :
      ( ( ! [SY105: $i,SY106: $i] :
            ~ ( ~ ~ ( ~ ! [SY107: $i,SY108: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SY105 @ SY107 ) ) @ SY106 @ SY108 )
                          | ( SY105 = SY106 )
                          | ( pair_in_list @ SV19 @ SY106 @ SY108 ) )
                    | ~ ! [SY109: $i,SY110: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SY105 @ SY109 ) ) @ SY106 @ SY110 )
                          | ( SY109 = SY110 )
                          | ( pair_in_list @ SV19 @ SY106 @ SY110 ) ) )
              | ~ ~ ( ~ ! [SY111: $i,SY112: $i] :
                          ( ( SY105 != SY106 )
                          | ( SY111 != SY112 )
                          | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SY105 @ SY111 ) ) @ SY106 @ SY112 ) )
                    | ~ ! [SY113: $i,SY114: $i] :
                          ( ~ ( pair_in_list @ SV19 @ SY106 @ SY114 )
                          | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SY105 @ SY113 ) ) @ SY106 @ SY114 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[93]) ).

thf(116,plain,
    ! [SV20: $i,SV1: $i] :
      ( ( ~ ( contains_slb @ SV1 @ SV20 )
        | ( pair_in_list @ SV1 @ SV20 @ ( sK5_W @ SV20 @ SV1 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(117,plain,
    ! [SV21: $i,SV2: $i] :
      ( ( ! [SY115: $i,SY116: $i] :
            ( ~ ( pair_in_list @ SV2 @ SV21 @ SY115 )
            | ~ ( strictly_less_than @ SV21 @ SY116 )
            | ~ ( strictly_less_than @ SY115 @ SY116 )
            | ( pair_in_list @ ( update_slb @ SV2 @ SY116 ) @ SV21 @ SY116 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[95]) ).

thf(118,plain,
    ! [SV22: $i,SV3: $i] :
      ( ( ! [SY117: $i] :
            ( ~ ( less_than @ SV3 @ SV22 )
            | ~ ( less_than @ SV22 @ SY117 )
            | ( less_than @ SV3 @ SY117 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[96]) ).

thf(119,plain,
    ! [SV23: $i,SV4: $i] :
      ( ( ( less_than @ SV4 @ SV23 )
        | ( less_than @ SV23 @ SV4 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[97]) ).

thf(120,plain,
    ! [SV24: $i,SV7: $i] :
      ( ( ! [SY118: $i] : ( isnonempty_slb @ ( insert_slb @ SV7 @ ( pair @ SV24 @ SY118 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[101]) ).

thf(121,plain,
    ! [SV8: $i] :
      ( ( contains_slb @ create_slb @ SV8 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(122,plain,
    ! [SV25: $i,SV9: $i] :
      ( ( ~ ( pair_in_list @ create_slb @ SV9 @ SV25 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(123,plain,
    ! [SV26: $i,SV10: $i] :
      ( ( ! [SY119: $i] :
            ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SV26 @ SY119 ) ) @ SV26 )
            = SV10 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[104]) ).

thf(124,plain,
    ! [SV11: $i,SV27: $i] :
      ( ( ! [SY120: $i] :
            ( ( SV27 = SY120 )
            | ~ ( contains_slb @ SV11 @ SY120 )
            | ! [SY121: $i] :
                ( ( remove_slb @ ( insert_slb @ SV11 @ ( pair @ SV27 @ SY121 ) ) @ SY120 )
                = ( insert_slb @ ( remove_slb @ SV11 @ SY120 ) @ ( pair @ SV27 @ SY121 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

thf(125,plain,
    ! [SV28: $i,SV12: $i] :
      ( ( ! [SY122: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SV28 @ SY122 ) ) @ SV28 )
            = SY122 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(126,plain,
    ! [SV13: $i,SV29: $i] :
      ( ( ! [SY123: $i] :
            ( ( SV29 = SY123 )
            | ~ ( contains_slb @ SV13 @ SY123 )
            | ! [SY124: $i] :
                ( ( lookup_slb @ ( insert_slb @ SV13 @ ( pair @ SV29 @ SY124 ) ) @ SY123 )
                = ( lookup_slb @ SV13 @ SY123 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(127,plain,
    ! [SV30: $i,SV15: $i] :
      ( ( ! [SY125: $i,SY126: $i] :
            ( ~ ( strictly_less_than @ SY126 @ SY125 )
            | ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV30 @ SY126 ) ) @ SY125 )
              = ( insert_slb @ ( update_slb @ SV15 @ SY125 ) @ ( pair @ SV30 @ SY125 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[109]) ).

thf(128,plain,
    ! [SV31: $i,SV16: $i] :
      ( ( ! [SY127: $i,SY128: $i] :
            ( ~ ( less_than @ SY127 @ SY128 )
            | ( ( update_slb @ ( insert_slb @ SV16 @ ( pair @ SV31 @ SY128 ) ) @ SY127 )
              = ( insert_slb @ ( update_slb @ SV16 @ SY127 ) @ ( pair @ SV31 @ SY128 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(129,plain,
    ( ( ~ ! [SX0: $i] :
            ( ~ ( less_than @ sK3_SY66 @ SX0 )
            | ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SX0 ) ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[111]) ).

thf(130,plain,
    ( ( ~ ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[111]) ).

thf(131,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)],[112]) ).

thf(132,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)],[112]) ).

thf(133,plain,
    ! [SV32: $i,SV17: $i] :
      ( ( ! [SY129: $i,SY130: $i] :
            ( ~ ( pair_in_list @ SV17 @ SV32 @ SY129 )
            | ~ ( strictly_less_than @ SV32 @ SY130 )
            | ~ ( less_than @ SY130 @ SY129 )
            | ~ ( ~ ( less_than @ SY130 @ ( sK4_Y @ SY130 @ SY129 @ SV32 @ SV17 ) )
                | ~ ( pair_in_list @ ( update_slb @ SV17 @ SY130 ) @ SV32 @ ( sK4_Y @ SY130 @ SY129 @ SV32 @ SV17 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[113]) ).

thf(134,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ~ ( ~ ! [SY131: $i] :
                  ( ! [SY132: $i] :
                      ~ ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY132 ) ) @ SY131 )
                  | ( SV33 = SY131 )
                  | ( contains_slb @ SV18 @ SY131 ) )
            | ~ ~ ( ~ ! [SY133: $i] :
                        ( ( SV33 != SY133 )
                        | ! [SY134: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY134 ) ) @ SY133 ) )
                  | ~ ! [SY135: $i] :
                        ( ~ ( contains_slb @ SV18 @ SY135 )
                        | ! [SY136: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY136 ) ) @ SY135 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[114]) ).

thf(135,plain,
    ! [SV34: $i,SV19: $i] :
      ( ( ! [SY137: $i] :
            ~ ( ~ ~ ( ~ ! [SY138: $i,SY139: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY138 ) ) @ SY137 @ SY139 )
                          | ( SV34 = SY137 )
                          | ( pair_in_list @ SV19 @ SY137 @ SY139 ) )
                    | ~ ! [SY140: $i,SY141: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY140 ) ) @ SY137 @ SY141 )
                          | ( SY140 = SY141 )
                          | ( pair_in_list @ SV19 @ SY137 @ SY141 ) ) )
              | ~ ~ ( ~ ! [SY142: $i,SY143: $i] :
                          ( ( SV34 != SY137 )
                          | ( SY142 != SY143 )
                          | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY142 ) ) @ SY137 @ SY143 ) )
                    | ~ ! [SY144: $i,SY145: $i] :
                          ( ~ ( pair_in_list @ SV19 @ SY137 @ SY145 )
                          | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY144 ) ) @ SY137 @ SY145 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[115]) ).

thf(136,plain,
    ! [SV20: $i,SV1: $i] :
      ( ( ( ~ ( contains_slb @ SV1 @ SV20 ) )
        = $true )
      | ( ( pair_in_list @ SV1 @ SV20 @ ( sK5_W @ SV20 @ SV1 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[116]) ).

thf(137,plain,
    ! [SV35: $i,SV21: $i,SV2: $i] :
      ( ( ! [SY146: $i] :
            ( ~ ( pair_in_list @ SV2 @ SV21 @ SV35 )
            | ~ ( strictly_less_than @ SV21 @ SY146 )
            | ~ ( strictly_less_than @ SV35 @ SY146 )
            | ( pair_in_list @ ( update_slb @ SV2 @ SY146 ) @ SV21 @ SY146 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[117]) ).

thf(138,plain,
    ! [SV36: $i,SV22: $i,SV3: $i] :
      ( ( ~ ( less_than @ SV3 @ SV22 )
        | ~ ( less_than @ SV22 @ SV36 )
        | ( less_than @ SV3 @ SV36 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[118]) ).

thf(139,plain,
    ! [SV23: $i,SV4: $i] :
      ( ( ( less_than @ SV4 @ SV23 )
        = $true )
      | ( ( less_than @ SV23 @ SV4 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[119]) ).

thf(140,plain,
    ! [SV37: $i,SV24: $i,SV7: $i] :
      ( ( isnonempty_slb @ ( insert_slb @ SV7 @ ( pair @ SV24 @ SV37 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[120]) ).

thf(141,plain,
    ! [SV25: $i,SV9: $i] :
      ( ( pair_in_list @ create_slb @ SV9 @ SV25 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[122]) ).

thf(142,plain,
    ! [SV38: $i,SV26: $i,SV10: $i] :
      ( ( ( remove_slb @ ( insert_slb @ SV10 @ ( pair @ SV26 @ SV38 ) ) @ SV26 )
        = SV10 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[123]) ).

thf(143,plain,
    ! [SV11: $i,SV39: $i,SV27: $i] :
      ( ( ( SV27 = SV39 )
        | ~ ( contains_slb @ SV11 @ SV39 )
        | ! [SY147: $i] :
            ( ( remove_slb @ ( insert_slb @ SV11 @ ( pair @ SV27 @ SY147 ) ) @ SV39 )
            = ( insert_slb @ ( remove_slb @ SV11 @ SV39 ) @ ( pair @ SV27 @ SY147 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(144,plain,
    ! [SV40: $i,SV28: $i,SV12: $i] :
      ( ( ( lookup_slb @ ( insert_slb @ SV12 @ ( pair @ SV28 @ SV40 ) ) @ SV28 )
        = SV40 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(145,plain,
    ! [SV13: $i,SV41: $i,SV29: $i] :
      ( ( ( SV29 = SV41 )
        | ~ ( contains_slb @ SV13 @ SV41 )
        | ! [SY148: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV13 @ ( pair @ SV29 @ SY148 ) ) @ SV41 )
            = ( lookup_slb @ SV13 @ SV41 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[126]) ).

thf(146,plain,
    ! [SV30: $i,SV15: $i,SV42: $i] :
      ( ( ! [SY149: $i] :
            ( ~ ( strictly_less_than @ SY149 @ SV42 )
            | ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV30 @ SY149 ) ) @ SV42 )
              = ( insert_slb @ ( update_slb @ SV15 @ SV42 ) @ ( pair @ SV30 @ SV42 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[127]) ).

thf(147,plain,
    ! [SV31: $i,SV16: $i,SV43: $i] :
      ( ( ! [SY150: $i] :
            ( ~ ( less_than @ SV43 @ SY150 )
            | ( ( update_slb @ ( insert_slb @ SV16 @ ( pair @ SV31 @ SY150 ) ) @ SV43 )
              = ( insert_slb @ ( update_slb @ SV16 @ SV43 ) @ ( pair @ SV31 @ SY150 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[128]) ).

thf(148,plain,
    ( ( ! [SX0: $i] :
          ( ~ ( less_than @ sK3_SY66 @ SX0 )
          | ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SX0 ) ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[129]) ).

thf(149,plain,
    ( ( ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[130]) ).

thf(150,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)],[131]) ).

thf(151,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)],[132]) ).

thf(152,plain,
    ! [SV44: $i,SV32: $i,SV17: $i] :
      ( ( ! [SY151: $i] :
            ( ~ ( pair_in_list @ SV17 @ SV32 @ SV44 )
            | ~ ( strictly_less_than @ SV32 @ SY151 )
            | ~ ( less_than @ SY151 @ SV44 )
            | ~ ( ~ ( less_than @ SY151 @ ( sK4_Y @ SY151 @ SV44 @ SV32 @ SV17 ) )
                | ~ ( pair_in_list @ ( update_slb @ SV17 @ SY151 ) @ SV32 @ ( sK4_Y @ SY151 @ SV44 @ SV32 @ SV17 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[133]) ).

thf(153,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ~ ! [SY131: $i] :
              ( ! [SY132: $i] :
                  ~ ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY132 ) ) @ SY131 )
              | ( SV33 = SY131 )
              | ( contains_slb @ SV18 @ SY131 ) )
        | ~ ~ ( ~ ! [SY133: $i] :
                    ( ( SV33 != SY133 )
                    | ! [SY134: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY134 ) ) @ SY133 ) )
              | ~ ! [SY135: $i] :
                    ( ~ ( contains_slb @ SV18 @ SY135 )
                    | ! [SY136: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY136 ) ) @ SY135 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[134]) ).

thf(154,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY152: $i,SY153: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY152 ) ) @ SV45 @ SY153 )
                        | ( SV34 = SV45 )
                        | ( pair_in_list @ SV19 @ SV45 @ SY153 ) )
                  | ~ ! [SY154: $i,SY155: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY154 ) ) @ SV45 @ SY155 )
                        | ( SY154 = SY155 )
                        | ( pair_in_list @ SV19 @ SV45 @ SY155 ) ) )
            | ~ ~ ( ~ ! [SY156: $i,SY157: $i] :
                        ( ( SV34 != SV45 )
                        | ( SY156 != SY157 )
                        | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY156 ) ) @ SV45 @ SY157 ) )
                  | ~ ! [SY158: $i,SY159: $i] :
                        ( ~ ( pair_in_list @ SV19 @ SV45 @ SY159 )
                        | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY158 ) ) @ SV45 @ SY159 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[135]) ).

thf(155,plain,
    ! [SV20: $i,SV1: $i] :
      ( ( ( contains_slb @ SV1 @ SV20 )
        = $false )
      | ( ( pair_in_list @ SV1 @ SV20 @ ( sK5_W @ SV20 @ SV1 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[136]) ).

thf(156,plain,
    ! [SV46: $i,SV35: $i,SV21: $i,SV2: $i] :
      ( ( ~ ( pair_in_list @ SV2 @ SV21 @ SV35 )
        | ~ ( strictly_less_than @ SV21 @ SV46 )
        | ~ ( strictly_less_than @ SV35 @ SV46 )
        | ( pair_in_list @ ( update_slb @ SV2 @ SV46 ) @ SV21 @ SV46 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[137]) ).

thf(157,plain,
    ! [SV36: $i,SV22: $i,SV3: $i] :
      ( ( ( ~ ( less_than @ SV3 @ SV22 )
          | ~ ( less_than @ SV22 @ SV36 ) )
        = $true )
      | ( ( less_than @ SV3 @ SV36 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[138]) ).

thf(158,plain,
    ! [SV11: $i,SV39: $i,SV27: $i] :
      ( ( ( ( SV27 = SV39 )
          | ~ ( contains_slb @ SV11 @ SV39 ) )
        = $true )
      | ( ( ! [SY147: $i] :
              ( ( remove_slb @ ( insert_slb @ SV11 @ ( pair @ SV27 @ SY147 ) ) @ SV39 )
              = ( insert_slb @ ( remove_slb @ SV11 @ SV39 ) @ ( pair @ SV27 @ SY147 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[143]) ).

thf(159,plain,
    ! [SV13: $i,SV41: $i,SV29: $i] :
      ( ( ( ( SV29 = SV41 )
          | ~ ( contains_slb @ SV13 @ SV41 ) )
        = $true )
      | ( ( ! [SY148: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV13 @ ( pair @ SV29 @ SY148 ) ) @ SV41 )
              = ( lookup_slb @ SV13 @ SV41 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[145]) ).

thf(160,plain,
    ! [SV30: $i,SV15: $i,SV42: $i,SV47: $i] :
      ( ( ~ ( strictly_less_than @ SV47 @ SV42 )
        | ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV30 @ SV47 ) ) @ SV42 )
          = ( insert_slb @ ( update_slb @ SV15 @ SV42 ) @ ( pair @ SV30 @ SV42 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[146]) ).

thf(161,plain,
    ! [SV31: $i,SV16: $i,SV48: $i,SV43: $i] :
      ( ( ~ ( less_than @ SV43 @ SV48 )
        | ( ( update_slb @ ( insert_slb @ SV16 @ ( pair @ SV31 @ SV48 ) ) @ SV43 )
          = ( insert_slb @ ( update_slb @ SV16 @ SV43 ) @ ( pair @ SV31 @ SV48 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[147]) ).

thf(162,plain,
    ! [SV49: $i] :
      ( ( ~ ( less_than @ sK3_SY66 @ SV49 )
        | ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SV49 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[148]) ).

thf(163,plain,
    ( ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ sK3_SY66 )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[149]) ).

thf(164,plain,
    ! [SV50: $i] :
      ( ( ! [SY160: $i] :
            ( ~ ( less_than @ SV50 @ SY160 )
            | ( less_than @ SY160 @ SV50 )
            | ( strictly_less_than @ SV50 @ SY160 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[150]) ).

thf(165,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)],[151]) ).

thf(166,plain,
    ! [SV51: $i,SV44: $i,SV32: $i,SV17: $i] :
      ( ( ~ ( pair_in_list @ SV17 @ SV32 @ SV44 )
        | ~ ( strictly_less_than @ SV32 @ SV51 )
        | ~ ( less_than @ SV51 @ SV44 )
        | ~ ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
            | ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[152]) ).

thf(167,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ~ ! [SY131: $i] :
              ( ! [SY132: $i] :
                  ~ ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY132 ) ) @ SY131 )
              | ( SV33 = SY131 )
              | ( contains_slb @ SV18 @ SY131 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[153]) ).

thf(168,plain,
    ! [SV18: $i,SV33: $i] :
      ( ( ~ ~ ( ~ ! [SY133: $i] :
                    ( ( SV33 != SY133 )
                    | ! [SY134: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY134 ) ) @ SY133 ) )
              | ~ ! [SY135: $i] :
                    ( ~ ( contains_slb @ SV18 @ SY135 )
                    | ! [SY136: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY136 ) ) @ SY135 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[153]) ).

thf(169,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ~ ~ ( ~ ! [SY152: $i,SY153: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY152 ) ) @ SV45 @ SY153 )
                    | ( SV34 = SV45 )
                    | ( pair_in_list @ SV19 @ SV45 @ SY153 ) )
              | ~ ! [SY154: $i,SY155: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY154 ) ) @ SV45 @ SY155 )
                    | ( SY154 = SY155 )
                    | ( pair_in_list @ SV19 @ SV45 @ SY155 ) ) )
        | ~ ~ ( ~ ! [SY156: $i,SY157: $i] :
                    ( ( SV34 != SV45 )
                    | ( SY156 != SY157 )
                    | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY156 ) ) @ SV45 @ SY157 ) )
              | ~ ! [SY158: $i,SY159: $i] :
                    ( ~ ( pair_in_list @ SV19 @ SV45 @ SY159 )
                    | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY158 ) ) @ SV45 @ SY159 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[154]) ).

thf(170,plain,
    ! [SV46: $i,SV35: $i,SV21: $i,SV2: $i] :
      ( ( ( ~ ( pair_in_list @ SV2 @ SV21 @ SV35 )
          | ~ ( strictly_less_than @ SV21 @ SV46 )
          | ~ ( strictly_less_than @ SV35 @ SV46 ) )
        = $true )
      | ( ( pair_in_list @ ( update_slb @ SV2 @ SV46 ) @ SV21 @ SV46 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[156]) ).

thf(171,plain,
    ! [SV36: $i,SV22: $i,SV3: $i] :
      ( ( ( ~ ( less_than @ SV3 @ SV22 ) )
        = $true )
      | ( ( ~ ( less_than @ SV22 @ SV36 ) )
        = $true )
      | ( ( less_than @ SV3 @ SV36 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[157]) ).

thf(172,plain,
    ! [SV11: $i,SV39: $i,SV27: $i] :
      ( ( ( SV27 = SV39 )
        = $true )
      | ( ( ~ ( contains_slb @ SV11 @ SV39 ) )
        = $true )
      | ( ( ! [SY147: $i] :
              ( ( remove_slb @ ( insert_slb @ SV11 @ ( pair @ SV27 @ SY147 ) ) @ SV39 )
              = ( insert_slb @ ( remove_slb @ SV11 @ SV39 ) @ ( pair @ SV27 @ SY147 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[158]) ).

thf(173,plain,
    ! [SV13: $i,SV41: $i,SV29: $i] :
      ( ( ( SV29 = SV41 )
        = $true )
      | ( ( ~ ( contains_slb @ SV13 @ SV41 ) )
        = $true )
      | ( ( ! [SY148: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV13 @ ( pair @ SV29 @ SY148 ) ) @ SV41 )
              = ( lookup_slb @ SV13 @ SV41 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[159]) ).

thf(174,plain,
    ! [SV30: $i,SV15: $i,SV42: $i,SV47: $i] :
      ( ( ( ~ ( strictly_less_than @ SV47 @ SV42 ) )
        = $true )
      | ( ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV30 @ SV47 ) ) @ SV42 )
          = ( insert_slb @ ( update_slb @ SV15 @ SV42 ) @ ( pair @ SV30 @ SV42 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[160]) ).

thf(175,plain,
    ! [SV31: $i,SV16: $i,SV48: $i,SV43: $i] :
      ( ( ( ~ ( less_than @ SV43 @ SV48 ) )
        = $true )
      | ( ( ( update_slb @ ( insert_slb @ SV16 @ ( pair @ SV31 @ SV48 ) ) @ SV43 )
          = ( insert_slb @ ( update_slb @ SV16 @ SV43 ) @ ( pair @ SV31 @ SV48 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[161]) ).

thf(176,plain,
    ! [SV49: $i] :
      ( ( ( ~ ( less_than @ sK3_SY66 @ SV49 ) )
        = $true )
      | ( ( ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SV49 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[162]) ).

thf(177,plain,
    ! [SV52: $i,SV50: $i] :
      ( ( ~ ( less_than @ SV50 @ SV52 )
        | ( less_than @ SV52 @ SV50 )
        | ( strictly_less_than @ SV50 @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[164]) ).

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

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

thf(180,plain,
    ! [SV51: $i,SV44: $i,SV32: $i,SV17: $i] :
      ( ( ( ~ ( pair_in_list @ SV17 @ SV32 @ SV44 )
          | ~ ( strictly_less_than @ SV32 @ SV51 )
          | ~ ( less_than @ SV51 @ SV44 ) )
        = $true )
      | ( ( ~ ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
              | ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[166]) ).

thf(181,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ! [SY131: $i] :
            ( ! [SY132: $i] :
                ~ ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY132 ) ) @ SY131 )
            | ( SV33 = SY131 )
            | ( contains_slb @ SV18 @ SY131 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[167]) ).

thf(182,plain,
    ! [SV18: $i,SV33: $i] :
      ( ( ~ ( ~ ! [SY133: $i] :
                  ( ( SV33 != SY133 )
                  | ! [SY134: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY134 ) ) @ SY133 ) )
            | ~ ! [SY135: $i] :
                  ( ~ ( contains_slb @ SV18 @ SY135 )
                  | ! [SY136: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY136 ) ) @ SY135 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[168]) ).

thf(183,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ~ ~ ( ~ ! [SY152: $i,SY153: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY152 ) ) @ SV45 @ SY153 )
                    | ( SV34 = SV45 )
                    | ( pair_in_list @ SV19 @ SV45 @ SY153 ) )
              | ~ ! [SY154: $i,SY155: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY154 ) ) @ SV45 @ SY155 )
                    | ( SY154 = SY155 )
                    | ( pair_in_list @ SV19 @ SV45 @ SY155 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[169]) ).

thf(184,plain,
    ! [SV19: $i,SV45: $i,SV34: $i] :
      ( ( ~ ~ ( ~ ! [SY156: $i,SY157: $i] :
                    ( ( SV34 != SV45 )
                    | ( SY156 != SY157 )
                    | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY156 ) ) @ SV45 @ SY157 ) )
              | ~ ! [SY158: $i,SY159: $i] :
                    ( ~ ( pair_in_list @ SV19 @ SV45 @ SY159 )
                    | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY158 ) ) @ SV45 @ SY159 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[169]) ).

thf(185,plain,
    ! [SV46: $i,SV35: $i,SV21: $i,SV2: $i] :
      ( ( ( ~ ( pair_in_list @ SV2 @ SV21 @ SV35 )
          | ~ ( strictly_less_than @ SV21 @ SV46 ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ SV35 @ SV46 ) )
        = $true )
      | ( ( pair_in_list @ ( update_slb @ SV2 @ SV46 ) @ SV21 @ SV46 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[170]) ).

thf(186,plain,
    ! [SV36: $i,SV22: $i,SV3: $i] :
      ( ( ( less_than @ SV3 @ SV22 )
        = $false )
      | ( ( ~ ( less_than @ SV22 @ SV36 ) )
        = $true )
      | ( ( less_than @ SV3 @ SV36 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[171]) ).

thf(187,plain,
    ! [SV27: $i,SV39: $i,SV11: $i] :
      ( ( ( contains_slb @ SV11 @ SV39 )
        = $false )
      | ( ( SV27 = SV39 )
        = $true )
      | ( ( ! [SY147: $i] :
              ( ( remove_slb @ ( insert_slb @ SV11 @ ( pair @ SV27 @ SY147 ) ) @ SV39 )
              = ( insert_slb @ ( remove_slb @ SV11 @ SV39 ) @ ( pair @ SV27 @ SY147 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[172]) ).

thf(188,plain,
    ! [SV29: $i,SV41: $i,SV13: $i] :
      ( ( ( contains_slb @ SV13 @ SV41 )
        = $false )
      | ( ( SV29 = SV41 )
        = $true )
      | ( ( ! [SY148: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV13 @ ( pair @ SV29 @ SY148 ) ) @ SV41 )
              = ( lookup_slb @ SV13 @ SV41 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[173]) ).

thf(189,plain,
    ! [SV30: $i,SV15: $i,SV42: $i,SV47: $i] :
      ( ( ( strictly_less_than @ SV47 @ SV42 )
        = $false )
      | ( ( ( update_slb @ ( insert_slb @ SV15 @ ( pair @ SV30 @ SV47 ) ) @ SV42 )
          = ( insert_slb @ ( update_slb @ SV15 @ SV42 ) @ ( pair @ SV30 @ SV42 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[174]) ).

thf(190,plain,
    ! [SV31: $i,SV16: $i,SV48: $i,SV43: $i] :
      ( ( ( less_than @ SV43 @ SV48 )
        = $false )
      | ( ( ( update_slb @ ( insert_slb @ SV16 @ ( pair @ SV31 @ SV48 ) ) @ SV43 )
          = ( insert_slb @ ( update_slb @ SV16 @ SV43 ) @ ( pair @ SV31 @ SV48 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[175]) ).

thf(191,plain,
    ! [SV49: $i] :
      ( ( ( less_than @ sK3_SY66 @ SV49 )
        = $false )
      | ( ( ~ ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SV49 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[176]) ).

thf(192,plain,
    ! [SV52: $i,SV50: $i] :
      ( ( ( ~ ( less_than @ SV50 @ SV52 )
          | ( less_than @ SV52 @ SV50 ) )
        = $true )
      | ( ( strictly_less_than @ SV50 @ SV52 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[177]) ).

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

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

thf(195,plain,
    ! [SV51: $i,SV44: $i,SV32: $i,SV17: $i] :
      ( ( ( ~ ( pair_in_list @ SV17 @ SV32 @ SV44 )
          | ~ ( strictly_less_than @ SV32 @ SV51 ) )
        = $true )
      | ( ( ~ ( less_than @ SV51 @ SV44 ) )
        = $true )
      | ( ( ~ ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
              | ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[180]) ).

thf(196,plain,
    ! [SV53: $i,SV33: $i,SV18: $i] :
      ( ( ! [SY161: $i] :
            ~ ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY161 ) ) @ SV53 )
        | ( SV33 = SV53 )
        | ( contains_slb @ SV18 @ SV53 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[181]) ).

thf(197,plain,
    ! [SV18: $i,SV33: $i] :
      ( ( ~ ! [SY133: $i] :
              ( ( SV33 != SY133 )
              | ! [SY134: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY134 ) ) @ SY133 ) )
        | ~ ! [SY135: $i] :
              ( ~ ( contains_slb @ SV18 @ SY135 )
              | ! [SY136: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY136 ) ) @ SY135 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[182]) ).

thf(198,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ~ ( ~ ! [SY152: $i,SY153: $i] :
                  ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY152 ) ) @ SV45 @ SY153 )
                  | ( SV34 = SV45 )
                  | ( pair_in_list @ SV19 @ SV45 @ SY153 ) )
            | ~ ! [SY154: $i,SY155: $i] :
                  ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY154 ) ) @ SV45 @ SY155 )
                  | ( SY154 = SY155 )
                  | ( pair_in_list @ SV19 @ SV45 @ SY155 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[183]) ).

thf(199,plain,
    ! [SV19: $i,SV45: $i,SV34: $i] :
      ( ( ~ ( ~ ! [SY156: $i,SY157: $i] :
                  ( ( SV34 != SV45 )
                  | ( SY156 != SY157 )
                  | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY156 ) ) @ SV45 @ SY157 ) )
            | ~ ! [SY158: $i,SY159: $i] :
                  ( ~ ( pair_in_list @ SV19 @ SV45 @ SY159 )
                  | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY158 ) ) @ SV45 @ SY159 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[184]) ).

thf(200,plain,
    ! [SV46: $i,SV35: $i,SV21: $i,SV2: $i] :
      ( ( ( ~ ( pair_in_list @ SV2 @ SV21 @ SV35 ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ SV21 @ SV46 ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ SV35 @ SV46 ) )
        = $true )
      | ( ( pair_in_list @ ( update_slb @ SV2 @ SV46 ) @ SV21 @ SV46 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[185]) ).

thf(201,plain,
    ! [SV3: $i,SV36: $i,SV22: $i] :
      ( ( ( less_than @ SV22 @ SV36 )
        = $false )
      | ( ( less_than @ SV3 @ SV22 )
        = $false )
      | ( ( less_than @ SV3 @ SV36 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[186]) ).

thf(202,plain,
    ! [SV39: $i,SV54: $i,SV27: $i,SV11: $i] :
      ( ( ( ( remove_slb @ ( insert_slb @ SV11 @ ( pair @ SV27 @ SV54 ) ) @ SV39 )
          = ( insert_slb @ ( remove_slb @ SV11 @ SV39 ) @ ( pair @ SV27 @ SV54 ) ) )
        = $true )
      | ( ( SV27 = SV39 )
        = $true )
      | ( ( contains_slb @ SV11 @ SV39 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[187]) ).

thf(203,plain,
    ! [SV41: $i,SV55: $i,SV29: $i,SV13: $i] :
      ( ( ( ( lookup_slb @ ( insert_slb @ SV13 @ ( pair @ SV29 @ SV55 ) ) @ SV41 )
          = ( lookup_slb @ SV13 @ SV41 ) )
        = $true )
      | ( ( SV29 = SV41 )
        = $true )
      | ( ( contains_slb @ SV13 @ SV41 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[188]) ).

thf(204,plain,
    ! [SV49: $i] :
      ( ( ( pair_in_list @ ( update_slb @ sK1_U @ sK3_SY66 ) @ sK2_SY63 @ SV49 )
        = $false )
      | ( ( less_than @ sK3_SY66 @ SV49 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[191]) ).

thf(205,plain,
    ! [SV52: $i,SV50: $i] :
      ( ( ( ~ ( less_than @ SV50 @ SV52 ) )
        = $true )
      | ( ( less_than @ SV52 @ SV50 )
        = $true )
      | ( ( strictly_less_than @ SV50 @ SV52 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[192]) ).

thf(206,plain,
    ! [SV56: $i] :
      ( ( ! [SY162: $i] :
            ( ~ ( strictly_less_than @ SV56 @ SY162 )
            | ( less_than @ SV56 @ SY162 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

thf(207,plain,
    ! [SV57: $i] :
      ( ( ! [SY163: $i] :
            ( ~ ( strictly_less_than @ SV57 @ SY163 )
            | ~ ( less_than @ SY163 @ SV57 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[194]) ).

thf(208,plain,
    ! [SV51: $i,SV44: $i,SV32: $i,SV17: $i] :
      ( ( ( ~ ( pair_in_list @ SV17 @ SV32 @ SV44 ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ SV32 @ SV51 ) )
        = $true )
      | ( ( ~ ( less_than @ SV51 @ SV44 ) )
        = $true )
      | ( ( ~ ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
              | ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[195]) ).

thf(209,plain,
    ! [SV53: $i,SV33: $i,SV18: $i] :
      ( ( ( ! [SY161: $i] :
              ~ ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY161 ) ) @ SV53 ) )
        = $true )
      | ( ( ( SV33 = SV53 )
          | ( contains_slb @ SV18 @ SV53 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[196]) ).

thf(210,plain,
    ! [SV18: $i,SV33: $i] :
      ( ( ~ ! [SY133: $i] :
              ( ( SV33 != SY133 )
              | ! [SY134: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY134 ) ) @ SY133 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[197]) ).

thf(211,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ~ ! [SY135: $i] :
              ( ~ ( contains_slb @ SV18 @ SY135 )
              | ! [SY136: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY136 ) ) @ SY135 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[197]) ).

thf(212,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ~ ! [SY152: $i,SY153: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY152 ) ) @ SV45 @ SY153 )
              | ( SV34 = SV45 )
              | ( pair_in_list @ SV19 @ SV45 @ SY153 ) )
        | ~ ! [SY154: $i,SY155: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY154 ) ) @ SV45 @ SY155 )
              | ( SY154 = SY155 )
              | ( pair_in_list @ SV19 @ SV45 @ SY155 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[198]) ).

thf(213,plain,
    ! [SV19: $i,SV45: $i,SV34: $i] :
      ( ( ~ ! [SY156: $i,SY157: $i] :
              ( ( SV34 != SV45 )
              | ( SY156 != SY157 )
              | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY156 ) ) @ SV45 @ SY157 ) )
        | ~ ! [SY158: $i,SY159: $i] :
              ( ~ ( pair_in_list @ SV19 @ SV45 @ SY159 )
              | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY158 ) ) @ SV45 @ SY159 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[199]) ).

thf(214,plain,
    ! [SV46: $i,SV35: $i,SV21: $i,SV2: $i] :
      ( ( ( pair_in_list @ SV2 @ SV21 @ SV35 )
        = $false )
      | ( ( ~ ( strictly_less_than @ SV21 @ SV46 ) )
        = $true )
      | ( ( ~ ( strictly_less_than @ SV35 @ SV46 ) )
        = $true )
      | ( ( pair_in_list @ ( update_slb @ SV2 @ SV46 ) @ SV21 @ SV46 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[200]) ).

thf(215,plain,
    ! [SV52: $i,SV50: $i] :
      ( ( ( less_than @ SV50 @ SV52 )
        = $false )
      | ( ( less_than @ SV52 @ SV50 )
        = $true )
      | ( ( strictly_less_than @ SV50 @ SV52 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[205]) ).

thf(216,plain,
    ! [SV58: $i,SV56: $i] :
      ( ( ~ ( strictly_less_than @ SV56 @ SV58 )
        | ( less_than @ SV56 @ SV58 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[206]) ).

thf(217,plain,
    ! [SV59: $i,SV57: $i] :
      ( ( ~ ( strictly_less_than @ SV57 @ SV59 )
        | ~ ( less_than @ SV59 @ SV57 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[207]) ).

thf(218,plain,
    ! [SV51: $i,SV44: $i,SV32: $i,SV17: $i] :
      ( ( ( pair_in_list @ SV17 @ SV32 @ SV44 )
        = $false )
      | ( ( ~ ( strictly_less_than @ SV32 @ SV51 ) )
        = $true )
      | ( ( ~ ( less_than @ SV51 @ SV44 ) )
        = $true )
      | ( ( ~ ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
              | ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[208]) ).

thf(219,plain,
    ! [SV53: $i,SV60: $i,SV33: $i,SV18: $i] :
      ( ( ( ~ ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SV60 ) ) @ SV53 ) )
        = $true )
      | ( ( ( SV33 = SV53 )
          | ( contains_slb @ SV18 @ SV53 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[209]) ).

thf(220,plain,
    ! [SV18: $i,SV33: $i] :
      ( ( ! [SY133: $i] :
            ( ( SV33 != SY133 )
            | ! [SY134: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY134 ) ) @ SY133 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[210]) ).

thf(221,plain,
    ! [SV33: $i,SV18: $i] :
      ( ( ! [SY135: $i] :
            ( ~ ( contains_slb @ SV18 @ SY135 )
            | ! [SY136: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY136 ) ) @ SY135 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[211]) ).

thf(222,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ~ ! [SY152: $i,SY153: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY152 ) ) @ SV45 @ SY153 )
              | ( SV34 = SV45 )
              | ( pair_in_list @ SV19 @ SV45 @ SY153 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[212]) ).

thf(223,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ~ ! [SY154: $i,SY155: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY154 ) ) @ SV45 @ SY155 )
              | ( SY154 = SY155 )
              | ( pair_in_list @ SV19 @ SV45 @ SY155 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[212]) ).

thf(224,plain,
    ! [SV19: $i,SV45: $i,SV34: $i] :
      ( ( ~ ! [SY156: $i,SY157: $i] :
              ( ( SV34 != SV45 )
              | ( SY156 != SY157 )
              | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY156 ) ) @ SV45 @ SY157 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[213]) ).

thf(225,plain,
    ! [SV34: $i,SV45: $i,SV19: $i] :
      ( ( ~ ! [SY158: $i,SY159: $i] :
              ( ~ ( pair_in_list @ SV19 @ SV45 @ SY159 )
              | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY158 ) ) @ SV45 @ SY159 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[213]) ).

thf(226,plain,
    ! [SV35: $i,SV2: $i,SV46: $i,SV21: $i] :
      ( ( ( strictly_less_than @ SV21 @ SV46 )
        = $false )
      | ( ( pair_in_list @ SV2 @ SV21 @ SV35 )
        = $false )
      | ( ( ~ ( strictly_less_than @ SV35 @ SV46 ) )
        = $true )
      | ( ( pair_in_list @ ( update_slb @ SV2 @ SV46 ) @ SV21 @ SV46 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[214]) ).

thf(227,plain,
    ! [SV58: $i,SV56: $i] :
      ( ( ( ~ ( strictly_less_than @ SV56 @ SV58 ) )
        = $true )
      | ( ( less_than @ SV56 @ SV58 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[216]) ).

thf(228,plain,
    ! [SV59: $i,SV57: $i] :
      ( ( ( ~ ( strictly_less_than @ SV57 @ SV59 ) )
        = $true )
      | ( ( ~ ( less_than @ SV59 @ SV57 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[217]) ).

thf(229,plain,
    ! [SV44: $i,SV17: $i,SV51: $i,SV32: $i] :
      ( ( ( strictly_less_than @ SV32 @ SV51 )
        = $false )
      | ( ( pair_in_list @ SV17 @ SV32 @ SV44 )
        = $false )
      | ( ( ~ ( less_than @ SV51 @ SV44 ) )
        = $true )
      | ( ( ~ ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
              | ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[218]) ).

thf(230,plain,
    ! [SV53: $i,SV60: $i,SV33: $i,SV18: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SV60 ) ) @ SV53 )
        = $false )
      | ( ( ( SV33 = SV53 )
          | ( contains_slb @ SV18 @ SV53 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[219]) ).

thf(231,plain,
    ! [SV18: $i,SV61: $i,SV33: $i] :
      ( ( ( SV33 != SV61 )
        | ! [SY164: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY164 ) ) @ SV61 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[220]) ).

thf(232,plain,
    ! [SV33: $i,SV62: $i,SV18: $i] :
      ( ( ~ ( contains_slb @ SV18 @ SV62 )
        | ! [SY165: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY165 ) ) @ SV62 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[221]) ).

thf(233,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ! [SY152: $i,SY153: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY152 ) ) @ SV45 @ SY153 )
            | ( SV34 = SV45 )
            | ( pair_in_list @ SV19 @ SV45 @ SY153 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[222]) ).

thf(234,plain,
    ! [SV45: $i,SV34: $i,SV19: $i] :
      ( ( ! [SY154: $i,SY155: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY154 ) ) @ SV45 @ SY155 )
            | ( SY154 = SY155 )
            | ( pair_in_list @ SV19 @ SV45 @ SY155 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[223]) ).

thf(235,plain,
    ! [SV19: $i,SV45: $i,SV34: $i] :
      ( ( ! [SY156: $i,SY157: $i] :
            ( ( SV34 != SV45 )
            | ( SY156 != SY157 )
            | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY156 ) ) @ SV45 @ SY157 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[224]) ).

thf(236,plain,
    ! [SV34: $i,SV45: $i,SV19: $i] :
      ( ( ! [SY158: $i,SY159: $i] :
            ( ~ ( pair_in_list @ SV19 @ SV45 @ SY159 )
            | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SY158 ) ) @ SV45 @ SY159 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[225]) ).

thf(237,plain,
    ! [SV21: $i,SV2: $i,SV46: $i,SV35: $i] :
      ( ( ( strictly_less_than @ SV35 @ SV46 )
        = $false )
      | ( ( pair_in_list @ SV2 @ SV21 @ SV35 )
        = $false )
      | ( ( strictly_less_than @ SV21 @ SV46 )
        = $false )
      | ( ( pair_in_list @ ( update_slb @ SV2 @ SV46 ) @ SV21 @ SV46 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[226]) ).

thf(238,plain,
    ! [SV58: $i,SV56: $i] :
      ( ( ( strictly_less_than @ SV56 @ SV58 )
        = $false )
      | ( ( less_than @ SV56 @ SV58 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[227]) ).

thf(239,plain,
    ! [SV59: $i,SV57: $i] :
      ( ( ( strictly_less_than @ SV57 @ SV59 )
        = $false )
      | ( ( ~ ( less_than @ SV59 @ SV57 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[228]) ).

thf(240,plain,
    ! [SV32: $i,SV17: $i,SV44: $i,SV51: $i] :
      ( ( ( less_than @ SV51 @ SV44 )
        = $false )
      | ( ( pair_in_list @ SV17 @ SV32 @ SV44 )
        = $false )
      | ( ( strictly_less_than @ SV32 @ SV51 )
        = $false )
      | ( ( ~ ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
              | ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[229]) ).

thf(241,plain,
    ! [SV60: $i,SV18: $i,SV53: $i,SV33: $i] :
      ( ( ( SV33 = SV53 )
        = $true )
      | ( ( contains_slb @ SV18 @ SV53 )
        = $true )
      | ( ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SV60 ) ) @ SV53 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[230]) ).

thf(242,plain,
    ! [SV18: $i,SV61: $i,SV33: $i] :
      ( ( ( ( SV33 != SV61 ) )
        = $true )
      | ( ( ! [SY164: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY164 ) ) @ SV61 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[231]) ).

thf(243,plain,
    ! [SV33: $i,SV62: $i,SV18: $i] :
      ( ( ( ~ ( contains_slb @ SV18 @ SV62 ) )
        = $true )
      | ( ( ! [SY165: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY165 ) ) @ SV62 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[232]) ).

thf(244,plain,
    ! [SV45: $i,SV63: $i,SV34: $i,SV19: $i] :
      ( ( ! [SY166: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV63 ) ) @ SV45 @ SY166 )
            | ( SV34 = SV45 )
            | ( pair_in_list @ SV19 @ SV45 @ SY166 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[233]) ).

thf(245,plain,
    ! [SV45: $i,SV64: $i,SV34: $i,SV19: $i] :
      ( ( ! [SY167: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV64 ) ) @ SV45 @ SY167 )
            | ( SV64 = SY167 )
            | ( pair_in_list @ SV19 @ SV45 @ SY167 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[234]) ).

thf(246,plain,
    ! [SV19: $i,SV65: $i,SV45: $i,SV34: $i] :
      ( ( ! [SY168: $i] :
            ( ( SV34 != SV45 )
            | ( SV65 != SY168 )
            | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV65 ) ) @ SV45 @ SY168 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[235]) ).

thf(247,plain,
    ! [SV66: $i,SV34: $i,SV45: $i,SV19: $i] :
      ( ( ! [SY169: $i] :
            ( ~ ( pair_in_list @ SV19 @ SV45 @ SY169 )
            | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV66 ) ) @ SV45 @ SY169 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[236]) ).

thf(248,plain,
    ! [SV57: $i,SV59: $i] :
      ( ( ( less_than @ SV59 @ SV57 )
        = $false )
      | ( ( strictly_less_than @ SV57 @ SV59 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[239]) ).

thf(249,plain,
    ! [SV17: $i,SV32: $i,SV44: $i,SV51: $i] :
      ( ( ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
          | ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) )
        = $false )
      | ( ( strictly_less_than @ SV32 @ SV51 )
        = $false )
      | ( ( pair_in_list @ SV17 @ SV32 @ SV44 )
        = $false )
      | ( ( less_than @ SV51 @ SV44 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[240]) ).

thf(250,plain,
    ! [SV18: $i,SV61: $i,SV33: $i] :
      ( ( ( SV33 = SV61 )
        = $false )
      | ( ( ! [SY164: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY164 ) ) @ SV61 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[242]) ).

thf(251,plain,
    ! [SV33: $i,SV62: $i,SV18: $i] :
      ( ( ( contains_slb @ SV18 @ SV62 )
        = $false )
      | ( ( ! [SY165: $i] : ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SY165 ) ) @ SV62 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[243]) ).

thf(252,plain,
    ! [SV67: $i,SV45: $i,SV63: $i,SV34: $i,SV19: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV63 ) ) @ SV45 @ SV67 )
        | ( SV34 = SV45 )
        | ( pair_in_list @ SV19 @ SV45 @ SV67 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[244]) ).

thf(253,plain,
    ! [SV68: $i,SV45: $i,SV64: $i,SV34: $i,SV19: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV64 ) ) @ SV45 @ SV68 )
        | ( SV64 = SV68 )
        | ( pair_in_list @ SV19 @ SV45 @ SV68 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[245]) ).

thf(254,plain,
    ! [SV19: $i,SV69: $i,SV65: $i,SV45: $i,SV34: $i] :
      ( ( ( SV34 != SV45 )
        | ( SV65 != SV69 )
        | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV65 ) ) @ SV45 @ SV69 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[246]) ).

thf(255,plain,
    ! [SV66: $i,SV34: $i,SV70: $i,SV45: $i,SV19: $i] :
      ( ( ~ ( pair_in_list @ SV19 @ SV45 @ SV70 )
        | ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV66 ) ) @ SV45 @ SV70 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[247]) ).

thf(256,plain,
    ! [SV17: $i,SV32: $i,SV44: $i,SV51: $i] :
      ( ( ( ~ ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) )
        = $false )
      | ( ( strictly_less_than @ SV32 @ SV51 )
        = $false )
      | ( ( pair_in_list @ SV17 @ SV32 @ SV44 )
        = $false )
      | ( ( less_than @ SV51 @ SV44 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[249]) ).

thf(257,plain,
    ! [SV44: $i,SV32: $i,SV51: $i,SV17: $i] :
      ( ( ( ~ ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) ) )
        = $false )
      | ( ( strictly_less_than @ SV32 @ SV51 )
        = $false )
      | ( ( pair_in_list @ SV17 @ SV32 @ SV44 )
        = $false )
      | ( ( less_than @ SV51 @ SV44 )
        = $false ) ),
    inference(extcnf_or_neg,[status(thm)],[249]) ).

thf(258,plain,
    ! [SV61: $i,SV71: $i,SV33: $i,SV18: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SV71 ) ) @ SV61 )
        = $true )
      | ( ( SV33 = SV61 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[250]) ).

thf(259,plain,
    ! [SV62: $i,SV72: $i,SV33: $i,SV18: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV18 @ ( pair @ SV33 @ SV72 ) ) @ SV62 )
        = $true )
      | ( ( contains_slb @ SV18 @ SV62 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[251]) ).

thf(260,plain,
    ! [SV67: $i,SV45: $i,SV63: $i,SV34: $i,SV19: $i] :
      ( ( ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV63 ) ) @ SV45 @ SV67 ) )
        = $true )
      | ( ( ( SV34 = SV45 )
          | ( pair_in_list @ SV19 @ SV45 @ SV67 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[252]) ).

thf(261,plain,
    ! [SV68: $i,SV45: $i,SV64: $i,SV34: $i,SV19: $i] :
      ( ( ( ~ ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV64 ) ) @ SV45 @ SV68 ) )
        = $true )
      | ( ( ( SV64 = SV68 )
          | ( pair_in_list @ SV19 @ SV45 @ SV68 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[253]) ).

thf(262,plain,
    ! [SV19: $i,SV69: $i,SV65: $i,SV45: $i,SV34: $i] :
      ( ( ( ( SV34 != SV45 )
          | ( SV65 != SV69 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV65 ) ) @ SV45 @ SV69 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[254]) ).

thf(263,plain,
    ! [SV66: $i,SV34: $i,SV70: $i,SV45: $i,SV19: $i] :
      ( ( ( ~ ( pair_in_list @ SV19 @ SV45 @ SV70 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV66 ) ) @ SV45 @ SV70 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[255]) ).

thf(264,plain,
    ! [SV17: $i,SV32: $i,SV44: $i,SV51: $i] :
      ( ( ( less_than @ SV51 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
        = $true )
      | ( ( strictly_less_than @ SV32 @ SV51 )
        = $false )
      | ( ( pair_in_list @ SV17 @ SV32 @ SV44 )
        = $false )
      | ( ( less_than @ SV51 @ SV44 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[256]) ).

thf(265,plain,
    ! [SV44: $i,SV32: $i,SV51: $i,SV17: $i] :
      ( ( ( pair_in_list @ ( update_slb @ SV17 @ SV51 ) @ SV32 @ ( sK4_Y @ SV51 @ SV44 @ SV32 @ SV17 ) )
        = $true )
      | ( ( strictly_less_than @ SV32 @ SV51 )
        = $false )
      | ( ( pair_in_list @ SV17 @ SV32 @ SV44 )
        = $false )
      | ( ( less_than @ SV51 @ SV44 )
        = $false ) ),
    inference(extcnf_not_neg,[status(thm)],[257]) ).

thf(266,plain,
    ! [SV67: $i,SV45: $i,SV63: $i,SV34: $i,SV19: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV63 ) ) @ SV45 @ SV67 )
        = $false )
      | ( ( ( SV34 = SV45 )
          | ( pair_in_list @ SV19 @ SV45 @ SV67 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[260]) ).

thf(267,plain,
    ! [SV68: $i,SV45: $i,SV64: $i,SV34: $i,SV19: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV64 ) ) @ SV45 @ SV68 )
        = $false )
      | ( ( ( SV64 = SV68 )
          | ( pair_in_list @ SV19 @ SV45 @ SV68 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[261]) ).

thf(268,plain,
    ! [SV19: $i,SV69: $i,SV65: $i,SV45: $i,SV34: $i] :
      ( ( ( ( SV34 != SV45 ) )
        = $true )
      | ( ( ( SV65 != SV69 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV65 ) ) @ SV45 @ SV69 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[262]) ).

thf(269,plain,
    ! [SV66: $i,SV34: $i,SV70: $i,SV45: $i,SV19: $i] :
      ( ( ( pair_in_list @ SV19 @ SV45 @ SV70 )
        = $false )
      | ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV66 ) ) @ SV45 @ SV70 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[263]) ).

thf(270,plain,
    ! [SV63: $i,SV67: $i,SV19: $i,SV45: $i,SV34: $i] :
      ( ( ( SV34 = SV45 )
        = $true )
      | ( ( pair_in_list @ SV19 @ SV45 @ SV67 )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV63 ) ) @ SV45 @ SV67 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[266]) ).

thf(271,plain,
    ! [SV34: $i,SV45: $i,SV19: $i,SV68: $i,SV64: $i] :
      ( ( ( SV64 = SV68 )
        = $true )
      | ( ( pair_in_list @ SV19 @ SV45 @ SV68 )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV64 ) ) @ SV45 @ SV68 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[267]) ).

thf(272,plain,
    ! [SV19: $i,SV69: $i,SV65: $i,SV45: $i,SV34: $i] :
      ( ( ( SV34 = SV45 )
        = $false )
      | ( ( ( SV65 != SV69 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV65 ) ) @ SV45 @ SV69 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[268]) ).

thf(273,plain,
    ! [SV19: $i,SV45: $i,SV34: $i,SV69: $i,SV65: $i] :
      ( ( ( SV65 = SV69 )
        = $false )
      | ( ( SV34 = SV45 )
        = $false )
      | ( ( pair_in_list @ ( insert_slb @ SV19 @ ( pair @ SV34 @ SV65 ) ) @ SV45 @ SV69 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[272]) ).

thf(274,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[86,273,271,270,269,265,264,259,258,248,241,238,237,215,204,203,202,201,190,189,163,155,144,142,141,140,139,121,108,100,99,98,87]) ).

thf(275,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[274]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : SWV409+1 : TPTP v8.1.0. Released v3.3.0.
% 0.03/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.12/0.34  % Computer : n023.cluster.edu
% 0.12/0.34  % Model    : x86_64 x86_64
% 0.12/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.12/0.34  % Memory   : 8042.1875MB
% 0.12/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.12/0.34  % CPULimit : 300
% 0.12/0.34  % WCLimit  : 600
% 0.12/0.34  % DateTime : Tue Jun 14 17:32:35 EDT 2022
% 0.12/0.34  % CPUTime  : 
% 0.20/0.37  
% 0.20/0.37   No.of.Axioms: 21
% 0.20/0.37  
% 0.20/0.37   Length.of.Defs: 0
% 0.20/0.37  
% 0.20/0.37   Contains.Choice.Funs: false
% 0.20/0.38  .
% 0.20/0.39  (rf:0,axioms:21,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:23,loop_count:0,foatp_calls:0,translation:fof_full)....................
% 1.32/1.52  
% 1.32/1.52  ********************************
% 1.32/1.52  *   All subproblems solved!    *
% 1.32/1.52  ********************************
% 1.32/1.52  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:23,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:274,loop_count:0,foatp_calls:1,translation:fof_full)
% 1.37/1.55  
% 1.37/1.55  %**** Beginning of derivation protocol ****
% 1.37/1.55  % SZS output start CNFRefutation
% See solution above
% 1.37/1.55  
% 1.37/1.55  %**** End of derivation protocol ****
% 1.37/1.55  %**** no. of clauses in derivation: 275 ****
% 1.37/1.55  %**** clause counter: 274 ****
% 1.37/1.55  
% 1.37/1.55  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : (rf:0,axioms:23,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:274,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------