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

View Problem - Process Solution

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

% Computer : n015.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:01 EDT 2023

% Result   : Theorem 30.88s 18.92s
% Output   : Refutation 31.58s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  170
% Syntax   : Number of formulae    :  287 (  83 unt;  55 typ;   0 def)
%            Number of atoms       : 2268 ( 200 equ;   0 cnn)
%            Maximal formula atoms :  108 (   9 avg)
%            Number of connectives : 9415 (  68   ~;  22   |;  61   &;9109   @)
%                                         (  15 <=>; 140  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   25 (  10 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   33 (  33   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   55 (  53 usr;  27 con; 0-5 aty)
%            Number of variables   :  697 (   0   ^; 632   !;  34   ?; 697   :)
%                                         (  31  !>;   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(combi_type,type,
    combi: 
      !>[TA: $tType] : ( fun @ TA @ TA ) ).

thf(combs_type,type,
    combs: 
      !>[TA: $tType,TB: $tType,TC: $tType] : ( fun @ ( fun @ TC @ ( fun @ TB @ TA ) ) @ ( fun @ ( 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: dB > dB > $o ).

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(lift_type,type,
    lift: fun @ dB @ ( fun @ nat @ dB ) ).

thf(subst_type,type,
    subst: fun @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) ).

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

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

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

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

thf(listset_type,type,
    listset: 
      !>[TA: $tType] : ( ( list @ ( fun @ TA @ bool ) ) > ( fun @ ( list @ TA ) @ bool ) ) ).

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

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

thf(set_Cons_type,type,
    set_Cons: 
      !>[TA: $tType] : ( ( fun @ TA @ bool ) > ( fun @ ( list @ TA ) @ bool ) > ( fun @ ( list @ TA ) @ bool ) ) ).

thf(collect_type,type,
    collect: 
      !>[TA: $tType] : ( ( fun @ TA @ bool ) > ( fun @ TA @ bool ) ) ).

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

thf(fun1_type,type,
    fun1: fun @ type @ ( fun @ type @ type ) ).

thf(typing_type,type,
    typing: ( fun @ nat @ type ) > ( fun @ 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(fEx_type,type,
    fEx: 
      !>[TA: $tType] : ( fun @ ( fun @ TA @ bool ) @ bool ) ).

thf(fFalse_type,type,
    fFalse: bool ).

thf(fTrue_type,type,
    fTrue: bool ).

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

thf(fequal_type,type,
    fequal: 
      !>[TA: $tType] : ( fun @ TA @ ( fun @ TA @ bool ) ) ).

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

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

thf(t2_type,type,
    t2: type ).

thf(t_type,type,
    t: type ).

thf(t_a_type,type,
    t_a: type ).

thf(t1_type,type,
    t1: type ).

thf(ts_type,type,
    ts: list @ 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(n_type,type,
    n: nat ).

thf(rs_type,type,
    rs: list @ dB ).

thf(t3_type,type,
    t3: dB ).

thf(u_type,type,
    u: dB ).

thf(ua_type,type,
    ua: dB ).

thf(110,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: list @ TB,D: fun @ TB @ TA] :
      ( ( ( map @ TB @ TA @ D @ C )
        = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) )
    <=> ? [E: TB,F: list @ TB] :
          ( ( C
            = ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ E ) @ F ) )
          & ( ( aa @ TB @ TA @ D @ E )
            = B )
          & ( ( map @ TB @ TA @ D @ F )
            = A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_77_map__eq__Cons__conv) ).

thf(456,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: list @ TB,D: fun @ TB @ TA] :
      ( ( ( ( map @ TB @ TA @ D @ C )
          = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) )
       => ? [E: TB,F: list @ TB] :
            ( ( C
              = ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ E ) @ F ) )
            & ( ( aa @ TB @ TA @ D @ E )
              = B )
            & ( ( map @ TB @ TA @ D @ F )
              = A ) ) )
      & ( ? [E: TB,F: list @ TB] :
            ( ( C
              = ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ E ) @ F ) )
            & ( ( aa @ TB @ TA @ D @ E )
              = B )
            & ( ( map @ TB @ TA @ D @ F )
              = A ) )
       => ( ( map @ TB @ TA @ D @ C )
          = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[110]) ).

thf(112,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_52_dB_Osimps_I4_J) ).

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

thf(17,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_85_dB_Osimps_I8_J) ).

thf(175,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)],[17]) ).

thf(41,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_90_Var__apps__neq__Abs__apps) ).

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

thf(77,axiom,
    pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ i @ t1 ) @ as ) @ ts ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_4_argsT) ).

thf(365,plain,
    pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ i @ t1 ) @ as ) @ ts ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[77]) ).

thf(35,axiom,
    ! [A: list @ type,B: list @ dB,C: dB,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ ( aa @ ( list @ dB ) @ ( list @ dB ) @ ( aa @ dB @ ( fun @ ( list @ dB ) @ ( list @ dB ) ) @ ( 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 ) @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ D ) @ C ) ) ) @ ( typings @ D @ B ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_73_typings_Osimps_I2_J) ).

thf(234,plain,
    ! [A: list @ type,B: list @ dB,C: dB,D: fun @ nat @ type] :
      ( ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ ( aa @ ( list @ dB ) @ ( list @ dB ) @ ( aa @ dB @ ( fun @ ( list @ dB ) @ ( list @ dB ) ) @ ( 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 ) @ ( aa @ dB @ ( fun @ type @ bool ) @ ( 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 ) @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ D ) @ C ) ) ) @ ( typings @ D @ B ) ) @ A ) )
       => ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ ( aa @ ( list @ dB ) @ ( list @ dB ) @ ( aa @ dB @ ( fun @ ( list @ dB ) @ ( list @ dB ) ) @ ( cons @ dB ) @ C ) @ B ) ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[35]) ).

