TSTP Solution File: LCL786_5 by Leo-III---1.7.12

View Problem - Process Solution

%------------------------------------------------------------------------------
% File     : Leo-III---1.7.12
% Problem  : LCL786_5 : TPTP v8.2.0. Released v6.0.0.
% Transfm  : none
% Format   : tptp:raw
% Command  : run_Leo-III %s %d

% Computer : n019.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 : Tue May 21 00:07:45 EDT 2024

% Result   : Theorem 87.03s 47.29s
% Output   : Refutation 87.67s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  172
% Syntax   : Number of formulae    :  288 (  98 unt;  58 typ;   0 def)
%            Number of atoms       : 2276 ( 220 equ;   0 cnn)
%            Maximal formula atoms :  108 (   9 avg)
%            Number of connectives : 9081 (  72   ~;  22   |;  61   &;8759   @)
%                                         (  15 <=>; 152  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   25 (  10 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   41 (  41   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   58 (  56 usr;  26 con; 0-5 aty)
%            Number of variables   :  797 (   0   ^ 730   !;  34   ?; 797   :)
%                                         (  33  !>;   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(combb_type,type,
    combb: 
      !>[TA: $tType,TB: $tType,TC: $tType] : ( fun1 @ ( fun1 @ TC @ TB ) @ ( fun1 @ ( fun1 @ TA @ TC ) @ ( fun1 @ TA @ TB ) ) ) ).

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

thf(combi_type,type,
    combi: 
      !>[TA: $tType] : ( fun1 @ TA @ TA ) ).

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

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

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

thf(beta_type,type,
    beta: dB > dB > $o ).

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

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

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

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

thf(lift_type,type,
    lift: fun1 @ dB @ ( fun1 @ nat @ dB ) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(atom_type,type,
    atom: nat > type ).

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

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

thf(type_size_type,type,
    type_size: type > nat ).

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

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

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

thf(fEx_type,type,
    fEx: 
      !>[TA: $tType] : ( fun1 @ ( fun1 @ TA @ bool ) @ bool ) ).

thf(fFalse_type,type,
    fFalse: bool ).

thf(fTrue_type,type,
    fTrue: bool ).

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

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

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

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

thf(t1_type,type,
    t1: type ).

thf(t_a_type,type,
    t_a: type ).

thf(t_type,type,
    t: type ).

thf(a_type,type,
    a: dB ).

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

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

thf(ea_type,type,
    ea: fun1 @ 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(t2_type,type,
    t2: dB ).

thf(thesis_type,type,
    thesis: $o ).

thf(u_type,type,
    u: dB ).

thf(ua_type,type,
    ua: dB ).

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

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

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

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

thf(16,axiom,
    ! [A: dB,B: nat,C: dB] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ C ) @ B ) ) @ A ) @ B )
      = C ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_65_subst__lift) ).

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

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

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

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

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

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

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

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

thf(347,plain,
    n = i,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[67]) ).

thf(64,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: fun1 @ TA @ TB,C: list @ TB,D: TB] :
      ( ( ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun1 @ ( 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 @ ( fun1 @ ( 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_59_Cons__eq__map__conv) ).

thf(333,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: fun1 @ TA @ TB,C: list @ TB,D: TB] :
      ( ( ( ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun1 @ ( 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 @ ( fun1 @ ( 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 @ ( fun1 @ ( 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 @ ( fun1 @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ D ) @ C )
          = ( map @ TA @ TB @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[64]) ).

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

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

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

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

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

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

thf(99,axiom,
    ! [TA: $tType,A: list @ TA,B: TA] :
      ( ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A )
     != A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_35_not__Cons__self2) ).

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

thf(4,axiom,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( beta @ D @ C )
     => ( beta @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ D ) @ B ) @ A ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ C ) @ B ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_97_subst__preserves__beta) ).

thf(120,plain,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( beta @ D @ C )
     => ( beta @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ D ) @ B ) @ A ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ C ) @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

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

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

thf(86,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ 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_39_Var_I2_J) ).

thf(416,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ 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)],[86]) ).

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

