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

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : LEO-II---1.7.0
% Problem  : SWV411+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 : n020.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 0.20s 0.54s
% Output   : CNFRefutation 0.20s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :   21
%            Number of leaves      :   36
% Syntax   : Number of formulae    :  247 ( 171 unt;  17 typ;   0 def)
%            Number of atoms       : 1190 ( 460 equ;   0 cnn)
%            Maximal formula atoms :    4 (   5 avg)
%            Number of connectives : 2953 ( 366   ~; 351   |;  26   &;2179   @)
%                                         (   6 <=>;  25  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   14 (   3 avg)
%            Number of types       :    2 (   0 usr)
%            Number of type conns  :   21 (  21   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   20 (  17 usr;   8 con; 0-3 aty)
%            Number of variables   :  845 (   0   ^ 834   !;  11   ?; 845   :)

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

thf(tp_sK3_SY60,type,
    sK3_SY60: $i ).

thf(tp_sK4_SY63,type,
    sK4_SY63: $i ).

thf(tp_sK5_SY55,type,
    sK5_SY55: $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/sandbox2/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/sandbox2/benchmark/theBenchmark.p',ax29) ).

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

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

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

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

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

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

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

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

thf(19,conjecture,
    ! [U: $i] :
      ( ! [V: $i] :
          ( ( contains_slb @ U @ V )
         => ? [W: $i] : ( pair_in_list @ U @ V @ W ) )
     => ! [X: $i,Y: $i,Z: $i] :
          ( ( contains_slb @ ( insert_slb @ U @ ( pair @ Y @ Z ) ) @ X )
         => ? [X1: $i] : ( pair_in_list @ ( insert_slb @ U @ ( pair @ Y @ Z ) ) @ X @ X1 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',l47_co) ).

thf(20,negated_conjecture,
    ( ( ! [U: $i] :
          ( ! [V: $i] :
              ( ( contains_slb @ U @ V )
             => ? [W: $i] : ( pair_in_list @ U @ V @ W ) )
         => ! [X: $i,Y: $i,Z: $i] :
              ( ( contains_slb @ ( insert_slb @ U @ ( pair @ Y @ Z ) ) @ X )
             => ? [X1: $i] : ( pair_in_list @ ( insert_slb @ U @ ( pair @ Y @ Z ) ) @ X @ X1 ) ) ) )
    = $false ),
    inference(negate_conjecture,[status(cth)],[19]) ).

thf(21,plain,
    ( ( ! [U: $i] :
          ( ! [V: $i] :
              ( ( contains_slb @ U @ V )
             => ? [W: $i] : ( pair_in_list @ U @ V @ W ) )
         => ! [X: $i,Y: $i,Z: $i] :
              ( ( contains_slb @ ( insert_slb @ U @ ( pair @ Y @ Z ) ) @ X )
             => ? [X1: $i] : ( pair_in_list @ ( insert_slb @ U @ ( pair @ Y @ Z ) ) @ X @ X1 ) ) ) )
    = $false ),
    inference(unfold_def,[status(thm)],[20]) ).

thf(22,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(23,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(24,plain,
    ( ( ! [U: $i] :
          ( ( update_slb @ create_slb @ U )
          = create_slb ) )
    = $true ),
    inference(unfold_def,[status(thm)],[3]) ).

thf(25,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(26,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(27,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(28,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(29,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(30,plain,
    ( ( ! [U: $i,V: $i] :
          ~ ( pair_in_list @ create_slb @ U @ V ) )
    = $true ),
    inference(unfold_def,[status(thm)],[9]) ).

thf(31,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(32,plain,
    ( ( ! [U: $i] :
          ~ ( contains_slb @ create_slb @ U ) )
    = $true ),
    inference(unfold_def,[status(thm)],[11]) ).

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

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

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

thf(36,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(37,plain,
    ( ( ! [U: $i] : ( less_than @ U @ U ) )
    = $true ),
    inference(unfold_def,[status(thm)],[16]) ).

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

thf(39,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(40,plain,
    ( ( ! [SY54: $i] :
          ( ( contains_slb @ sK1_U @ SY54 )
         => ? [SY55: $i] : ( pair_in_list @ sK1_U @ SY54 @ SY55 ) )
     => ! [SY56: $i,SY57: $i,SY58: $i] :
          ( ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ SY57 @ SY58 ) ) @ SY56 )
         => ? [SY59: $i] : ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ SY57 @ SY58 ) ) @ SY56 @ SY59 ) ) )
    = $false ),
    inference(extcnf_forall_neg,[status(esa)],[21]) ).

thf(41,plain,
    ( ( ! [SY54: $i] :
          ( ( contains_slb @ sK1_U @ SY54 )
         => ? [SY55: $i] : ( pair_in_list @ sK1_U @ SY54 @ SY55 ) ) )
    = $true ),
    inference(standard_cnf,[status(thm)],[40]) ).

thf(42,plain,
    ( ( ! [SY56: $i,SY57: $i,SY58: $i] :
          ( ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ SY57 @ SY58 ) ) @ SY56 )
         => ? [SY59: $i] : ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ SY57 @ SY58 ) ) @ SY56 @ SY59 ) ) )
    = $false ),
    inference(standard_cnf,[status(thm)],[40]) ).

thf(43,plain,
    ( ( ~ ! [SY56: $i,SY57: $i,SY58: $i] :
            ( ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ SY57 @ SY58 ) ) @ SY56 )
           => ? [SY59: $i] : ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ SY57 @ SY58 ) ) @ SY56 @ SY59 ) ) )
    = $true ),
    inference(polarity_switch,[status(thm)],[42]) ).

thf(44,plain,
    ( ( ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 )
      & ! [SY65: $i] :
          ~ ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 @ SY65 ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[43]) ).

thf(45,plain,
    ( ( ! [SY54: $i] :
          ( ~ ( contains_slb @ sK1_U @ SY54 )
          | ( pair_in_list @ sK1_U @ SY54 @ ( sK5_SY55 @ SY54 ) ) ) )
    = $true ),
    inference(extcnf_combined,[status(esa)],[41]) ).

thf(46,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)],[22]) ).

thf(47,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)],[23]) ).

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

thf(49,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)],[27]) ).

thf(50,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)],[29]) ).

thf(51,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)],[31]) ).

thf(52,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)],[36]) ).

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

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

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

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

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

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

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

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

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

thf(62,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)],[51]) ).

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

thf(64,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)],[50]) ).

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

thf(66,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)],[49]) ).

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

thf(68,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)],[48]) ).

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

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

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

thf(72,plain,
    ( ( ! [SY54: $i] :
          ( ~ ( contains_slb @ sK1_U @ SY54 )
          | ( pair_in_list @ sK1_U @ SY54 @ ( sK5_SY55 @ SY54 ) ) ) )
    = $true ),
    inference(copy,[status(thm)],[45]) ).

thf(73,plain,
    ( ( ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 )
      & ! [SY65: $i] :
          ~ ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 @ SY65 ) )
    = $true ),
    inference(copy,[status(thm)],[44]) ).