thf(48,axiom,
    listsp @ dB @ it @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_9__096listsp_AIT_A_Imap_A_I_Ft_O_Alift_At_A0_J_A_Imap_A_I_Ft_O_At_091u_Pi_093_J_Aas_J_J_096) ).

thf(276,plain,
    listsp @ dB @ it @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[48]) ).

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

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

thf(27,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_15_shift__eq) ).

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

thf(87,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ ( zero_zero @ nat ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ) @ ( var @ ( zero_zero @ nat ) ) ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_11_calculation) ).

thf(404,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ ( zero_zero @ nat ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ) @ ( var @ ( zero_zero @ nat ) ) ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[87]) ).

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

thf(288,plain,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A )
     != A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

thf(43,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(257,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)],[43]) ).

thf(20,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_51_dB_Osimps_I5_J) ).

thf(184,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)],[20]) ).

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

thf(357,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: fun @ TA @ TB] :
      ( ( map @ TA @ TB @ C @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) )
      = ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ ( aa @ TA @ TB @ C @ B ) ) @ ( map @ TA @ TB @ C @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[73]) ).

thf(25,axiom,
    ! [A: type,B: nat,C: list @ type,D: list @ dB,E: fun @ nat @ type] :
      ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ E @ D ) @ C ) )
     => ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ E @ B @ A ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ B ) @ D ) ) @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_5_lift__types) ).

thf(196,plain,
    ! [A: type,B: nat,C: list @ type,D: list @ dB,E: fun @ nat @ type] :
      ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ E @ D ) @ C ) )
     => ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ E @ B @ A ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ B ) @ D ) ) @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

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

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

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

thf(344,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)],[70]) ).

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

thf(189,plain,
    zero @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

thf(95,axiom,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ 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_80_Beta) ).

thf(421,plain,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ 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)],[95]) ).

thf(62,axiom,
    ( t1
    = ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ t2 ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_12_T) ).

thf(316,plain,
    ( t1
    = ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ t2 ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[62]) ).

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

thf(179,plain,
    ! [A: list @ type,B: list @ dB,C: nat,D: type,E: dB,F: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ F ) @ E ) @ D ) )
     => ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ F @ C @ D ) @ B ) @ A ) )
       => ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ F @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ E ) @ C ) @ B ) ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

thf(104,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ a ) @ t2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_26_argT) ).

thf(443,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ a ) @ t2 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[104]) ).

thf(30,axiom,
    ~ ! [A: type] :
        ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( var @ n ) ) @ ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ A ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ) )
       => ~ ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ a ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_34__096_B_Bthesis_O_A_I_B_BT_H_H_O_A_091_124_Ae_060i_058T_062_A_092_060turnstile_062_AVar_An_A_058_AT_H_H_A_092_060Rightarrow_062_ATs_A_061_062_062_AT_H_059_Ae_060i_058T_062_A_092_060turnstile_062_Aa_A_058_AT_H_H_A_124_093_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096) ).

thf(211,plain,
    ~ ! [A: type] :
        ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( var @ n ) ) @ ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ A ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ) )
       => ~ ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ a ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[30]) ).

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

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

thf(84,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_55_app__Var__IT) ).

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

thf(54,axiom,
    ! [TA: $tType,A: TA,B: TA] :
      ( ( B != A )
      | ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ ( fequal @ TA ) @ B ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fequal_2_1_T) ).

thf(293,plain,
    ! [TA: $tType,A: TA,B: TA] :
      ( ( B != A )
      | ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ ( fequal @ TA ) @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[54]) ).

thf(38,axiom,
    ! [TA: $tType,A: list @ TA] :
      ( ( map @ TA @ TA @ ( combi @ TA ) @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_6_map__ident) ).

thf(243,plain,
    ! [TA: $tType,A: list @ TA] :
      ( ( map @ TA @ TA @ ( combi @ TA ) @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[38]) ).

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

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

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

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

thf(108,axiom,
    n = i,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_0_True) ).

thf(452,plain,
    n = i,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[108]) ).

thf(40,axiom,
    ! [A: list @ dB] :
      ( ( listsp @ dB @ it @ A )
     => ( listsp @ dB @ it @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_31_lifts__IT) ).

thf(248,plain,
    ! [A: list @ dB] :
      ( ( listsp @ dB @ it @ A )
     => ( listsp @ dB @ it @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

thf(1,conjecture,
    pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ ( zero_zero @ nat ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ) ) @ ts ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ~ ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ ( zero_zero @ nat ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ) ) @ ts ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(117,plain,
    ~ ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ ( zero_zero @ nat ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ) ) @ ts ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

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

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

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

thf(44,axiom,
    ! [TA: $tType,A: TA] :
      ( ( aa @ TA @ TA @ ( combi @ TA ) @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_COMBI_1_1_U) ).

thf(260,plain,
    ! [TA: $tType,A: TA] :
      ( ( aa @ TA @ TA @ ( combi @ TA ) @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[44]) ).

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

thf(160,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ e ) @ u ) @ t1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

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

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

thf(21,axiom,
    listsp @ dB @ ( aa @ ( fun @ dB @ ( fun @ type @ bool ) ) @ ( fun @ dB @ bool ) @ ( aa @ ( fun @ ( fun @ type @ bool ) @ bool ) @ ( fun @ ( fun @ dB @ ( fun @ type @ bool ) ) @ ( fun @ dB @ bool ) ) @ ( combb @ ( fun @ type @ bool ) @ bool @ dB ) @ ( fEx @ type ) ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) ) @ as,
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_35__096listsp_A_I_Ft_O_AEX_AT_H_O_Ae_060i_058T_062_A_092_060turnstile_062_At_A_058_AT_H_J_Aas_096) ).

thf(188,plain,
    listsp @ dB @ ( aa @ ( fun @ dB @ ( fun @ type @ bool ) ) @ ( fun @ dB @ bool ) @ ( aa @ ( fun @ ( fun @ type @ bool ) @ bool ) @ ( fun @ ( fun @ dB @ ( fun @ type @ bool ) ) @ ( fun @ dB @ bool ) ) @ ( combb @ ( fun @ type @ bool ) @ bool @ dB ) @ ( fEx @ type ) ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) ) @ as,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[21]) ).

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

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

thf(65,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_64_apps__eq__tail__conv) ).

thf(328,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)],[65]) ).

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

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

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

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

