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

View Problem - Process Solution

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

% Computer : n012.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:49 EDT 2023

% Result   : Theorem 22.58s 11.03s
% Output   : Refutation 23.23s
% Verified : 
% SZS Type : Refutation
%            Derivation depth      :    3
%            Number of leaves      :  162
% Syntax   : Number of formulae    :  275 (  84 unt;  51 typ;   0 def)
%            Number of atoms       :  895 ( 194 equ;   0 cnn)
%            Maximal formula atoms :   96 (   3 avg)
%            Number of connectives : 5966 (  90   ~;  19   |;  55   &;5599   @)
%                                         (  13 <=>; 190  =>;   0  <=;   0 <~>)
%            Maximal formula depth :   24 (  10 avg)
%            Number of types       :    5 (   4 usr)
%            Number of type conns  :   42 (  42   >;   0   *;   0   +;   0  <<)
%            Number of symbols     :   51 (  49 usr;  27 con; 0-5 aty)
%            Number of variables   :  691 (   0   ^; 640   !;  24   ?; 691   :)
%                                         (  27  !>;   0  ?*;   0  @-;   0  @+)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(fFalse_type,type,
    fFalse: bool ).

thf(fTrue_type,type,
    fTrue: bool ).

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

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

thf(t_type,type,
    t: type ).

thf(t2_type,type,
    t2: type ).

thf(t_a_type,type,
    t_a: type ).

thf(t1_type,type,
    t1: type ).

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

thf(a_type,type,
    a: dB ).

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

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

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

thf(i_type,type,
    i: nat ).

thf(ia_type,type,
    ia: nat ).

thf(n_type,type,
    n: nat ).

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

thf(t3_type,type,
    t3: dB ).

thf(u_type,type,
    u: dB ).

thf(ua_type,type,
    ua: dB ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(89,axiom,
    pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ e @ i @ t1 ) @ a ) @ t ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_4_argT) ).

thf(408,plain,
    pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ e @ i @ t1 ) @ a ) @ t ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[89]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(152,plain,
    zero @ nat,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[11]) ).

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

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

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

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

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

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

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

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

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

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

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

thf(321,plain,
    n = i,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[62]) ).

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

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

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

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

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

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

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

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

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