thf(74,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)],[64]) ).

thf(75,plain,
    ( ( ~ ( ~ ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 )
          | ~ ! [SX0: $i] :
                ~ ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 @ SX0 ) ) )
    = $true ),
    inference(unfold_def,[status(thm)],[73]) ).

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

thf(77,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)],[62]) ).

thf(78,plain,
    ! [SV1: $i] :
      ( ( ! [SY66: $i,SY67: $i] :
            ( ~ ( less_than @ SV1 @ SY66 )
            | ~ ( less_than @ SY66 @ SY67 )
            | ( less_than @ SV1 @ SY67 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[54]) ).

thf(79,plain,
    ! [SV2: $i] :
      ( ( ! [SY68: $i] :
            ( ( less_than @ SV2 @ SY68 )
            | ( less_than @ SY68 @ SV2 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[55]) ).

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

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

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

thf(83,plain,
    ! [SV5: $i] :
      ( ( ! [SY69: $i,SY70: $i] : ( isnonempty_slb @ ( insert_slb @ SV5 @ ( pair @ SY69 @ SY70 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[60]) ).

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

thf(85,plain,
    ! [SV7: $i] :
      ( ( ! [SY71: $i] :
            ~ ( pair_in_list @ create_slb @ SV7 @ SY71 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[63]) ).

thf(86,plain,
    ! [SV8: $i] :
      ( ( ! [SY72: $i,SY73: $i] :
            ( ( remove_slb @ ( insert_slb @ SV8 @ ( pair @ SY72 @ SY73 ) ) @ SY72 )
            = SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[65]) ).

thf(87,plain,
    ! [SV9: $i] :
      ( ( ! [SY74: $i,SY75: $i] :
            ( ( SY74 = SY75 )
            | ~ ( contains_slb @ SV9 @ SY75 )
            | ! [SY76: $i] :
                ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SY74 @ SY76 ) ) @ SY75 )
                = ( insert_slb @ ( remove_slb @ SV9 @ SY75 ) @ ( pair @ SY74 @ SY76 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[66]) ).

thf(88,plain,
    ! [SV10: $i] :
      ( ( ! [SY77: $i,SY78: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV10 @ ( pair @ SY77 @ SY78 ) ) @ SY77 )
            = SY78 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[67]) ).

thf(89,plain,
    ! [SV11: $i] :
      ( ( ! [SY79: $i,SY80: $i] :
            ( ( SY79 = SY80 )
            | ~ ( contains_slb @ SV11 @ SY80 )
            | ! [SY81: $i] :
                ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SY79 @ SY81 ) ) @ SY80 )
                = ( lookup_slb @ SV11 @ SY80 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[68]) ).

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

thf(91,plain,
    ! [SV13: $i] :
      ( ( ! [SY82: $i,SY83: $i,SY84: $i] :
            ( ~ ( strictly_less_than @ SY84 @ SY83 )
            | ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SY82 @ SY84 ) ) @ SY83 )
              = ( insert_slb @ ( update_slb @ SV13 @ SY83 ) @ ( pair @ SY82 @ SY83 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[70]) ).

thf(92,plain,
    ! [SV14: $i] :
      ( ( ! [SY85: $i,SY86: $i,SY87: $i] :
            ( ~ ( less_than @ SY86 @ SY87 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SY85 @ SY87 ) ) @ SY86 )
              = ( insert_slb @ ( update_slb @ SV14 @ SY86 ) @ ( pair @ SY85 @ SY87 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[71]) ).

thf(93,plain,
    ! [SV15: $i] :
      ( ( ~ ( contains_slb @ sK1_U @ SV15 )
        | ( pair_in_list @ sK1_U @ SV15 @ ( sK5_SY55 @ SV15 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[72]) ).

thf(94,plain,
    ! [SV16: $i] :
      ( ( ! [SY88: $i,SY89: $i] :
            ~ ( ~ ~ ( ~ ! [SY90: $i,SY91: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SY88 @ SY90 ) ) @ SY89 @ SY91 )
                          | ( SY88 = SY89 )
                          | ( pair_in_list @ SV16 @ SY89 @ SY91 ) )
                    | ~ ! [SY92: $i,SY93: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SY88 @ SY92 ) ) @ SY89 @ SY93 )
                          | ( SY92 = SY93 )
                          | ( pair_in_list @ SV16 @ SY89 @ SY93 ) ) )
              | ~ ~ ( ~ ! [SY94: $i,SY95: $i] :
                          ( ( SY88 != SY89 )
                          | ( SY94 != SY95 )
                          | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SY88 @ SY94 ) ) @ SY89 @ SY95 ) )
                    | ~ ! [SY96: $i,SY97: $i] :
                          ( ~ ( pair_in_list @ SV16 @ SY89 @ SY97 )
                          | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SY88 @ SY96 ) ) @ SY89 @ SY97 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[74]) ).

thf(95,plain,
    ( ( ~ ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 )
      | ~ ! [SX0: $i] :
            ~ ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 @ SX0 ) )
    = $false ),
    inference(extcnf_not_pos,[status(thm)],[75]) ).

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

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

thf(98,plain,
    ! [SV18: $i,SV1: $i] :
      ( ( ! [SY105: $i] :
            ( ~ ( less_than @ SV1 @ SV18 )
            | ~ ( less_than @ SV18 @ SY105 )
            | ( less_than @ SV1 @ SY105 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[78]) ).

thf(99,plain,
    ! [SV19: $i,SV2: $i] :
      ( ( ( less_than @ SV2 @ SV19 )
        | ( less_than @ SV19 @ SV2 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[79]) ).

thf(100,plain,
    ! [SV20: $i,SV5: $i] :
      ( ( ! [SY106: $i] : ( isnonempty_slb @ ( insert_slb @ SV5 @ ( pair @ SV20 @ SY106 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[83]) ).

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

thf(102,plain,
    ! [SV21: $i,SV7: $i] :
      ( ( ~ ( pair_in_list @ create_slb @ SV7 @ SV21 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[85]) ).

thf(103,plain,
    ! [SV22: $i,SV8: $i] :
      ( ( ! [SY107: $i] :
            ( ( remove_slb @ ( insert_slb @ SV8 @ ( pair @ SV22 @ SY107 ) ) @ SV22 )
            = SV8 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[86]) ).

thf(104,plain,
    ! [SV9: $i,SV23: $i] :
      ( ( ! [SY108: $i] :
            ( ( SV23 = SY108 )
            | ~ ( contains_slb @ SV9 @ SY108 )
            | ! [SY109: $i] :
                ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV23 @ SY109 ) ) @ SY108 )
                = ( insert_slb @ ( remove_slb @ SV9 @ SY108 ) @ ( pair @ SV23 @ SY109 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[87]) ).

thf(105,plain,
    ! [SV24: $i,SV10: $i] :
      ( ( ! [SY110: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV10 @ ( pair @ SV24 @ SY110 ) ) @ SV24 )
            = SY110 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[88]) ).

thf(106,plain,
    ! [SV11: $i,SV25: $i] :
      ( ( ! [SY111: $i] :
            ( ( SV25 = SY111 )
            | ~ ( contains_slb @ SV11 @ SY111 )
            | ! [SY112: $i] :
                ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV25 @ SY112 ) ) @ SY111 )
                = ( lookup_slb @ SV11 @ SY111 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[89]) ).

thf(107,plain,
    ! [SV26: $i,SV13: $i] :
      ( ( ! [SY113: $i,SY114: $i] :
            ( ~ ( strictly_less_than @ SY114 @ SY113 )
            | ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV26 @ SY114 ) ) @ SY113 )
              = ( insert_slb @ ( update_slb @ SV13 @ SY113 ) @ ( pair @ SV26 @ SY113 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[91]) ).

thf(108,plain,
    ! [SV27: $i,SV14: $i] :
      ( ( ! [SY115: $i,SY116: $i] :
            ( ~ ( less_than @ SY115 @ SY116 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV27 @ SY116 ) ) @ SY115 )
              = ( insert_slb @ ( update_slb @ SV14 @ SY115 ) @ ( pair @ SV27 @ SY116 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[92]) ).

thf(109,plain,
    ! [SV15: $i] :
      ( ( ( ~ ( contains_slb @ sK1_U @ SV15 ) )
        = $true )
      | ( ( pair_in_list @ sK1_U @ SV15 @ ( sK5_SY55 @ SV15 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[93]) ).

thf(110,plain,
    ! [SV28: $i,SV16: $i] :
      ( ( ! [SY117: $i] :
            ~ ( ~ ~ ( ~ ! [SY118: $i,SY119: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY118 ) ) @ SY117 @ SY119 )
                          | ( SV28 = SY117 )
                          | ( pair_in_list @ SV16 @ SY117 @ SY119 ) )
                    | ~ ! [SY120: $i,SY121: $i] :
                          ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY120 ) ) @ SY117 @ SY121 )
                          | ( SY120 = SY121 )
                          | ( pair_in_list @ SV16 @ SY117 @ SY121 ) ) )
              | ~ ~ ( ~ ! [SY122: $i,SY123: $i] :
                          ( ( SV28 != SY117 )
                          | ( SY122 != SY123 )
                          | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY122 ) ) @ SY117 @ SY123 ) )
                    | ~ ! [SY124: $i,SY125: $i] :
                          ( ~ ( pair_in_list @ SV16 @ SY117 @ SY125 )
                          | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY124 ) ) @ SY117 @ SY125 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[94]) ).

thf(111,plain,
    ( ( ~ ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[95]) ).

thf(112,plain,
    ( ( ~ ! [SX0: $i] :
            ~ ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 @ SX0 ) )
    = $false ),
    inference(extcnf_or_neg,[status(thm)],[95]) ).

thf(113,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)],[96]) ).

thf(114,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)],[96]) ).

thf(115,plain,
    ! [SV29: $i,SV17: $i] :
      ( ( ~ ( ~ ! [SY126: $i] :
                  ( ! [SY127: $i] :
                      ~ ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY127 ) ) @ SY126 )
                  | ( SV29 = SY126 )
                  | ( contains_slb @ SV17 @ SY126 ) )
            | ~ ~ ( ~ ! [SY128: $i] :
                        ( ( SV29 != SY128 )
                        | ! [SY129: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY129 ) ) @ SY128 ) )
                  | ~ ! [SY130: $i] :
                        ( ~ ( contains_slb @ SV17 @ SY130 )
                        | ! [SY131: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY131 ) ) @ SY130 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[97]) ).

thf(116,plain,
    ! [SV30: $i,SV18: $i,SV1: $i] :
      ( ( ~ ( less_than @ SV1 @ SV18 )
        | ~ ( less_than @ SV18 @ SV30 )
        | ( less_than @ SV1 @ SV30 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[98]) ).

thf(117,plain,
    ! [SV19: $i,SV2: $i] :
      ( ( ( less_than @ SV2 @ SV19 )
        = $true )
      | ( ( less_than @ SV19 @ SV2 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[99]) ).

thf(118,plain,
    ! [SV31: $i,SV20: $i,SV5: $i] :
      ( ( isnonempty_slb @ ( insert_slb @ SV5 @ ( pair @ SV20 @ SV31 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[100]) ).

thf(119,plain,
    ! [SV21: $i,SV7: $i] :
      ( ( pair_in_list @ create_slb @ SV7 @ SV21 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[102]) ).

thf(120,plain,
    ! [SV32: $i,SV22: $i,SV8: $i] :
      ( ( ( remove_slb @ ( insert_slb @ SV8 @ ( pair @ SV22 @ SV32 ) ) @ SV22 )
        = SV8 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[103]) ).

thf(121,plain,
    ! [SV9: $i,SV33: $i,SV23: $i] :
      ( ( ( SV23 = SV33 )
        | ~ ( contains_slb @ SV9 @ SV33 )
        | ! [SY132: $i] :
            ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV23 @ SY132 ) ) @ SV33 )
            = ( insert_slb @ ( remove_slb @ SV9 @ SV33 ) @ ( pair @ SV23 @ SY132 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[104]) ).

thf(122,plain,
    ! [SV34: $i,SV24: $i,SV10: $i] :
      ( ( ( lookup_slb @ ( insert_slb @ SV10 @ ( pair @ SV24 @ SV34 ) ) @ SV24 )
        = SV34 )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[105]) ).

thf(123,plain,
    ! [SV11: $i,SV35: $i,SV25: $i] :
      ( ( ( SV25 = SV35 )
        | ~ ( contains_slb @ SV11 @ SV35 )
        | ! [SY133: $i] :
            ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV25 @ SY133 ) ) @ SV35 )
            = ( lookup_slb @ SV11 @ SV35 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[106]) ).

thf(124,plain,
    ! [SV26: $i,SV13: $i,SV36: $i] :
      ( ( ! [SY134: $i] :
            ( ~ ( strictly_less_than @ SY134 @ SV36 )
            | ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV26 @ SY134 ) ) @ SV36 )
              = ( insert_slb @ ( update_slb @ SV13 @ SV36 ) @ ( pair @ SV26 @ SV36 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[107]) ).

thf(125,plain,
    ! [SV27: $i,SV14: $i,SV37: $i] :
      ( ( ! [SY135: $i] :
            ( ~ ( less_than @ SV37 @ SY135 )
            | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV27 @ SY135 ) ) @ SV37 )
              = ( insert_slb @ ( update_slb @ SV14 @ SV37 ) @ ( pair @ SV27 @ SY135 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[108]) ).

thf(126,plain,
    ! [SV15: $i] :
      ( ( ( contains_slb @ sK1_U @ SV15 )
        = $false )
      | ( ( pair_in_list @ sK1_U @ SV15 @ ( sK5_SY55 @ SV15 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[109]) ).

thf(127,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ~ ( ~ ~ ( ~ ! [SY136: $i,SY137: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY136 ) ) @ SV38 @ SY137 )
                        | ( SV28 = SV38 )
                        | ( pair_in_list @ SV16 @ SV38 @ SY137 ) )
                  | ~ ! [SY138: $i,SY139: $i] :
                        ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY138 ) ) @ SV38 @ SY139 )
                        | ( SY138 = SY139 )
                        | ( pair_in_list @ SV16 @ SV38 @ SY139 ) ) )
            | ~ ~ ( ~ ! [SY140: $i,SY141: $i] :
                        ( ( SV28 != SV38 )
                        | ( SY140 != SY141 )
                        | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY140 ) ) @ SV38 @ SY141 ) )
                  | ~ ! [SY142: $i,SY143: $i] :
                        ( ~ ( pair_in_list @ SV16 @ SV38 @ SY143 )
                        | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY142 ) ) @ SV38 @ SY143 ) ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[110]) ).

thf(128,plain,
    ( ( contains_slb @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[111]) ).

thf(129,plain,
    ( ( ! [SX0: $i] :
          ~ ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 @ SX0 ) )
    = $true ),
    inference(extcnf_not_neg,[status(thm)],[112]) ).

thf(130,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)],[113]) ).

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

thf(132,plain,
    ! [SV29: $i,SV17: $i] :
      ( ( ~ ! [SY126: $i] :
              ( ! [SY127: $i] :
                  ~ ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY127 ) ) @ SY126 )
              | ( SV29 = SY126 )
              | ( contains_slb @ SV17 @ SY126 ) )
        | ~ ~ ( ~ ! [SY128: $i] :
                    ( ( SV29 != SY128 )
                    | ! [SY129: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY129 ) ) @ SY128 ) )
              | ~ ! [SY130: $i] :
                    ( ~ ( contains_slb @ SV17 @ SY130 )
                    | ! [SY131: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY131 ) ) @ SY130 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[115]) ).

thf(133,plain,
    ! [SV30: $i,SV18: $i,SV1: $i] :
      ( ( ( ~ ( less_than @ SV1 @ SV18 )
          | ~ ( less_than @ SV18 @ SV30 ) )
        = $true )
      | ( ( less_than @ SV1 @ SV30 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[116]) ).

thf(134,plain,
    ! [SV9: $i,SV33: $i,SV23: $i] :
      ( ( ( ( SV23 = SV33 )
          | ~ ( contains_slb @ SV9 @ SV33 ) )
        = $true )
      | ( ( ! [SY132: $i] :
              ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV23 @ SY132 ) ) @ SV33 )
              = ( insert_slb @ ( remove_slb @ SV9 @ SV33 ) @ ( pair @ SV23 @ SY132 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[121]) ).

thf(135,plain,
    ! [SV11: $i,SV35: $i,SV25: $i] :
      ( ( ( ( SV25 = SV35 )
          | ~ ( contains_slb @ SV11 @ SV35 ) )
        = $true )
      | ( ( ! [SY133: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV25 @ SY133 ) ) @ SV35 )
              = ( lookup_slb @ SV11 @ SV35 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[123]) ).

thf(136,plain,
    ! [SV26: $i,SV13: $i,SV36: $i,SV39: $i] :
      ( ( ~ ( strictly_less_than @ SV39 @ SV36 )
        | ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV26 @ SV39 ) ) @ SV36 )
          = ( insert_slb @ ( update_slb @ SV13 @ SV36 ) @ ( pair @ SV26 @ SV36 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[124]) ).

thf(137,plain,
    ! [SV27: $i,SV14: $i,SV40: $i,SV37: $i] :
      ( ( ~ ( less_than @ SV37 @ SV40 )
        | ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV27 @ SV40 ) ) @ SV37 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV37 ) @ ( pair @ SV27 @ SV40 ) ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[125]) ).

thf(138,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ~ ~ ( ~ ! [SY136: $i,SY137: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY136 ) ) @ SV38 @ SY137 )
                    | ( SV28 = SV38 )
                    | ( pair_in_list @ SV16 @ SV38 @ SY137 ) )
              | ~ ! [SY138: $i,SY139: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY138 ) ) @ SV38 @ SY139 )
                    | ( SY138 = SY139 )
                    | ( pair_in_list @ SV16 @ SV38 @ SY139 ) ) )
        | ~ ~ ( ~ ! [SY140: $i,SY141: $i] :
                    ( ( SV28 != SV38 )
                    | ( SY140 != SY141 )
                    | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY140 ) ) @ SV38 @ SY141 ) )
              | ~ ! [SY142: $i,SY143: $i] :
                    ( ~ ( pair_in_list @ SV16 @ SV38 @ SY143 )
                    | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY142 ) ) @ SV38 @ SY143 ) ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[127]) ).

thf(139,plain,
    ! [SV41: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 @ SV41 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[129]) ).

thf(140,plain,
    ! [SV42: $i] :
      ( ( ! [SY144: $i] :
            ( ~ ( less_than @ SV42 @ SY144 )
            | ( less_than @ SY144 @ SV42 )
            | ( strictly_less_than @ SV42 @ SY144 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[130]) ).

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

thf(142,plain,
    ! [SV29: $i,SV17: $i] :
      ( ( ~ ! [SY126: $i] :
              ( ! [SY127: $i] :
                  ~ ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY127 ) ) @ SY126 )
              | ( SV29 = SY126 )
              | ( contains_slb @ SV17 @ SY126 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[132]) ).

thf(143,plain,
    ! [SV17: $i,SV29: $i] :
      ( ( ~ ~ ( ~ ! [SY128: $i] :
                    ( ( SV29 != SY128 )
                    | ! [SY129: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY129 ) ) @ SY128 ) )
              | ~ ! [SY130: $i] :
                    ( ~ ( contains_slb @ SV17 @ SY130 )
                    | ! [SY131: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY131 ) ) @ SY130 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[132]) ).

thf(144,plain,
    ! [SV30: $i,SV18: $i,SV1: $i] :
      ( ( ( ~ ( less_than @ SV1 @ SV18 ) )
        = $true )
      | ( ( ~ ( less_than @ SV18 @ SV30 ) )
        = $true )
      | ( ( less_than @ SV1 @ SV30 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[133]) ).

thf(145,plain,
    ! [SV9: $i,SV33: $i,SV23: $i] :
      ( ( ( SV23 = SV33 )
        = $true )
      | ( ( ~ ( contains_slb @ SV9 @ SV33 ) )
        = $true )
      | ( ( ! [SY132: $i] :
              ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV23 @ SY132 ) ) @ SV33 )
              = ( insert_slb @ ( remove_slb @ SV9 @ SV33 ) @ ( pair @ SV23 @ SY132 ) ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[134]) ).

thf(146,plain,
    ! [SV11: $i,SV35: $i,SV25: $i] :
      ( ( ( SV25 = SV35 )
        = $true )
      | ( ( ~ ( contains_slb @ SV11 @ SV35 ) )
        = $true )
      | ( ( ! [SY133: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV25 @ SY133 ) ) @ SV35 )
              = ( lookup_slb @ SV11 @ SV35 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[135]) ).

thf(147,plain,
    ! [SV26: $i,SV13: $i,SV36: $i,SV39: $i] :
      ( ( ( ~ ( strictly_less_than @ SV39 @ SV36 ) )
        = $true )
      | ( ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV26 @ SV39 ) ) @ SV36 )
          = ( insert_slb @ ( update_slb @ SV13 @ SV36 ) @ ( pair @ SV26 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[136]) ).

thf(148,plain,
    ! [SV27: $i,SV14: $i,SV40: $i,SV37: $i] :
      ( ( ( ~ ( less_than @ SV37 @ SV40 ) )
        = $true )
      | ( ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV27 @ SV40 ) ) @ SV37 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV37 ) @ ( pair @ SV27 @ SV40 ) ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[137]) ).

thf(149,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ~ ~ ( ~ ! [SY136: $i,SY137: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY136 ) ) @ SV38 @ SY137 )
                    | ( SV28 = SV38 )
                    | ( pair_in_list @ SV16 @ SV38 @ SY137 ) )
              | ~ ! [SY138: $i,SY139: $i] :
                    ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY138 ) ) @ SV38 @ SY139 )
                    | ( SY138 = SY139 )
                    | ( pair_in_list @ SV16 @ SV38 @ SY139 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[138]) ).

thf(150,plain,
    ! [SV16: $i,SV38: $i,SV28: $i] :
      ( ( ~ ~ ( ~ ! [SY140: $i,SY141: $i] :
                    ( ( SV28 != SV38 )
                    | ( SY140 != SY141 )
                    | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY140 ) ) @ SV38 @ SY141 ) )
              | ~ ! [SY142: $i,SY143: $i] :
                    ( ~ ( pair_in_list @ SV16 @ SV38 @ SY143 )
                    | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY142 ) ) @ SV38 @ SY143 ) ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[138]) ).