thf(24,axiom,
    ! [A: nat,B: dB,C: list @ dB,D: dB] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ ( foldl @ dB @ dB @ app @ D @ C ) ) @ B ) @ A )
      = ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ D ) @ B ) @ A ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ B ) @ A ) @ C ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_59_subst__map) ).

thf(193,plain,
    ! [A: nat,B: dB,C: list @ dB,D: dB] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ ( foldl @ dB @ dB @ app @ D @ C ) ) @ B ) @ A )
      = ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ D ) @ B ) @ A ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ B ) @ A ) @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

thf(81,axiom,
    pp @ ( aa @ dB @ bool @ it @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ u ) @ ( zero_zero @ nat ) ) ) @ ( var @ ( zero_zero @ nat ) ) ) ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ a ) @ u ) @ i ) ) @ ( zero_zero @ nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_41__096IT_A_I_Ilift_Au_A0_A_092_060degree_062_AVar_A0_J_091a_091u_Pi_093_P0_093_J_096) ).

thf(393,plain,
    pp @ ( aa @ dB @ bool @ it @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ u ) @ ( zero_zero @ nat ) ) ) @ ( var @ ( zero_zero @ nat ) ) ) ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ a ) @ u ) @ i ) ) @ ( zero_zero @ nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

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

thf(173,plain,
    ! [A: nat,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ B ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

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

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

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

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

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

thf(343,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ea ) @ ua ) @ t1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[69]) ).

thf(91,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ ea @ ia @ t1 ) ) @ ( foldl @ dB @ dB @ app @ ( var @ n ) @ rs ) ) @ t_a ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_47_Var_I2_J) ).

thf(412,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ ea @ ia @ t1 ) ) @ ( foldl @ dB @ dB @ app @ ( var @ n ) @ rs ) ) @ t_a ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[91]) ).

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

thf(430,plain,
    ! [A: dB,B: nat] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ ( var @ B ) ) @ A ) @ B )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[98]) ).

thf(9,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: fun @ TA @ TB,C: list @ TB,D: TB] :
      ( ( ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ D ) @ C )
        = ( map @ TA @ TB @ B @ A ) )
    <=> ? [E: TA,F: list @ TA] :
          ( ( A
            = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ E ) @ F ) )
          & ( D
            = ( aa @ TA @ TB @ B @ E ) )
          & ( C
            = ( map @ TA @ TB @ B @ F ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_79_Cons__eq__map__conv) ).

thf(148,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: fun @ TA @ TB,C: list @ TB,D: TB] :
      ( ( ( ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ D ) @ C )
          = ( map @ TA @ TB @ B @ A ) )
       => ? [E: TA,F: list @ TA] :
            ( ( A
              = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ E ) @ F ) )
            & ( D
              = ( aa @ TA @ TB @ B @ E ) )
            & ( C
              = ( map @ TA @ TB @ B @ F ) ) ) )
      & ( ? [E: TA,F: list @ TA] :
            ( ( A
              = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ E ) @ F ) )
            & ( D
              = ( aa @ TA @ TB @ B @ E ) )
            & ( C
              = ( map @ TA @ TB @ B @ F ) ) )
       => ( ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ D ) @ C )
          = ( map @ TA @ TB @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

thf(46,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_42_dB_Osimps_I2_J) ).

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

thf(12,axiom,
    ! [A: list @ type,B: list @ dB,C: fun @ nat @ type] :
      ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ C @ B ) @ A ) )
     => ( listsp @ dB @ ( aa @ ( fun @ dB @ ( fun @ type @ bool ) ) @ ( fun @ dB @ bool ) @ ( aa @ ( fun @ ( fun @ type @ bool ) @ bool ) @ ( fun @ ( fun @ dB @ ( fun @ type @ bool ) ) @ ( fun @ dB @ bool ) ) @ ( combb @ ( fun @ type @ bool ) @ bool @ dB ) @ ( fEx @ type ) ) @ ( typing @ C ) ) @ B ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_56_lists__typings) ).

