TSTP Solution File: LCL835_5 by Leo-III---1.7.7

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.7
% Problem  : LCL835_5 : TPTP v8.1.2. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n002.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  : 300s
% DateTime : Fri May 19 11:32:14 EDT 2023

% Result   : Theorem 61.53s 26.09s
% Output   : Refutation 61.53s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  163
% Syntax   : Number of formulae    :  276 (  98 unt;  52 typ;   0 def)
%            Number of atoms       :  847 ( 251 equ;   0 cnn)
%            Maximal formula atoms :   96 (   3 avg)
%            Number of connectives : 5275 (  93   ~;  22   |;  74   &;4885   @)
%                                         (  19 <=>; 182  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   24 (   9 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   53 (  53   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   52 (  50 usr;  22 con; 0-5 aty)
%            Number of variables   :  742 (   0   ^; 682   !;  32   ?; 742   :)
%                                         (  28  !>;   0  ?*;   0  @-;   0  @+)

% Comments : 
%------------------------------------------------------------------------------
thf(bool_type,type,
    bool: $tType ).

thf(dB_type,type,
    dB: $tType ).

thf(nat_type,type,
    nat: $tType ).

thf(type_type,type,
    type: $tType ).

thf(zero_type,type,
    zero: 
      !>[TA: $tType] : $o ).

thf(combb_type,type,
    combb: 
      !>[TA: $tType,TB: $tType,TC: $tType] : ( fun @ ( fun @ TC @ TB ) @ ( fun @ ( fun @ TA @ TC ) @ ( fun @ TA @ TB ) ) ) ).

thf(combc_type,type,
    combc: 
      !>[TA: $tType,TB: $tType,TC: $tType] : ( ( fun @ TC @ ( fun @ TB @ TA ) ) > TB > ( fun @ TC @ TA ) ) ).

thf(combs_type,type,
    combs: 
      !>[TA: $tType,TB: $tType,TC: $tType] : ( ( fun @ TC @ ( fun @ TB @ TA ) ) > ( fun @ TC @ TB ) > ( fun @ TC @ TA ) ) ).

thf(zero_zero_type,type,
    zero_zero: 
      !>[TA: $tType] : TA ).

thf(it_type,type,
    it: fun @ dB @ bool ).

thf(beta_type,type,
    beta: fun @ dB @ ( fun @ dB @ bool ) ).

thf(abs_type,type,
    abs: dB > dB ).

thf(app_type,type,
    app: fun @ dB @ ( fun @ dB @ dB ) ).

thf(var_type,type,
    var: nat > dB ).

thf(dB_size_type,type,
    dB_size: dB > nat ).

thf(liftn_type,type,
    liftn: nat > dB > nat > dB ).

thf(subst_type,type,
    subst: dB > dB > nat > dB ).

thf(substn_type,type,
    substn: dB > dB > nat > dB ).

thf(step1_type,type,
    step1: 
      !>[TA: $tType] : ( ( fun @ TA @ ( fun @ TA @ bool ) ) > ( list @ TA ) > ( list @ TA ) > $o ) ).

thf(append_type,type,
    append: 
      !>[TA: $tType] : ( ( list @ TA ) > ( list @ TA ) > ( list @ TA ) ) ).

thf(foldl_type,type,
    foldl: 
      !>[TA: $tType,TB: $tType] : ( ( fun @ TB @ ( fun @ TA @ TB ) ) > TB > ( list @ TA ) > TB ) ).

thf(insert_type,type,
    insert: 
      !>[TA: $tType] : ( TA > ( list @ TA ) > ( list @ TA ) ) ).

thf(cons_type,type,
    cons: 
      !>[TA: $tType] : ( TA > ( list @ TA ) > ( list @ TA ) ) ).

thf(nil_type,type,
    nil: 
      !>[TA: $tType] : ( list @ TA ) ).

thf(list_case_type,type,
    list_case: 
      !>[TA: $tType,TB: $tType] : ( TB > ( fun @ TA @ ( fun @ ( list @ TA ) @ TB ) ) > ( list @ TA ) > TB ) ).

thf(listsp_type,type,
    listsp: 
      !>[TA: $tType] : ( ( fun @ TA @ bool ) > ( list @ TA ) > $o ) ).

thf(sublist_type,type,
    sublist: 
      !>[TA: $tType] : ( ( list @ TA ) > ( fun @ nat @ bool ) > ( list @ TA ) ) ).

thf(size_size_type,type,
    size_size: 
      !>[TA: $tType] : ( TA > nat ) ).

thf(shift_type,type,
    shift: 
      !>[TA: $tType] : ( ( fun @ nat @ TA ) > nat > TA > ( fun @ nat @ TA ) ) ).

thf(fun1_type,type,
    fun1: type > type > type ).

thf(type_case_type,type,
    type_case: 
      !>[TA: $tType] : ( ( fun @ nat @ TA ) > ( fun @ type @ ( fun @ type @ TA ) ) > type > TA ) ).

thf(typing_type,type,
    typing: ( fun @ nat @ type ) > dB > ( fun @ type @ bool ) ).

thf(typings_type,type,
    typings: ( fun @ nat @ type ) > ( list @ dB ) > ( fun @ ( list @ type ) @ bool ) ).

thf(aa_type,type,
    aa: 
      !>[TA: $tType,TB: $tType] : ( ( fun @ TB @ TA ) > TB > TA ) ).

thf(fFalse_type,type,
    fFalse: bool ).

thf(fTrue_type,type,
    fTrue: bool ).

thf(fconj_type,type,
    fconj: fun @ bool @ ( fun @ bool @ bool ) ).

thf(member_type,type,
    member: 
      !>[TA: $tType] : ( TA > ( fun @ TA @ bool ) > $o ) ).

thf(pp_type,type,
    pp: bool > $o ).

thf(t_type,type,
    t: type ).

thf(t_a_type,type,
    t_a: type ).

thf(t1_type,type,
    t1: type ).

thf(a_type,type,
    a: dB ).

thf(as_type,type,
    as: list @ dB ).

thf(e_type,type,
    e: fun @ nat @ type ).

thf(ea_type,type,
    ea: fun @ nat @ type ).

thf(i_type,type,
    i: nat ).

thf(ia_type,type,
    ia: nat ).

thf(r_type,type,
    r: dB ).

thf(t2_type,type,
    t2: dB ).

thf(u_type,type,
    u: dB ).

thf(ua_type,type,
    ua: dB ).

thf(21,axiom,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA] :
      ( ( ( cons @ TA @ D @ C )
        = ( cons @ TA @ B @ A ) )
    <=> ( ( D = B )
        & ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_57_list_Oinject) ).

thf(188,plain,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA] :
      ( ( ( ( cons @ TA @ D @ C )
          = ( cons @ TA @ B @ A ) )
       => ( ( D = B )
          & ( C = A ) ) )
      & ( ( ( D = B )
          & ( C = A ) )
       => ( ( cons @ TA @ D @ C )
          = ( cons @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

thf(96,axiom,
    ! [A: list @ dB,B: dB,C: nat] :
      ( ( ( var @ C )
        = ( foldl @ dB @ dB @ app @ B @ A ) )
    <=> ( ( ( var @ C )
          = B )
        & ( A
          = ( nil @ dB ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_56_Var__eq__apps__conv) ).

thf(488,plain,
    ! [A: list @ dB,B: dB,C: nat] :
      ( ( ( ( var @ C )
          = ( foldl @ dB @ dB @ app @ B @ A ) )
       => ( ( ( var @ C )
            = B )
          & ( A
            = ( nil @ dB ) ) ) )
      & ( ( ( ( var @ C )
            = B )
          & ( A
            = ( nil @ dB ) ) )
       => ( ( var @ C )
          = ( foldl @ dB @ dB @ app @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[96]) ).

thf(68,axiom,
    ! [A: dB,B: type,C: dB,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ C ) @ B ) )
     => ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ A ) )
       => ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_29_subject__reduction) ).

thf(371,plain,
    ! [A: dB,B: type,C: dB,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ C ) @ B ) )
     => ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ A ) )
       => ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[68]) ).

thf(9,axiom,
    ! [TA: $tType,A: TA] :
      ( ( insert @ TA @ A @ ( nil @ TA ) )
      = ( cons @ TA @ A @ ( nil @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_93_insert__Nil) ).

thf(145,plain,
    ! [TA: $tType,A: TA] :
      ( ( insert @ TA @ A @ ( nil @ TA ) )
      = ( cons @ TA @ A @ ( nil @ TA ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(87,axiom,
    pp @ fTrue,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_pp_2_1_U) ).

thf(450,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[87]) ).

thf(66,axiom,
    ! [A: type,B: dB,C: type,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ ( zero_zero @ nat ) @ C ) @ B ) @ A ) )
     => ( pp @ ( aa @ type @ bool @ ( typing @ D @ ( abs @ B ) ) @ ( fun1 @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_26_Abs) ).

thf(365,plain,
    ! [A: type,B: dB,C: type,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ ( zero_zero @ nat ) @ C ) @ B ) @ A ) )
     => ( pp @ ( aa @ type @ bool @ ( typing @ D @ ( abs @ B ) ) @ ( fun1 @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[66]) ).

thf(32,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ B ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ A ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_21_appL) ).

thf(249,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ B ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ A ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[32]) ).

thf(106,axiom,
    ! [A: nat,B: dB,C: dB,D: nat] :
      ( ( liftn @ D @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B ) @ A )
      = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( liftn @ D @ C @ A ) ) @ ( liftn @ D @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_51_liftn_Osimps_I2_J) ).

thf(518,plain,
    ! [A: nat,B: dB,C: dB,D: nat] :
      ( ( liftn @ D @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B ) @ A )
      = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( liftn @ D @ C @ A ) ) @ ( liftn @ D @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[106]) ).

thf(92,axiom,
    pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ r ) ) @ a ) @ as ) ) @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_3__096Abs_Ar_A_092_060degree_062_Aa_A_092_060degree_062_092_060degree_062_Aas_A_092_060rightarrow_062_092_060_094sub_062_092_060beta_062r_091a_P0_093_A_092_060degree_062_092_060degree_062_Aas_096) ).