thf(151,plain,
    ! [SV41: $i] :
      ( ( pair_in_list @ ( insert_slb @ sK1_U @ ( pair @ sK3_SY60 @ sK4_SY63 ) ) @ sK2_SY56 @ SV41 )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[139]) ).

thf(152,plain,
    ! [SV43: $i,SV42: $i] :
      ( ( ~ ( less_than @ SV42 @ SV43 )
        | ( less_than @ SV43 @ SV42 )
        | ( strictly_less_than @ SV42 @ SV43 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[140]) ).

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

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

thf(155,plain,
    ! [SV29: $i,SV17: $i] :
      ( ( ! [SY126: $i] :
            ( ! [SY127: $i] :
                ~ ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY127 ) ) @ SY126 )
            | ( SV29 = SY126 )
            | ( contains_slb @ SV17 @ SY126 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[142]) ).

thf(156,plain,
    ! [SV17: $i,SV29: $i] :
      ( ( ~ ( ~ ! [SY128: $i] :
                  ( ( SV29 != SY128 )
                  | ! [SY129: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY129 ) ) @ SY128 ) )
            | ~ ! [SY130: $i] :
                  ( ~ ( contains_slb @ SV17 @ SY130 )
                  | ! [SY131: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY131 ) ) @ SY130 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[143]) ).

thf(157,plain,
    ! [SV30: $i,SV18: $i,SV1: $i] :
      ( ( ( less_than @ SV1 @ SV18 )
        = $false )
      | ( ( ~ ( less_than @ SV18 @ SV30 ) )
        = $true )
      | ( ( less_than @ SV1 @ SV30 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[144]) ).

thf(158,plain,
    ! [SV23: $i,SV33: $i,SV9: $i] :
      ( ( ( contains_slb @ SV9 @ SV33 )
        = $false )
      | ( ( SV23 = SV33 )
        = $true )
      | ( ( ! [SY132: $i] :
              ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV23 @ SY132 ) ) @ SV33 )
              = ( insert_slb @ ( remove_slb @ SV9 @ SV33 ) @ ( pair @ SV23 @ SY132 ) ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[145]) ).

thf(159,plain,
    ! [SV25: $i,SV35: $i,SV11: $i] :
      ( ( ( contains_slb @ SV11 @ SV35 )
        = $false )
      | ( ( SV25 = SV35 )
        = $true )
      | ( ( ! [SY133: $i] :
              ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV25 @ SY133 ) ) @ SV35 )
              = ( lookup_slb @ SV11 @ SV35 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[146]) ).

thf(160,plain,
    ! [SV26: $i,SV13: $i,SV36: $i,SV39: $i] :
      ( ( ( strictly_less_than @ SV39 @ SV36 )
        = $false )
      | ( ( ( update_slb @ ( insert_slb @ SV13 @ ( pair @ SV26 @ SV39 ) ) @ SV36 )
          = ( insert_slb @ ( update_slb @ SV13 @ SV36 ) @ ( pair @ SV26 @ SV36 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[147]) ).

thf(161,plain,
    ! [SV27: $i,SV14: $i,SV40: $i,SV37: $i] :
      ( ( ( less_than @ SV37 @ SV40 )
        = $false )
      | ( ( ( update_slb @ ( insert_slb @ SV14 @ ( pair @ SV27 @ SV40 ) ) @ SV37 )
          = ( insert_slb @ ( update_slb @ SV14 @ SV37 ) @ ( pair @ SV27 @ SV40 ) ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[148]) ).

thf(162,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ~ ( ~ ! [SY136: $i,SY137: $i] :
                  ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY136 ) ) @ SV38 @ SY137 )
                  | ( SV28 = SV38 )
                  | ( pair_in_list @ SV16 @ SV38 @ SY137 ) )
            | ~ ! [SY138: $i,SY139: $i] :
                  ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY138 ) ) @ SV38 @ SY139 )
                  | ( SY138 = SY139 )
                  | ( pair_in_list @ SV16 @ SV38 @ SY139 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[149]) ).

thf(163,plain,
    ! [SV16: $i,SV38: $i,SV28: $i] :
      ( ( ~ ( ~ ! [SY140: $i,SY141: $i] :
                  ( ( SV28 != SV38 )
                  | ( SY140 != SY141 )
                  | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY140 ) ) @ SV38 @ SY141 ) )
            | ~ ! [SY142: $i,SY143: $i] :
                  ( ~ ( pair_in_list @ SV16 @ SV38 @ SY143 )
                  | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY142 ) ) @ SV38 @ SY143 ) ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[150]) ).

thf(164,plain,
    ! [SV43: $i,SV42: $i] :
      ( ( ( ~ ( less_than @ SV42 @ SV43 )
          | ( less_than @ SV43 @ SV42 ) )
        = $true )
      | ( ( strictly_less_than @ SV42 @ SV43 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[152]) ).

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

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

thf(167,plain,
    ! [SV44: $i,SV29: $i,SV17: $i] :
      ( ( ! [SY145: $i] :
            ~ ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY145 ) ) @ SV44 )
        | ( SV29 = SV44 )
        | ( contains_slb @ SV17 @ SV44 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[155]) ).

thf(168,plain,
    ! [SV17: $i,SV29: $i] :
      ( ( ~ ! [SY128: $i] :
              ( ( SV29 != SY128 )
              | ! [SY129: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY129 ) ) @ SY128 ) )
        | ~ ! [SY130: $i] :
              ( ~ ( contains_slb @ SV17 @ SY130 )
              | ! [SY131: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY131 ) ) @ SY130 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[156]) ).

thf(169,plain,
    ! [SV1: $i,SV30: $i,SV18: $i] :
      ( ( ( less_than @ SV18 @ SV30 )
        = $false )
      | ( ( less_than @ SV1 @ SV18 )
        = $false )
      | ( ( less_than @ SV1 @ SV30 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[157]) ).

thf(170,plain,
    ! [SV33: $i,SV45: $i,SV23: $i,SV9: $i] :
      ( ( ( ( remove_slb @ ( insert_slb @ SV9 @ ( pair @ SV23 @ SV45 ) ) @ SV33 )
          = ( insert_slb @ ( remove_slb @ SV9 @ SV33 ) @ ( pair @ SV23 @ SV45 ) ) )
        = $true )
      | ( ( SV23 = SV33 )
        = $true )
      | ( ( contains_slb @ SV9 @ SV33 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[158]) ).

thf(171,plain,
    ! [SV35: $i,SV46: $i,SV25: $i,SV11: $i] :
      ( ( ( ( lookup_slb @ ( insert_slb @ SV11 @ ( pair @ SV25 @ SV46 ) ) @ SV35 )
          = ( lookup_slb @ SV11 @ SV35 ) )
        = $true )
      | ( ( SV25 = SV35 )
        = $true )
      | ( ( contains_slb @ SV11 @ SV35 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[159]) ).

thf(172,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ~ ! [SY136: $i,SY137: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY136 ) ) @ SV38 @ SY137 )
              | ( SV28 = SV38 )
              | ( pair_in_list @ SV16 @ SV38 @ SY137 ) )
        | ~ ! [SY138: $i,SY139: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY138 ) ) @ SV38 @ SY139 )
              | ( SY138 = SY139 )
              | ( pair_in_list @ SV16 @ SV38 @ SY139 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[162]) ).

thf(173,plain,
    ! [SV16: $i,SV38: $i,SV28: $i] :
      ( ( ~ ! [SY140: $i,SY141: $i] :
              ( ( SV28 != SV38 )
              | ( SY140 != SY141 )
              | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY140 ) ) @ SV38 @ SY141 ) )
        | ~ ! [SY142: $i,SY143: $i] :
              ( ~ ( pair_in_list @ SV16 @ SV38 @ SY143 )
              | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY142 ) ) @ SV38 @ SY143 ) ) )
      = $false ),
    inference(extcnf_not_pos,[status(thm)],[163]) ).