thf(161,plain,
    ! [A: list @ type,B: list @ dB,C: fun @ nat @ type] :
      ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ C @ B ) @ A ) )
     => ( listsp @ dB @ ( aa @ ( fun @ dB @ ( fun @ type @ bool ) ) @ ( fun @ dB @ bool ) @ ( aa @ ( fun @ ( fun @ type @ bool ) @ bool ) @ ( fun @ ( fun @ dB @ ( fun @ type @ bool ) ) @ ( fun @ dB @ bool ) ) @ ( combb @ ( fun @ type @ bool ) @ bool @ dB ) @ ( fEx @ type ) ) @ ( typing @ C ) ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

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

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

thf(96,axiom,
    ! [A: type,B: list @ dB,C: dB,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ D ) @ ( foldl @ dB @ dB @ app @ C @ B ) ) @ A ) )
     => ? [E: list @ type] :
          ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ D ) @ C ) @ ( foldr @ type @ type @ fun1 @ E @ A ) ) )
          & ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ B ) @ E ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_72_list__app__typeD) ).

thf(423,plain,
    ! [A: type,B: list @ dB,C: dB,D: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ D ) @ ( foldl @ dB @ dB @ app @ C @ B ) ) @ A ) )
     => ? [E: list @ type] :
          ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ D ) @ C ) @ ( foldr @ type @ type @ fun1 @ E @ A ) ) )
          & ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ B ) @ E ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[96]) ).

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

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

thf(53,axiom,
    ( rs
    = ( aa @ ( list @ dB ) @ ( list @ dB ) @ ( aa @ dB @ ( fun @ ( list @ dB ) @ ( list @ dB ) ) @ ( cons @ dB ) @ a ) @ as ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_49_Cons) ).

thf(291,plain,
    ( rs
    = ( aa @ ( list @ dB ) @ ( list @ dB ) @ ( aa @ dB @ ( fun @ ( list @ dB ) @ ( list @ dB ) ) @ ( cons @ dB ) @ a ) @ as ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

thf(3,axiom,
    ! [TA: $tType,A: fun @ TA @ bool] :
      ( ( collect @ TA @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_76_Collect__def) ).

thf(118,plain,
    ! [TA: $tType,A: fun @ TA @ bool] :
      ( ( collect @ TA @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[3]) ).

thf(92,axiom,
    ! [TA: $tType,A: TA,B: fun @ TA @ bool] :
      ( ~ ( pp @ ( aa @ TA @ bool @ B @ A ) )
      | ( pp @ ( aa @ ( fun @ TA @ bool ) @ bool @ ( fEx @ TA ) @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fEx_1_1_U) ).

thf(413,plain,
    ! [TA: $tType,A: TA,B: fun @ TA @ bool] :
      ( ~ ( pp @ ( aa @ TA @ bool @ B @ A ) )
      | ( pp @ ( aa @ ( fun @ TA @ bool ) @ bool @ ( fEx @ TA ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[92]) ).

thf(106,axiom,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool,C: list @ TA] :
      ( ( listsp @ TA @ ( aa @ ( fun @ TA @ bool ) @ ( fun @ TA @ bool ) @ ( aa @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ TA @ bool ) @ ( fun @ TA @ bool ) ) @ ( 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_18_listsp__conj__eq) ).

thf(445,plain,
    ! [TA: $tType,A: fun @ TA @ bool,B: fun @ TA @ bool,C: list @ TA] :
      ( ( ( listsp @ TA @ ( aa @ ( fun @ TA @ bool ) @ ( fun @ TA @ bool ) @ ( aa @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ TA @ bool ) @ ( fun @ TA @ bool ) ) @ ( 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 @ ( aa @ ( fun @ TA @ bool ) @ ( fun @ TA @ bool ) @ ( aa @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ TA @ bool ) @ ( fun @ TA @ bool ) ) @ ( 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)],[106]) ).

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

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

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

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

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

thf(19,axiom,
    ! [TA: $tType,A: TA,B: TA] :
      ( ~ ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ ( fequal @ TA ) @ B ) @ A ) )
      | ( B = A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',help_fequal_1_1_T) ).

thf(181,plain,
    ! [TA: $tType,A: TA,B: TA] :
      ( ~ ( pp @ ( aa @ TA @ bool @ ( aa @ TA @ ( fun @ TA @ bool ) @ ( fequal @ TA ) @ B ) @ A ) )
      | ( B = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

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

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

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

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

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

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

thf(63,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( var @ n ) ) @ ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ t2 ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_24_varT) ).

thf(318,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( var @ n ) ) @ ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ t2 ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[63]) ).

thf(100,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(434,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)],[100]) ).

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

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

thf(114,axiom,
    ! [TA: $tType,A: list @ ( fun @ TA @ bool ),B: fun @ TA @ bool] :
      ( ( listset @ TA @ ( aa @ ( list @ ( fun @ TA @ bool ) ) @ ( list @ ( fun @ TA @ bool ) ) @ ( aa @ ( fun @ TA @ bool ) @ ( fun @ ( list @ ( fun @ TA @ bool ) ) @ ( list @ ( fun @ TA @ bool ) ) ) @ ( cons @ ( fun @ TA @ bool ) ) @ B ) @ A ) )
      = ( set_Cons @ TA @ B @ ( listset @ TA @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_95_listset_Osimps_I2_J) ).

thf(483,plain,
    ! [TA: $tType,A: list @ ( fun @ TA @ bool ),B: fun @ TA @ bool] :
      ( ( listset @ TA @ ( aa @ ( list @ ( fun @ TA @ bool ) ) @ ( list @ ( fun @ TA @ bool ) ) @ ( aa @ ( fun @ TA @ bool ) @ ( fun @ ( list @ ( fun @ TA @ bool ) ) @ ( list @ ( fun @ TA @ bool ) ) ) @ ( cons @ ( fun @ TA @ bool ) ) @ B ) @ A ) )
      = ( set_Cons @ TA @ B @ ( listset @ TA @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[114]) ).

thf(26,axiom,
    ~ ! [A: list @ type] :
        ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) ) @ ( foldr @ type @ type @ fun1 @ A @ t ) ) )
       => ~ ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ i @ t1 ) @ as ) @ A ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_37__096_B_Bthesis_O_A_I_B_BTs_O_A_091_124_Ae_060i_058T_062_A_092_060turnstile_062_AVar_An_A_092_060degree_062_Aa_A_058_ATs_A_061_062_062_AT_H_059_Ae_060i_058T_062_A_124_124_N_Aas_A_058_ATs_A_124_093_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096) ).

thf(198,plain,
    ~ ! [A: list @ type] :
        ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) ) @ ( foldr @ type @ type @ fun1 @ A @ t ) ) )
       => ~ ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ i @ t1 ) @ as ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

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

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

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

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

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

thf(394,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) @ as ) ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

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

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

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

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

thf(14,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( 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_97_appL) ).

thf(167,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( 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)],[14]) ).

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

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

thf(68,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_36_headT) ).

