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

View Problem - Process Solution

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

% Computer : n020.cluster.edu
% Model    : x86_64 x86_64
% CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 2.10GHz
% Memory   : 8042.1875MB
% OS       : Linux 3.10.0-693.el7.x86_64
% CPULimit : 300s
% WCLimit  : 300s
% DateTime : Fri May 19 11:32:00 EDT 2023

% Result   : Theorem 38.86s 19.42s
% Output   : Refutation 39.42s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  170
% Syntax   : Number of formulae    :  287 (  85 unt;  55 typ;   0 def)
%            Number of atoms       : 2264 ( 200 equ;   0 cnn)
%            Maximal formula atoms :  108 (   9 avg)
%            Number of connectives : 9315 (  70   ~;  22   |;  61   &;9007   @)
%                                         (  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   :  701 (   0   ^; 636   !;  34   ?; 701   :)
%                                         (  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(t1_type,type,
    t1: type ).

thf(t_a_type,type,
    t_a: type ).

thf(t_type,type,
    t: 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(90,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/sandbox2/benchmark/theBenchmark.p',fact_64_dB_Osimps_I2_J) ).

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

thf(49,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/sandbox2/benchmark/theBenchmark.p',fact_50_foldl__map) ).

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

thf(6,axiom,
    ! [A: dB,B: nat] :
      ~ ( beta @ ( var @ B ) @ A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_98_beta__cases_I1_J) ).

thf(129,plain,
    ! [A: dB,B: nat] :
      ~ ( beta @ ( var @ B ) @ A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[6]) ).

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

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

thf(76,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/sandbox2/benchmark/theBenchmark.p',fact_54_subst__map) ).

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

thf(83,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/sandbox2/benchmark/theBenchmark.p',fact_71_subst__lift) ).

thf(352,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)],[83]) ).

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

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

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

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

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

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

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

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

thf(21,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/sandbox2/benchmark/theBenchmark.p',fact_97_appL) ).

thf(174,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)],[21]) ).

thf(25,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/sandbox2/benchmark/theBenchmark.p',fact_91_abs__typeE) ).

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

thf(95,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/sandbox2/benchmark/theBenchmark.p',fact_73_Cons__eq__map__conv) ).

thf(417,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)],[95]) ).

thf(63,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/sandbox2/benchmark/theBenchmark.p',fact_18_type_Osimps_I2_J) ).

thf(288,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)],[63]) ).

thf(71,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/sandbox2/benchmark/theBenchmark.p',fact_40_not__Cons__self2) ).

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

thf(100,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/sandbox2/benchmark/theBenchmark.p',fact_89_Var__apps__neq__Abs__apps) ).

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

thf(81,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/sandbox2/benchmark/theBenchmark.p',fact_60_apps__eq__tail__conv) ).

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

thf(30,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/sandbox2/benchmark/theBenchmark.p',help_fequal_1_1_T) ).

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

thf(61,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/sandbox2/benchmark/theBenchmark.p',fact_94_listset_Osimps_I2_J) ).

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

thf(43,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/sandbox2/benchmark/theBenchmark.p',fact_17_list_Oinject) ).

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

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

thf(448,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)],[104]) ).

thf(111,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ea ) @ ua ) @ t ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_7_Var_I4_J) ).

thf(475,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ea ) @ ua ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[111]) ).

thf(16,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/sandbox2/benchmark/theBenchmark.p',fact_22_map_Osimps_I2_J) ).

thf(164,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)],[16]) ).

thf(23,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/sandbox2/benchmark/theBenchmark.p',fact_61_list__app__typeE) ).

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

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

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

thf(115,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/sandbox2/benchmark/theBenchmark.p',help_fEx_1_1_U) ).

thf(485,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)],[115]) ).

thf(45,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/sandbox2/benchmark/theBenchmark.p',fact_57_var__app__types) ).

thf(238,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)],[45]) ).

thf(40,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/sandbox2/benchmark/theBenchmark.p',fact_33_lift__type) ).

thf(221,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)],[40]) ).

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

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

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

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