thf(468,plain,
    pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ r ) ) @ a ) @ as ) ) @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[92]) ).

thf(95,axiom,
    ! [TA: $tType] :
      ( ( zero @ TA )
     => ! [A: TA] :
          ( ( ( zero_zero @ TA )
            = A )
        <=> ( A
            = ( zero_zero @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_31_zero__reorient) ).

thf(481,plain,
    ! [TA: $tType] :
      ( ( zero @ TA )
     => ! [A: TA] :
          ( ( ( ( zero_zero @ TA )
              = A )
           => ( A
              = ( zero_zero @ TA ) ) )
          & ( ( A
              = ( zero_zero @ TA ) )
           => ( ( zero_zero @ TA )
              = A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[95]) ).

thf(16,axiom,
    ! [TA: $tType,A: fun @ TA @ bool] : ( listsp @ TA @ A @ ( nil @ TA ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_89_listsp_ONil) ).

thf(170,plain,
    ! [TA: $tType,A: fun @ TA @ bool] : ( listsp @ TA @ A @ ( nil @ TA ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(108,axiom,
    ! [A: type,B: nat,C: fun @ nat @ type] :
      ( ( ( aa @ nat @ type @ C @ B )
        = A )
     => ( pp @ ( aa @ type @ bool @ ( typing @ C @ ( var @ B ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_62_typing_OVar) ).

thf(523,plain,
    ! [A: type,B: nat,C: fun @ nat @ type] :
      ( ( ( aa @ nat @ type @ C @ B )
        = A )
     => ( pp @ ( aa @ type @ bool @ ( typing @ C @ ( var @ B ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[108]) ).

thf(53,axiom,
    ! [A: type,B: dB,C: dB,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B ) ) @ A ) )
     => ~ ! [E: type] :
            ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ C ) @ ( fun1 @ E @ A ) ) )
           => ~ ( pp @ ( aa @ type @ bool @ ( typing @ D @ B ) @ E ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_35_typing__elims_I2_J) ).

thf(308,plain,
    ! [A: type,B: dB,C: dB,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B ) ) @ A ) )
     => ~ ! [E: type] :
            ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ C ) @ ( fun1 @ E @ A ) ) )
           => ~ ( pp @ ( aa @ type @ bool @ ( typing @ D @ B ) @ E ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

thf(73,axiom,
    ~ ( pp @ fFalse ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_pp_1_1_U) ).

thf(385,plain,
    ~ ( pp @ fFalse ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[73]) ).

thf(98,axiom,
    pp @ ( aa @ type @ bool @ ( typing @ e @ u ) @ t1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_2_uT) ).

thf(500,plain,
    pp @ ( aa @ type @ bool @ ( typing @ e @ u ) @ t1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[98]) ).

thf(94,axiom,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( ( abs @ C )
        = ( foldl @ dB @ dB @ app @ B @ A ) )
    <=> ( ( ( abs @ C )
          = B )
        & ( A
          = ( nil @ dB ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_44_Abs__eq__apps__conv) ).

thf(472,plain,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( ( ( abs @ C )
          = ( foldl @ dB @ dB @ app @ B @ A ) )
       => ( ( ( abs @ C )
            = B )
          & ( A
            = ( nil @ dB ) ) ) )
      & ( ( ( ( abs @ C )
            = B )
          & ( A
            = ( nil @ dB ) ) )
       => ( ( abs @ C )
          = ( foldl @ dB @ dB @ app @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[94]) ).

thf(62,axiom,
    ! [TA: $tType,TB: $tType,A: TA,B: fun @ TA @ ( fun @ TB @ TA )] :
      ( ( foldl @ TA @ TB @ B @ A @ ( nil @ TB ) )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_50_foldl__Nil) ).

thf(340,plain,
    ! [TA: $tType,TB: $tType,A: TA,B: fun @ TA @ ( fun @ TB @ TA )] :
      ( ( foldl @ TA @ TB @ B @ A @ ( nil @ TB ) )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[62]) ).

thf(112,axiom,
    ! [TA: $tType,A: list @ TA,B: fun @ TA @ bool] :
      ( ( listsp @ TA @ B @ A )
    <=> ( ( A
          = ( nil @ TA ) )
        | ? [C: TA,D: list @ TA] :
            ( ( A
              = ( cons @ TA @ C @ D ) )
            & ( pp @ ( aa @ TA @ bool @ B @ C ) )
            & ( listsp @ TA @ B @ D ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_90_listsp_Osimps) ).

thf(538,plain,
    ! [TA: $tType,A: list @ TA,B: fun @ TA @ bool] :
      ( ( ( listsp @ TA @ B @ A )
       => ( ( A
            = ( nil @ TA ) )
          | ? [C: TA,D: list @ TA] :
              ( ( A
                = ( cons @ TA @ C @ D ) )
              & ( pp @ ( aa @ TA @ bool @ B @ C ) )
              & ( listsp @ TA @ B @ D ) ) ) )
      & ( ( ( A
            = ( nil @ TA ) )
          | ? [C: TA,D: list @ TA] :
              ( ( A
                = ( cons @ TA @ C @ D ) )
              & ( pp @ ( aa @ TA @ bool @ B @ C ) )
              & ( listsp @ TA @ B @ D ) ) )
       => ( listsp @ TA @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[112]) ).

thf(101,axiom,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ B ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ C @ A ) ) @ ( foldl @ dB @ dB @ app @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_39_apps__preserves__beta) ).

thf(504,plain,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ B ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ C @ A ) ) @ ( foldl @ dB @ dB @ app @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[101]) ).

thf(22,axiom,
    ! [A: nat] :
      ( ( size_size @ dB @ ( var @ A ) )
      = ( zero_zero @ nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_95_dB_Osize_I4_J) ).

thf(196,plain,
    ! [A: nat] :
      ( ( size_size @ dB @ ( var @ A ) )
      = ( zero_zero @ nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(89,axiom,
    pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ ea @ ia @ t1 ) @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ r ) ) @ a ) @ as ) ) @ t_a ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_13_Beta_I5_J) ).

thf(460,plain,
    pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ ea @ ia @ t1 ) @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ r ) ) @ a ) @ as ) ) @ t_a ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[89]) ).

thf(12,axiom,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( cons @ TA @ B @ A )
     != A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_68_not__Cons__self2) ).

thf(157,plain,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( cons @ TA @ B @ A )
     != A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

thf(82,axiom,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA,E: fun @ TA @ ( fun @ TA @ bool )] :
      ( ( step1 @ TA @ E @ ( cons @ TA @ D @ C ) @ ( cons @ TA @ B @ A ) )
    <=> ( ( ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ E @ D ) @ B ) )
          & ( A = C ) )
        | ( ( B = D )
          & ( step1 @ TA @ E @ C @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_59_Cons__step1__Cons) ).

thf(416,plain,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA,E: fun @ TA @ ( fun @ TA @ bool )] :
      ( ( ( step1 @ TA @ E @ ( cons @ TA @ D @ C ) @ ( cons @ TA @ B @ A ) )
       => ( ( ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ E @ D ) @ B ) )
            & ( A = C ) )
          | ( ( B = D )
            & ( step1 @ TA @ E @ C @ A ) ) ) )
      & ( ( ( ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ E @ D ) @ B ) )
            & ( A = C ) )
          | ( ( B = D )
            & ( step1 @ TA @ E @ C @ A ) ) )
       => ( step1 @ TA @ E @ ( cons @ TA @ D @ C ) @ ( cons @ TA @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

thf(46,axiom,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ D ) @ C ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( subst @ D @ B @ A ) ) @ ( subst @ C @ B @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_30_subst__preserves__beta) ).

thf(289,plain,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ D ) @ C ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( subst @ D @ B @ A ) ) @ ( subst @ C @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[46]) ).