thf(342,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[68]) ).

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

thf(209,plain,
    ! [A: type,B: nat,C: type,D: dB,E: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ E ) @ D ) @ C ) )
     => ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ E @ B @ A ) ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ D ) @ B ) ) @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

thf(116,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(487,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)],[116]) ).

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

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

thf(45,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ e ) @ u ) @ ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ t2 ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_7_uT_H) ).

thf(263,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ e ) @ u ) @ ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ t2 ) @ ( foldr @ type @ type @ fun1 @ ts @ t ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[45]) ).

thf(60,axiom,
    ! [A: nat,B: list @ dB,C: dB] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ ( foldl @ dB @ dB @ app @ C @ B ) ) @ A )
      = ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ C ) @ A ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ A ) @ B ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_58_lift__map) ).

thf(310,plain,
    ! [A: nat,B: list @ dB,C: dB] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ ( foldl @ dB @ dB @ app @ C @ B ) ) @ A )
      = ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ C ) @ A ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ A ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[60]) ).

thf(64,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_83_Abs__apps__eq__Abs__apps__conv) ).

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

thf(58,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 @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( 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_78_list_Osimps_I5_J) ).

thf(304,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 @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( 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)],[58]) ).

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

thf(390,plain,
    ! [A: dB,B: nat,C: dB] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ C ) @ B ) ) @ A ) @ B )
      = C ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[80]) ).

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

thf(401,plain,
    ! [TA: $tType,A: TA,B: list @ TA] :
      ( B
     != ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ A ) @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[86]) ).

thf(94,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: TB,D: fun @ TB @ ( fun @ TA @ TB )] :
      ( ( foldl @ TB @ TA @ D @ C @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( 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(418,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: TB,D: fun @ TB @ ( fun @ TA @ TB )] :
      ( ( foldl @ TB @ TA @ D @ C @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( 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)],[94]) ).

thf(10,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_57_IT_OVar) ).

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

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

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

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

thf(99,axiom,
    pp @ ( aa @ dB @ bool @ it @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ u ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ a ) @ u ) @ i ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_45__096IT_A_Iu_A_092_060degree_062_Aa_091u_Pi_093_J_096) ).

thf(433,plain,
    pp @ ( aa @ dB @ bool @ it @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ u ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ a ) @ u ) @ i ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[99]) ).

thf(57,axiom,
    ! [A: type,B: list @ type,C: type,D: list @ dB,E: list @ dB,F: nat,G: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ G ) @ ( foldl @ dB @ dB @ app @ ( foldl @ dB @ dB @ app @ ( var @ F ) @ E ) @ D ) ) @ C ) )
     => ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ G @ E ) @ B ) )
       => ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ G ) @ ( foldl @ dB @ dB @ app @ ( var @ F ) @ E ) ) @ A ) )
         => ? [H: list @ type] :
              ( ( A
                = ( foldr @ type @ type @ fun1 @ H @ C ) )
              & ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ G @ D ) @ H ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_70_var__app__types) ).

thf(300,plain,
    ! [A: type,B: list @ type,C: type,D: list @ dB,E: list @ dB,F: nat,G: fun @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ G ) @ ( foldl @ dB @ dB @ app @ ( foldl @ dB @ dB @ app @ ( var @ F ) @ E ) @ D ) ) @ C ) )
     => ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ G @ E ) @ B ) )
       => ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ G ) @ ( foldl @ dB @ dB @ app @ ( var @ F ) @ E ) ) @ A ) )
         => ? [H: list @ type] :
              ( ( A
                = ( foldr @ type @ type @ fun1 @ H @ C ) )
              & ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ G @ D ) @ H ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

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

thf(405,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[88]) ).

thf(23,axiom,
    ! [TA: $tType,TB: $tType,TC: $tType,A: list @ TA,B: fun @ TA @ TB,C: TC,D: fun @ TC @ ( fun @ TB @ TC )] :
      ( ( foldl @ TC @ TB @ D @ C @ ( map @ TA @ TB @ B @ A ) )
      = ( foldl @ TC @ TA @ ( combc @ TC @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) @ ( aa @ ( fun @ TC @ ( fun @ TB @ TC ) ) @ ( fun @ TC @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) ) @ ( aa @ ( fun @ ( fun @ TB @ TC ) @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) ) @ ( fun @ ( fun @ TC @ ( fun @ TB @ TC ) ) @ ( fun @ TC @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) ) ) @ ( combb @ ( fun @ TB @ TC ) @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) @ TC ) @ ( combb @ TB @ TC @ TA ) ) @ D ) @ B ) @ C @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_53_foldl__map) ).