thf(54,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/sandbox2/benchmark/theBenchmark.p',help_COMBB_1_1_U) ).

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

thf(105,axiom,
    pp @ ( aa @ dB @ bool @ it @ t3 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_2__096IT_At_096) ).

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

thf(48,axiom,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type,E: dB,F: type,G: type] :
      ( ( t
        = ( 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/sandbox2/benchmark/theBenchmark.p',fact_20_MI2) ).

thf(248,plain,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type,E: dB,F: type,G: type] :
      ( ( t
        = ( 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)],[48]) ).

thf(39,axiom,
    pp @ ( aa @ dB @ bool @ it @ ua ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_8_Var_I3_J) ).

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

thf(88,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/sandbox2/benchmark/theBenchmark.p',fact_32_App) ).

thf(380,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)],[88]) ).

thf(1,conjecture,
    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/sandbox2/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ~ ( 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(neg_conjecture,[status(cth)],[1]) ).

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

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

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

thf(13,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ ( zero_zero @ nat ) @ ( foldr @ type @ type @ fun1 @ ts @ t1 ) ) ) @ ( var @ ( zero_zero @ nat ) ) ) @ ( foldr @ type @ type @ fun1 @ ts @ t1 ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_31_calculation) ).

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

thf(64,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/sandbox2/benchmark/theBenchmark.p',fact_39_not__Cons__self) ).

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

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

thf(429,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[97]) ).

thf(58,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/sandbox2/benchmark/theBenchmark.p',fact_19_listsp__conj__eq) ).

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

thf(70,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/sandbox2/benchmark/theBenchmark.p',fact_67_list_Osimps_I5_J) ).

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

thf(92,axiom,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type,E: dB,F: type,G: type] :
      ( ( t
        = ( 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/sandbox2/benchmark/theBenchmark.p',fact_21_MI1) ).

thf(403,plain,
    ! [A: dB,B: type,C: nat,D: fun @ nat @ type,E: dB,F: type,G: type] :
      ( ( t
        = ( 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)],[92]) ).

thf(26,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/sandbox2/benchmark/theBenchmark.p',fact_96_appR) ).

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

thf(85,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/sandbox2/benchmark/theBenchmark.p',fact_92_IT_Osimps) ).

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

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

thf(471,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)],[110]) ).

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

thf(339,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)],[79]) ).

thf(112,axiom,
    n = i,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_1_True) ).

thf(476,plain,
    n = i,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[112]) ).

thf(98,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/sandbox2/benchmark/theBenchmark.p',fact_90_typing__elims_I3_J) ).

thf(430,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)],[98]) ).

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

thf(161,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)],[14]) ).

thf(59,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/sandbox2/benchmark/theBenchmark.p',fact_49_subst__Var__IT) ).

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

thf(22,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/sandbox2/benchmark/theBenchmark.p',fact_93_set__Cons__def) ).

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

thf(28,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/sandbox2/benchmark/theBenchmark.p',fact_46_var__app__type__eq) ).

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

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

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

thf(60,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/sandbox2/benchmark/theBenchmark.p',help_COMBS_1_1_U) ).

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

thf(51,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ ea @ ia @ t ) ) @ ( foldl @ dB @ dB @ app @ ( var @ n ) @ rs ) ) @ t_a ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_34_Var_I2_J) ).

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

thf(103,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/sandbox2/benchmark/theBenchmark.p',fact_74_ext) ).

thf(445,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)],[103]) ).

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

thf(382,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)],[89]) ).

thf(69,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/sandbox2/benchmark/theBenchmark.p',fact_44_shift__eq) ).

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

thf(44,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/sandbox2/benchmark/theBenchmark.p',fact_14_lift__types) ).

thf(236,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)],[44]) ).

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

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

thf(93,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/sandbox2/benchmark/theBenchmark.p',fact_58_Var__apps__eq__Var__apps__conv) ).

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

thf(57,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 @ t ) ) ) @ as,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_10__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(274,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 @ t ) ) ) @ as,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

thf(86,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/sandbox2/benchmark/theBenchmark.p',fact_52_IT_OVar) ).

thf(377,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)],[86]) ).

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

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