thf(152,plain,
    ! [A: dB,B: dB] :
      ( ( beta @ B @ A )
     => ( beta @ ( abs @ B ) @ ( abs @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[14]) ).

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

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

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

thf(40,axiom,
    ! [A: dB,B: nat] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ ( var @ B ) ) @ A ) @ B )
      = A ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_32_subst__eq) ).

thf(261,plain,
    ! [A: dB,B: nat] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ ( var @ B ) ) @ A ) @ B )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[40]) ).

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

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

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

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

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

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

thf(396,plain,
    ( rs
    = ( aa @ ( list @ dB ) @ ( list @ dB ) @ ( aa @ dB @ ( fun1 @ ( list @ dB ) @ ( list @ dB ) ) @ ( cons @ dB ) @ a ) @ as ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

thf(9,axiom,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ 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 @ ( fun1 @ dB @ dB ) @ app @ ( abs @ C ) ) @ B ) @ A ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_77_Beta) ).

thf(133,plain,
    ! [A: list @ dB,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ 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 @ ( fun1 @ dB @ dB ) @ app @ ( abs @ C ) ) @ B ) @ A ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

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

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

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

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

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

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

thf(1,conjecture,
    thesis,
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',conj_1) ).

thf(2,negated_conjecture,
    ~ thesis,
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(116,plain,
    ~ thesis,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

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

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

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

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

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

thf(270,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ ea ) @ ua ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[43]) ).

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

thf(233,plain,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun1 @ bool @ bool ) @ fconj @ B ) @ A ) )
      | ( pp @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[31]) ).

thf(100,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_43_IT_OVar) ).

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