thf(190,plain,
    ! [TA: $tType,TB: $tType,TC: $tType,A: list @ TA,B: fun @ TA @ TB,C: TC,D: fun @ TC @ ( fun @ TB @ TC )] :
      ( ( foldl @ TC @ TB @ D @ C @ ( map @ TA @ TB @ B @ A ) )
      = ( foldl @ TC @ TA @ ( combc @ TC @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) @ ( aa @ ( fun @ TC @ ( fun @ TB @ TC ) ) @ ( fun @ TC @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) ) @ ( aa @ ( fun @ ( fun @ TB @ TC ) @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) ) @ ( fun @ ( fun @ TC @ ( fun @ TB @ TC ) ) @ ( fun @ TC @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) ) ) @ ( combb @ ( fun @ TB @ TC ) @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) ) @ TC ) @ ( combb @ TB @ TC @ TA ) ) @ D ) @ B ) @ C @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

thf(47,axiom,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TA,B: fun @ TA @ TB,C: fun @ TA @ ( fun @ TB @ TC )] :
      ( ( aa @ TA @ TC @ ( aa @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) @ ( aa @ ( fun @ TA @ ( fun @ TB @ TC ) ) @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ 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(273,plain,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TA,B: fun @ TA @ TB,C: fun @ TA @ ( fun @ TB @ TC )] :
      ( ( aa @ TA @ TC @ ( aa @ ( fun @ TA @ TB ) @ ( fun @ TA @ TC ) @ ( aa @ ( fun @ TA @ ( fun @ TB @ TC ) ) @ ( fun @ ( fun @ TA @ TB ) @ ( fun @ 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)],[47]) ).

thf(36,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( 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_98_appR) ).

thf(239,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( 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(7,axiom,
    ! [A: dB,B: nat] :
      ( ( var @ B )
     != ( abs @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_88_dB_Osimps_I6_J) ).

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

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

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

thf(113,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_65_Var__apps__eq__Var__apps__conv) ).

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

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

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

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

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

thf(13,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_89_Abs__App__neq__Var__apps) ).

thf(163,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)],[13]) ).

thf(49,axiom,
    pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ e @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ) @ ts ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_3__096e_A_124_124_N_Amap_A_I_Ft_O_At_091u_Pi_093_J_Aas_A_058_ATs_096) ).

thf(277,plain,
    pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ e @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ) @ ts ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[49]) ).

thf(103,axiom,
    pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( var @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_38__096IT_A_IVar_A0_A_092_060degree_062_092_060degree_062_Amap_A_I_Ft_O_Alift_At_A0_J_A_Imap_A_I_Ft_O_At_091u_Pi_093_J_Aas_J_J_096) ).

thf(442,plain,
    pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( var @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ lift @ ( zero_zero @ nat ) ) @ ( map @ dB @ dB @ ( combc @ dB @ nat @ dB @ ( combc @ dB @ dB @ ( fun @ nat @ dB ) @ subst @ u ) @ i ) @ as ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[103]) ).

thf(79,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 @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ subst @ B ) @ C ) @ ( zero_zero @ nat ) ) @ D ) ) )
            & ( pp @ ( aa @ dB @ bool @ it @ C ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_93_IT_Osimps) ).

thf(369,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 @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ 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 @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ ( aa @ dB @ ( fun @ dB @ ( fun @ nat @ dB ) ) @ 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)],[79]) ).

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

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

thf(115,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( foldl @ dB @ dB @ app @ ( var @ n ) @ rs ) ) @ t ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_39_nT) ).

thf(486,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t1 ) ) @ ( foldl @ dB @ dB @ app @ ( var @ n ) @ rs ) ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[115]) ).

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

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

thf(31,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_86_dB_Osimps_I9_J) ).

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

thf(33,axiom,
    ! [TA: $tType,A: fun @ ( list @ TA ) @ bool,B: fun @ TA @ bool] :
      ( ( set_Cons @ TA @ B @ A )
      = ( collect @ ( list @ TA ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ bool ) ) @ ( fun @ ( list @ TA ) @ bool ) @ ( aa @ ( fun @ ( fun @ TA @ bool ) @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ bool ) ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( combb @ ( fun @ TA @ bool ) @ bool @ ( list @ TA ) ) @ ( fEx @ TA ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ bool ) ) @ ( aa @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ bool ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ bool ) ) ) @ ( combb @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ bool ) @ ( list @ TA ) ) @ ( aa @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ bool ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ bool ) ) @ ( combb @ ( fun @ ( list @ TA ) @ bool ) @ bool @ TA ) @ ( fEx @ ( list @ TA ) ) ) ) @ ( combc @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( combs @ TA @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( aa @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) @ TA ) @ ( combs @ ( list @ TA ) @ bool @ bool ) ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( aa @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) ) @ ( combb @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( list @ TA ) ) @ ( aa @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( combb @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) @ TA ) @ ( aa @ ( fun @ bool @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun @ bool @ bool ) @ ( list @ TA ) ) @ fconj ) ) ) @ ( combc @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( combb @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) @ TA ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( list @ TA ) ) @ ( combb @ ( list @ TA ) @ bool @ ( list @ TA ) ) ) @ ( fequal @ ( list @ TA ) ) ) ) @ ( cons @ TA ) ) ) ) ) @ ( combc @ TA @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) @ ( aa @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) @ TA ) @ ( combb @ bool @ bool @ ( list @ TA ) ) ) @ ( 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 ) @ ( combc @ TA @ ( fun @ TA @ bool ) @ bool @ ( member @ TA ) @ B ) ) ) @ ( combc @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ bool ) @ bool @ ( member @ ( list @ TA ) ) @ A ) ) ) ) ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_94_set__Cons__def) ).