thf(14,axiom,
    ! [A: bool] :
      ( ( A = fTrue )
      | ( A = fFalse ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fFalse_1_1_T) ).

thf(164,plain,
    ! [A: bool] :
      ( ( A = fTrue )
      | ( A = fFalse ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

thf(34,axiom,
    zero @ nat,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',arity_Nat_Onat___Groups_Ozero) ).

thf(253,plain,
    zero @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(28,axiom,
    ! [A: list @ dB,B: dB,C: list @ dB,D: nat] :
      ( ( foldl @ dB @ dB @ app @ ( var @ D ) @ C )
     != ( foldl @ dB @ dB @ app @ ( abs @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_81_Var__apps__neq__Abs__apps) ).

thf(238,plain,
    ! [A: list @ dB,B: dB,C: list @ dB,D: nat] :
      ( ( foldl @ dB @ dB @ app @ ( var @ D ) @ C )
     != ( foldl @ dB @ dB @ app @ ( abs @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[28]) ).

thf(78,axiom,
    ! [TA: $tType,A: TA,B: fun @ nat @ TA,C: nat,D: nat] :
      ( ( D = C )
     => ( ( aa @ nat @ TA @ ( shift @ TA @ B @ D @ A ) @ C )
        = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_32_shift__eq) ).

thf(397,plain,
    ! [TA: $tType,A: TA,B: fun @ nat @ TA,C: nat,D: nat] :
      ( ( D = C )
     => ( ( aa @ nat @ TA @ ( shift @ TA @ B @ D @ A ) @ C )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[78]) ).

thf(42,axiom,
    pp @ ( aa @ dB @ bool @ it @ a ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_1_Beta_I3_J) ).

thf(280,plain,
    pp @ ( aa @ dB @ bool @ it @ a ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[42]) ).

thf(109,axiom,
    ! [A: dB,B: list @ dB,C: dB] :
      ( ( ( foldl @ dB @ dB @ app @ C @ B )
        = ( foldl @ dB @ dB @ app @ A @ B ) )
    <=> ( C = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_7_apps__eq__tail__conv) ).

thf(527,plain,
    ! [A: dB,B: list @ dB,C: dB] :
      ( ( ( ( foldl @ dB @ dB @ app @ C @ B )
          = ( foldl @ dB @ dB @ app @ A @ B ) )
       => ( C = A ) )
      & ( ( C = A )
       => ( ( foldl @ dB @ dB @ app @ C @ B )
          = ( foldl @ dB @ dB @ app @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[109]) ).

thf(52,axiom,
    pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_5_Beta_I1_J) ).

thf(307,plain,
    pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

thf(31,axiom,
    pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ e @ i @ t1 ) @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ r ) ) @ a ) @ as ) ) @ t ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_4_T) ).

thf(248,plain,
    pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ e @ i @ t1 ) @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ r ) ) @ a ) @ as ) ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(4,axiom,
    ! [A: type,B: type,C: type,D: type] :
      ( ( ( fun1 @ D @ C )
        = ( fun1 @ B @ A ) )
    <=> ( ( D = B )
        & ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_19_type_Osimps_I2_J) ).

thf(117,plain,
    ! [A: type,B: type,C: type,D: type] :
      ( ( ( ( fun1 @ D @ C )
          = ( fun1 @ B @ A ) )
       => ( ( D = B )
          & ( C = A ) ) )
      & ( ( ( D = B )
          & ( C = A ) )
       => ( ( fun1 @ D @ C )
          = ( fun1 @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

thf(72,axiom,
    ! [A: nat,B: type,C: dB,D: fun @ nat @ type,E: type,F: dB,G: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ G @ F ) @ E ) )
     => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ C ) @ B ) )
       => ( ( G
            = ( shift @ type @ D @ A @ B ) )
         => ( pp @ ( aa @ type @ bool @ ( typing @ D @ ( subst @ F @ C @ A ) ) @ E ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_8_subst__lemma) ).

thf(381,plain,
    ! [A: nat,B: type,C: dB,D: fun @ nat @ type,E: type,F: dB,G: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ G @ F ) @ E ) )
     => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ C ) @ B ) )
       => ( ( G
            = ( shift @ type @ D @ A @ B ) )
         => ( pp @ ( aa @ type @ bool @ ( typing @ D @ ( subst @ F @ C @ A ) ) @ E ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[72]) ).

thf(24,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool,C: list @ TA] :
      ( ( listsp @ TA @ ( combs @ TA @ bool @ bool @ ( aa @ ( fun @ TA @ bool ) @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( aa @ ( fun @ bool @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ TA @ bool ) @ ( fun @ TA @ ( fun @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun @ bool @ bool ) @ TA ) @ fconj ) @ B ) @ A ) @ C )
    <=> ( ( listsp @ TA @ B @ C )
        & ( listsp @ TA @ A @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_88_listsp__conj__eq) ).

thf(220,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool,C: list @ TA] :
      ( ( ( listsp @ TA @ ( combs @ TA @ bool @ bool @ ( aa @ ( fun @ TA @ bool ) @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( aa @ ( fun @ bool @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ TA @ bool ) @ ( fun @ TA @ ( fun @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun @ bool @ bool ) @ TA ) @ fconj ) @ B ) @ A ) @ C )
       => ( ( listsp @ TA @ B @ C )
          & ( listsp @ TA @ A @ C ) ) )
      & ( ( ( listsp @ TA @ B @ C )
          & ( listsp @ TA @ A @ C ) )
       => ( listsp @ TA @ ( combs @ TA @ bool @ bool @ ( aa @ ( fun @ TA @ bool ) @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( aa @ ( fun @ bool @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ TA @ bool ) @ ( fun @ TA @ ( fun @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun @ bool @ bool ) @ TA ) @ fconj ) @ B ) @ A ) @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(110,axiom,
    ! [A: nat,B: nat,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ C ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ C @ ( var @ B ) @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_79_subst__Var__IT) ).

thf(534,plain,
    ! [A: nat,B: nat,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ C ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ C @ ( var @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[110]) ).

thf(59,axiom,
    ! [A: nat,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ B ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ ( var @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_78_app__Var__IT) ).

thf(334,plain,
    ! [A: nat,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ B ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ ( var @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[59]) ).

thf(51,axiom,
    ! [A: list @ type,B: list @ dB,C: dB,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ ( cons @ dB @ C @ B ) ) @ A ) )
    <=> ( pp @ ( list_case @ bool @ type @ fFalse @ ( combc @ type @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) @ ( aa @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( fun @ type @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) @ ( aa @ ( fun @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) @ ( fun @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( fun @ type @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) ) @ ( combb @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) @ type ) @ ( combb @ bool @ bool @ ( list @ type ) ) ) @ ( aa @ ( fun @ type @ bool ) @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( aa @ ( fun @ bool @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ type @ bool ) @ ( fun @ type @ ( fun @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun @ bool @ bool ) @ type ) @ fconj ) @ ( typing @ D @ C ) ) ) @ ( typings @ D @ B ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_97_typings_Osimps_I2_J) ).

thf(302,plain,
    ! [A: list @ type,B: list @ dB,C: dB,D: fun @ nat @ type] :
      ( ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ ( cons @ dB @ C @ B ) ) @ A ) )
       => ( pp @ ( list_case @ bool @ type @ fFalse @ ( combc @ type @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) @ ( aa @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( fun @ type @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) @ ( aa @ ( fun @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) @ ( fun @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( fun @ type @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) ) @ ( combb @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) @ type ) @ ( combb @ bool @ bool @ ( list @ type ) ) ) @ ( aa @ ( fun @ type @ bool ) @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( aa @ ( fun @ bool @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ type @ bool ) @ ( fun @ type @ ( fun @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun @ bool @ bool ) @ type ) @ fconj ) @ ( typing @ D @ C ) ) ) @ ( typings @ D @ B ) ) @ A ) ) )
      & ( ( pp @ ( list_case @ bool @ type @ fFalse @ ( combc @ type @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) @ ( aa @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( fun @ type @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) @ ( aa @ ( fun @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) @ ( fun @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( fun @ type @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) ) ) @ ( combb @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ type ) @ bool ) @ ( fun @ ( list @ type ) @ bool ) ) @ type ) @ ( combb @ bool @ bool @ ( list @ type ) ) ) @ ( aa @ ( fun @ type @ bool ) @ ( fun @ type @ ( fun @ bool @ bool ) ) @ ( aa @ ( fun @ bool @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ type @ bool ) @ ( fun @ type @ ( fun @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun @ bool @ bool ) @ type ) @ fconj ) @ ( typing @ D @ C ) ) ) @ ( typings @ D @ B ) ) @ A ) )
       => ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ ( cons @ dB @ C @ B ) ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[51]) ).

thf(37,axiom,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ C @ t1 ) @ a ) @ B ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
       => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ t1 ) )
         => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ a @ A @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_22_SI2) ).

thf(260,plain,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ C @ t1 ) @ a ) @ B ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
       => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ t1 ) )
         => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ a @ A @ C ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[37]) ).