thf(22,axiom,
    pp @ ( aa @ dB @ bool @ it @ ( subst @ a @ u @ i ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_5__096IT_A_Ia_091u_Pi_093_J_096) ).

thf(206,plain,
    pp @ ( aa @ dB @ bool @ it @ ( subst @ a @ u @ i ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[22]) ).

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

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

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

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

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

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

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

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

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

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

thf(27,axiom,
    pp @ ( aa @ dB @ bool @ it @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ u ) @ ( zero_zero @ nat ) ) ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',fact_50__096IT_A_Ilift_Au_A0_J_096) ).

thf(220,plain,
    pp @ ( aa @ dB @ bool @ it @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ u ) @ ( zero_zero @ nat ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[27]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(343,plain,
    pp @ ( aa @ type @ bool @ ( typing @ ( shift @ type @ e @ ( zero_zero @ nat ) @ t ) @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ u ) @ ( zero_zero @ nat ) ) ) @ ( var @ ( zero_zero @ nat ) ) ) ) @ ( foldr @ type @ type @ fun1 @ ts @ t2 ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[71]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(1,conjecture,
    pp @ ( aa @ type @ bool @ ( typing @ e @ ( subst @ a @ u @ i ) ) @ t ),
    file('/export/starexec/sandbox/benchmark/theBenchmark.p',conj_0) ).

thf(2,negated_conjecture,
    ~ ( pp @ ( aa @ type @ bool @ ( typing @ e @ ( subst @ a @ u @ i ) ) @ t ) ),
    inference(neg_conjecture,[status(cth)],[1]) ).

thf(113,plain,
    ~ ( pp @ ( aa @ type @ bool @ ( typing @ e @ ( subst @ a @ u @ i ) ) @ t ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[2]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(263,plain,
    pp @ ( aa @ dB @ bool @ it @ ( aa @ dB @ dB @ ( aa @ dB @ ( fun @ dB @ dB ) @ app @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ u ) @ ( zero_zero @ nat ) ) ) @ ( var @ ( zero_zero @ nat ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[41]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(378,plain,
    ! [A: nat,B: dB,C: dB] :
      ( ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ C ) @ B ) )
     => ( pp @ ( aa @ dB @ bool @ ( aa @ dB @ ( fun @ dB @ bool ) @ beta @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ C ) @ A ) ) @ ( aa @ nat @ dB @ ( aa @ dB @ ( fun @ nat @ dB ) @ lift @ B ) @ A ) ) ) ),
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[82]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(427,plain,
    pp @ fTrue,
    inference(defexp_and_simp_and_etaexpand,[status(thm)],[94]) ).

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

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

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

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

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

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

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

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

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

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

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

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

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

thf(501,plain,
    $false,
    inference(e,[status(thm)],[371,331,447,479,347,333,365,138,408,308,440,340,153,404,288,125,344,421,284,152,261,216,475,164,443,321,485,280,221,428,265,206,307,248,270,380,117,220,366,160,424,275,229,252,197,329,156,188,141,499,225,471,256,311,398,128,343,412,148,264,180,375,291,281,445,335,406,113,318,477,494,367,323,483,240,130,394,226,267,431,490,209,282,327,409,263,336,314,450,363,203,258,351,114,401,171,378,246,207,272,214,242,283,427,200,277,369,486,309,496,232]) ).

%------------------------------------------------------------------------------
%----ORIGINAL SYSTEM OUTPUT
% 0.00/0.11  % Problem  : LCL799_5 : TPTP v8.1.2. Released v6.0.0.
% 0.11/0.15  % Command  : run_Leo-III %s %d
% 0.14/0.35  % Computer : n012.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:25:47 EDT 2023
% 0.14/0.35  % CPUTime  : 
% 0.96/0.88  % [INFO] 	 Parsing problem /export/starexec/sandbox/benchmark/theBenchmark.p ... 
% 1.32/1.08  % [INFO] 	 Parsing done (206ms). 
% 1.68/1.09  % [INFO] 	 Running in sequential loop mode. 
% 2.04/1.29  % [INFO] 	 eprover registered as external prover. 
% 2.04/1.29  % [INFO] 	 cvc4 registered as external prover. 
% 2.04/1.30  % [INFO] 	 Scanning for conjecture ... 
% 2.61/1.41  % [INFO] 	 Found a conjecture and 110 axioms. Running axiom selection ... 
% 2.95/1.49  % [INFO] 	 Axiom selection finished. Selected 110 axioms (removed 0 axioms). 
% 3.46/1.64  % [INFO] 	 Problem is typed first-order (TPTP TFF). 
% 3.46/1.66  % [INFO] 	 Type checking passed. 
% 3.46/1.66  % [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 ... 
% 3.99/1.80  % [INFO] 	 [Domain constraints] Detected constraint on bool 
% 3.99/1.80  % [INFO] 	 [Domain constraints] dom(bool) ⊆ {fTrue,fFalse} 
% 22.58/11.02  % External prover 'e' found a proof!
% 22.58/11.02  % [INFO] 	 Killing All external provers ... 
% 22.58/11.02  % Time passed: 10509ms (effective reasoning time: 9921ms)
% 22.58/11.02  % 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)>
% 22.58/11.03  % Axioms used in derivation (110): fact_36_list__app__typeE, fact_54_lift__type, fact_94_head__Var__reduction, help_fFalse_1_1_U, fact_5__096IT_A_Ia_091u_Pi_093_J_096, fact_48_Var_I2_J, fact_9_argsT, help_COMBS_1_1_U, fact_57_not__Cons__self2, fact_39_dB_Osimps_I2_J, fact_98_lifts__IT, fact_7_Var_I3_J, help_fconj_3_1_U, fact_73_Lambda, fact_61_dB_Osimps_I3_J, fact_68_Var__apps__neq__Abs__apps, fact_17_type_Osimps_I2_J, fact_67_zero__reorient, fact_97_foldl__fun__comm, fact_71_Beta, fact_52_lift_Osimps_I2_J, fact_30_subst__Var__IT, fact_79_beta, fact_20_nT, fact_10_uT_H, fact_38_apps__eq__tail__conv, fact_15__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_72_typing__elims_I3_J, fact_28_list__app__typeI, fact_22_T, fact_41_dB_Osimps_I5_J, fact_13_MI1, fact_77_listsp__conj__eq, fact_64_dB_Osimps_I8_J, fact_95_Cons__step1__Cons, help_fFalse_1_1_T, fact_51__096IT_A_Ilift_Au_A0_A_092_060degree_062_AVar_A0_J_096, fact_65_dB_Osimps_I7_J, fact_69_Abs__App__neq__Var__apps, fact_47_foldl__Cons, fact_74_ext, fact_93_apps__preserves__betas, help_COMBB_1_1_U, fact_46_foldr_Osimps_I2_J, fact_86_lift__preserves__beta, fact_60_Abs, fact_50__096IT_A_Ilift_Au_A0_J_096, fact_85_subject__reduction, fact_35_list__app__typeD, help_fconj_2_1_U, fact_45_list_Oinject, fact_29_var__app__type__eq, fact_96_Cons__step1E, fact_70_list_Osimps_I5_J, fact_34_Var__apps__eq__Var__apps__conv, fact_16__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_6__096ALL_Ae_AT_H_Au_Ai_O_Ae_060i_058T_062_A_092_060turnstile_062_Aa_A_058_AT_H_A_N_N_062_AIT_Au_A_N_N_062_Ae_A_092_060turnstile_062_Au_A_058_AT_A_N_N_062_AIT_A_Ia_091u_Pi_093_J_096, fact_76_IT_OVar, fact_44__096e_0600_058T_H_H_062_A_092_060turnstile_062_Alift_Au_A0_A_092_060degree_062_AVar_A0_A_058_ATs_A_061_062_062_AT_H_096, fact_26_app__Var__IT, arity_Nat_Onat___Groups_Ozero, fact_32_var__app__typesE, fact_63_dB_Osimps_I9_J, fact_14_MI2, fact_2_True, fact_8_subst__lemma, fact_81_appL, fact_84_subst__preserves__beta, fact_4_argT, fact_0_uT, fact_11_Cons, fact_53_lift__IT, fact_42_dB_Osimps_I4_J, help_COMBC_1_1_U, fact_62_Abs__apps__eq__Abs__apps__conv, fact_55_subst__lift, fact_58_typings_Osimps_I2_J, fact_75_abs__typeE, fact_3_uIT, fact_87_beta__cases_I2_J, help_fconj_1_1_U, fact_19_typing_OVar, fact_25_Var__IT, fact_89_beta__cases_I3_J, fact_33_var__app__types, fact_43_subst__eq, fact_59_dB_Osize_I1_J, fact_66_dB_Osimps_I6_J, fact_91_apps__betasE, fact_27_shift__eq, fact_37_subst__App, fact_23_App, fact_18_typing__elims_I1_J, fact_78_IT_Osimps, help_pp_1_1_U, fact_83_abs, fact_88_apps__preserves__beta, fact_80_appR, fact_1__096IT_At_096, fact_90_dB_Osize_I4_J, fact_12_varT, fact_82_beta__cases_I1_J, fact_40_dB_Osimps_I1_J, fact_21_headT, fact_56_not__Cons__self, fact_92_type_Osimps_I6_J, fact_49_Var_I4_J, help_pp_2_1_U, fact_24__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_31_typing__elims_I2_J
% 22.58/11.03  % No. of inferences in proof: 224
% 22.58/11.03  % SZS status Theorem for /export/starexec/sandbox/benchmark/theBenchmark.p : 10509 ms resp. 9921 ms w/o parsing
% 23.23/11.12  % SZS output start Refutation for /export/starexec/sandbox/benchmark/theBenchmark.p
% See solution above
% 23.23/11.12  % [INFO] 	 Killing All external provers ... 
%------------------------------------------------------------------------------