thf(222,plain,
    ! [TA: $tType,A: fun @ ( list @ TA ) @ bool,B: fun @ TA @ bool] :
      ( ( set_Cons @ TA @ B @ A )
      = ( collect @ ( list @ TA ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ bool ) ) @ ( fun @ ( list @ TA ) @ bool ) @ ( aa @ ( fun @ ( fun @ TA @ bool ) @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ bool ) ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( combb @ ( fun @ TA @ bool ) @ bool @ ( list @ TA ) ) @ ( fEx @ TA ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ bool ) ) @ ( aa @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ bool ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ bool ) ) ) @ ( combb @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ bool ) @ ( list @ TA ) ) @ ( aa @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ bool ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ bool ) ) @ ( combb @ ( fun @ ( list @ TA ) @ bool ) @ bool @ TA ) @ ( fEx @ ( list @ TA ) ) ) ) @ ( combc @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( combs @ TA @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( aa @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) @ TA ) @ ( combs @ ( list @ TA ) @ bool @ bool ) ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( aa @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) ) @ ( combb @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( list @ TA ) ) @ ( aa @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) ) @ ( combb @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) @ TA ) @ ( aa @ ( fun @ bool @ ( fun @ bool @ bool ) ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ ( fun @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun @ bool @ bool ) @ ( list @ TA ) ) @ fconj ) ) ) @ ( combc @ ( list @ TA ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ ( fun @ TA @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun @ TA @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( combb @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) @ TA ) ) @ ( aa @ ( fun @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( fun @ ( list @ TA ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun @ ( list @ TA ) @ bool ) ) @ ( list @ TA ) ) @ ( combb @ ( list @ TA ) @ bool @ ( list @ TA ) ) ) @ ( fequal @ ( list @ TA ) ) ) ) @ ( cons @ TA ) ) ) ) ) @ ( combc @ TA @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) @ ( aa @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) @ ( fun @ ( fun @ TA @ ( fun @ bool @ bool ) ) @ ( fun @ TA @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun @ bool @ bool ) @ ( fun @ ( fun @ ( list @ TA ) @ bool ) @ ( fun @ ( list @ TA ) @ bool ) ) @ TA ) @ ( combb @ bool @ bool @ ( list @ TA ) ) ) @ ( 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 ) @ ( combc @ TA @ ( fun @ TA @ bool ) @ bool @ ( member @ TA ) @ B ) ) ) @ ( combc @ ( list @ TA ) @ ( fun @ ( list @ TA ) @ bool ) @ bool @ ( member @ ( list @ TA ) ) @ A ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

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

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

thf(76,axiom,
    pp @ ( aa @ dB @ bool @ it @ t3 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_1__096IT_At_096) ).

thf(364,plain,
    pp @ ( aa @ dB @ bool @ it @ t3 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[76]) ).

thf(489,plain,
    $false,
    inference(e,[status(thm)],[456,470,175,250,365,234,276,449,202,404,288,257,184,357,196,125,344,189,421,316,179,443,211,121,397,293,243,206,307,452,248,117,439,366,260,160,297,188,169,328,225,339,193,393,173,360,128,343,412,430,148,264,161,444,423,286,291,118,413,445,313,466,335,181,406,219,362,318,434,140,483,198,399,278,394,299,241,167,426,342,209,487,409,263,310,319,304,390,401,418,158,351,246,433,300,405,190,273,239,136,437,474,415,395,163,277,442,369,254,486,354,215,222,454,364]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.12  % Problem  : LCL815_5 : TPTP v8.1.2. Released v6.0.0.
% 0.12/0.16  % Command  : run_Leo-III %s %d
% 0.16/0.37  % Computer : n015.cluster.edu
% 0.16/0.37  % Model    : x86_64 x86_64
% 0.16/0.37  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.16/0.37  % Memory   : 8042.1875MB
% 0.16/0.37  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.16/0.37  % CPULimit : 300
% 0.16/0.37  % WCLimit  : 300
% 0.16/0.37  % DateTime : Thu May 18 16:31:53 EDT 2023
% 0.16/0.37  % CPUTime  : 
% 0.97/0.86  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.46/1.07  % [INFO] 	 Parsing done (207ms). 
% 1.77/1.08  % [INFO] 	 Running in sequential loop mode. 
% 2.15/1.29  % [INFO] 	 eprover registered as external prover. 
% 2.15/1.29  % [INFO] 	 cvc4 registered as external prover. 
% 2.15/1.29  % [INFO] 	 Scanning for conjecture ... 
% 2.71/1.42  % [INFO] 	 Found a conjecture and 114 axioms. Running axiom selection ... 
% 3.17/1.52  % [INFO] 	 Axiom selection finished. Selected 114 axioms (removed 0 axioms). 
% 3.78/1.69  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 4.11/1.71  % [INFO] 	 Type checking passed. 
% 4.11/1.72  % [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.57/1.88  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 4.57/1.89  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 30.88/18.92  % External prover 'e' found a proof!
% 30.88/18.92  % [INFO] 	 Killing All external provers ... 
% 30.88/18.92  % Time passed: 18390ms (effective reasoning time: 17835ms)
% 30.88/18.92  % 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)>
% 30.88/18.92  % Axioms used in derivation (114): fact_80_Beta, help_fconj_3_1_U, fact_30_subst__lemma, fact_12_T, help_COMBS_1_1_U, fact_24_varT, fact_69_foldr_Osimps_I2_J, fact_29_subst__eq, fact_32_zero__reorient, fact_16_Var_I4_J, fact_21_typing_OVar, help_COMBI_1_1_U, fact_91_typing__elims_I3_J, fact_81_dB_Osimps_I3_J, fact_10_subst__lift, fact_75_mem__def, fact_72_list__app__typeD, fact_51_dB_Osimps_I5_J, fact_2_uIT, fact_35__096listsp_A_I_Ft_O_AEX_AT_H_O_Ae_060i_058T_062_A_092_060turnstile_062_At_A_058_AT_H_J_Aas_096, fact_15_shift__eq, fact_52_dB_Osimps_I4_J, fact_9__096listsp_AIT_A_Imap_A_I_Ft_O_Alift_At_A0_J_A_Imap_A_I_Ft_O_At_091u_Pi_093_J_Aas_J_J_096, fact_55_app__Var__IT, fact_42_dB_Osimps_I2_J, fact_31_lifts__IT, help_fFalse_1_1_T, fact_56_lists__typings, fact_74_ext, fact_28_subst__Var__IT, fact_59_subst__map, fact_73_typings_Osimps_I2_J, fact_13_Var_I3_J, help_COMBB_1_1_U, fact_67_not__Cons__self2, fact_62_list_Oinject, fact_68_not__Cons__self, fact_40_dB_Osize_I1_J, fact_53_foldl__map, fact_76_Collect__def, fact_79_Cons__eq__map__conv, help_fconj_2_1_U, fact_77_map__eq__Cons__conv, fact_49_Cons, fact_3__096e_A_124_124_N_Amap_A_I_Ft_O_At_091u_Pi_093_J_Aas_A_058_ATs_096, fact_89_Abs__App__neq__Var__apps, fact_82_Lambda, fact_11_calculation, fact_45__096IT_A_Iu_A_092_060degree_062_Aa_091u_Pi_093_J_096, fact_85_dB_Osimps_I8_J, fact_26_argT, help_fequal_1_1_T, fact_25_lift__type, fact_95_listset_Osimps_I2_J, fact_5_lift__types, arity_Nat_Onat___Groups_Ozero, fact_14_uT, fact_36_headT, fact_66_foldl__Cons, fact_41__096IT_A_I_Ilift_Au_A0_A_092_060degree_062_AVar_A0_J_091a_091u_Pi_093_P0_093_J_096, fact_8_type_Osimps_I2_J, fact_18_listsp__conj__eq, fact_37__096_B_Bthesis_O_A_I_B_BTs_O_A_091_124_Ae_060i_058T_062_A_092_060turnstile_062_AVar_An_A_092_060degree_062_Aa_A_058_ATs_A_061_062_062_AT_H_059_Ae_060i_058T_062_A_124_124_N_Aas_A_058_ATs_A_124_093_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, fact_94_set__Cons__def, fact_34__096_B_Bthesis_O_A_I_B_BT_H_H_O_A_091_124_Ae_060i_058T_062_A_092_060turnstile_062_AVar_An_A_058_AT_H_H_A_092_060Rightarrow_062_ATs_A_061_062_062_AT_H_059_Ae_060i_058T_062_A_092_060turnstile_062_Aa_A_058_AT_H_H_A_124_093_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, fact_43_subst__App, fact_97_appL, fact_63_map_Osimps_I2_J, fact_44_lift_Osimps_I2_J, fact_38__096IT_A_IVar_A0_A_092_060degree_062_092_060degree_062_Amap_A_I_Ft_O_Alift_At_A0_J_A_Imap_A_I_Ft_O_At_091u_Pi_093_J_Aas_J_J_096, fact_50_var__app__type__eq, help_COMBC_1_1_U, fact_46_App, fact_83_Abs__apps__eq__Abs__apps__conv, help_fequal_2_1_T, fact_61_var__app__typesE, fact_88_dB_Osimps_I6_J, fact_47_Var_I2_J, fact_33_substs__lemma, fact_58_lift__map, help_fconj_1_1_U, fact_27_Var__IT, fact_7_uT_H, fact_87_dB_Osimps_I7_J, fact_54_list__app__typeI, fact_90_Var__apps__neq__Abs__apps, help_fFalse_1_1_U, fact_86_dB_Osimps_I9_J, fact_48__096e_060i_058T_062_A_092_060turnstile_062_AVar_An_A_092_060degree_062_Aa_A_092_060degree_062_092_060degree_062_Aas_A_058_AT_H_096, fact_84_Abs, fact_19_MI2, fact_23_lift__IT, fact_92_abs__typeE, fact_98_appR, fact_22_typing__elims_I1_J, help_pp_1_1_U, fact_1__096IT_At_096, fact_4_argsT, fact_64_apps__eq__tail__conv, fact_96_beta, fact_70_var__app__types, fact_39_nT, fact_6_map__ident, fact_0_True, fact_78_list_Osimps_I5_J, fact_93_IT_Osimps, fact_20_MI1, help_pp_2_1_U, fact_71_list__app__typeE, help_fEx_1_1_U, fact_60_typing__elims_I2_J, fact_57_IT_OVar, fact_17_dB_Osimps_I1_J, fact_65_Var__apps__eq__Var__apps__conv
% 30.88/18.92  % No. of inferences in proof: 232
% 30.88/18.92  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 18390 ms resp. 17835 ms w/o parsing
% 31.58/19.03  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 31.58/19.03  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------