thf(99,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/sandbox2/benchmark/theBenchmark.p',fact_43_app__Var__IT) ).

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

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

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

thf(34,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) @ as ) ) @ t1 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_35__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(208,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ ( foldl @ dB @ dB @ app @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) @ as ) ) @ t1 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[34]) ).

thf(72,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/sandbox2/benchmark/theBenchmark.p',fact_53_lift__map) ).

thf(323,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)],[72]) ).

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

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

thf(107,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/sandbox2/benchmark/theBenchmark.p',fact_72_map__eq__Cons__conv) ).

thf(455,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)],[107]) ).

thf(41,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/sandbox2/benchmark/theBenchmark.p',fact_55_typing__elims_I2_J) ).

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

thf(42,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/sandbox2/benchmark/theBenchmark.p',fact_26_lift__IT) ).

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

thf(17,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ a ) @ t2 ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_9_argT) ).

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

thf(91,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/sandbox2/benchmark/theBenchmark.p',fact_82_Abs__apps__eq__Abs__apps__conv) ).

thf(394,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)],[91]) ).

thf(67,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/sandbox2/benchmark/theBenchmark.p',help_COMBC_1_1_U) ).

thf(306,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)],[67]) ).

thf(50,axiom,
    ~ ! [A: list @ type] :
        ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) ) @ ( foldr @ type @ type @ fun1 @ A @ t1 ) ) )
       => ~ ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ i @ t ) @ as ) @ A ) ) ),
    file('/export/starexec/sandbox2/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(255,plain,
    ~ ! [A: list @ type] :
        ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( var @ n ) ) @ a ) ) @ ( foldr @ type @ type @ fun1 @ A @ t1 ) ) )
       => ~ ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ ( shift @ type @ e @ i @ t ) @ as ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[50]) ).

thf(84,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 @ t1 ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_13_uT_H) ).

thf(355,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 @ t1 ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[84]) ).

thf(29,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/sandbox2/benchmark/theBenchmark.p',fact_47_lifts__IT) ).

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

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

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

thf(116,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/sandbox2/benchmark/theBenchmark.p',fact_51_subst__lemma) ).

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

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

thf(199,plain,
    zero @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(24,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/sandbox2/benchmark/theBenchmark.p',fact_66_subst__App) ).

thf(182,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)],[24]) ).

thf(75,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/sandbox2/benchmark/theBenchmark.p',fact_79_Beta) ).

thf(331,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)],[75]) ).

thf(78,axiom,
    pp @ ( aa @ dB @ bool @ it @ u ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_3_uIT) ).

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

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

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

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

thf(143,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)],[9]) ).

thf(108,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/sandbox2/benchmark/theBenchmark.p',fact_88_Abs__App__neq__Var__apps) ).

thf(465,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)],[108]) ).

thf(114,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/sandbox2/benchmark/theBenchmark.p',fact_70_subst__eq) ).

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

thf(33,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/sandbox2/benchmark/theBenchmark.p',fact_62_typings_Osimps_I2_J) ).

thf(203,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)],[33]) ).

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

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

thf(20,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/sandbox2/benchmark/theBenchmark.p',fact_56_var__app__typesE) ).

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

thf(11,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/sandbox2/benchmark/theBenchmark.p',fact_30__096IT_A_I_Ilift_Au_A0_A_092_060degree_062_AVar_A0_J_091a_091u_Pi_093_P0_093_J_096) ).

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

thf(82,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/sandbox2/benchmark/theBenchmark.p',fact_16__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(351,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)],[82]) ).

thf(113,axiom,
    ~ ! [A: type] :
        ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ ( var @ n ) ) @ ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ A ) @ ( foldr @ type @ type @ fun1 @ ts @ t1 ) ) ) )
       => ~ ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ a ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_36__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(478,plain,
    ~ ! [A: type] :
        ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ ( var @ n ) ) @ ( aa @ type @ type @ ( aa @ type @ ( fun @ type @ type ) @ fun1 @ A ) @ ( foldr @ type @ type @ fun1 @ ts @ t1 ) ) ) )
       => ~ ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t ) ) @ a ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[113]) ).

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

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

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

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