thf(56,axiom,
    ! [TA: $tType,A: fun1 @ TA @ bool,B: TA] :
      ( ( pp @ ( aa @ ( fun1 @ TA @ bool ) @ bool @ ( aa @ TA @ ( fun1 @ ( fun1 @ 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(302,plain,
    ! [TA: $tType,A: fun1 @ TA @ bool,B: TA] :
      ( ( ( pp @ ( aa @ ( fun1 @ TA @ bool ) @ bool @ ( aa @ TA @ ( fun1 @ ( fun1 @ TA @ bool ) @ bool ) @ ( member @ TA ) @ B ) @ A ) )
       => ( pp @ ( aa @ TA @ bool @ A @ B ) ) )
      & ( ( pp @ ( aa @ TA @ bool @ A @ B ) )
       => ( pp @ ( aa @ ( fun1 @ TA @ bool ) @ bool @ ( aa @ TA @ ( fun1 @ ( fun1 @ TA @ bool ) @ bool ) @ ( member @ TA ) @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[56]) ).

thf(17,axiom,
    ! [A: nat] :
      ( ( size_size @ type @ ( atom @ A ) )
      = ( zero_zero @ nat ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_71_type_Osize_I3_J) ).

thf(160,plain,
    ! [A: nat] :
      ( ( size_size @ type @ ( atom @ A ) )
      = ( zero_zero @ nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[17]) ).

thf(81,axiom,
    ! [A: type,B: type,C: nat] :
      ( ( atom @ C )
     != ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ B ) @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_56_type_Osimps_I3_J) ).

thf(392,plain,
    ! [A: type,B: type,C: nat] :
      ( ( atom @ C )
     != ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[81]) ).

thf(90,axiom,
    ! [A: list @ type,B: list @ dB,C: nat,D: type,E: dB,F: fun1 @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ 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 @ ( fun1 @ nat @ dB ) @ subst @ E ) @ C ) @ B ) ) @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_47_substs__lemma) ).

thf(424,plain,
    ! [A: list @ type,B: list @ dB,C: nat,D: type,E: dB,F: fun1 @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ 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 @ ( fun1 @ nat @ dB ) @ subst @ E ) @ C ) @ B ) ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[90]) ).

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

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

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

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

thf(68,axiom,
    ! [A: dB,B: dB,C: dB,D: dB] :
      ( ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ D ) @ C )
        = ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ B ) @ A ) )
    <=> ( ( D = B )
        & ( C = A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_14_dB_Osimps_I2_J) ).

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

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

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

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

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

thf(104,axiom,
    ! [TA: $tType,A: list @ ( fun1 @ TA @ bool ),B: fun1 @ TA @ bool] :
      ( ( listset @ TA @ ( aa @ ( list @ ( fun1 @ TA @ bool ) ) @ ( list @ ( fun1 @ TA @ bool ) ) @ ( aa @ ( fun1 @ TA @ bool ) @ ( fun1 @ ( list @ ( fun1 @ TA @ bool ) ) @ ( list @ ( fun1 @ TA @ bool ) ) ) @ ( cons @ ( fun1 @ TA @ bool ) ) @ B ) @ A ) )
      = ( set_Cons @ TA @ B @ ( listset @ TA @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_67_listset_Osimps_I2_J) ).

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

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

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

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

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

thf(20,axiom,
    ! [A: nat,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( beta @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ C ) @ A ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ B ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_96_lift__preserves__beta) ).

thf(169,plain,
    ! [A: nat,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( beta @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ C ) @ A ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[20]) ).

thf(12,axiom,
    ! [TA: $tType,A: fun1 @ ( list @ TA ) @ bool,B: fun1 @ TA @ bool] :
      ( ( set_Cons @ TA @ B @ A )
      = ( collect @ ( list @ TA ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ bool ) ) @ ( fun1 @ ( list @ TA ) @ bool ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ bool ) @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ bool ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( combb @ ( fun1 @ TA @ bool ) @ bool @ ( list @ TA ) ) @ ( fEx @ TA ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ bool ) ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ bool ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ bool ) ) ) @ ( combb @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ bool ) @ ( list @ TA ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ bool ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ bool ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ bool ) @ bool @ TA ) @ ( fEx @ ( list @ TA ) ) ) ) @ ( combc @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( combs @ TA @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ TA ) @ ( combs @ ( list @ TA ) @ bool @ bool ) ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) ) @ ( combb @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( list @ TA ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) @ TA ) @ ( aa @ ( fun1 @ bool @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun1 @ bool @ bool ) @ ( list @ TA ) ) @ fconj ) ) ) @ ( combc @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) @ TA ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( list @ TA ) ) @ ( combb @ ( list @ TA ) @ bool @ ( list @ TA ) ) ) @ ( fequal @ ( list @ TA ) ) ) ) @ ( cons @ TA ) ) ) ) ) @ ( combc @ TA @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) @ ( aa @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ bool @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun1 @ bool @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ TA ) @ ( combb @ bool @ bool @ ( list @ TA ) ) ) @ ( aa @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( aa @ ( fun1 @ bool @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun1 @ bool @ bool ) @ TA ) @ fconj ) @ ( combc @ TA @ ( fun1 @ TA @ bool ) @ bool @ ( member @ TA ) @ B ) ) ) @ ( combc @ ( list @ TA ) @ ( fun1 @ ( list @ TA ) @ bool ) @ bool @ ( member @ ( list @ TA ) ) @ A ) ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_60_set__Cons__def) ).