thf(174,plain,
    ! [SV43: $i,SV42: $i] :
      ( ( ( ~ ( less_than @ SV42 @ SV43 ) )
        = $true )
      | ( ( less_than @ SV43 @ SV42 )
        = $true )
      | ( ( strictly_less_than @ SV42 @ SV43 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[164]) ).

thf(175,plain,
    ! [SV47: $i] :
      ( ( ! [SY146: $i] :
            ( ~ ( strictly_less_than @ SV47 @ SY146 )
            | ( less_than @ SV47 @ SY146 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[165]) ).

thf(176,plain,
    ! [SV48: $i] :
      ( ( ! [SY147: $i] :
            ( ~ ( strictly_less_than @ SV48 @ SY147 )
            | ~ ( less_than @ SY147 @ SV48 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[166]) ).

thf(177,plain,
    ! [SV44: $i,SV29: $i,SV17: $i] :
      ( ( ( ! [SY145: $i] :
              ~ ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY145 ) ) @ SV44 ) )
        = $true )
      | ( ( ( SV29 = SV44 )
          | ( contains_slb @ SV17 @ SV44 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[167]) ).

thf(178,plain,
    ! [SV17: $i,SV29: $i] :
      ( ( ~ ! [SY128: $i] :
              ( ( SV29 != SY128 )
              | ! [SY129: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY129 ) ) @ SY128 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[168]) ).

thf(179,plain,
    ! [SV29: $i,SV17: $i] :
      ( ( ~ ! [SY130: $i] :
              ( ~ ( contains_slb @ SV17 @ SY130 )
              | ! [SY131: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY131 ) ) @ SY130 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[168]) ).

thf(180,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ~ ! [SY136: $i,SY137: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY136 ) ) @ SV38 @ SY137 )
              | ( SV28 = SV38 )
              | ( pair_in_list @ SV16 @ SV38 @ SY137 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[172]) ).

thf(181,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ~ ! [SY138: $i,SY139: $i] :
              ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY138 ) ) @ SV38 @ SY139 )
              | ( SY138 = SY139 )
              | ( pair_in_list @ SV16 @ SV38 @ SY139 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[172]) ).

thf(182,plain,
    ! [SV16: $i,SV38: $i,SV28: $i] :
      ( ( ~ ! [SY140: $i,SY141: $i] :
              ( ( SV28 != SV38 )
              | ( SY140 != SY141 )
              | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY140 ) ) @ SV38 @ SY141 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[173]) ).

thf(183,plain,
    ! [SV28: $i,SV38: $i,SV16: $i] :
      ( ( ~ ! [SY142: $i,SY143: $i] :
              ( ~ ( pair_in_list @ SV16 @ SV38 @ SY143 )
              | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY142 ) ) @ SV38 @ SY143 ) ) )
      = $false ),
    inference(extcnf_or_neg,[status(thm)],[173]) ).

thf(184,plain,
    ! [SV43: $i,SV42: $i] :
      ( ( ( less_than @ SV42 @ SV43 )
        = $false )
      | ( ( less_than @ SV43 @ SV42 )
        = $true )
      | ( ( strictly_less_than @ SV42 @ SV43 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[174]) ).

thf(185,plain,
    ! [SV49: $i,SV47: $i] :
      ( ( ~ ( strictly_less_than @ SV47 @ SV49 )
        | ( less_than @ SV47 @ SV49 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[175]) ).

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

thf(187,plain,
    ! [SV44: $i,SV51: $i,SV29: $i,SV17: $i] :
      ( ( ( ~ ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SV51 ) ) @ SV44 ) )
        = $true )
      | ( ( ( SV29 = SV44 )
          | ( contains_slb @ SV17 @ SV44 ) )
        = $true ) ),
    inference(extcnf_forall_pos,[status(thm)],[177]) ).

thf(188,plain,
    ! [SV17: $i,SV29: $i] :
      ( ( ! [SY128: $i] :
            ( ( SV29 != SY128 )
            | ! [SY129: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY129 ) ) @ SY128 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[178]) ).

thf(189,plain,
    ! [SV29: $i,SV17: $i] :
      ( ( ! [SY130: $i] :
            ( ~ ( contains_slb @ SV17 @ SY130 )
            | ! [SY131: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY131 ) ) @ SY130 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[179]) ).

thf(190,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ! [SY136: $i,SY137: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY136 ) ) @ SV38 @ SY137 )
            | ( SV28 = SV38 )
            | ( pair_in_list @ SV16 @ SV38 @ SY137 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[180]) ).

thf(191,plain,
    ! [SV38: $i,SV28: $i,SV16: $i] :
      ( ( ! [SY138: $i,SY139: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY138 ) ) @ SV38 @ SY139 )
            | ( SY138 = SY139 )
            | ( pair_in_list @ SV16 @ SV38 @ SY139 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[181]) ).

thf(192,plain,
    ! [SV16: $i,SV38: $i,SV28: $i] :
      ( ( ! [SY140: $i,SY141: $i] :
            ( ( SV28 != SV38 )
            | ( SY140 != SY141 )
            | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY140 ) ) @ SV38 @ SY141 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[182]) ).

thf(193,plain,
    ! [SV28: $i,SV38: $i,SV16: $i] :
      ( ( ! [SY142: $i,SY143: $i] :
            ( ~ ( pair_in_list @ SV16 @ SV38 @ SY143 )
            | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SY142 ) ) @ SV38 @ SY143 ) ) )
      = $true ),
    inference(extcnf_not_neg,[status(thm)],[183]) ).

