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

View Problem - Process Solution

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

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

% Result   : Theorem 34.30s 22.82s
% Output   : Refutation 34.86s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  168
% Syntax   : Number of formulae    :  283 ( 103 unt;  55 typ;   0 def)
%            Number of atoms       : 1015 ( 242 equ;   0 cnn)
%            Maximal formula atoms :   98 (   4 avg)
%            Number of connectives : 6146 (  67   ~;  15   |;  58   &;5854   @)
%                                         (  18 <=>; 134  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   25 (   9 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   41 (  41   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   55 (  53 usr;  27 con; 0-5 aty)
%            Number of variables   :  751 (   0   ^; 692   !;  28   ?; 751   :)
%                                         (  31  !>;   0  ?*;   0  @-;   0  @+)

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

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

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

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

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

thf(combb_type,type,
    combb: 
      !>[TA: $tType,TB: $tType,TC: $tType] : ( 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 @ TC @ ( fun1 @ TB @ TA ) ) > ( 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(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] : ( TA > ( list @ TA ) > ( list @ TA ) ) ).

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

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

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(splice_type,type,
    splice: 
      !>[TA: $tType] : ( ( list @ TA ) > ( list @ TA ) > ( list @ TA ) ) ).

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

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_rec_type,type,
    type_rec: 
      !>[TA: $tType] : ( ( fun1 @ nat @ TA ) > ( fun1 @ type @ ( fun1 @ type @ ( fun1 @ TA @ ( fun1 @ TA @ 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(pp_type,type,
    pp: bool > $o ).

thf(t1_type,type,
    t1: type ).

thf(t_type,type,
    t: type ).

thf(t_a_type,type,
    t_a: type ).

thf(t2_type,type,
    t2: type ).

thf(ts_type,type,
    ts: list @ type ).

thf(a_type,type,
    a: dB ).

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

thf(e_type,type,
    e: 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(t3_type,type,
    t3: dB ).

thf(u_type,type,
    u: dB ).

thf(ua_type,type,
    ua: dB ).

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

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

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

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

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

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

thf(39,axiom,
    ! [A: list @ type,B: fun1 @ nat @ type] :
      ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ B @ ( nil @ dB ) ) @ A ) )
    <=> ( A
        = ( nil @ type ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_93_typings_Osimps_I1_J) ).

thf(249,plain,
    ! [A: list @ type,B: fun1 @ nat @ type] :
      ( ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ B @ ( nil @ dB ) ) @ A ) )
       => ( A
          = ( nil @ type ) ) )
      & ( ( A
          = ( nil @ type ) )
       => ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ B @ ( nil @ dB ) ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[39]) ).

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

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

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

thf(408,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: TA,C: TB,D: fun1 @ TB @ ( fun1 @ TA @ TB )] :
      ( ( foldl @ TB @ TA @ D @ C @ ( 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)],[90]) ).

thf(1,conjecture,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ e ) @ u ) @ ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ t1 ) @ ( foldr @ type @ type @ fun @ ts @ t ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ~ ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ e ) @ u ) @ ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ t1 ) @ ( foldr @ type @ type @ fun @ ts @ t ) ) ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(115,plain,
    ~ ( pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ e ) @ u ) @ ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ t1 ) @ ( foldr @ type @ type @ fun @ ts @ t ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

thf(26,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: fun1 @ TA @ TB] :
      ( ( ( map @ TA @ TB @ B @ A )
        = ( nil @ TB ) )
    <=> ( A
        = ( nil @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_81_map__is__Nil__conv) ).

thf(202,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: fun1 @ TA @ TB] :
      ( ( ( ( map @ TA @ TB @ B @ A )
          = ( nil @ TB ) )
       => ( A
          = ( nil @ TA ) ) )
      & ( ( A
          = ( nil @ TA ) )
       => ( ( map @ TA @ TB @ B @ A )
          = ( nil @ TB ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[26]) ).

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

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

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

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

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

thf(320,plain,
    ! [TA: $tType,TB: $tType,A: TA,B: list @ TB,C: TB,D: fun1 @ TB @ ( fun1 @ TA @ TA )] :
      ( ( foldr @ TB @ TA @ D @ ( 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)],[62]) ).

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

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

thf(83,axiom,
    ! [A: list @ type,B: list @ dB,C: dB,D: fun1 @ nat @ type] :
      ( ( pp @ ( aa @ ( list @ type ) @ bool @ ( typings @ D @ ( 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/sandbox/benchmark/theBenchmark.p',fact_55_typings_Osimps_I2_J) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(52,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ ea ) @ ua ) @ t2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_52_Var_I4_J) ).

thf(292,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ ea ) @ ua ) @ t2 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[52]) ).

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

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

thf(30,axiom,
    ! [TA: $tType,TB: $tType,TC: $tType,A: TA,B: fun1 @ TA @ TB,C: fun1 @ TA @ ( fun1 @ TB @ TC )] :
      ( ( aa @ 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/sandbox/benchmark/theBenchmark.p',help_COMBS_1_1_U) ).

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

thf(77,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/sandbox/benchmark/theBenchmark.p',fact_66_foldl__map) ).

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

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

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

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

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

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

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

thf(95,axiom,
    ! [A: dB,B: type,C: nat,D: fun1 @ nat @ type,E: dB,F: type,G: type] :
      ( ( t2
        = ( 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/sandbox/benchmark/theBenchmark.p',fact_30_MI1) ).

thf(429,plain,
    ! [A: dB,B: type,C: nat,D: fun1 @ nat @ type,E: dB,F: type,G: type] :
      ( ( t2
        = ( 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)],[95]) ).

thf(105,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/sandbox/benchmark/theBenchmark.p',fact_35_subst__App) ).

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

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

thf(197,plain,
    ! [TA: $tType,A: fun1 @ TA @ bool] : ( listsp @ TA @ A @ ( nil @ TA ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[24]) ).

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

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

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

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

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

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

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

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

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

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

thf(4,axiom,
    ! [TA: $tType,A: list @ TA] :
      ( ( splice @ TA @ A @ ( nil @ TA ) )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_88_splice__Nil2) ).

thf(124,plain,
    ! [TA: $tType,A: list @ TA] :
      ( ( splice @ TA @ A @ ( nil @ TA ) )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[4]) ).

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

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

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

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

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

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

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

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

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

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

thf(35,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/sandbox/benchmark/theBenchmark.p',fact_73_subst__lift) ).

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

thf(55,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ ( shift @ type @ ea @ ia @ t2 ) ) @ ( foldl @ dB @ dB @ app @ ( var @ n ) @ rs ) ) @ t_a ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_51_Var_I2_J) ).

thf(298,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ ( shift @ type @ ea @ ia @ t2 ) ) @ ( foldl @ dB @ dB @ app @ ( var @ n ) @ rs ) ) @ t_a ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[55]) ).

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

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

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

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

thf(51,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ ( shift @ type @ e @ i @ t2 ) ) @ ( foldl @ dB @ dB @ app @ ( var @ n ) @ rs ) ) @ t ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_28_nT) ).

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

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

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

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

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

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

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

thf(87,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/sandbox/benchmark/theBenchmark.p',fact_36_subst__eq) ).

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

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

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

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

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

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

thf(181,plain,
    zero @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[18]) ).

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

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

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

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

thf(27,axiom,
    ! [TA: $tType,TB: $tType,A: fun1 @ TB @ TA] :
      ( ( map @ TB @ TA @ A @ ( nil @ TB ) )
      = ( nil @ TA ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_80_map_Osimps_I1_J) ).

thf(208,plain,
    ! [TA: $tType,TB: $tType,A: fun1 @ TB @ TA] :
      ( ( map @ TB @ TA @ A @ ( nil @ TB ) )
      = ( nil @ TA ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

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

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

thf(100,axiom,
    ( rs
    = ( cons @ dB @ a @ as ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_31_Cons) ).

thf(451,plain,
    ( rs
    = ( cons @ dB @ a @ as ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[100]) ).

thf(82,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/sandbox/benchmark/theBenchmark.p',fact_37_subst__Var__IT) ).

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

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

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

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

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

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

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

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

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

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

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

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

thf(223,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(84,axiom,
    ! [A: nat,B: type,C: type] :
      ( ( aa @ type @ type @ ( aa @ type @ ( fun1 @ type @ type ) @ fun @ C ) @ B )
     != ( atom @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_26_type_Osimps_I4_J) ).

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

thf(56,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/sandbox/benchmark/theBenchmark.p',fact_46_list__app__typeE) ).

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

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

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

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

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

thf(98,axiom,
    ! [A: dB,B: type,C: nat,D: fun1 @ nat @ type,E: dB,F: type,G: type] :
      ( ( t2
        = ( 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/sandbox/benchmark/theBenchmark.p',fact_29_MI2) ).

thf(438,plain,
    ! [A: dB,B: type,C: nat,D: fun1 @ nat @ type,E: dB,F: type,G: type] :
      ( ( t2
        = ( 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)],[98]) ).

thf(16,axiom,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: fun1 @ TA @ TB] :
      ( ( ( nil @ TB )
        = ( map @ TA @ TB @ B @ A ) )
    <=> ( A
        = ( nil @ TA ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_79_Nil__is__map__conv) ).

thf(167,plain,
    ! [TA: $tType,TB: $tType,A: list @ TA,B: fun1 @ TA @ TB] :
      ( ( ( ( nil @ TB )
          = ( map @ TA @ TB @ B @ A ) )
       => ( A
          = ( nil @ TA ) ) )
      & ( ( A
          = ( nil @ TA ) )
       => ( ( nil @ TB )
          = ( map @ TA @ TB @ B @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[16]) ).

thf(111,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/sandbox/benchmark/theBenchmark.p',fact_43_var__app__types) ).

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

thf(94,axiom,
    ! [TA: $tType,A: nat,B: fun1 @ type @ ( fun1 @ type @ ( fun1 @ TA @ ( fun1 @ TA @ TA ) ) ),C: fun1 @ nat @ TA] :
      ( ( type_rec @ TA @ C @ B @ ( atom @ A ) )
      = ( aa @ nat @ TA @ C @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_22_type_Orecs_I1_J) ).

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

thf(110,axiom,
    ! [TA: $tType,TB: $tType,A: TA,B: fun1 @ TB @ ( fun1 @ TA @ TA )] :
      ( ( foldr @ TB @ TA @ B @ ( nil @ TB ) @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_87_foldr_Osimps_I1_J) ).

thf(487,plain,
    ! [TA: $tType,TB: $tType,A: TA,B: fun1 @ TB @ ( fun1 @ TA @ TA )] :
      ( ( foldr @ TB @ TA @ B @ ( nil @ TB ) @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[110]) ).

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

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

thf(104,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/sandbox/benchmark/theBenchmark.p',fact_33_dB_Osimps_I2_J) ).

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

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

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

thf(54,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 @ ( cons @ TA @ B @ A ) )
      = ( aa @ ( list @ TA ) @ TB @ ( aa @ TA @ ( fun1 @ ( list @ TA ) @ TB ) @ C @ B ) @ A ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_58_list_Osimps_I5_J) ).

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

thf(47,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/sandbox/benchmark/theBenchmark.p',fact_40_list__app__typeI) ).

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

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

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

thf(92,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/sandbox/benchmark/theBenchmark.p',fact_11_type_Osimps_I6_J) ).

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

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

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

thf(19,axiom,
    ! [TA: $tType,A: list @ TA] :
      ( ( splice @ TA @ ( nil @ TA ) @ A )
      = A ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_89_splice_Osimps_I1_J) ).

thf(182,plain,
    ! [TA: $tType,A: list @ TA] :
      ( ( splice @ TA @ ( nil @ TA ) @ A )
      = A ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[19]) ).

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

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

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

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

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

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

thf(113,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/sandbox/benchmark/theBenchmark.p',fact_45_list__app__typeD) ).

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

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

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

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

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

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

thf(139,plain,
    n = i,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[9]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(107,axiom,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ e ) @ u ) @ t2 ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_1_uT) ).

thf(474,plain,
    pp @ ( aa @ type @ bool @ ( aa @ dB @ ( fun1 @ type @ bool ) @ ( typing @ e ) @ u ) @ t2 ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[107]) ).

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

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

thf(45,axiom,
    ! [TA: $tType,A: fun1 @ TA @ bool,B: fun1 @ TA @ bool,C: list @ TA] :
      ( ( listsp @ TA @ ( 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/sandbox/benchmark/theBenchmark.p',fact_63_listsp__conj__eq) ).

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

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

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

thf(78,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/sandbox/benchmark/theBenchmark.p',fact_57_foldl__fun__comm) ).

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

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

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

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

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

thf(502,plain,
    $false,
    inference(e,[status(thm)],[153,173,314,249,234,408,115,202,185,417,320,436,389,372,357,284,261,475,211,353,147,293,453,133,411,116,312,292,248,220,366,302,349,407,429,467,197,456,317,188,141,256,124,339,244,360,398,343,237,298,264,161,291,281,259,191,402,144,498,181,377,230,208,362,451,387,494,345,323,240,130,223,394,299,226,267,438,167,490,426,487,355,458,194,295,282,150,414,199,182,127,470,363,495,218,351,139,290,478,346,287,432,405,373,326,136,474,400,277,442,369,309,454]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.04/0.11  % Problem  : LCL789_5 : TPTP v8.1.2. Released v6.0.0.
% 0.04/0.14  % Command  : run_Leo-III %s %d
% 0.14/0.35  % Computer : n028.cluster.edu
% 0.14/0.35  % Model    : x86_64 x86_64
% 0.14/0.35  % CPU      : Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
% 0.14/0.35  % Memory   : 8042.1875MB
% 0.14/0.35  % OS       : Linux 3.10.0-693.el7.x86_64
% 0.14/0.35  % CPULimit : 300
% 0.14/0.35  % WCLimit  : 300
% 0.14/0.35  % DateTime : Thu May 18 16:23:19 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.96/0.83  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.37/1.02  % [INFO] 	 Parsing done (188ms). 
% 1.69/1.03  % [INFO] 	 Running in sequential loop mode. 
% 2.25/1.24  % [INFO] 	 eprover registered as external prover. 
% 2.25/1.24  % [INFO] 	 cvc4 registered as external prover. 
% 2.25/1.25  % [INFO] 	 Scanning for conjecture ... 
% 2.66/1.36  % [INFO] 	 Found a conjecture and 112 axioms. Running axiom selection ... 
% 2.66/1.44  % [INFO] 	 Axiom selection finished. Selected 112 axioms (removed 0 axioms). 
% 3.47/1.59  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 3.47/1.62  % [INFO] 	 Type checking passed. 
% 3.47/1.62  % [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.29/1.80  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 4.29/1.80  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 34.30/22.82  % External prover 'e' found a proof!
% 34.30/22.82  % [INFO] 	 Killing All external provers ... 
% 34.30/22.82  % Time passed: 22312ms (effective reasoning time: 21788ms)
% 34.30/22.82  % 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)>
% 34.30/22.82  % Axioms used in derivation (112): fact_60_IT_OVar, fact_25_shift__eq, fact_28_nT, fact_78_Var__eq__apps__conv, fact_77_lists__typings, fact_53_not__Cons__self2, fact_31_Cons, help_COMBS_1_1_U, fact_97_neq__Nil__conv, fact_45_list__app__typeD, fact_43_var__app__types, fact_66_foldl__map, fact_49_foldr_Osimps_I2_J, help_fconj_3_1_U, fact_7_argT, fact_76_lifts__IT, fact_72_lift__type, fact_92_type_Osize_I1_J, fact_57_foldl__fun__comm, fact_68_Cons__eq__map__conv, fact_58_list_Osimps_I5_J, fact_24_app__Var__IT, help_COMBI_1_1_U, fact_88_splice__Nil2, fact_48_list_Oinject, fact_95_zero__reorient, fact_59_substs__lemma, fact_94_type_Osize_I3_J, fact_15_type_Osimps_I3_J, fact_79_Nil__is__map__conv, fact_70_lift_Osimps_I2_J, fact_93_typings_Osimps_I1_J, fact_26_type_Osimps_I4_J, fact_37_subst__Var__IT, fact_61_splice_Osimps_I3_J, fact_30_MI1, fact_41_dB_Osimps_I5_J, fact_4_type_Osimps_I2_J, fact_0__096IT_At_096, help_fFalse_1_1_T, fact_21_Var__IT, fact_44_Var__apps__eq__Var__apps__conv, fact_91_listsp_Osimps, fact_27__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_46_list__app__typeE, fact_42_var__app__typesE, fact_47_apps__eq__tail__conv, help_COMBB_1_1_U, fact_10_argsT, fact_39_var__app__type__eq, fact_34_dB_Osimps_I4_J, fact_74_lift__types, fact_67_map__eq__Cons__conv, fact_38_subst__lemma, help_fconj_2_1_U, fact_90_splice_Osimps_I2_J, fact_63_listsp__conj__eq, fact_54_not__Cons__self, fact_33_dB_Osimps_I2_J, fact_6_varT, fact_64_map_Osimps_I2_J, fact_12_App, fact_89_splice_Osimps_I1_J, fact_20__096_B_Bthesis_O_A_I_B_BTs_O_A_091_124_Ae_060i_058T_062_A_092_060turnstile_062_AVar_An_A_092_060degree_062_Aa_A_058_ATs_A_061_062_062_AT_H_059_Ae_060i_058T_062_A_124_124_N_Aas_A_058_ATs_A_124_093_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, fact_13_type_Orecs_I2_J, arity_Nat_Onat___Groups_Ozero, fact_29_MI2, fact_56_type_Oexhaust, fact_32_dB_Osimps_I1_J, fact_16_True, fact_2_T, fact_80_map_Osimps_I1_J, fact_71_lift__IT, help_COMBC_1_1_U, fact_51_Var_I2_J, fact_35_subst__App, fact_65_subst__map, fact_3_uIT, fact_69_lift__map, fact_81_map__is__Nil__conv, help_fconj_1_1_U, fact_19_typing_OVar, fact_96_list_Oexhaust, fact_17_type_Osimps_I1_J, fact_40_list__app__typeI, fact_1_uT, fact_98_dB_Osize_I1_J, help_fFalse_1_1_U, fact_11_type_Osimps_I6_J, fact_84_foldl__Nil, fact_23_type_Osimps_I5_J, fact_50_foldl__Cons, fact_18_typing__elims_I1_J, fact_86_list_Osimps_I2_J, help_pp_1_1_U, fact_9_headT, fact_8__096_B_Bthesis_O_A_I_B_BT_H_H_O_A_091_124_Ae_060i_058T_062_A_092_060turnstile_062_AVar_An_A_058_AT_H_H_A_092_060Rightarrow_062_ATs_A_061_062_062_AT_H_059_Ae_060i_058T_062_A_092_060turnstile_062_Aa_A_058_AT_H_H_A_124_093_A_061_061_062_Athesis_J_A_061_061_062_Athesis_096, fact_5_Var_I3_J, fact_73_subst__lift, fact_75_ext, fact_87_foldr_Osimps_I1_J, fact_82_listsp_ONil, fact_85_list_Osimps_I3_J, help_pp_2_1_U, fact_22_type_Orecs_I1_J, fact_52_Var_I4_J, fact_83_list_Osimps_I4_J, fact_36_subst__eq, help_fEx_1_1_U, fact_14_typing__elims_I2_J, fact_55_typings_Osimps_I2_J, fact_62_map__ident
% 34.30/22.82  % No. of inferences in proof: 228
% 34.30/22.82  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 22312 ms resp. 21788 ms w/o parsing
% 34.86/22.91  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 34.86/22.91  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------