thf(141,plain,
    ! [TA: $tType,A: fun1 @ ( list @ TA ) @ bool,B: fun1 @ TA @ bool] :
      ( ( set_Cons @ TA @ B @ A )
      = ( collect @ ( list @ TA ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ bool ) ) @ ( fun1 @ ( list @ TA ) @ bool ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ bool ) @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ bool ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( combb @ ( fun1 @ TA @ bool ) @ bool @ ( list @ TA ) ) @ ( fEx @ TA ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ bool ) ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ bool ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ bool ) ) ) @ ( combb @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ bool ) @ ( list @ TA ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ bool ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ bool ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ bool ) @ bool @ TA ) @ ( fEx @ ( list @ TA ) ) ) ) @ ( combc @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( combs @ TA @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ TA ) @ ( combs @ ( list @ TA ) @ bool @ bool ) ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) ) @ ( combb @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( list @ TA ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) @ TA ) @ ( aa @ ( fun1 @ bool @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun1 @ bool @ bool ) @ ( list @ TA ) ) @ fconj ) ) ) @ ( combc @ ( list @ TA ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) ) @ ( combb @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) ) @ ( fun1 @ TA @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( list @ TA ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) @ TA ) ) @ ( aa @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( fun1 @ ( list @ TA ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ ( list @ TA ) ) @ ( combb @ ( list @ TA ) @ bool @ ( list @ TA ) ) ) @ ( fequal @ ( list @ TA ) ) ) ) @ ( cons @ TA ) ) ) ) ) @ ( combc @ TA @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) @ ( aa @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( aa @ ( fun1 @ ( fun1 @ bool @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) @ ( fun1 @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ TA @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) ) ) @ ( combb @ ( fun1 @ bool @ bool ) @ ( fun1 @ ( fun1 @ ( list @ TA ) @ bool ) @ ( fun1 @ ( list @ TA ) @ bool ) ) @ TA ) @ ( combb @ bool @ bool @ ( list @ TA ) ) ) @ ( aa @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( aa @ ( fun1 @ bool @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun1 @ bool @ bool ) @ TA ) @ fconj ) @ ( combc @ TA @ ( fun1 @ TA @ bool ) @ bool @ ( member @ TA ) @ B ) ) ) @ ( combc @ ( list @ TA ) @ ( fun1 @ ( list @ TA ) @ bool ) @ bool @ ( member @ ( list @ TA ) ) @ A ) ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[12]) ).

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

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

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

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

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

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

thf(65,axiom,
    ! [A: type,B: nat,C: list @ type,D: list @ dB,E: fun1 @ 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_66_lift__types) ).

thf(343,plain,
    ! [A: type,B: nat,C: list @ type,D: list @ dB,E: fun1 @ 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)],[65]) ).

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

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

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

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

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

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

thf(41,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: fun1 @ TA @ TB] :
      ( ( map @ TA @ TB @ C @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) )
      = ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun1 @ ( list @ TB ) @ ( list @ TB ) ) @ ( cons @ TB ) @ ( aa @ TA @ TB @ C @ B ) ) @ ( map @ TA @ TB @ C @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_53_map_Osimps_I2_J) ).

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

thf(47,axiom,
    ! [A: nat,B: dB,C: dB,D: dB] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ D ) @ C ) ) @ B ) @ A )
      = ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ D ) @ B ) @ A ) ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ C ) @ B ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_31_subst__App) ).

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

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

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

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

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

thf(53,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ C ) @ A ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ B ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_93_appL) ).

thf(296,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ C ) @ A ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[53]) ).

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

thf(423,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[89]) ).

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

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

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

thf(382,plain,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun1 @ bool @ bool ) @ fconj @ B ) @ A ) )
      | ( pp @ B ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[77]) ).

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

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

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

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

thf(24,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 @ ( fun1 @ dB @ dB ) @ app @ ( abs @ B ) ) @ C ) @ D ) )
            & ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ B ) @ C ) @ ( zero_zero @ nat ) ) @ D ) ) )
            & ( pp @ ( aa @ dB @ bool @ it @ C ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_90_IT_Osimps) ).

thf(187,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 @ ( fun1 @ dB @ dB ) @ app @ ( abs @ B ) ) @ C ) @ D ) )
              & ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ 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 @ ( fun1 @ dB @ dB ) @ app @ ( abs @ B ) ) @ C ) @ D ) )
              & ( pp @ ( aa @ dB @ bool @ it @ ( foldl @ dB @ dB @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ 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)],[24]) ).