thf(194,plain,
    ! [SV49: $i,SV47: $i] :
      ( ( ( ~ ( strictly_less_than @ SV47 @ SV49 ) )
        = $true )
      | ( ( less_than @ SV47 @ SV49 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[185]) ).

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

thf(196,plain,
    ! [SV44: $i,SV51: $i,SV29: $i,SV17: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SV51 ) ) @ SV44 )
        = $false )
      | ( ( ( SV29 = SV44 )
          | ( contains_slb @ SV17 @ SV44 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[187]) ).

thf(197,plain,
    ! [SV17: $i,SV52: $i,SV29: $i] :
      ( ( ( SV29 != SV52 )
        | ! [SY148: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY148 ) ) @ SV52 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[188]) ).

thf(198,plain,
    ! [SV29: $i,SV53: $i,SV17: $i] :
      ( ( ~ ( contains_slb @ SV17 @ SV53 )
        | ! [SY149: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY149 ) ) @ SV53 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[189]) ).

thf(199,plain,
    ! [SV38: $i,SV54: $i,SV28: $i,SV16: $i] :
      ( ( ! [SY150: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV54 ) ) @ SV38 @ SY150 )
            | ( SV28 = SV38 )
            | ( pair_in_list @ SV16 @ SV38 @ SY150 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[190]) ).

thf(200,plain,
    ! [SV38: $i,SV55: $i,SV28: $i,SV16: $i] :
      ( ( ! [SY151: $i] :
            ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV55 ) ) @ SV38 @ SY151 )
            | ( SV55 = SY151 )
            | ( pair_in_list @ SV16 @ SV38 @ SY151 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[191]) ).