thf(13,axiom,
    ! [A: dB,B: nat] :
      ( ( var @ B )
     != ( abs @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_72_dB_Osimps_I6_J) ).

thf(160,plain,
    ! [A: dB,B: nat] :
      ( ( var @ B )
     != ( abs @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[13]) ).

thf(76,axiom,
    ! [A: nat] : ( pp @ ( aa @ dB @ bool @ it @ ( var @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_70_Var__IT) ).

thf(392,plain,
    ! [A: nat] : ( pp @ ( aa @ dB @ bool @ it @ ( var @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[76]) ).

thf(49,axiom,
    ! [A: type,B: dB,C: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ C @ ( abs @ B ) ) @ A ) )
     => ~ ! [D: type,E: type] :
            ~ ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ C @ ( zero_zero @ nat ) @ D ) @ B ) @ E ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_38_abs__typeE) ).

thf(297,plain,
    ! [A: type,B: dB,C: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ C @ ( abs @ B ) ) @ A ) )
     => ~ ! [D: type,E: type] :
            ~ ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ C @ ( zero_zero @ nat ) @ D ) @ B ) @ E ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[49]) ).

thf(41,axiom,
    ! [TA: $tType,A: TA,B: fun @ nat @ bool] :
      ( ( ( member @ nat @ ( zero_zero @ nat ) @ B )
       => ( ( sublist @ TA @ ( cons @ TA @ A @ ( nil @ TA ) ) @ B )
          = ( cons @ TA @ A @ ( nil @ TA ) ) ) )
      & ( ~ ( member @ nat @ ( zero_zero @ nat ) @ B )
       => ( ( sublist @ TA @ ( cons @ TA @ A @ ( nil @ TA ) ) @ B )
          = ( nil @ TA ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_94_sublist__singleton) ).

thf(275,plain,
    ! [TA: $tType,A: TA,B: fun @ nat @ bool] :
      ( ( ( member @ nat @ ( zero_zero @ nat ) @ B )
       => ( ( sublist @ TA @ ( cons @ TA @ A @ ( nil @ TA ) ) @ B )
          = ( cons @ TA @ A @ ( nil @ TA ) ) ) )
      & ( ~ ( member @ nat @ ( zero_zero @ nat ) @ B )
       => ( ( sublist @ TA @ ( cons @ TA @ A @ ( nil @ TA ) ) @ B )
          = ( nil @ TA ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

thf(27,axiom,
    ! [A: dB,B: list @ dB,C: dB] :
      ( ( ( foldl @ dB @ dB @ app @ C @ B )
        = ( abs @ A ) )
    <=> ( ( C
          = ( abs @ A ) )
        & ( B
          = ( nil @ dB ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_45_apps__eq__Abs__conv) ).

thf(229,plain,
    ! [A: dB,B: list @ dB,C: dB] :
      ( ( ( ( foldl @ dB @ dB @ app @ C @ B )
          = ( abs @ A ) )
       => ( ( C
            = ( abs @ A ) )
          & ( B
            = ( nil @ dB ) ) ) )
      & ( ( ( C
            = ( abs @ A ) )
          & ( B
            = ( nil @ dB ) ) )
       => ( ( foldl @ dB @ dB @ app @ C @ B )
          = ( abs @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(57,axiom,
    ! [A: dB,B: type,C: type,D: dB,E: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ E @ D ) @ ( fun1 @ C @ B ) ) )
     => ( ( pp @ ( aa @ type @ bool @ ( typing @ E @ A ) @ C ) )
       => ( pp @ ( aa @ type @ bool @ ( typing @ E @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ A ) ) @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_24_App) ).

thf(329,plain,
    ! [A: dB,B: type,C: type,D: dB,E: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ E @ D ) @ ( fun1 @ C @ B ) ) )
     => ( ( pp @ ( aa @ type @ bool @ ( typing @ E @ A ) @ C ) )
       => ( pp @ ( aa @ type @ bool @ ( typing @ E @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ A ) ) @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

thf(90,axiom,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( subst @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ C ) @ B @ A )
      = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( subst @ D @ B @ A ) ) @ ( subst @ C @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_6_subst__App) ).

thf(461,plain,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( subst @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ C ) @ B @ A )
      = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( subst @ D @ B @ A ) ) @ ( subst @ C @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[90]) ).

thf(25,axiom,
    ! [A: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( abs @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_37_Lambda) ).

thf(224,plain,
    ! [A: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( abs @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(54,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B ) ) @ A ) )
     => ( ! [D: dB] :
            ( ( A
              = ( subst @ D @ B @ ( zero_zero @ nat ) ) )
           => ( C
             != ( abs @ D ) ) )
       => ( ! [D: dB] :
              ( ( A
                = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ B ) )
             => ~ ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ D ) ) )
         => ~ ! [D: dB] :
                ( ( A
                  = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ D ) )
               => ~ ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ B ) @ D ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_40_beta__cases_I3_J) ).

thf(311,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B ) ) @ A ) )
     => ( ! [D: dB] :
            ( ( A
              = ( subst @ D @ B @ ( zero_zero @ nat ) ) )
           => ( C
             != ( abs @ D ) ) )
       => ( ! [D: dB] :
              ( ( A
                = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ B ) )
             => ~ ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ D ) ) )
         => ~ ! [D: dB] :
                ( ( A
                  = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ D ) )
               => ~ ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ B ) @ D ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

thf(5,axiom,
    ! [A: dB,B: dB] :
      ( ( ( abs @ B )
        = ( abs @ A ) )
    <=> ( B = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_18_dB_Osimps_I3_J) ).

thf(128,plain,
    ! [A: dB,B: dB] :
      ( ( ( ( abs @ B )
          = ( abs @ A ) )
       => ( B = A ) )
      & ( ( B = A )
       => ( ( abs @ B )
          = ( abs @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[5]) ).

thf(63,axiom,
    ! [A: dB,B: list @ dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ C @ B ) ) @ A ) )
     => ( ! [D: dB] :
            ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ D ) )
           => ( A
             != ( foldl @ dB @ dB @ app @ D @ B ) ) )
       => ( ! [D: list @ dB] :
              ( ( step1 @ dB @ beta @ B @ D )
             => ( A
               != ( foldl @ dB @ dB @ app @ C @ D ) ) )
         => ~ ! [D: dB] :
                ( ( C
                  = ( abs @ D ) )
               => ! [E: dB,F: list @ dB] :
                    ( ( B
                      = ( cons @ dB @ E @ F ) )
                   => ( A
                     != ( foldl @ dB @ dB @ app @ ( subst @ D @ E @ ( zero_zero @ nat ) ) @ F ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_54_apps__betasE) ).

thf(343,plain,
    ! [A: dB,B: list @ dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ C @ B ) ) @ A ) )
     => ( ! [D: dB] :
            ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ D ) )
           => ( A
             != ( foldl @ dB @ dB @ app @ D @ B ) ) )
       => ( ! [D: list @ dB] :
              ( ( step1 @ dB @ beta @ B @ D )
             => ( A
               != ( foldl @ dB @ dB @ app @ C @ D ) ) )
         => ~ ! [D: dB] :
                ( ( C
                  = ( abs @ D ) )
               => ! [E: dB,F: list @ dB] :
                    ( ( B
                      = ( cons @ dB @ E @ F ) )
                   => ( A
                     != ( foldl @ dB @ dB @ app @ ( subst @ D @ E @ ( zero_zero @ nat ) ) @ F ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[63]) ).

thf(10,axiom,
    ! [TA: $tType,A: fun @ nat @ bool] :
      ( ( sublist @ TA @ ( nil @ TA ) @ A )
      = ( nil @ TA ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_96_sublist__nil) ).

thf(148,plain,
    ! [TA: $tType,A: fun @ nat @ bool] :
      ( ( sublist @ TA @ ( nil @ TA ) @ A )
      = ( nil @ TA ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(70,axiom,
    ! [A: dB,B: nat] :
      ( ( subst @ ( var @ B ) @ A @ B )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_71_subst__eq) ).

thf(375,plain,
    ! [A: dB,B: nat] :
      ( ( subst @ ( var @ B ) @ A @ B )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[70]) ).

thf(104,axiom,
    ! [A: nat,B: dB,C: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B )
     != ( var @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_77_dB_Osimps_I5_J) ).

thf(513,plain,
    ! [A: nat,B: dB,C: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B )
     != ( var @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[104]) ).

thf(83,axiom,
    ! [A: dB,B: list @ dB,C: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( foldl @ dB @ dB @ app @ C @ B ) ) @ A )
      = ( foldl @ dB @ dB @ app @ C @ ( append @ dB @ B @ ( cons @ dB @ A @ ( nil @ dB ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_98_app__last) ).

thf(430,plain,
    ! [A: dB,B: list @ dB,C: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( foldl @ dB @ dB @ app @ C @ B ) ) @ A )
      = ( foldl @ dB @ dB @ app @ C @ ( append @ dB @ B @ ( cons @ dB @ A @ ( nil @ dB ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[83]) ).

thf(45,axiom,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TA,B: fun @ TA @ TB,C: fun @ TA @ ( fun @ TB @ TC )] :
      ( ( aa @ TA @ TC @ ( combs @ TA @ TB @ TC @ C @ B ) @ A )
      = ( aa @ TB @ TC @ ( aa @ TA @ ( fun @ TB @ TC ) @ C @ A ) @ ( aa @ TA @ TB @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_COMBS_1_1_U) ).

thf(286,plain,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TA,B: fun @ TA @ TB,C: fun @ TA @ ( fun @ TB @ TC )] :
      ( ( aa @ TA @ TC @ ( combs @ TA @ TB @ TC @ C @ B ) @ A )
      = ( aa @ TB @ TC @ ( aa @ TA @ ( fun @ TB @ TC ) @ C @ A ) @ ( aa @ TA @ TB @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(47,axiom,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TA,B: fun @ TA @ TB,C: fun @ TB @ TC] :
      ( ( aa @ TA @ TC @ ( aa @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) @ ( aa @ ( fun @ TB @ TC ) @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) @ ( combb @ TB @ TC @ TA ) @ C ) @ B ) @ A )
      = ( aa @ TB @ TC @ C @ ( aa @ TA @ TB @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_COMBB_1_1_U) ).

thf(291,plain,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TA,B: fun @ TA @ TB,C: fun @ TB @ TC] :
      ( ( aa @ TA @ TC @ ( aa @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) @ ( aa @ ( fun @ TB @ TC ) @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) @ ( combb @ TB @ TC @ TA ) @ C ) @ B ) @ A )
      = ( aa @ TB @ TC @ C @ ( aa @ TA @ TB @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[47]) ).

thf(43,axiom,
    ! [A: nat,B: list @ dB] :
      ( ( listsp @ dB @ it @ B )
     => ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( var @ A ) @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_87_IT_OVar) ).

thf(281,plain,
    ! [A: nat,B: list @ dB] :
      ( ( listsp @ dB @ it @ B )
     => ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( var @ A ) @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

thf(81,axiom,
    ! [A: nat,B: dB] :
      ( ( liftn @ ( zero_zero @ nat ) @ B @ A )
      = B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_52_liftn__0) ).

thf(413,plain,
    ! [A: nat,B: dB] :
      ( ( liftn @ ( zero_zero @ nat ) @ B @ A )
      = B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

thf(17,axiom,
    ! [TA: $tType,A: TA,B: list @ TA] :
      ( B
     != ( cons @ TA @ A @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_69_not__Cons__self) ).

thf(172,plain,
    ! [TA: $tType,A: TA,B: list @ TA] :
      ( B
     != ( cons @ TA @ A @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(1,conjecture,
    pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ e @ i @ t1 ) @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ) @ t ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ~ ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ e @ i @ t1 ) @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ) @ t ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(113,plain,
    ~ ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ e @ i @ t1 ) @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ) @ t ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(30,axiom,
    ! [A: type,B: type,C: list @ dB,D: nat,E: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ E @ ( foldl @ dB @ dB @ app @ ( var @ D ) @ C ) ) @ B ) )
     => ( ( pp @ ( aa @ type @ bool @ ( typing @ E @ ( foldl @ dB @ dB @ app @ ( var @ D ) @ C ) ) @ A ) )
       => ( B = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_80_var__app__type__eq) ).

thf(245,plain,
    ! [A: type,B: type,C: list @ dB,D: nat,E: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ E @ ( foldl @ dB @ dB @ app @ ( var @ D ) @ C ) ) @ B ) )
     => ( ( pp @ ( aa @ type @ bool @ ( typing @ E @ ( foldl @ dB @ dB @ app @ ( var @ D ) @ C ) ) @ A ) )
       => ( B = A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

thf(103,axiom,
    ! [A: dB,B: dB,C: nat] :
      ( ( var @ C )
     != ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_76_dB_Osimps_I4_J) ).

thf(509,plain,
    ! [A: dB,B: dB,C: nat] :
      ( ( var @ C )
     != ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[103]) ).

thf(40,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B )
     != ( abs @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_27_dB_Osimps_I8_J) ).

thf(271,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ C ) @ B )
     != ( abs @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(65,axiom,
    ! [TA: $tType,TB: $tType,A: fun @ TA @ TB,B: fun @ TA @ TB] :
      ( ! [C: TA] :
          ( ( aa @ TA @ TB @ B @ C )
          = ( aa @ TA @ TB @ A @ C ) )
     => ( B = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_74_ext) ).

thf(362,plain,
    ! [TA: $tType,TB: $tType,A: fun @ TA @ TB,B: fun @ TA @ TB] :
      ( ! [C: TA] :
          ( ( aa @ TA @ TB @ B @ C )
          = ( aa @ TA @ TB @ A @ C ) )
     => ( B = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[65]) ).

thf(88,axiom,
    ! [A: dB,B: dB,C: dB,D: dB] :
      ( ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ C )
        = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) )
    <=> ( ( D = B )
        & ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_9_dB_Osimps_I2_J) ).

thf(451,plain,
    ! [A: dB,B: dB,C: dB,D: dB] :
      ( ( ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ C )
          = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) )
       => ( ( D = B )
          & ( C = A ) ) )
      & ( ( ( D = B )
          & ( C = A ) )
       => ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ C )
          = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[88]) ).

thf(74,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: fun @ TA @ ( fun @ ( list @ TA ) @ TB ),D: TB] :
      ( ( list_case @ TB @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
      = ( aa @ ( list @ TA ) @ TB @ ( aa @ TA @ ( fun @ ( list @ TA ) @ TB ) @ C @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_67_list_Osimps_I5_J) ).

thf(387,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: fun @ TA @ ( fun @ ( list @ TA ) @ TB ),D: TB] :
      ( ( list_case @ TB @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
      = ( aa @ ( list @ TA ) @ TB @ ( aa @ TA @ ( fun @ ( list @ TA ) @ TB ) @ C @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[74]) ).

thf(67,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( abs @ C )
     != ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_28_dB_Osimps_I9_J) ).

thf(367,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( abs @ C )
     != ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[67]) ).

thf(55,axiom,
    ! [A: list @ dB,B: nat,C: dB,D: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ D ) ) @ C )
     != ( foldl @ dB @ dB @ app @ ( var @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_82_Abs__App__neq__Var__apps) ).

thf(323,plain,
    ! [A: list @ dB,B: nat,C: dB,D: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ D ) ) @ C )
     != ( foldl @ dB @ dB @ app @ ( var @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[55]) ).

thf(33,axiom,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ C @ t1 ) @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ) @ B ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
       => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ t1 ) )
         => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) @ A @ C ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_12_SI1) ).

thf(251,plain,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ C @ t1 ) @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) ) @ B ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
       => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ t1 ) )
         => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ ( foldl @ dB @ dB @ app @ ( subst @ r @ a @ ( zero_zero @ nat ) ) @ as ) @ A @ C ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

thf(107,axiom,
    ! [A: dB,B: dB] : ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ B ) ) @ A ) ) @ ( subst @ B @ A @ ( zero_zero @ nat ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_25_beta) ).

thf(521,plain,
    ! [A: dB,B: dB] : ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ B ) ) @ A ) ) @ ( subst @ B @ A @ ( zero_zero @ nat ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[107]) ).