thf(88,axiom,
    ! [A: type] :
      ( ! [B: nat] :
          ( A
         != ( atom @ B ) )
     => ~ ! [B: type,C: type] :
            ( A
           != ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ B ) @ C ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_69_type_Oexhaust) ).

thf(419,plain,
    ! [A: type] :
      ( ! [B: nat] :
          ( A
         != ( atom @ B ) )
     => ~ ! [B: type,C: type] :
            ( A
           != ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ B ) @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[88]) ).

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

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

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

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

thf(25,axiom,
    ! [TA: $tType,A: nat,B: fun1 @ type @ ( fun1 @ type @ TA ),C: fun1 @ nat @ TA] :
      ( ( type_case @ TA @ C @ B @ ( atom @ A ) )
      = ( aa @ nat @ TA @ C @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_50_type_Osimps_I5_J) ).

thf(208,plain,
    ! [TA: $tType,A: nat,B: fun1 @ type @ ( fun1 @ type @ TA ),C: fun1 @ nat @ TA] :
      ( ( type_case @ TA @ C @ B @ ( atom @ A ) )
      = ( aa @ nat @ TA @ C @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[25]) ).

thf(38,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_24_Var__apps__eq__Var__apps__conv) ).

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

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

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

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

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

thf(72,axiom,
    ! [A: nat,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ B ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ B ) @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_63_lift__IT) ).

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

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

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

thf(10,axiom,
    ! [A: nat] :
      ( ( type_size @ ( atom @ A ) )
      = ( zero_zero @ nat ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_70_type_Osize_I1_J) ).

thf(135,plain,
    ! [A: nat] :
      ( ( type_size @ ( atom @ A ) )
      = ( zero_zero @ nat ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[10]) ).

thf(29,axiom,
    ! [A: type,B: list @ type,C: type,D: list @ dB,E: list @ dB,F: nat,G: fun1 @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ 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 @ ( fun1 @ type @ bool ) @ ( typing @ G ) @ ( foldl @ dB @ dB @ app @ ( var @ F ) @ E ) ) @ A ) )
         => ? [H: list @ type] :
              ( ( A
                = ( foldr @ type @ type @ fun @ H @ C ) )
              & ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ G @ D ) @ H ) ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_23_var__app__types) ).

thf(226,plain,
    ! [A: type,B: list @ type,C: type,D: list @ dB,E: list @ dB,F: nat,G: fun1 @ nat @ type] :
      ( ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ 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 @ ( fun1 @ type @ bool ) @ ( typing @ G ) @ ( foldl @ dB @ dB @ app @ ( var @ F ) @ E ) ) @ A ) )
         => ? [H: list @ type] :
              ( ( A
                = ( foldr @ type @ type @ fun @ H @ C ) )
              & ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ G @ D ) @ H ) ) ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[29]) ).

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

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

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

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

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

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

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

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

thf(111,axiom,
    ! [A: nat,B: dB,C: dB] :
      ( ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ C ) @ B ) ) @ A )
      = ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ C ) @ A ) ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ lift @ B ) @ A ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_62_lift_Osimps_I2_J) ).

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

thf(91,axiom,
    ! [TA: $tType,A: TA,B: list @ TA] :
      ( B
     != ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ A ) @ B ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_36_not__Cons__self) ).

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

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

thf(458,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ e ) @ u ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[102]) ).

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

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

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

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

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

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

thf(109,axiom,
    ! [A: nat,B: type,C: type] :
      ( ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ C ) @ B )
     != ( atom @ A ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_57_type_Osimps_I4_J) ).

thf(482,plain,
    ! [A: nat,B: type,C: type] :
      ( ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ C ) @ B )
     != ( atom @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[109]) ).

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

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

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

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