thf(201,plain,
    ! [SV16: $i,SV56: $i,SV38: $i,SV28: $i] :
      ( ( ! [SY152: $i] :
            ( ( SV28 != SV38 )
            | ( SV56 != SY152 )
            | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV56 ) ) @ SV38 @ SY152 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[192]) ).

thf(202,plain,
    ! [SV57: $i,SV28: $i,SV38: $i,SV16: $i] :
      ( ( ! [SY153: $i] :
            ( ~ ( pair_in_list @ SV16 @ SV38 @ SY153 )
            | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV57 ) ) @ SV38 @ SY153 ) ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[193]) ).

thf(203,plain,
    ! [SV49: $i,SV47: $i] :
      ( ( ( strictly_less_than @ SV47 @ SV49 )
        = $false )
      | ( ( less_than @ SV47 @ SV49 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[194]) ).

thf(204,plain,
    ! [SV50: $i,SV48: $i] :
      ( ( ( strictly_less_than @ SV48 @ SV50 )
        = $false )
      | ( ( ~ ( less_than @ SV50 @ SV48 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[195]) ).

thf(205,plain,
    ! [SV51: $i,SV17: $i,SV44: $i,SV29: $i] :
      ( ( ( SV29 = SV44 )
        = $true )
      | ( ( contains_slb @ SV17 @ SV44 )
        = $true )
      | ( ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SV51 ) ) @ SV44 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[196]) ).

thf(206,plain,
    ! [SV17: $i,SV52: $i,SV29: $i] :
      ( ( ( ( SV29 != SV52 ) )
        = $true )
      | ( ( ! [SY148: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY148 ) ) @ SV52 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[197]) ).

thf(207,plain,
    ! [SV29: $i,SV53: $i,SV17: $i] :
      ( ( ( ~ ( contains_slb @ SV17 @ SV53 ) )
        = $true )
      | ( ( ! [SY149: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY149 ) ) @ SV53 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[198]) ).

thf(208,plain,
    ! [SV58: $i,SV38: $i,SV54: $i,SV28: $i,SV16: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV54 ) ) @ SV38 @ SV58 )
        | ( SV28 = SV38 )
        | ( pair_in_list @ SV16 @ SV38 @ SV58 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[199]) ).

thf(209,plain,
    ! [SV59: $i,SV38: $i,SV55: $i,SV28: $i,SV16: $i] :
      ( ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV55 ) ) @ SV38 @ SV59 )
        | ( SV55 = SV59 )
        | ( pair_in_list @ SV16 @ SV38 @ SV59 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[200]) ).

thf(210,plain,
    ! [SV16: $i,SV60: $i,SV56: $i,SV38: $i,SV28: $i] :
      ( ( ( SV28 != SV38 )
        | ( SV56 != SV60 )
        | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV56 ) ) @ SV38 @ SV60 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[201]) ).

thf(211,plain,
    ! [SV57: $i,SV28: $i,SV61: $i,SV38: $i,SV16: $i] :
      ( ( ~ ( pair_in_list @ SV16 @ SV38 @ SV61 )
        | ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV57 ) ) @ SV38 @ SV61 ) )
      = $true ),
    inference(extcnf_forall_pos,[status(thm)],[202]) ).