thf(77,axiom,
    ! [TA: $tType,A: type,B: type,C: fun @ type @ ( fun @ type @ TA ),D: fun @ nat @ TA] :
      ( ( type_case @ TA @ D @ C @ ( fun1 @ B @ A ) )
      = ( aa @ type @ TA @ ( aa @ type @ ( fun @ type @ TA ) @ C @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_41_type_Osimps_I6_J) ).

thf(394,plain,
    ! [TA: $tType,A: type,B: type,C: fun @ type @ ( fun @ type @ TA ),D: fun @ nat @ TA] :
      ( ( type_case @ TA @ D @ C @ ( fun1 @ B @ A ) )
      = ( aa @ type @ TA @ ( aa @ type @ ( fun @ type @ TA ) @ C @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[77]) ).

thf(26,axiom,
    ! [A: nat,B: dB,C: dB] :
      ( ( substn @ C @ B @ A )
      = ( subst @ C @ ( liftn @ A @ B @ ( zero_zero @ nat ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_47_substn__subst__n) ).

thf(226,plain,
    ! [A: nat,B: dB,C: dB] :
      ( ( substn @ C @ B @ A )
      = ( subst @ C @ ( liftn @ A @ B @ ( zero_zero @ nat ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

thf(15,axiom,
    ! [TA: $tType,TB: $tType,A: fun @ TB @ ( fun @ ( list @ TB ) @ TA ),B: TA] :
      ( ( list_case @ TA @ TB @ B @ A @ ( nil @ TB ) )
      = B ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_55_list_Osimps_I4_J) ).

thf(167,plain,
    ! [TA: $tType,TB: $tType,A: fun @ TB @ ( fun @ ( list @ TB ) @ TA ),B: TA] :
      ( ( list_case @ TA @ TB @ B @ A @ ( nil @ TB ) )
      = B ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[15]) ).

thf(56,axiom,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( subst @ C @ B @ ( zero_zero @ nat ) ) @ A ) ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ B ) )
       => ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ C ) ) @ B ) @ A ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_33_IT_OBeta) ).

thf(327,plain,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( subst @ C @ B @ ( zero_zero @ nat ) ) @ A ) ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ B ) )
       => ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ C ) ) @ B ) @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[56]) ).