thf(84,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: list @ TB,D: fun1 @ TB @ TA] :
      ( ( ( map @ TB @ TA @ D @ C )
        = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) )
    <=> ? [E: TB,F: list @ TB] :
          ( ( C
            = ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun1 @ ( 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_58_map__eq__Cons__conv) ).

thf(401,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: list @ TB,D: fun1 @ TB @ TA] :
      ( ( ( ( map @ TB @ TA @ D @ C )
          = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) )
       => ? [E: TB,F: list @ TB] :
            ( ( C
              = ( aa @ ( list @ TB ) @ ( list @ TB ) @ ( aa @ TB @ ( fun1 @ ( 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 @ ( fun1 @ ( 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 @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[84]) ).

thf(21,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_80_Abs__apps__eq__Abs__apps__conv) ).

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

thf(51,axiom,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA] :
      ( ( splice @ TA @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ D ) @ C ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) )
      = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ D ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ ( splice @ TA @ C @ A ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_49_splice_Osimps_I3_J) ).

thf(290,plain,
    ! [TA: $tType,A: list @ TA,B: TA,C: list @ TA,D: TA] :
      ( ( splice @ TA @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ D ) @ C ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ A ) )
      = ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ D ) @ ( aa @ ( list @ TA ) @ ( list @ TA ) @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ ( list @ TA ) ) @ ( cons @ TA ) @ B ) @ ( splice @ TA @ C @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[51]) ).

thf(76,axiom,
    ! [TA: $tType,A: TA,B: fun1 @ 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_19_shift__eq) ).

thf(378,plain,
    ! [TA: $tType,A: TA,B: fun1 @ 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)],[76]) ).

thf(55,axiom,
    ! [A: nat,B: dB] :
      ( ( pp @ ( aa @ dB @ bool @ it @ B ) )
     => ( pp @ ( aa @ dB @ bool @ it @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ B ) @ ( var @ A ) ) ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_18_app__Var__IT) ).

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

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

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

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

thf(183,plain,
    ! [TA: $tType,A: fun1 @ TA @ bool,B: fun1 @ TA @ bool,C: list @ TA] :
      ( ( ( listsp @ TA @ ( aa @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ bool ) @ ( aa @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ bool ) ) @ ( combs @ TA @ bool @ bool ) @ ( aa @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( aa @ ( fun1 @ bool @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun1 @ 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 @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ bool ) @ ( aa @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ bool ) ) @ ( combs @ TA @ bool @ bool ) @ ( aa @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) @ ( aa @ ( fun1 @ bool @ ( fun1 @ bool @ bool ) ) @ ( fun1 @ ( fun1 @ TA @ bool ) @ ( fun1 @ TA @ ( fun1 @ bool @ bool ) ) ) @ ( combb @ bool @ ( fun1 @ bool @ bool ) @ TA ) @ fconj ) @ B ) ) @ A ) @ C ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[23]) ).

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

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

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

thf(373,plain,
    ! [A: bool,B: bool] :
      ( ~ ( pp @ B )
      | ~ ( pp @ A )
      | ( pp @ ( aa @ bool @ bool @ ( aa @ bool @ ( fun1 @ bool @ bool ) @ fconj @ B ) @ A ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[74]) ).

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

thf(305,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ C ) @ B )
     != ( abs @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[57]) ).

thf(33,axiom,
    ! [A: dB,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ A ) @ C ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ A ) @ B ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_92_appR) ).

thf(239,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( beta @ C @ B )
     => ( beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ A ) @ C ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ A ) @ B ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[33]) ).

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

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

thf(96,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_87_Var__apps__neq__Abs__apps) ).

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

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

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

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

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

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

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

thf(98,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_29_apps__eq__tail__conv) ).

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

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

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

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

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

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

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

thf(5,axiom,
    ! [A: dB,B: dB] : ( beta @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ ( abs @ B ) ) @ A ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun1 @ nat @ dB ) @ ( aa @ dB @ ( fun1 @ dB @ ( fun1 @ nat @ dB ) ) @ subst @ B ) @ A ) @ ( zero_zero @ nat ) ) ),
    file('/export/starexec/sandbox2/benchmark/theBenchmark.p',fact_91_beta) ).

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