thf(212,plain,
    ! [SV48: $i,SV50: $i] :
      ( ( ( less_than @ SV50 @ SV48 )
        = $false )
      | ( ( strictly_less_than @ SV48 @ SV50 )
        = $false ) ),
    inference(extcnf_not_pos,[status(thm)],[204]) ).

thf(213,plain,
    ! [SV17: $i,SV52: $i,SV29: $i] :
      ( ( ( SV29 = SV52 )
        = $false )
      | ( ( ! [SY148: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY148 ) ) @ SV52 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[206]) ).

thf(214,plain,
    ! [SV29: $i,SV53: $i,SV17: $i] :
      ( ( ( contains_slb @ SV17 @ SV53 )
        = $false )
      | ( ( ! [SY149: $i] : ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SY149 ) ) @ SV53 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[207]) ).

thf(215,plain,
    ! [SV58: $i,SV38: $i,SV54: $i,SV28: $i,SV16: $i] :
      ( ( ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV54 ) ) @ SV38 @ SV58 ) )
        = $true )
      | ( ( ( SV28 = SV38 )
          | ( pair_in_list @ SV16 @ SV38 @ SV58 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[208]) ).

thf(216,plain,
    ! [SV59: $i,SV38: $i,SV55: $i,SV28: $i,SV16: $i] :
      ( ( ( ~ ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV55 ) ) @ SV38 @ SV59 ) )
        = $true )
      | ( ( ( SV55 = SV59 )
          | ( pair_in_list @ SV16 @ SV38 @ SV59 ) )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[209]) ).