thf(39,axiom,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: fun @ TA @ ( fun @ TA @ bool )] :
      ( ( step1 @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
     => ( ! [E: TA] :
            ( ( C
              = ( cons @ TA @ E @ A ) )
           => ~ ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ D @ E ) @ B ) ) )
       => ~ ! [E: list @ TA] :
              ( ( C
                = ( cons @ TA @ B @ E ) )
             => ~ ( step1 @ TA @ D @ E @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_92_Cons__step1E) ).

thf(263,plain,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: fun @ TA @ ( fun @ TA @ bool )] :
      ( ( step1 @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
     => ( ! [E: TA] :
            ( ( C
              = ( cons @ TA @ E @ A ) )
           => ~ ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ D @ E ) @ B ) ) )
       => ~ ! [E: list @ TA] :
              ( ( C
                = ( cons @ TA @ B @ E ) )
             => ~ ( step1 @ TA @ D @ E @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

thf(23,axiom,
    ! [A: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
    <=> ( ? [B: list @ dB,C: nat] :
            ( ( A
              = ( foldl @ dB @ dB @ app @ ( var @ C ) @ B ) )
            & ( listsp @ dB @ it @ B ) )
        | ? [B: dB] :
            ( ( A
              = ( abs @ B ) )
            & ( pp @ ( aa @ dB @ bool @ it @ B ) ) )
        | ? [B: dB,C: dB,D: list @ dB] :
            ( ( A
              = ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ B ) ) @ C ) @ D ) )
            & ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( subst @ B @ C @ ( zero_zero @ nat ) ) @ D ) ) )
            & ( pp @ ( aa @ dB @ bool @ it @ C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_91_IT_Osimps) ).

thf(199,plain,
    ! [A: dB] :
      ( ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
       => ( ? [B: list @ dB,C: nat] :
              ( ( A
                = ( foldl @ dB @ dB @ app @ ( var @ C ) @ B ) )
              & ( listsp @ dB @ it @ B ) )
          | ? [B: dB] :
              ( ( A
                = ( abs @ B ) )
              & ( pp @ ( aa @ dB @ bool @ it @ B ) ) )
          | ? [B: dB,C: dB,D: list @ dB] :
              ( ( A
                = ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ B ) ) @ C ) @ D ) )
              & ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( subst @ B @ C @ ( zero_zero @ nat ) ) @ D ) ) )
              & ( pp @ ( aa @ dB @ bool @ it @ C ) ) ) ) )
      & ( ( ? [B: list @ dB,C: nat] :
              ( ( A
                = ( foldl @ dB @ dB @ app @ ( var @ C ) @ B ) )
              & ( listsp @ dB @ it @ B ) )
          | ? [B: dB] :
              ( ( A
                = ( abs @ B ) )
              & ( pp @ ( aa @ dB @ bool @ it @ B ) ) )
          | ? [B: dB,C: dB,D: list @ dB] :
              ( ( A
                = ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( abs @ B ) ) @ C ) @ D ) )
              & ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( subst @ B @ C @ ( zero_zero @ nat ) ) @ D ) ) )
              & ( pp @ ( aa @ dB @ bool @ it @ C ) ) ) )
       => ( pp @ ( aa @ dB @ bool @ it @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(58,axiom,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TC,B: TA,C: fun @ TC @ ( fun @ TA @ TB )] :
      ( ( aa @ TC @ TB @ ( combc @ TC @ TA @ TB @ C @ B ) @ A )
      = ( aa @ TA @ TB @ ( aa @ TC @ ( fun @ TA @ TB ) @ C @ A ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_COMBC_1_1_U) ).

thf(331,plain,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TC,B: TA,C: fun @ TC @ ( fun @ TA @ TB )] :
      ( ( aa @ TC @ TB @ ( combc @ TC @ TA @ TB @ C @ B ) @ A )
      = ( aa @ TA @ TB @ ( aa @ TC @ ( fun @ TA @ TB ) @ C @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[58]) ).

thf(100,axiom,
    ~ ( pp @ fFalse ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fFalse_1_1_U) ).

thf(502,plain,
    ~ ( pp @ fFalse ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[100]) ).

thf(64,axiom,
    ! [A: nat] :
      ( ( dB_size @ ( var @ A ) )
      = ( zero_zero @ nat ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_86_dB_Osize_I1_J) ).

thf(359,plain,
    ! [A: nat] :
      ( ( dB_size @ ( var @ A ) )
      = ( zero_zero @ nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[64]) ).

thf(60,axiom,
    pp @ ( aa @ type @ bool @ ( typing @ ea @ ua ) @ t1 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_17_Beta_I7_J) ).

thf(336,plain,
    pp @ ( aa @ type @ bool @ ( typing @ ea @ ua ) @ t1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[60]) ).

thf(18,axiom,
    ! [TA: $tType,A: list @ TA] :
      ( ( A
       != ( nil @ TA ) )
     => ~ ! [B: TA,C: list @ TA] :
            ( A
           != ( cons @ TA @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_85_list_Oexhaust) ).

thf(175,plain,
    ! [TA: $tType,A: list @ TA] :
      ( ( A
       != ( nil @ TA ) )
     => ~ ! [B: TA,C: list @ TA] :
            ( A
           != ( cons @ TA @ B @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(86,axiom,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type,E: dB,F: type,G: type] :
      ( ( t1
        = ( fun1 @ G @ F ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ E ) )
       => ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ C @ F ) @ E ) @ B ) )
         => ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
           => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ F ) )
             => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ E @ A @ C ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_16_MI2) ).

thf(446,plain,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type,E: dB,F: type,G: type] :
      ( ( t1
        = ( fun1 @ G @ F ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ E ) )
       => ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ C @ F ) @ E ) @ B ) )
         => ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
           => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ F ) )
             => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ E @ A @ C ) ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[86]) ).

thf(8,axiom,
    ! [TA: $tType,A: list @ TA,B: fun @ TA @ ( fun @ TA @ bool )] :
      ~ ( step1 @ TA @ B @ A @ ( nil @ TA ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_49_not__step1__Nil) ).

thf(143,plain,
    ! [TA: $tType,A: list @ TA,B: fun @ TA @ ( fun @ TA @ bool )] :
      ~ ( step1 @ TA @ B @ A @ ( nil @ TA ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[8]) ).

thf(97,axiom,
    ! [A: dB,B: dB] :
      ( ( substn @ B @ A @ ( zero_zero @ nat ) )
      = ( subst @ B @ A @ ( zero_zero @ nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_42_substn__subst__0) ).

thf(497,plain,
    ! [A: dB,B: dB] :
      ( ( substn @ B @ A @ ( zero_zero @ nat ) )
      = ( subst @ B @ A @ ( zero_zero @ nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[97]) ).

thf(105,axiom,
    pp @ ( aa @ dB @ bool @ it @ ua ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_11_Beta_I6_J) ).

thf(517,plain,
    pp @ ( aa @ dB @ bool @ it @ ua ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[105]) ).

thf(36,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ B ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ A ) @ C ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ A ) @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_20_appR) ).

thf(258,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ B ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ A ) @ C ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ A ) @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[36]) ).

thf(75,axiom,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun @ bool @ bool ) @ fconj @ B ) @ A ) )
      | ( pp @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fconj_2_1_U) ).

thf(390,plain,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun @ bool @ bool ) @ fconj @ B ) @ A ) )
      | ( pp @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[75]) ).

thf(20,axiom,
    ! [TA: $tType,A: list @ TA,B: fun @ TA @ ( fun @ TA @ bool )] :
      ~ ( step1 @ TA @ B @ ( nil @ TA ) @ A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_48_not__Nil__step1) ).