thf(65,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/sandbox2/benchmark/theBenchmark.p',help_fequal_2_1_T) ).

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

thf(27,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/sandbox2/benchmark/theBenchmark.p',fact_12__096IT_A_Iu_A_092_060degree_062_Aa_091u_Pi_093_J_096) ).

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

thf(18,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/sandbox2/benchmark/theBenchmark.p',fact_48_lists__typings) ).

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

thf(53,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/sandbox2/benchmark/theBenchmark.p',fact_42_foldr_Osimps_I2_J) ).

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

thf(73,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ e ) @ u ) @ t ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_0_uT) ).

thf(326,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun @ type @ bool ) @ ( typing @ e ) @ u ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[73]) ).

thf(46,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/sandbox2/benchmark/theBenchmark.p',fact_75_mem__def) ).

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

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

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

thf(80,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/sandbox2/benchmark/theBenchmark.p',fact_24_typing__elims_I1_J) ).

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

thf(55,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/sandbox2/benchmark/theBenchmark.p',fact_63_lift_Osimps_I2_J) ).

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

thf(94,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/sandbox2/benchmark/theBenchmark.p',fact_6_substs__lemma) ).

thf(415,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)],[94]) ).

thf(96,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/sandbox2/benchmark/theBenchmark.p',fact_95_beta) ).

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

thf(102,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/sandbox2/benchmark/theBenchmark.p',fact_59_list__app__typeD) ).

thf(442,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)],[102]) ).

thf(15,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/sandbox2/benchmark/theBenchmark.p',fact_11__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(163,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)],[15]) ).

thf(32,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/sandbox2/benchmark/theBenchmark.p',fact_41_foldl__Cons) ).

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

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

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

thf(109,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/sandbox2/benchmark/theBenchmark.p',fact_83_Abs) ).

thf(469,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)],[109]) ).