thf(217,plain,
    ! [SV16: $i,SV60: $i,SV56: $i,SV38: $i,SV28: $i] :
      ( ( ( ( SV28 != SV38 )
          | ( SV56 != SV60 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV56 ) ) @ SV38 @ SV60 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[210]) ).

thf(218,plain,
    ! [SV57: $i,SV28: $i,SV61: $i,SV38: $i,SV16: $i] :
      ( ( ( ~ ( pair_in_list @ SV16 @ SV38 @ SV61 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV57 ) ) @ SV38 @ SV61 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[211]) ).

thf(219,plain,
    ! [SV52: $i,SV62: $i,SV29: $i,SV17: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SV62 ) ) @ SV52 )
        = $true )
      | ( ( SV29 = SV52 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[213]) ).

thf(220,plain,
    ! [SV53: $i,SV63: $i,SV29: $i,SV17: $i] :
      ( ( ( contains_slb @ ( insert_slb @ SV17 @ ( pair @ SV29 @ SV63 ) ) @ SV53 )
        = $true )
      | ( ( contains_slb @ SV17 @ SV53 )
        = $false ) ),
    inference(extcnf_forall_pos,[status(thm)],[214]) ).

thf(221,plain,
    ! [SV58: $i,SV38: $i,SV54: $i,SV28: $i,SV16: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV54 ) ) @ SV38 @ SV58 )
        = $false )
      | ( ( ( SV28 = SV38 )
          | ( pair_in_list @ SV16 @ SV38 @ SV58 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[215]) ).

thf(222,plain,
    ! [SV59: $i,SV38: $i,SV55: $i,SV28: $i,SV16: $i] :
      ( ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV55 ) ) @ SV38 @ SV59 )
        = $false )
      | ( ( ( SV55 = SV59 )
          | ( pair_in_list @ SV16 @ SV38 @ SV59 ) )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[216]) ).

thf(223,plain,
    ! [SV16: $i,SV60: $i,SV56: $i,SV38: $i,SV28: $i] :
      ( ( ( ( SV28 != SV38 ) )
        = $true )
      | ( ( ( SV56 != SV60 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV56 ) ) @ SV38 @ SV60 )
        = $true ) ),
    inference(extcnf_or_pos,[status(thm)],[217]) ).

thf(224,plain,
    ! [SV57: $i,SV28: $i,SV61: $i,SV38: $i,SV16: $i] :
      ( ( ( pair_in_list @ SV16 @ SV38 @ SV61 )
        = $false )
      | ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV57 ) ) @ SV38 @ SV61 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[218]) ).

thf(225,plain,
    ! [SV54: $i,SV58: $i,SV16: $i,SV38: $i,SV28: $i] :
      ( ( ( SV28 = SV38 )
        = $true )
      | ( ( pair_in_list @ SV16 @ SV38 @ SV58 )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV54 ) ) @ SV38 @ SV58 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[221]) ).

thf(226,plain,
    ! [SV28: $i,SV38: $i,SV16: $i,SV59: $i,SV55: $i] :
      ( ( ( SV55 = SV59 )
        = $true )
      | ( ( pair_in_list @ SV16 @ SV38 @ SV59 )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV55 ) ) @ SV38 @ SV59 )
        = $false ) ),
    inference(extcnf_or_pos,[status(thm)],[222]) ).

thf(227,plain,
    ! [SV16: $i,SV60: $i,SV56: $i,SV38: $i,SV28: $i] :
      ( ( ( SV28 = SV38 )
        = $false )
      | ( ( ( SV56 != SV60 ) )
        = $true )
      | ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV56 ) ) @ SV38 @ SV60 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[223]) ).

thf(228,plain,
    ! [SV16: $i,SV38: $i,SV28: $i,SV60: $i,SV56: $i] :
      ( ( ( SV56 = SV60 )
        = $false )
      | ( ( SV28 = SV38 )
        = $false )
      | ( ( pair_in_list @ ( insert_slb @ SV16 @ ( pair @ SV28 @ SV56 ) ) @ SV38 @ SV60 )
        = $true ) ),
    inference(extcnf_not_pos,[status(thm)],[227]) ).

thf(229,plain,
    $false = $true,
    inference(fo_atp_e,[status(thm)],[80,228,226,225,224,220,219,212,205,203,184,171,170,169,161,160,151,128,126,122,120,119,118,117,101,90,82,81]) ).

thf(230,plain,
    $false,
    inference(solved_all_splits,[solved_all_splits(join,[])],[229]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.12  % Problem  : SWV411+1 : TPTP v8.1.0. Released v3.3.0.
% 0.07/0.13  % Command  : leo --timeout %d --proofoutput 1 --foatp e --atp e=./eprover %s
% 0.13/0.34  % Computer : n020.cluster.edu
% 0.13/0.34  % Model    : x86_64 x86_64
% 0.13/0.34  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.13/0.34  % Memory   : 8042.1875MB
% 0.13/0.34  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.13/0.34  % CPULimit : 300
% 0.13/0.34  % WCLimit  : 600
% 0.13/0.34  % DateTime : Wed Jun 15 23:23:34 EDT 2022
% 0.13/0.34  % CPUTime  : 
% 0.13/0.36  
% 0.13/0.36   No.of.Axioms: 18
% 0.13/0.36  
% 0.13/0.36   Length.of.Defs: 0
% 0.13/0.36  
% 0.13/0.36   Contains.Choice.Funs: false
% 0.13/0.38  (rf:0,axioms:18,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:20,loop_count:0,foatp_calls:0,translation:fof_full)..................
% 0.20/0.54  
% 0.20/0.54  ********************************
% 0.20/0.54  *   All subproblems solved!    *
% 0.20/0.54  ********************************
% 0.20/0.54  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:229,loop_count:0,foatp_calls:1,translation:fof_full)
% 0.20/0.57  
% 0.20/0.57  %**** Beginning of derivation protocol ****
% 0.20/0.57  % SZS output start CNFRefutation
% See solution above
% 0.20/0.57  
% 0.20/0.57  %**** End of derivation protocol ****
% 0.20/0.57  %**** no. of clauses in derivation: 230 ****
% 0.20/0.57  %**** clause counter: 229 ****
% 0.20/0.57  
% 0.20/0.57  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : (rf:0,axioms:19,ps:3,u:6,ude:true,rLeibEQ:true,rAndEQ:true,use_choice:true,use_extuni:true,use_extcnf_combined:true,expand_extuni:false,foatp:e,atp_timeout:74,atp_calls_frequency:10,ordering:none,proof_output:1,protocol_output:false,clause_count:229,loop_count:0,foatp_calls:1,translation:fof_full)
%------------------------------------------------------------------------------