thf(58,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(309,plain,
    ! [TA: $tType,A: TA] :
      ( ( aa @ TA @ TA @ ( combi @ TA ) @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[58]) ).

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

thf(215,plain,
    ! [A: nat,B: nat] :
      ( ( ( ( atom @ B )
          = ( atom @ A ) )
       => ( B = A ) )
      & ( ( B = A )
       => ( ( atom @ B )
          = ( atom @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

thf(113,axiom,
    ! [TA: $tType,TB: $tType,A: fun1 @ TA @ TB,B: fun1 @ 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(496,plain,
    ! [TA: $tType,TB: $tType,A: fun1 @ TA @ TB,B: fun1 @ TA @ TB] :
      ( ! [C: TA] :
          ( ( aa @ TA @ TB @ B @ C )
          = ( aa @ TA @ TB @ A @ C ) )
     => ( B = A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[113]) ).

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

thf(454,plain,
    ! [A: dB,B: dB,C: dB] :
      ( ( abs @ C )
     != ( aa @ dB @ dB @ ( aa @ dB @ ( fun1 @ dB @ dB ) @ app @ B ) @ A ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[101]) ).

thf(509,plain,
    $false,
    inference(e,[status(thm)],[384,417,157,129,282,154,347,333,365,138,276,449,120,247,416,152,289,316,261,211,480,293,396,133,411,507,312,116,243,117,270,233,452,302,160,392,424,429,260,349,361,435,461,493,388,169,141,499,124,476,343,398,298,166,264,279,375,180,296,423,286,382,144,236,187,419,230,271,208,251,330,345,367,223,135,226,267,431,241,473,490,426,458,441,127,250,482,319,390,401,171,290,378,300,432,183,273,373,305,239,358,437,464,459,163,442,369,322,486,122,309,215,496,454]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.03/0.13  % Problem  : LCL786_5 : TPTP v8.2.0. Released v6.0.0.
% 0.14/0.15  % Command  : run_Leo-III %s %d
% 0.14/0.36  % Computer : n019.cluster.edu
% 0.14/0.36  % Model    : x86_64 x86_64
% 0.14/0.36  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.36  % Memory   : 8042.1875MB
% 0.14/0.36  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.36  % CPULimit : 300
% 0.14/0.36  % WCLimit  : 300
% 0.14/0.36  % DateTime : Mon May 20 03:35:09 EDT 2024
% 0.14/0.36  % CPUTime  : 
% 0.94/0.86  % [INFO] 	 Parsing problem /export/starexec/sandbox2/benchmark/theBenchmark.p ... 
% 1.67/1.10  % [INFO] 	 Parsing done (238ms). 
% 1.67/1.11  % [INFO] 	 Running in sequential loop mode. 
% 2.40/1.38  % [INFO] 	 eprover registered as external prover. 
% 2.40/1.38  % [INFO] 	 cvc4 registered as external prover. 
% 2.40/1.39  % [INFO] 	 Scanning for conjecture ... 
% 2.66/1.52  % [INFO] 	 Found a conjecture (or negated_conjecture) and 115 axioms. Running axiom selection ... 
% 3.27/1.63  % [INFO] 	 Axiom selection finished. Selected 113 axioms (removed 2 axioms). 
% 3.96/1.86  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 3.96/1.90  % [INFO] 	 Type checking passed. 
% 3.96/1.90  % [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.96/2.15  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 4.96/2.15  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 86.90/47.29  % External prover 'e' found a proof!
% 87.03/47.29  % [INFO] 	 Killing All external provers ... 
% 87.03/47.29  % Time passed: 46764ms (effective reasoning time: 46171ms)
% 87.03/47.29  % 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)>
% 87.03/47.29  % Axioms used in derivation (113): fact_69_type_Oexhaust, help_fequal_2_1_T, fact_63_lift__IT, fact_84_dB_Osimps_I8_J, fact_34_subst__lemma, fact_98_subject__reduction, help_COMBS_1_1_U, fact_27_MI2, fact_49_splice_Osimps_I3_J, help_fconj_3_1_U, fact_33_subst__Var__IT, fact_21_dB_Osimps_I5_J, fact_83_dB_Osimps_I7_J, fact_67_listset_Osimps_I2_J, fact_59_Cons__eq__map__conv, fact_68_lifts__IT, fact_50_type_Osimps_I5_J, fact_11_uIT, fact_1_True, help_COMBI_1_1_U, fact_38_foldr_Osimps_I2_J, fact_19_shift__eq, fact_35_not__Cons__self2, fact_2_uT, fact_75_mem__def, fact_47_substs__lemma, fact_17_Var__IT, fact_90_IT_Osimps, fact_43_IT_OVar, fact_56_type_Osimps_I3_J, fact_97_subst__preserves__beta, fact_66_lift__types, fact_81_Abs, fact_32_subst__eq, fact_60_set__Cons__def, fact_5_App, fact_0__096IT_At_096, fact_78_dB_Osimps_I3_J, fact_46_typings_Osimps_I2_J, fact_31_subst__App, fact_12_Var_I3_J, fact_55_foldl__map, help_fFalse_1_1_T, fact_10_type_Osimps_I2_J, fact_65_subst__lift, fact_74_ext, fact_87_Var__apps__neq__Abs__apps, fact_25_list__app__typeE, fact_48_lists__typings, help_COMBB_1_1_U, fact_96_lift__preserves__beta, fact_3__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_7_typing__elims_I1_J, fact_77_Beta, fact_76_Collect__def, fact_9_list__app__typeI, fact_93_appL, help_fconj_2_1_U, fact_79_Lambda, fact_23_var__app__types, fact_88_typing__elims_I3_J, fact_61_lift__map, fact_45_listsp__conj__eq, fact_24_Var__apps__eq__Var__apps__conv, fact_30_list_Oinject, fact_40_type_Osimps_I6_J, fact_36_not__Cons__self, fact_8_Cons, fact_39_Var_I2_J, fact_26_list__app__typeD, fact_28_MI1, help_fequal_1_1_T, fact_44_Var_I4_J, fact_18_app__Var__IT, fact_42_list_Osimps_I5_J, fact_13_dB_Osimps_I1_J, fact_14_dB_Osimps_I2_J, fact_20_var__app__type__eq, fact_6_typing_OVar, fact_95_abs, fact_52_type_Osimps_I1_J, fact_71_type_Osize_I3_J, fact_64_lift__type, fact_85_dB_Osimps_I9_J, fact_51_map__ident, fact_91_beta, fact_86_Abs__App__neq__Var__apps, fact_89_abs__typeE, help_COMBC_1_1_U, help_fconj_1_1_U, fact_70_type_Osize_I1_J, fact_73_dB_Osize_I1_J, fact_16_var__app__typesE, help_fFalse_1_1_U, fact_80_Abs__apps__eq__Abs__apps__conv, fact_58_map__eq__Cons__conv, fact_53_map_Osimps_I2_J, fact_41_foldl__fun__comm, help_pp_1_1_U, fact_54_subst__map, fact_15_typing__elims_I2_J, fact_4_nT, conj_0, fact_29_apps__eq__tail__conv, help_pp_2_1_U, fact_94_beta__cases_I1_J, help_fEx_1_1_U, fact_57_type_Osimps_I4_J, fact_62_lift_Osimps_I2_J, fact_92_appR, fact_82_dB_Osimps_I6_J, fact_22_dB_Osimps_I4_J, fact_37_foldl__Cons
% 87.03/47.29  % No. of inferences in proof: 230
% 87.03/47.29  % SZS status Theorem for /export/starexec/sandbox2/benchmark/theBenchmark.p : 46764 ms resp. 46171 ms w/o parsing
% 87.67/47.46  % SZS output start Refutation for /export/starexec/sandbox2/benchmark/theBenchmark.p
% See solution above
% 87.67/47.46  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------