thf(68,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/sandbox2/benchmark/theBenchmark.p',fact_23_typing_OVar) ).

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

thf(37,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/sandbox2/benchmark/theBenchmark.p',fact_45_list__app__typeI) ).

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

thf(491,plain,
    $false,
    inference(e,[status(thm)],[385,252,129,327,333,352,170,217,379,440,174,185,417,288,320,436,344,196,284,228,448,475,164,179,211,485,238,221,453,132,265,452,248,220,380,117,260,160,297,429,275,317,403,188,356,471,339,476,430,161,279,176,191,118,281,259,445,382,313,236,159,406,274,377,245,434,271,208,323,140,455,223,226,167,394,306,255,355,194,209,487,199,182,331,338,336,143,465,482,203,304,171,158,351,478,287,151,300,190,168,262,326,242,126,341,268,415,427,442,163,200,122,469,309,215]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.07/0.13  % Problem  : LCL814_5 : TPTP v8.1.2. Released v6.0.0.
% 0.07/0.16  % Command  : run_Leo-III %s %d
% 0.17/0.38  % Computer : n020.cluster.edu
% 0.17/0.38  % Model    : x86_64 x86_64
% 0.17/0.38  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.17/0.38  % Memory   : 8042.1875MB
% 0.17/0.38  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.17/0.38  % CPULimit : 300
% 0.17/0.38  % WCLimit  : 300
% 0.17/0.38  % DateTime : Thu May 18 16:10:48 EDT 2023
% 0.17/0.38  % CPUTime  : 
% 0.79/0.84  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.39/1.05  % [INFO] 	 Parsing done (206ms). 
% 1.39/1.06  % [INFO] 	 Running in sequential loop mode. 
% 2.06/1.27  % [INFO] 	 eprover registered as external prover. 
% 2.06/1.27  % [INFO] 	 cvc4 registered as external prover. 
% 2.06/1.28  % [INFO] 	 Scanning for conjecture ... 
% 2.49/1.43  % [INFO] 	 Found a conjecture and 114 axioms. Running axiom selection ... 
% 3.00/1.52  % [INFO] 	 Axiom selection finished. Selected 114 axioms (removed 0 axioms). 
% 3.57/1.70  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 3.57/1.72  % [INFO] 	 Type checking passed. 
% 3.57/1.73  % [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.46/1.93  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 4.46/1.93  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 38.86/19.42  % External prover 'e' found a proof!
% 38.86/19.42  % [INFO] 	 Killing All external provers ... 
% 38.86/19.42  % Time passed: 18906ms (effective reasoning time: 18358ms)
% 38.86/19.42  % 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)>
% 38.86/19.42  % Axioms used in derivation (114): fact_15_Cons, fact_39_not__Cons__self, fact_61_list__app__typeE, fact_27_varT, fact_52_IT_OVar, help_COMBS_1_1_U, fact_60_apps__eq__tail__conv, help_fconj_3_1_U, fact_32_App, fact_25_nT, fact_11__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_1_True, fact_94_listset_Osimps_I2_J, fact_88_Abs__App__neq__Var__apps, fact_14_lift__types, fact_20_MI2, help_COMBI_1_1_U, fact_67_list_Osimps_I5_J, fact_49_subst__Var__IT, fact_75_mem__def, fact_45_list__app__typeI, fact_6_substs__lemma, fact_83_Abs, fact_35__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_10__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_31_calculation, fact_92_IT_Osimps, fact_78_dB_Osize_I1_J, fact_43_app__Var__IT, help_fFalse_1_1_T, fact_93_set__Cons__def, fact_89_Var__apps__neq__Abs__apps, fact_74_ext, fact_48_lists__typings, fact_19_listsp__conj__eq, help_COMBB_1_1_U, fact_12__096IT_A_Iu_A_092_060degree_062_Aa_091u_Pi_093_J_096, fact_76_Collect__def, fact_34_Var_I2_J, help_fconj_2_1_U, fact_71_subst__lift, fact_63_lift_Osimps_I2_J, fact_80_dB_Osimps_I3_J, fact_22_map_Osimps_I2_J, fact_46_var__app__type__eq, fact_29_T, fact_16__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_44_shift__eq, fact_81_Lambda, fact_28_headT, help_fequal_1_1_T, fact_24_typing__elims_I1_J, fact_58_Var__apps__eq__Var__apps__conv, fact_68_dB_Osimps_I4_J, fact_77_zero__reorient, arity_Nat_Onat___Groups_Ozero, fact_2__096IT_At_096, fact_72_map__eq__Cons__conv, fact_87_dB_Osimps_I8_J, fact_36__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_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_33_lift__type, fact_0_uT, fact_97_appL, fact_64_dB_Osimps_I2_J, fact_26_lift__IT, fact_82_Abs__apps__eq__Abs__apps__conv, fact_85_dB_Osimps_I6_J, help_COMBC_1_1_U, fact_79_Beta, fact_90_typing__elims_I3_J, fact_3_uIT, help_fequal_2_1_T, fact_56_var__app__typesE, fact_5_map__ident, fact_47_lifts__IT, fact_98_beta__cases_I1_J, fact_23_typing_OVar, fact_7_Var_I4_J, help_fconj_1_1_U, fact_30__096IT_A_I_Ilift_Au_A0_A_092_060degree_062_AVar_A0_J_091a_091u_Pi_093_P0_093_J_096, fact_51_subst__lemma, fact_17_list_Oinject, fact_41_foldl__Cons, fact_13_uT_H, fact_69_dB_Osimps_I5_J, help_fFalse_1_1_U, fact_86_dB_Osimps_I9_J, fact_65_dB_Osimps_I1_J, fact_57_var__app__types, fact_73_Cons__eq__map__conv, fact_66_subst__App, fact_50_foldl__map, help_pp_1_1_U, fact_40_not__Cons__self2, fact_62_typings_Osimps_I2_J, fact_54_subst__map, fact_55_typing__elims_I2_J, fact_4_argsT, fact_70_subst__eq, fact_91_abs__typeE, fact_84_dB_Osimps_I7_J, fact_21_MI1, help_pp_2_1_U, fact_38_Var__IT, help_fEx_1_1_U, fact_53_lift__map, fact_96_appR, fact_42_foldr_Osimps_I2_J, fact_59_list__app__typeD, fact_18_type_Osimps_I2_J, fact_9_argT, fact_95_beta, fact_8_Var_I3_J
% 38.86/19.42  % No. of inferences in proof: 232
% 38.86/19.42  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 18906 ms resp. 18358 ms w/o parsing
% 39.42/19.52  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 39.42/19.52  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------