thf(186,plain,
    ! [TA: $tType,A: list @ TA,B: fun @ TA @ ( fun @ TA @ bool )] :
      ~ ( step1 @ TA @ B @ ( nil @ TA ) @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(3,axiom,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( nil @ TA )
     != ( cons @ TA @ B @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_64_list_Osimps_I2_J) ).

thf(114,plain,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( nil @ TA )
     != ( cons @ TA @ B @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(79,axiom,
    ! [A: list @ dB,B: nat,C: list @ dB,D: nat] :
      ( ( ( foldl @ dB @ dB @ app @ ( var @ D ) @ C )
        = ( foldl @ dB @ dB @ app @ ( var @ B ) @ A ) )
    <=> ( ( D = B )
        & ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_63_Var__apps__eq__Var__apps__conv) ).

thf(401,plain,
    ! [A: list @ dB,B: nat,C: list @ dB,D: nat] :
      ( ( ( ( foldl @ dB @ dB @ app @ ( var @ D ) @ C )
          = ( foldl @ dB @ dB @ app @ ( var @ B ) @ A ) )
       => ( ( D = B )
          & ( C = A ) ) )
      & ( ( ( D = B )
          & ( C = A ) )
       => ( ( foldl @ dB @ dB @ app @ ( var @ D ) @ C )
          = ( foldl @ dB @ dB @ app @ ( var @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[79]) ).

thf(7,axiom,
    ! [A: nat,B: dB] :
      ( ( abs @ B )
     != ( var @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_73_dB_Osimps_I7_J) ).

thf(139,plain,
    ! [A: nat,B: dB] :
      ( ( abs @ B )
     != ( var @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[7]) ).

thf(71,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: TA] :
      ( ( member @ TA @ B @ A )
    <=> ( pp @ ( aa @ TA @ bool @ A @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_75_mem__def) ).

thf(378,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: TA] :
      ( ( ( member @ TA @ B @ A )
       => ( pp @ ( aa @ TA @ bool @ A @ B ) ) )
      & ( ( pp @ ( aa @ TA @ bool @ A @ B ) )
       => ( member @ TA @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[71]) ).

thf(84,axiom,
    ! [A: list @ dB,B: dB,C: list @ dB,D: dB] :
      ( ( ( foldl @ dB @ dB @ app @ ( abs @ D ) @ C )
        = ( foldl @ dB @ dB @ app @ ( abs @ B ) @ A ) )
    <=> ( ( D = B )
        & ( C = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_14_Abs__apps__eq__Abs__apps__conv) ).

thf(433,plain,
    ! [A: list @ dB,B: dB,C: list @ dB,D: dB] :
      ( ( ( ( foldl @ dB @ dB @ app @ ( abs @ D ) @ C )
          = ( foldl @ dB @ dB @ app @ ( abs @ B ) @ A ) )
       => ( ( D = B )
          & ( C = A ) ) )
      & ( ( ( D = B )
          & ( C = A ) )
       => ( ( foldl @ dB @ dB @ app @ ( abs @ D ) @ C )
          = ( foldl @ dB @ dB @ app @ ( abs @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[84]) ).

thf(111,axiom,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ B )
      | ~ ( pp @ A )
      | ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun @ bool @ bool ) @ fconj @ B ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fconj_1_1_U) ).

thf(536,plain,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ B )
      | ~ ( pp @ A )
      | ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun @ bool @ bool ) @ fconj @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[111]) ).

thf(11,axiom,
    ! [TA: $tType,A: list @ TA] :
      ( ( A
       != ( nil @ TA ) )
    <=> ? [B: TA,C: list @ TA] :
          ( A
          = ( cons @ TA @ B @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_84_neq__Nil__conv) ).

thf(151,plain,
    ! [TA: $tType,A: list @ TA] :
      ( ( ( A
         != ( nil @ TA ) )
       => ? [B: TA,C: list @ TA] :
            ( A
            = ( cons @ TA @ B @ C ) ) )
      & ( ? [B: TA,C: list @ TA] :
            ( A
            = ( cons @ TA @ B @ C ) )
       => ( A
         != ( nil @ TA ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

thf(50,axiom,
    ! [A: dB,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ B ) @ A ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( abs @ B ) ) @ ( abs @ A ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_23_abs) ).

thf(300,plain,
    ! [A: dB,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ B ) @ A ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( abs @ B ) ) @ ( abs @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

thf(80,axiom,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun @ bool @ bool ) @ fconj @ B ) @ A ) )
      | ( pp @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fconj_3_1_U) ).

thf(410,plain,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun @ bool @ bool ) @ fconj @ B ) @ A ) )
      | ( pp @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[80]) ).

thf(38,axiom,
    pp @ ( aa @ dB @ bool @ it @ u ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_10_uIT) ).

thf(262,plain,
    pp @ ( aa @ dB @ bool @ it @ u ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

thf(69,axiom,
    ! [A: dB,B: list @ dB,C: list @ dB] :
      ( ( step1 @ dB @ beta @ C @ B )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ A @ C ) ) @ ( foldl @ dB @ dB @ app @ A @ B ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_43_apps__preserves__betas) ).

thf(373,plain,
    ! [A: dB,B: list @ dB,C: list @ dB] :
      ( ( step1 @ dB @ beta @ C @ B )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ A @ C ) ) @ ( foldl @ dB @ dB @ app @ A @ B ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[69]) ).

thf(29,axiom,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( substn @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ C ) @ B @ A )
      = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( substn @ D @ B @ A ) ) @ ( substn @ C @ B @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_46_substn_Osimps_I2_J) ).

thf(242,plain,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( substn @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ D ) @ C ) @ B @ A )
      = ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( substn @ D @ B @ A ) ) @ ( substn @ C @ B @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(102,axiom,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type,E: dB,F: type,G: type] :
      ( ( t1
        = ( fun1 @ G @ F ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ E ) )
       => ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ C @ G ) @ E ) @ B ) )
         => ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
           => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ G ) )
             => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ E @ A @ C ) ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_15_MI1) ).

thf(506,plain,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type,E: dB,F: type,G: type] :
      ( ( t1
        = ( fun1 @ G @ F ) )
     => ( ( pp @ ( aa @ dB @ bool @ it @ E ) )
       => ( ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ D @ C @ G ) @ E ) @ B ) )
         => ( ( pp @ ( aa @ dB @ bool @ it @ A ) )
           => ( ( pp @ ( aa @ type @ bool @ ( typing @ D @ A ) @ G ) )
             => ( pp @ ( aa @ dB @ bool @ it @ ( subst @ E @ A @ C ) ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[102]) ).

thf(44,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: TB,D: fun @ TB @ ( fun @ TA @ TB )] :
      ( ( foldl @ TB @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
      = ( foldl @ TB @ TA @ D @ ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ C ) @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_66_foldl__Cons) ).

thf(283,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: TB,D: fun @ TB @ ( fun @ TA @ TB )] :
      ( ( foldl @ TB @ TA @ D @ C @ ( cons @ TA @ B @ A ) )
      = ( foldl @ TB @ TA @ D @ ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ C ) @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

thf(48,axiom,
    ! [A: type,B: nat,C: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ C @ ( var @ B ) ) @ A ) )
     => ( ( aa @ nat @ type @ C @ B )
        = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_61_typing__elims_I1_J) ).

thf(294,plain,
    ! [A: type,B: nat,C: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ C @ ( var @ B ) ) @ A ) )
     => ( ( aa @ nat @ type @ C @ B )
        = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

thf(6,axiom,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( cons @ TA @ B @ A )
     != ( nil @ TA ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_65_list_Osimps_I3_J) ).

thf(136,plain,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( cons @ TA @ B @ A )
     != ( nil @ TA ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

thf(91,axiom,
    ! [A: dB,B: list @ dB,C: nat] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ ( var @ C ) @ B ) ) @ A ) )
     => ? [D: list @ dB] :
          ( ( step1 @ dB @ beta @ B @ D )
          & ( A
            = ( foldl @ dB @ dB @ app @ ( var @ C ) @ D ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_83_head__Var__reduction) ).

thf(464,plain,
    ! [A: dB,B: list @ dB,C: nat] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( foldl @ dB @ dB @ app @ ( var @ C ) @ B ) ) @ A ) )
     => ? [D: list @ dB] :
          ( ( step1 @ dB @ beta @ B @ D )
          & ( A
            = ( foldl @ dB @ dB @ app @ ( var @ C ) @ D ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[91]) ).

thf(19,axiom,
    ! [A: nat,B: nat] :
      ( ( ( var @ B )
        = ( var @ A ) )
    <=> ( B = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_58_dB_Osimps_I1_J) ).

thf(178,plain,
    ! [A: nat,B: nat] :
      ( ( ( ( var @ B )
          = ( var @ A ) )
       => ( B = A ) )
      & ( ( B = A )
       => ( ( var @ B )
          = ( var @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

thf(85,axiom,
    ! [A: type,B: dB,C: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ C @ ( abs @ B ) ) @ A ) )
     => ~ ! [D: type,E: type] :
            ( ( A
              = ( fun1 @ D @ E ) )
           => ~ ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ C @ ( zero_zero @ nat ) @ D ) @ B ) @ E ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_34_typing__elims_I3_J) ).

thf(442,plain,
    ! [A: type,B: dB,C: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( typing @ C @ ( abs @ B ) ) @ A ) )
     => ~ ! [D: type,E: type] :
            ( ( A
              = ( fun1 @ D @ E ) )
           => ~ ( pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ C @ ( zero_zero @ nat ) @ D ) @ B ) @ E ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[85]) ).

thf(99,axiom,
    pp @ ( aa @ dB @ bool @ it @ t2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_0__096IT_At_096) ).

thf(501,plain,
    pp @ ( aa @ dB @ bool @ it @ t2 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[99]) ).

thf(35,axiom,
    ! [A: dB,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( abs @ B ) ) @ A ) )
     => ~ ! [C: dB] :
            ( ( A
              = ( abs @ C ) )
           => ~ ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ B ) @ C ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_36_beta__cases_I2_J) ).

thf(254,plain,
    ! [A: dB,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( abs @ B ) ) @ A ) )
     => ~ ! [C: dB] :
            ( ( A
              = ( abs @ C ) )
           => ~ ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ B ) @ C ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(61,axiom,
    ! [TA: $tType,TB: $tType,A: TA,B: list @ TA,C: TB,D: fun @ TB @ ( fun @ TA @ TB )] :
      ( ! [E: TA,F: TA,G: TB] :
          ( ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ G ) @ E ) ) @ F )
          = ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ G ) @ F ) ) @ E ) )
     => ( ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ ( foldl @ TB @ TA @ D @ C @ B ) ) @ A )
        = ( foldl @ TB @ TA @ D @ ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ C ) @ A ) @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_53_foldl__fun__comm) ).

thf(337,plain,
    ! [TA: $tType,TB: $tType,A: TA,B: list @ TA,C: TB,D: fun @ TB @ ( fun @ TA @ TB )] :
      ( ! [E: TA,F: TA,G: TB] :
          ( ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ G ) @ E ) ) @ F )
          = ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ G ) @ F ) ) @ E ) )
     => ( ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ ( foldl @ TB @ TA @ D @ C @ B ) ) @ A )
        = ( foldl @ TB @ TA @ D @ ( aa @ TA @ TB @ ( aa @ TB @ ( fun @ TA @ TB ) @ D @ C ) @ A ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[61]) ).

thf(93,axiom,
    ! [A: dB,B: nat] :
      ~ ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( var @ B ) ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_60_beta__cases_I1_J) ).

thf(469,plain,
    ! [A: dB,B: nat] :
      ~ ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( var @ B ) ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[93]) ).

thf(553,plain,
    $false,
    inference(cvc4,[status(thm)],[188,488,371,145,450,365,249,518,468,481,170,523,308,385,500,472,340,538,504,196,460,157,416,289,164,253,238,397,280,527,307,248,117,381,220,534,334,302,260,160,392,297,275,229,329,461,224,311,128,343,148,375,513,430,286,291,281,413,172,113,245,509,271,362,451,387,367,323,251,521,394,226,167,327,263,199,331,502,359,336,175,446,143,497,517,258,390,186,114,401,139,378,433,536,151,300,410,262,373,242,506,283,294,136,464,178,442,501,254,337,469]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.12  % Problem  : LCL835_5 : TPTP v8.1.2. Released v6.0.0.
% 0.14/0.15  % Command  : run_Leo-III %s %d
% 0.16/0.36  % Computer : n002.cluster.edu
% 0.16/0.36  % Model    : x86_64 x86_64
% 0.16/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.36  % Memory   : 8042.1875MB
% 0.16/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.36  % CPULimit : 300
% 0.16/0.36  % WCLimit  : 300
% 0.16/0.36  % DateTime : Thu May 18 16:39:05 EDT 2023
% 0.16/0.36  % CPUTime  : 
% 0.84/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.34/1.02  % [INFO] 	 Parsing done (189ms). 
% 1.67/1.03  % [INFO] 	 Running in sequential loop mode. 
% 2.08/1.23  % [INFO] 	 eprover registered as external prover. 
% 2.23/1.23  % [INFO] 	 cvc4 registered as external prover. 
% 2.23/1.23  % [INFO] 	 Scanning for conjecture ... 
% 2.45/1.35  % [INFO] 	 Found a conjecture and 110 axioms. Running axiom selection ... 
% 2.64/1.42  % [INFO] 	 Axiom selection finished. Selected 110 axioms (removed 0 axioms). 
% 3.41/1.57  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 3.41/1.59  % [INFO] 	 Type checking passed. 
% 3.41/1.59  % [CONFIG] 	 Using configuration: timeout(300) with strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>.  Searching for refutation ... 
% 4.35/1.83  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 4.35/1.83  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 61.53/26.08  % External prover 'cvc4' found a proof!
% 61.53/26.08  % [INFO] 	 Killing All external provers ... 
% 61.53/26.08  % Time passed: 25567ms (effective reasoning time: 25048ms)
% 61.53/26.08  % Solved by strategy<name(default),share(1.0),primSubst(3),sos(false),unifierCount(4),uniDepth(8),boolExt(true),choice(true),renaming(true),funcspec(false), domConstr(0),specialInstances(39),restrictUniAttempts(true),termOrdering(CPO)>
% 61.53/26.08  % Axioms used in derivation (110): fact_81_Var__apps__neq__Abs__apps, fact_14_Abs__apps__eq__Abs__apps__conv, help_fconj_1_1_U, fact_95_dB_Osize_I4_J, fact_48_not__Nil__step1, fact_34_typing__elims_I3_J, help_COMBS_1_1_U, fact_52_liftn__0, fact_71_subst__eq, fact_70_Var__IT, fact_86_dB_Osize_I1_J, fact_89_listsp_ONil, help_fconj_3_1_U, fact_23_abs, fact_68_not__Cons__self2, fact_56_Var__eq__apps__conv, fact_80_var__app__type__eq, fact_26_Abs, fact_46_substn_Osimps_I2_J, fact_77_dB_Osimps_I5_J, fact_54_apps__betasE, fact_45_apps__eq__Abs__conv, fact_78_app__Var__IT, fact_67_list_Osimps_I5_J, fact_33_IT_OBeta, fact_50_foldl__Nil, fact_36_beta__cases_I2_J, fact_21_appL, fact_18_dB_Osimps_I3_J, fact_2_uT, fact_75_mem__def, fact_61_typing__elims_I1_J, fact_42_substn__subst__0, fact_22_SI2, fact_41_type_Osimps_I6_J, fact_57_list_Oinject, fact_73_dB_Osimps_I7_J, fact_79_subst__Var__IT, fact_17_Beta_I7_J, fact_62_typing_OVar, fact_0__096IT_At_096, fact_10_uIT, help_fFalse_1_1_T, fact_64_list_Osimps_I2_J, fact_74_ext, fact_29_subject__reduction, fact_76_dB_Osimps_I4_J, fact_51_liftn_Osimps_I2_J, fact_60_beta__cases_I1_J, fact_9_dB_Osimps_I2_J, help_COMBB_1_1_U, fact_47_substn__subst__n, fact_53_foldl__fun__comm, fact_82_Abs__App__neq__Var__apps, fact_98_app__last, fact_87_IT_OVar, help_fconj_2_1_U, fact_96_sublist__nil, fact_1_Beta_I3_J, fact_58_dB_Osimps_I1_J, fact_5_Beta_I1_J, fact_94_sublist__singleton, fact_39_apps__preserves__beta, fact_65_list_Osimps_I3_J, fact_93_insert__Nil, fact_15_MI1, fact_40_beta__cases_I3_J, fact_88_listsp__conj__eq, fact_4_T, fact_63_Var__apps__eq__Var__apps__conv, fact_16_MI2, arity_Nat_Onat___Groups_Ozero, fact_27_dB_Osimps_I8_J, fact_66_foldl__Cons, fact_69_not__Cons__self, fact_19_type_Osimps_I2_J, fact_8_subst__lemma, fact_35_typing__elims_I2_J, fact_92_Cons__step1E, fact_59_Cons__step1__Cons, fact_28_dB_Osimps_I9_J, fact_44_Abs__eq__apps__conv, fact_72_dB_Osimps_I6_J, fact_37_Lambda, fact_13_Beta_I5_J, fact_6_subst__App, fact_31_zero__reorient, help_COMBC_1_1_U, fact_24_App, fact_30_subst__preserves__beta, fact_91_IT_Osimps, fact_90_listsp_Osimps, fact_43_apps__preserves__betas, fact_97_typings_Osimps_I2_J, fact_85_list_Oexhaust, fact_3__096Abs_Ar_A_092_060degree_062_Aa_A_092_060degree_062_092_060degree_062_Aas_A_092_060rightarrow_062_092_060_094sub_062_092_060beta_062r_091a_P0_093_A_092_060degree_062_092_060degree_062_Aas_096, fact_83_head__Var__reduction, help_fFalse_1_1_U, fact_25_beta, fact_55_list_Osimps_I4_J, fact_20_appR, help_pp_1_1_U, fact_7_apps__eq__tail__conv, fact_32_shift__eq, fact_11_Beta_I6_J, fact_49_not__step1__Nil, fact_38_abs__typeE, help_pp_2_1_U, fact_84_neq__Nil__conv, fact_12_SI1
% 61.53/26.08  % No. of inferences in proof: 224
% 61.53/26.09  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 25567 ms resp. 25048 ms w/o parsing
% 61.53/26.18  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 61.53/26.18  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------