TPTP Problem File: DAT184^1.p
View Solutions
- Solve Problem
%------------------------------------------------------------------------------
% File : DAT184^1 : TPTP v9.0.0. Released v7.0.0.
% Domain : Data Structures
% Problem : Lazy lists II 1062
% Version : [Bla16] axioms : Especial.
% English :
% Refs : [Fri04] Friedrich (2004), Lazy Lists II
% : [RB15] Reynolds & Blanchette (2015), A Decision Procedure for
% : [Bla16] Blanchette (2016), Email to Geoff Sutcliffe
% Source : [Bla16]
% Names : llist2__1062.p [Bla16]
% Status : Theorem
% Rating : 1.00 v7.5.0, 0.33 v7.2.0, 0.50 v7.1.0
% Syntax : Number of formulae : 356 ( 131 unt; 59 typ; 0 def)
% Number of atoms : 716 ( 227 equ; 0 cnn)
% Maximal formula atoms : 7 ( 2 avg)
% Number of connectives : 4125 ( 80 ~; 19 |; 42 &;3651 @)
% ( 0 <=>; 333 =>; 0 <=; 0 <~>)
% Maximal formula depth : 19 ( 8 avg)
% Number of types : 3 ( 2 usr)
% Number of type conns : 144 ( 144 >; 0 *; 0 +; 0 <<)
% Number of symbols : 58 ( 57 usr; 3 con; 0-5 aty)
% Number of variables : 990 ( 17 ^; 898 !; 24 ?; 990 :)
% ( 51 !>; 0 ?*; 0 @-; 0 @+)
% SPC : TH1_THM_EQU_NAR
% Comments : This file was generated by Isabelle (most likely Sledgehammer)
% 2016-07-13 14:51:05.330
%------------------------------------------------------------------------------
%----Could-be-implicit typings (5)
thf(ty_t_Coinductive__List_Ollist,type,
coinductive_llist: $tType > $tType ).
thf(ty_t_Set_Oset,type,
set: $tType > $tType ).
thf(ty_t_Nat_Onat,type,
nat: $tType ).
thf(ty_t_itself,type,
itself: $tType > $tType ).
thf(ty_tf_a,type,
a: $tType ).
%----Explicit typings (54)
thf(sy_cl_Lattices_Obounded__lattice,type,
bounded_lattice:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_HOL_Otype,type,
type:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Groups_Ominus,type,
minus:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Oord,type,
ord:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Otop,type,
top:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Oorder,type,
order:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Groups_Ogroup__add,type,
group_add:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Ono__bot,type,
no_bot:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Ono__top,type,
no_top:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Olinorder,type,
linorder:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Opreorder,type,
preorder:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Oorder__top,type,
order_top:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Owellorder,type,
wellorder:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Orderings_Odense__order,type,
dense_order:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Groups_Ocomm__monoid__diff,type,
comm_monoid_diff:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Groups_Oordered__ab__group__add,type,
ordered_ab_group_add:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Lattices_Obounded__lattice__top,type,
bounded_lattice_top:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Groups_Ocancel__comm__monoid__add,type,
cancel1352612707id_add:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_cl_Groups_Ocancel__ab__semigroup__add,type,
cancel146912293up_add:
!>[A: $tType] : ( ( itself @ A ) > $o ) ).
thf(sy_c_Coinductive__List_Ofinite__lprefix,type,
coindu328551480prefix:
!>[A: $tType] : ( ( coinductive_llist @ A ) > ( coinductive_llist @ A ) > $o ) ).
thf(sy_c_Coinductive__List_Olappend,type,
coinductive_lappend:
!>[A: $tType] : ( ( coinductive_llist @ A ) > ( coinductive_llist @ A ) > ( coinductive_llist @ A ) ) ).
thf(sy_c_Coinductive__List_Olfinite,type,
coinductive_lfinite:
!>[A: $tType] : ( ( coinductive_llist @ A ) > $o ) ).
thf(sy_c_Coinductive__List_Ollast,type,
coinductive_llast:
!>[A: $tType] : ( ( coinductive_llist @ A ) > A ) ).
thf(sy_c_Coinductive__List_Ollist_OLCons,type,
coinductive_LCons:
!>[A: $tType] : ( A > ( coinductive_llist @ A ) > ( coinductive_llist @ A ) ) ).
thf(sy_c_Coinductive__List_Ollist_OLNil,type,
coinductive_LNil:
!>[A: $tType] : ( coinductive_llist @ A ) ).
thf(sy_c_Coinductive__List_Ollist_Olset,type,
coinductive_lset:
!>[A: $tType] : ( ( coinductive_llist @ A ) > ( set @ A ) ) ).
thf(sy_c_Coinductive__List_Olstrict__prefix,type,
coindu1478340336prefix:
!>[A: $tType] : ( ( coinductive_llist @ A ) > ( coinductive_llist @ A ) > $o ) ).
thf(sy_c_Groups_Ominus__class_Ominus,type,
minus_minus:
!>[A: $tType] : ( A > A > A ) ).
thf(sy_c_Groups_Ozero__class_Ozero,type,
zero_zero:
!>[A: $tType] : A ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Oalllsts,type,
lList2435255213lllsts:
!>[A: $tType] : ( ( set @ A ) > ( set @ ( coinductive_llist @ A ) ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Oalllstsp,type,
lList21511617539llstsp:
!>[A: $tType] : ( ( A > $o ) > ( coinductive_llist @ A ) > $o ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Ofinlsts,type,
lList2236698231inlsts:
!>[A: $tType] : ( ( set @ A ) > ( set @ ( coinductive_llist @ A ) ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Ofinlsts__rec,type,
lList21916056377ts_rec:
!>[B: $tType,A: $tType] : ( B > ( A > ( coinductive_llist @ A ) > B > B ) > ( coinductive_llist @ A ) > B ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Ofinpref,type,
lList21202317876inpref:
!>[A: $tType] : ( ( set @ A ) > ( coinductive_llist @ A ) > ( set @ ( coinductive_llist @ A ) ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Ofpslsts,type,
lList22096119349pslsts:
!>[A: $tType] : ( ( set @ A ) > ( set @ ( coinductive_llist @ A ) ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Oinflsts,type,
lList21612149805nflsts:
!>[A: $tType] : ( ( set @ A ) > ( set @ ( coinductive_llist @ A ) ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Olbutlast,type,
lList2370560421utlast:
!>[A: $tType] : ( ( coinductive_llist @ A ) > ( coinductive_llist @ A ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Oldrop,type,
lList2508575361_ldrop:
!>[A: $tType] : ( ( coinductive_llist @ A ) > nat > ( coinductive_llist @ A ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Ollast,type,
lList2170638824_llast:
!>[A: $tType] : ( ( coinductive_llist @ A ) > A ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Ollength,type,
lList21232602520length:
!>[A: $tType] : ( ( coinductive_llist @ A ) > nat ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Olrev,type,
lList2281150353e_lrev:
!>[A: $tType] : ( ( coinductive_llist @ A ) > ( coinductive_llist @ A ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Oltake,type,
lList22119844313_ltake:
!>[A: $tType] : ( ( coinductive_llist @ A ) > nat > ( coinductive_llist @ A ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Oposlsts,type,
lList21148268032oslsts:
!>[A: $tType] : ( ( set @ A ) > ( set @ ( coinductive_llist @ A ) ) ) ).
thf(sy_c_LList2__Mirabelle__hamjzmohle_Osuff,type,
lList21475143548e_suff:
!>[A: $tType] : ( ( set @ A ) > ( coinductive_llist @ A ) > ( set @ ( coinductive_llist @ A ) ) ) ).
thf(sy_c_Lattices_Osup__class_Osup,type,
sup_sup:
!>[A: $tType] : ( A > A > A ) ).
thf(sy_c_Nat_OSuc,type,
suc: nat > nat ).
thf(sy_c_Orderings_Oord__class_Oless,type,
ord_less:
!>[A: $tType] : ( A > A > $o ) ).
thf(sy_c_Orderings_Otop__class_Otop,type,
top_top:
!>[A: $tType] : A ).
thf(sy_c_Pure_Otype,type,
type2:
!>[A: $tType] : ( itself @ A ) ).
thf(sy_c_Set_OCollect,type,
collect:
!>[A: $tType] : ( ( A > $o ) > ( set @ A ) ) ).
thf(sy_c_member,type,
member:
!>[A: $tType] : ( A > ( set @ A ) > $o ) ).
thf(sy_v_A,type,
a2: set @ a ).
thf(sy_v_r,type,
r: coinductive_llist @ a ).
thf(sy_v_t,type,
t: coinductive_llist @ a ).
%----Relevant facts (256)
thf(fact_0_suff__all,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A,S: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList21475143548e_suff @ A @ A2 @ S ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList2435255213lllsts @ A @ A2 ) ) ) ).
% suff_all
thf(fact_1_suff__LNil,axiom,
! [A: $tType,A2: set @ A] :
( ( lList21475143548e_suff @ A @ A2 @ ( coinductive_LNil @ A ) )
= ( lList2435255213lllsts @ A @ A2 ) ) ).
% suff_LNil
thf(fact_2_LNil__suff,axiom,
! [A: $tType,A2: set @ A,S: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ ( coinductive_LNil @ A ) @ ( lList21475143548e_suff @ A @ A2 @ S ) )
= ( S
= ( coinductive_LNil @ A ) ) ) ).
% LNil_suff
thf(fact_3_ldropT,axiom,
! [A: $tType,T: coinductive_llist @ A,A2: set @ A,I: nat] :
( ( member @ ( coinductive_llist @ A ) @ T @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( lList2508575361_ldrop @ A @ T @ I ) @ ( lList2435255213lllsts @ A @ A2 ) ) ) ).
% ldropT
thf(fact_4_alllsts__UNIV,axiom,
! [A: $tType,S: coinductive_llist @ A] : ( member @ ( coinductive_llist @ A ) @ S @ ( lList2435255213lllsts @ A @ ( top_top @ ( set @ A ) ) ) ) ).
% alllsts_UNIV
thf(fact_5_finpref__fin,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A,S: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList21202317876inpref @ A @ A2 @ S ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ A2 ) ) ) ).
% finpref_fin
thf(fact_6_LConsE,axiom,
! [A: $tType,X: A,Xs: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ ( coinductive_LCons @ A @ X @ Xs ) @ ( lList2435255213lllsts @ A @ A2 ) )
= ( ( member @ A @ X @ A2 )
& ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2435255213lllsts @ A @ A2 ) ) ) ) ).
% LConsE
thf(fact_7_infsubsetall,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList2435255213lllsts @ A @ A2 ) ) ) ).
% infsubsetall
thf(fact_8_alllsts_OLNil__all,axiom,
! [A: $tType,A2: set @ A] : ( member @ ( coinductive_llist @ A ) @ ( coinductive_LNil @ A ) @ ( lList2435255213lllsts @ A @ A2 ) ) ).
% alllsts.LNil_all
thf(fact_9_alllsts_OLCons__all,axiom,
! [A: $tType,L: coinductive_llist @ A,A2: set @ A,A3: A] :
( ( member @ ( coinductive_llist @ A ) @ L @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( ( member @ A @ A3 @ A2 )
=> ( member @ ( coinductive_llist @ A ) @ ( coinductive_LCons @ A @ A3 @ L ) @ ( lList2435255213lllsts @ A @ A2 ) ) ) ) ).
% alllsts.LCons_all
thf(fact_10_lappT,axiom,
! [A: $tType,S: coinductive_llist @ A,A2: set @ A,T: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ S @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ T @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ S @ T ) @ ( lList2435255213lllsts @ A @ A2 ) ) ) ) ).
% lappT
thf(fact_11_lapp__all__invT,axiom,
! [A: $tType,R: coinductive_llist @ A,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ R @ S ) @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ R @ ( lList2435255213lllsts @ A @ A2 ) ) ) ).
% lapp_all_invT
thf(fact_12_finite__lemma,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A,B2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2435255213lllsts @ A @ B2 ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ B2 ) ) ) ) ).
% finite_lemma
thf(fact_13_LNil__is__lappend__conv,axiom,
! [A: $tType,S: coinductive_llist @ A,T: coinductive_llist @ A] :
( ( ( coinductive_LNil @ A )
= ( coinductive_lappend @ A @ S @ T ) )
= ( ( S
= ( coinductive_LNil @ A ) )
& ( T
= ( coinductive_LNil @ A ) ) ) ) ).
% LNil_is_lappend_conv
thf(fact_14_lappend__is__LNil__conv,axiom,
! [A: $tType,S: coinductive_llist @ A,T: coinductive_llist @ A] :
( ( ( coinductive_lappend @ A @ S @ T )
= ( coinductive_LNil @ A ) )
= ( ( S
= ( coinductive_LNil @ A ) )
& ( T
= ( coinductive_LNil @ A ) ) ) ) ).
% lappend_is_LNil_conv
thf(fact_15_same__lappend__eq,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,S: coinductive_llist @ A,T: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( ( coinductive_lappend @ A @ R @ S )
= ( coinductive_lappend @ A @ R @ T ) )
= ( S = T ) ) ) ).
% same_lappend_eq
thf(fact_16_lapp__fin__fin__iff,axiom,
! [A: $tType,R: coinductive_llist @ A,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ R @ S ) @ ( lList2236698231inlsts @ A @ A2 ) )
= ( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
& ( member @ ( coinductive_llist @ A ) @ S @ ( lList2236698231inlsts @ A @ A2 ) ) ) ) ).
% lapp_fin_fin_iff
thf(fact_17_lapp__inf,axiom,
! [A: $tType,S: coinductive_llist @ A,A2: set @ A,T: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ S @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( ( coinductive_lappend @ A @ S @ T )
= S ) ) ).
% lapp_inf
thf(fact_18_LList2__Mirabelle__hamjzmohle_Oldrop__LNil,axiom,
! [A: $tType,I: nat] :
( ( lList2508575361_ldrop @ A @ ( coinductive_LNil @ A ) @ I )
= ( coinductive_LNil @ A ) ) ).
% LList2_Mirabelle_hamjzmohle.ldrop_LNil
thf(fact_19_notfin__inf,axiom,
! [A: $tType,X: coinductive_llist @ A] :
( ( ~ ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) ) )
= ( member @ ( coinductive_llist @ A ) @ X @ ( lList21612149805nflsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ).
% notfin_inf
thf(fact_20_notinf__fin,axiom,
! [A: $tType,X: coinductive_llist @ A] :
( ( ~ ( member @ ( coinductive_llist @ A ) @ X @ ( lList21612149805nflsts @ A @ ( top_top @ ( set @ A ) ) ) ) )
= ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ).
% notinf_fin
thf(fact_21_ldrop__fin__iffT,axiom,
! [A: $tType,T: coinductive_llist @ A,I: nat] :
( ( member @ ( coinductive_llist @ A ) @ ( lList2508575361_ldrop @ A @ T @ I ) @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
= ( member @ ( coinductive_llist @ A ) @ T @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ).
% ldrop_fin_iffT
thf(fact_22_ldrop__inf__iffT,axiom,
! [A: $tType,T: coinductive_llist @ A,I: nat] :
( ( member @ ( coinductive_llist @ A ) @ ( lList2508575361_ldrop @ A @ T @ I ) @ ( lList21612149805nflsts @ A @ ( top_top @ ( set @ A ) ) ) )
= ( member @ ( coinductive_llist @ A ) @ T @ ( lList21612149805nflsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ).
% ldrop_inf_iffT
thf(fact_23_inflstsI,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( ~ ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList21612149805nflsts @ A @ A2 ) ) ) ) ).
% inflstsI
thf(fact_24_llistE,axiom,
! [A: $tType,Y: coinductive_llist @ A] :
( ( Y
!= ( coinductive_LNil @ A ) )
=> ~ ! [X21: A,X22: coinductive_llist @ A] :
( Y
!= ( coinductive_LCons @ A @ X21 @ X22 ) ) ) ).
% llistE
thf(fact_25_app__invT,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,S: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ R @ S ) @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ S @ ( lList21612149805nflsts @ A @ A2 ) ) ) ) ).
% app_invT
thf(fact_26_inflstsE,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList21612149805nflsts @ A @ A2 ) )
=> ~ ( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ) ).
% inflstsE
thf(fact_27_finT__simp,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ).
% finT_simp
thf(fact_28_infT__simp,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ R @ ( lList21612149805nflsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ).
% infT_simp
thf(fact_29_inflstsI2,axiom,
! [A: $tType,A3: A,A2: set @ A,T: coinductive_llist @ A] :
( ( member @ A @ A3 @ A2 )
=> ( ( member @ ( coinductive_llist @ A ) @ T @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( coinductive_LCons @ A @ A3 @ T ) @ ( lList21612149805nflsts @ A @ A2 ) ) ) ) ).
% inflstsI2
thf(fact_30_lapp__infT,axiom,
! [A: $tType,R: coinductive_llist @ A,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ R @ S ) @ ( lList21612149805nflsts @ A @ A2 ) )
= ( ( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
& ( member @ ( coinductive_llist @ A ) @ S @ ( lList21612149805nflsts @ A @ A2 ) ) )
| ( member @ ( coinductive_llist @ A ) @ R @ ( lList21612149805nflsts @ A @ A2 ) ) ) ) ).
% lapp_infT
thf(fact_31_fin__finite,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ).
% fin_finite
thf(fact_32_lapp__inv2T,axiom,
! [A: $tType,R: coinductive_llist @ A,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ R @ S ) @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( ( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
& ( member @ ( coinductive_llist @ A ) @ S @ ( lList21612149805nflsts @ A @ A2 ) ) )
| ( member @ ( coinductive_llist @ A ) @ R @ ( lList21612149805nflsts @ A @ A2 ) ) ) ) ).
% lapp_inv2T
thf(fact_33_ldrop__finT,axiom,
! [A: $tType,T: coinductive_llist @ A,A2: set @ A,I: nat] :
( ( member @ ( coinductive_llist @ A ) @ T @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( lList2508575361_ldrop @ A @ T @ I ) @ ( lList2236698231inlsts @ A @ A2 ) ) ) ).
% ldrop_finT
thf(fact_34_ldrop__infT,axiom,
! [A: $tType,T: coinductive_llist @ A,A2: set @ A,I: nat] :
( ( member @ ( coinductive_llist @ A ) @ T @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( lList2508575361_ldrop @ A @ T @ I ) @ ( lList21612149805nflsts @ A @ A2 ) ) ) ).
% ldrop_infT
thf(fact_35_lrev__induct,axiom,
! [A: $tType,Xs: coinductive_llist @ A,A2: set @ A,P: ( coinductive_llist @ A ) > $o] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( P @ ( coinductive_LNil @ A ) )
=> ( ! [X2: A,Xs2: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ Xs2 @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( P @ Xs2 )
=> ( ( member @ A @ X2 @ A2 )
=> ( P @ ( coinductive_lappend @ A @ Xs2 @ ( coinductive_LCons @ A @ X2 @ ( coinductive_LNil @ A ) ) ) ) ) ) )
=> ( P @ Xs ) ) ) ) ).
% lrev_induct
thf(fact_36_drop__nonLNil,axiom,
! [A: $tType,T: coinductive_llist @ A,I: nat] :
( ( ( lList2508575361_ldrop @ A @ T @ I )
!= ( coinductive_LNil @ A ) )
=> ( T
!= ( coinductive_LNil @ A ) ) ) ).
% drop_nonLNil
thf(fact_37_lappfin__finT,axiom,
! [A: $tType,S: coinductive_llist @ A,A2: set @ A,T: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ S @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ T @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ S @ T ) @ ( lList2236698231inlsts @ A @ A2 ) ) ) ) ).
% lappfin_finT
thf(fact_38_fin__inf__cases,axiom,
! [A: $tType,R: coinductive_llist @ A] :
( ~ ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( member @ ( coinductive_llist @ A ) @ R @ ( lList21612149805nflsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ).
% fin_inf_cases
thf(fact_39_finlsts_Ocases,axiom,
! [A: $tType,A3: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ A3 @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( A3
!= ( coinductive_LNil @ A ) )
=> ~ ! [L2: coinductive_llist @ A,A4: A] :
( ( A3
= ( coinductive_LCons @ A @ A4 @ L2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ L2 @ ( lList2236698231inlsts @ A @ A2 ) )
=> ~ ( member @ A @ A4 @ A2 ) ) ) ) ) ).
% finlsts.cases
thf(fact_40_finlsts_Osimps,axiom,
! [A: $tType,A3: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ A3 @ ( lList2236698231inlsts @ A @ A2 ) )
= ( ( A3
= ( coinductive_LNil @ A ) )
| ? [L3: coinductive_llist @ A,A5: A] :
( ( A3
= ( coinductive_LCons @ A @ A5 @ L3 ) )
& ( member @ ( coinductive_llist @ A ) @ L3 @ ( lList2236698231inlsts @ A @ A2 ) )
& ( member @ A @ A5 @ A2 ) ) ) ) ).
% finlsts.simps
thf(fact_41_inflsts__cases,axiom,
! [A: $tType,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ S @ ( lList21612149805nflsts @ A @ A2 ) )
=> ~ ! [A4: A,L2: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ L2 @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( ( member @ A @ A4 @ A2 )
=> ( S
!= ( coinductive_LCons @ A @ A4 @ L2 ) ) ) ) ) ).
% inflsts_cases
thf(fact_42_lapp__allT__iff,axiom,
! [A: $tType,R: coinductive_llist @ A,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ R @ S ) @ ( lList2435255213lllsts @ A @ A2 ) )
= ( ( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
& ( member @ ( coinductive_llist @ A ) @ S @ ( lList2435255213lllsts @ A @ A2 ) ) )
| ( member @ ( coinductive_llist @ A ) @ R @ ( lList21612149805nflsts @ A @ A2 ) ) ) ) ).
% lapp_allT_iff
thf(fact_43_lapp__fin__infT,axiom,
! [A: $tType,S: coinductive_llist @ A,A2: set @ A,T: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ S @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ T @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ S @ T ) @ ( lList21612149805nflsts @ A @ A2 ) ) ) ) ).
% lapp_fin_infT
thf(fact_44_finlsts__induct,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A,P: ( coinductive_llist @ A ) > $o] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ! [L2: coinductive_llist @ A] :
( ( L2
= ( coinductive_LNil @ A ) )
=> ( P @ L2 ) )
=> ( ! [A4: A,L2: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ L2 @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( P @ L2 )
=> ( ( member @ A @ A4 @ A2 )
=> ( P @ ( coinductive_LCons @ A @ A4 @ L2 ) ) ) ) )
=> ( P @ X ) ) ) ) ).
% finlsts_induct
thf(fact_45_mem__Collect__eq,axiom,
! [A: $tType,A3: A,P: A > $o] :
( ( member @ A @ A3 @ ( collect @ A @ P ) )
= ( P @ A3 ) ) ).
% mem_Collect_eq
thf(fact_46_Collect__mem__eq,axiom,
! [A: $tType,A2: set @ A] :
( ( collect @ A
@ ^ [X3: A] : ( member @ A @ X3 @ A2 ) )
= A2 ) ).
% Collect_mem_eq
thf(fact_47_Collect__cong,axiom,
! [A: $tType,P: A > $o,Q: A > $o] :
( ! [X2: A] :
( ( P @ X2 )
= ( Q @ X2 ) )
=> ( ( collect @ A @ P )
= ( collect @ A @ Q ) ) ) ).
% Collect_cong
thf(fact_48_ext,axiom,
! [B: $tType,A: $tType,F: A > B,G: A > B] :
( ! [X2: A] :
( ( F @ X2 )
= ( G @ X2 ) )
=> ( F = G ) ) ).
% ext
thf(fact_49_finlsts_Oinducts,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A,P: ( coinductive_llist @ A ) > $o] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( P @ ( coinductive_LNil @ A ) )
=> ( ! [L2: coinductive_llist @ A,A4: A] :
( ( member @ ( coinductive_llist @ A ) @ L2 @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( P @ L2 )
=> ( ( member @ A @ A4 @ A2 )
=> ( P @ ( coinductive_LCons @ A @ A4 @ L2 ) ) ) ) )
=> ( P @ X ) ) ) ) ).
% finlsts.inducts
thf(fact_50_finlsts_OLNil__fin,axiom,
! [A: $tType,A2: set @ A] : ( member @ ( coinductive_llist @ A ) @ ( coinductive_LNil @ A ) @ ( lList2236698231inlsts @ A @ A2 ) ) ).
% finlsts.LNil_fin
thf(fact_51_finlsts_OLCons__fin,axiom,
! [A: $tType,L: coinductive_llist @ A,A2: set @ A,A3: A] :
( ( member @ ( coinductive_llist @ A ) @ L @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( member @ A @ A3 @ A2 )
=> ( member @ ( coinductive_llist @ A ) @ ( coinductive_LCons @ A @ A3 @ L ) @ ( lList2236698231inlsts @ A @ A2 ) ) ) ) ).
% finlsts.LCons_fin
thf(fact_52_finlsts__rev__cases,axiom,
! [A: $tType,T: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ T @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( T
!= ( coinductive_LNil @ A ) )
=> ~ ! [A4: A,L2: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ L2 @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( member @ A @ A4 @ A2 )
=> ( T
!= ( coinductive_lappend @ A @ L2 @ ( coinductive_LCons @ A @ A4 @ ( coinductive_LNil @ A ) ) ) ) ) ) ) ) ).
% finlsts_rev_cases
thf(fact_53_lapp__fin__fin__lemma,axiom,
! [A: $tType,R: coinductive_llist @ A,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ ( coinductive_lappend @ A @ R @ S ) @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) ) ) ).
% lapp_fin_fin_lemma
thf(fact_54_alllsts_Ocoinduct,axiom,
! [A: $tType,X4: ( coinductive_llist @ A ) > $o,X: coinductive_llist @ A,A2: set @ A] :
( ( X4 @ X )
=> ( ! [X2: coinductive_llist @ A] :
( ( X4 @ X2 )
=> ( ( X2
= ( coinductive_LNil @ A ) )
| ? [L4: coinductive_llist @ A,A6: A] :
( ( X2
= ( coinductive_LCons @ A @ A6 @ L4 ) )
& ( ( X4 @ L4 )
| ( member @ ( coinductive_llist @ A ) @ L4 @ ( lList2435255213lllsts @ A @ A2 ) ) )
& ( member @ A @ A6 @ A2 ) ) ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList2435255213lllsts @ A @ A2 ) ) ) ) ).
% alllsts.coinduct
thf(fact_55_alllsts_Osimps,axiom,
! [A: $tType,A3: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ A3 @ ( lList2435255213lllsts @ A @ A2 ) )
= ( ( A3
= ( coinductive_LNil @ A ) )
| ? [L3: coinductive_llist @ A,A5: A] :
( ( A3
= ( coinductive_LCons @ A @ A5 @ L3 ) )
& ( member @ ( coinductive_llist @ A ) @ L3 @ ( lList2435255213lllsts @ A @ A2 ) )
& ( member @ A @ A5 @ A2 ) ) ) ) ).
% alllsts.simps
thf(fact_56_alllsts_Ocases,axiom,
! [A: $tType,A3: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ A3 @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( ( A3
!= ( coinductive_LNil @ A ) )
=> ~ ! [L2: coinductive_llist @ A,A4: A] :
( ( A3
= ( coinductive_LCons @ A @ A4 @ L2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ L2 @ ( lList2435255213lllsts @ A @ A2 ) )
=> ~ ( member @ A @ A4 @ A2 ) ) ) ) ) ).
% alllsts.cases
thf(fact_57_alllstsE,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( ~ ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList21612149805nflsts @ A @ A2 ) ) ) ) ).
% alllstsE
thf(fact_58_suff__appE,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,T: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ T @ ( lList21475143548e_suff @ A @ A2 @ R ) )
=> ~ ! [S2: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ S2 @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( T
!= ( coinductive_lappend @ A @ R @ S2 ) ) ) ) ) ).
% suff_appE
thf(fact_59_finsubsetall,axiom,
! [A: $tType,X: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ X @ ( lList2435255213lllsts @ A @ A2 ) ) ) ).
% finsubsetall
thf(fact_60_lappend__code_I1_J,axiom,
! [A: $tType,Ys: coinductive_llist @ A] :
( ( coinductive_lappend @ A @ ( coinductive_LNil @ A ) @ Ys )
= Ys ) ).
% lappend_code(1)
thf(fact_61_lappend__LNil2,axiom,
! [A: $tType,Xs: coinductive_llist @ A] :
( ( coinductive_lappend @ A @ Xs @ ( coinductive_LNil @ A ) )
= Xs ) ).
% lappend_LNil2
thf(fact_62_LNil__eq__lappend__iff,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( ( coinductive_LNil @ A )
= ( coinductive_lappend @ A @ Xs @ Ys ) )
= ( ( Xs
= ( coinductive_LNil @ A ) )
& ( Ys
= ( coinductive_LNil @ A ) ) ) ) ).
% LNil_eq_lappend_iff
thf(fact_63_lappend__eq__LNil__iff,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( ( coinductive_lappend @ A @ Xs @ Ys )
= ( coinductive_LNil @ A ) )
= ( ( Xs
= ( coinductive_LNil @ A ) )
& ( Ys
= ( coinductive_LNil @ A ) ) ) ) ).
% lappend_eq_LNil_iff
thf(fact_64_lappend__code_I2_J,axiom,
! [A: $tType,Xa: A,X: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( coinductive_lappend @ A @ ( coinductive_LCons @ A @ Xa @ X ) @ Ys )
= ( coinductive_LCons @ A @ Xa @ ( coinductive_lappend @ A @ X @ Ys ) ) ) ).
% lappend_code(2)
thf(fact_65_lbutlast__snoc,axiom,
! [A: $tType,Xs: coinductive_llist @ A,A2: set @ A,X: A] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( lList2370560421utlast @ A @ ( coinductive_lappend @ A @ Xs @ ( coinductive_LCons @ A @ X @ ( coinductive_LNil @ A ) ) ) )
= Xs ) ) ).
% lbutlast_snoc
thf(fact_66_llast__snoc,axiom,
! [A: $tType,Xs: coinductive_llist @ A,A2: set @ A,X: A] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( lList2170638824_llast @ A @ ( coinductive_lappend @ A @ Xs @ ( coinductive_LCons @ A @ X @ ( coinductive_LNil @ A ) ) ) )
= X ) ) ).
% llast_snoc
thf(fact_67_LList2__Mirabelle__hamjzmohle_Ollast__lappend,axiom,
! [A: $tType,X: coinductive_llist @ A,Y: coinductive_llist @ A,A3: A] :
( ( member @ ( coinductive_llist @ A ) @ X @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( member @ ( coinductive_llist @ A ) @ Y @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( lList2170638824_llast @ A @ ( coinductive_lappend @ A @ X @ ( coinductive_LCons @ A @ A3 @ Y ) ) )
= ( lList2170638824_llast @ A @ ( coinductive_LCons @ A @ A3 @ Y ) ) ) ) ) ).
% LList2_Mirabelle_hamjzmohle.llast_lappend
thf(fact_68_lbutlast__LCons,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,A3: A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( ( R
= ( coinductive_LNil @ A ) )
=> ( ( lList2370560421utlast @ A @ ( coinductive_LCons @ A @ A3 @ R ) )
= ( coinductive_LNil @ A ) ) )
& ( ( R
!= ( coinductive_LNil @ A ) )
=> ( ( lList2370560421utlast @ A @ ( coinductive_LCons @ A @ A3 @ R ) )
= ( coinductive_LCons @ A @ A3 @ ( lList2370560421utlast @ A @ R ) ) ) ) ) ) ).
% lbutlast_LCons
thf(fact_69_lappend__snocL1__conv__LCons2,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Y: A,Ys: coinductive_llist @ A] :
( ( coinductive_lappend @ A @ ( coinductive_lappend @ A @ Xs @ ( coinductive_LCons @ A @ Y @ ( coinductive_LNil @ A ) ) ) @ Ys )
= ( coinductive_lappend @ A @ Xs @ ( coinductive_LCons @ A @ Y @ Ys ) ) ) ).
% lappend_snocL1_conv_LCons2
thf(fact_70_lrev__LCons,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,A3: A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( lList2281150353e_lrev @ A @ ( coinductive_LCons @ A @ A3 @ R ) )
= ( coinductive_lappend @ A @ ( lList2281150353e_lrev @ A @ R ) @ ( coinductive_LCons @ A @ A3 @ ( coinductive_LNil @ A ) ) ) ) ) ).
% lrev_LCons
thf(fact_71_llist_Oinject,axiom,
! [A: $tType,X212: A,X222: coinductive_llist @ A,Y21: A,Y22: coinductive_llist @ A] :
( ( ( coinductive_LCons @ A @ X212 @ X222 )
= ( coinductive_LCons @ A @ Y21 @ Y22 ) )
= ( ( X212 = Y21 )
& ( X222 = Y22 ) ) ) ).
% llist.inject
thf(fact_72_lrev__LNil,axiom,
! [A: $tType] :
( ( lList2281150353e_lrev @ A @ ( coinductive_LNil @ A ) )
= ( coinductive_LNil @ A ) ) ).
% lrev_LNil
thf(fact_73_lrevT,axiom,
! [A: $tType,Xs: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( lList2281150353e_lrev @ A @ Xs ) @ ( lList2236698231inlsts @ A @ A2 ) ) ) ).
% lrevT
thf(fact_74_lbutlast__LNil,axiom,
! [A: $tType] :
( ( lList2370560421utlast @ A @ ( coinductive_LNil @ A ) )
= ( coinductive_LNil @ A ) ) ).
% lbutlast_LNil
thf(fact_75_lrev__is__lrev__conv,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( member @ ( coinductive_llist @ A ) @ Ys @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( ( lList2281150353e_lrev @ A @ Xs )
= ( lList2281150353e_lrev @ A @ Ys ) )
= ( Xs = Ys ) ) ) ) ).
% lrev_is_lrev_conv
thf(fact_76_lrev__lrev__ident,axiom,
! [A: $tType,Xs: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( lList2281150353e_lrev @ A @ ( lList2281150353e_lrev @ A @ Xs ) )
= Xs ) ) ).
% lrev_lrev_ident
thf(fact_77_lrev__is__LNil__conv,axiom,
! [A: $tType,Xs: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( ( lList2281150353e_lrev @ A @ Xs )
= ( coinductive_LNil @ A ) )
= ( Xs
= ( coinductive_LNil @ A ) ) ) ) ).
% lrev_is_LNil_conv
thf(fact_78_LNil__is__lrev__conv,axiom,
! [A: $tType,Xs: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( ( coinductive_LNil @ A )
= ( lList2281150353e_lrev @ A @ Xs ) )
= ( Xs
= ( coinductive_LNil @ A ) ) ) ) ).
% LNil_is_lrev_conv
thf(fact_79_lrev__lappend,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ Xs @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( member @ ( coinductive_llist @ A ) @ Ys @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ( lList2281150353e_lrev @ A @ ( coinductive_lappend @ A @ Xs @ Ys ) )
= ( coinductive_lappend @ A @ ( lList2281150353e_lrev @ A @ Ys ) @ ( lList2281150353e_lrev @ A @ Xs ) ) ) ) ) ).
% lrev_lappend
thf(fact_80_LList2__Mirabelle__hamjzmohle_Ollast__LCons,axiom,
! [B: $tType,R: coinductive_llist @ B,A2: set @ B,A3: B] :
( ( member @ ( coinductive_llist @ B ) @ R @ ( lList2236698231inlsts @ B @ A2 ) )
=> ( ( ( R
= ( coinductive_LNil @ B ) )
=> ( ( lList2170638824_llast @ B @ ( coinductive_LCons @ B @ A3 @ R ) )
= A3 ) )
& ( ( R
!= ( coinductive_LNil @ B ) )
=> ( ( lList2170638824_llast @ B @ ( coinductive_LCons @ B @ A3 @ R ) )
= ( lList2170638824_llast @ B @ R ) ) ) ) ) ).
% LList2_Mirabelle_hamjzmohle.llast_LCons
thf(fact_81_lappend__assoc,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A,Zs: coinductive_llist @ A] :
( ( coinductive_lappend @ A @ ( coinductive_lappend @ A @ Xs @ Ys ) @ Zs )
= ( coinductive_lappend @ A @ Xs @ ( coinductive_lappend @ A @ Ys @ Zs ) ) ) ).
% lappend_assoc
thf(fact_82_neq__LNil__conv,axiom,
! [A: $tType,Xs: coinductive_llist @ A] :
( ( Xs
!= ( coinductive_LNil @ A ) )
= ( ? [X3: A,Xs3: coinductive_llist @ A] :
( Xs
= ( coinductive_LCons @ A @ X3 @ Xs3 ) ) ) ) ).
% neq_LNil_conv
thf(fact_83_llist_Odistinct_I1_J,axiom,
! [A: $tType,X212: A,X222: coinductive_llist @ A] :
( ( coinductive_LNil @ A )
!= ( coinductive_LCons @ A @ X212 @ X222 ) ) ).
% llist.distinct(1)
thf(fact_84_lappend__LNil__LNil,axiom,
! [A: $tType] :
( ( coinductive_lappend @ A @ ( coinductive_LNil @ A ) @ ( coinductive_LNil @ A ) )
= ( coinductive_LNil @ A ) ) ).
% lappend_LNil_LNil
thf(fact_85_lbutlast__lapp__llast,axiom,
! [A: $tType,L: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ L @ ( lList22096119349pslsts @ A @ A2 ) )
=> ( L
= ( coinductive_lappend @ A @ ( lList2370560421utlast @ A @ L ) @ ( coinductive_LCons @ A @ ( lList2170638824_llast @ A @ L ) @ ( coinductive_LNil @ A ) ) ) ) ) ).
% lbutlast_lapp_llast
thf(fact_86_iso__tuple__UNIV__I,axiom,
! [A: $tType,X: A] : ( member @ A @ X @ ( top_top @ ( set @ A ) ) ) ).
% iso_tuple_UNIV_I
thf(fact_87_UNIV__I,axiom,
! [A: $tType,X: A] : ( member @ A @ X @ ( top_top @ ( set @ A ) ) ) ).
% UNIV_I
thf(fact_88_top__apply,axiom,
! [C: $tType,D: $tType] :
( ( top @ C @ ( type2 @ C ) )
=> ( ( top_top @ ( D > C ) )
= ( ^ [X3: D] : ( top_top @ C ) ) ) ) ).
% top_apply
thf(fact_89_poslsts__iff,axiom,
! [A: $tType,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ S @ ( lList21148268032oslsts @ A @ A2 ) )
= ( ( member @ ( coinductive_llist @ A ) @ S @ ( lList2435255213lllsts @ A @ A2 ) )
& ( S
!= ( coinductive_LNil @ A ) ) ) ) ).
% poslsts_iff
thf(fact_90_poslsts__UNIV,axiom,
! [A: $tType,S: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ S @ ( lList21148268032oslsts @ A @ ( top_top @ ( set @ A ) ) ) )
= ( S
!= ( coinductive_LNil @ A ) ) ) ).
% poslsts_UNIV
thf(fact_91_fpslsts__iff,axiom,
! [A: $tType,S: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ S @ ( lList22096119349pslsts @ A @ A2 ) )
= ( ( member @ ( coinductive_llist @ A ) @ S @ ( lList2236698231inlsts @ A @ A2 ) )
& ( S
!= ( coinductive_LNil @ A ) ) ) ) ).
% fpslsts_iff
thf(fact_92_top__set__def,axiom,
! [A: $tType] :
( ( top_top @ ( set @ A ) )
= ( collect @ A @ ( top_top @ ( A > $o ) ) ) ) ).
% top_set_def
thf(fact_93_UNIV__eq__I,axiom,
! [A: $tType,A2: set @ A] :
( ! [X2: A] : ( member @ A @ X2 @ A2 )
=> ( ( top_top @ ( set @ A ) )
= A2 ) ) ).
% UNIV_eq_I
thf(fact_94_UNIV__witness,axiom,
! [A: $tType] :
? [X2: A] : ( member @ A @ X2 @ ( top_top @ ( set @ A ) ) ) ).
% UNIV_witness
thf(fact_95_fps__induct,axiom,
! [A: $tType,L: coinductive_llist @ A,A2: set @ A,P: ( coinductive_llist @ A ) > $o] :
( ( member @ ( coinductive_llist @ A ) @ L @ ( lList22096119349pslsts @ A @ A2 ) )
=> ( ! [A4: A] :
( ( member @ A @ A4 @ A2 )
=> ( P @ ( coinductive_LCons @ A @ A4 @ ( coinductive_LNil @ A ) ) ) )
=> ( ! [A4: A,L2: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ L2 @ ( lList22096119349pslsts @ A @ A2 ) )
=> ( ( P @ L2 )
=> ( ( member @ A @ A4 @ A2 )
=> ( P @ ( coinductive_LCons @ A @ A4 @ L2 ) ) ) ) )
=> ( P @ L ) ) ) ) ).
% fps_induct
thf(fact_96_fpslsts__cases,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList22096119349pslsts @ A @ A2 ) )
=> ~ ! [A4: A,Rs: coinductive_llist @ A] :
( ( R
= ( coinductive_LCons @ A @ A4 @ Rs ) )
=> ( ( member @ A @ A4 @ A2 )
=> ~ ( member @ ( coinductive_llist @ A ) @ Rs @ ( lList2236698231inlsts @ A @ A2 ) ) ) ) ) ).
% fpslsts_cases
thf(fact_97_lapp__suff__llength,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,S: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( lList2508575361_ldrop @ A @ ( coinductive_lappend @ A @ R @ S ) @ ( lList21232602520length @ A @ R ) )
= S ) ) ).
% lapp_suff_llength
thf(fact_98_Coinductive__List_Ofinite__lprefix__nitpick__simps_I3_J,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Y: A,Ys: coinductive_llist @ A] :
( ( coindu328551480prefix @ A @ Xs @ ( coinductive_LCons @ A @ Y @ Ys ) )
= ( ( Xs
= ( coinductive_LNil @ A ) )
| ? [Xs3: coinductive_llist @ A] :
( ( Xs
= ( coinductive_LCons @ A @ Y @ Xs3 ) )
& ( coindu328551480prefix @ A @ Xs3 @ Ys ) ) ) ) ).
% Coinductive_List.finite_lprefix_nitpick_simps(3)
thf(fact_99_take__fin,axiom,
! [A: $tType,T: coinductive_llist @ A,A2: set @ A,I: nat] :
( ( member @ ( coinductive_llist @ A ) @ T @ ( lList2435255213lllsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ ( lList22119844313_ltake @ A @ T @ I ) @ ( lList2236698231inlsts @ A @ A2 ) ) ) ).
% take_fin
thf(fact_100_lstrict__prefix__code_I3_J,axiom,
! [B: $tType,X: B,Xs: coinductive_llist @ B] :
~ ( coindu1478340336prefix @ B @ ( coinductive_LCons @ B @ X @ Xs ) @ ( coinductive_LNil @ B ) ) ).
% lstrict_prefix_code(3)
thf(fact_101_lstrict__prefix__code_I2_J,axiom,
! [B: $tType,Y: B,Ys: coinductive_llist @ B] : ( coindu1478340336prefix @ B @ ( coinductive_LNil @ B ) @ ( coinductive_LCons @ B @ Y @ Ys ) ) ).
% lstrict_prefix_code(2)
thf(fact_102_top1I,axiom,
! [A: $tType,X: A] : ( top_top @ ( A > $o ) @ X ) ).
% top1I
thf(fact_103_LList2__Mirabelle__hamjzmohle_Oltake__LNil,axiom,
! [A: $tType,I: nat] :
( ( lList22119844313_ltake @ A @ ( coinductive_LNil @ A ) @ I )
= ( coinductive_LNil @ A ) ) ).
% LList2_Mirabelle_hamjzmohle.ltake_LNil
thf(fact_104_lstrict__prefix__code_I4_J,axiom,
! [B: $tType,X: B,Xs: coinductive_llist @ B,Y: B,Ys: coinductive_llist @ B] :
( ( coindu1478340336prefix @ B @ ( coinductive_LCons @ B @ X @ Xs ) @ ( coinductive_LCons @ B @ Y @ Ys ) )
= ( ( X = Y )
& ( coindu1478340336prefix @ B @ Xs @ Ys ) ) ) ).
% lstrict_prefix_code(4)
thf(fact_105_lstrict__prefix__code_I1_J,axiom,
! [A: $tType] :
~ ( coindu1478340336prefix @ A @ ( coinductive_LNil @ A ) @ ( coinductive_LNil @ A ) ) ).
% lstrict_prefix_code(1)
thf(fact_106_ltake__fin,axiom,
! [A: $tType,R: coinductive_llist @ A,I: nat] : ( member @ ( coinductive_llist @ A ) @ ( lList22119844313_ltake @ A @ R @ I ) @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) ) ).
% ltake_fin
thf(fact_107_llength__take,axiom,
! [A: $tType,T: coinductive_llist @ A,A2: set @ A,I: nat] :
( ( member @ ( coinductive_llist @ A ) @ T @ ( lList21612149805nflsts @ A @ A2 ) )
=> ( ( lList21232602520length @ A @ ( lList22119844313_ltake @ A @ T @ I ) )
= I ) ) ).
% llength_take
thf(fact_108_ltake__lappend__llength,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,S: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( lList22119844313_ltake @ A @ ( coinductive_lappend @ A @ R @ S ) @ ( lList21232602520length @ A @ R ) )
= R ) ) ).
% ltake_lappend_llength
thf(fact_109_llist__less__induct,axiom,
! [A: $tType,P: ( coinductive_llist @ A ) > $o,Xs: coinductive_llist @ A] :
( ! [Xs2: coinductive_llist @ A] :
( ! [Ys2: coinductive_llist @ A] :
( ( coindu1478340336prefix @ A @ Ys2 @ Xs2 )
=> ( P @ Ys2 ) )
=> ( P @ Xs2 ) )
=> ( P @ Xs ) ) ).
% llist_less_induct
thf(fact_110_llength__drop__take,axiom,
! [A: $tType,T: coinductive_llist @ A,I: nat] :
( ( ( lList2508575361_ldrop @ A @ T @ I )
!= ( coinductive_LNil @ A ) )
=> ( ( lList21232602520length @ A @ ( lList22119844313_ltake @ A @ T @ I ) )
= I ) ) ).
% llength_drop_take
thf(fact_111_Coinductive__List_Ofinite__lprefix__nitpick__simps_I1_J,axiom,
! [A: $tType,Xs: coinductive_llist @ A] :
( ( coindu328551480prefix @ A @ Xs @ ( coinductive_LNil @ A ) )
= ( Xs
= ( coinductive_LNil @ A ) ) ) ).
% Coinductive_List.finite_lprefix_nitpick_simps(1)
thf(fact_112_Coinductive__List_Ofinite__lprefix__nitpick__simps_I2_J,axiom,
! [A: $tType,Xs: coinductive_llist @ A] : ( coindu328551480prefix @ A @ ( coinductive_LNil @ A ) @ Xs ) ).
% Coinductive_List.finite_lprefix_nitpick_simps(2)
thf(fact_113_ltake__ldrop__id,axiom,
! [A: $tType,X: coinductive_llist @ A,I: nat] :
( ( coinductive_lappend @ A @ ( lList22119844313_ltake @ A @ X @ I ) @ ( lList2508575361_ldrop @ A @ X @ I ) )
= X ) ).
% ltake_ldrop_id
thf(fact_114_top__empty__eq,axiom,
! [A: $tType] :
( ( top_top @ ( A > $o ) )
= ( ^ [X3: A] : ( member @ A @ X3 @ ( top_top @ ( set @ A ) ) ) ) ) ).
% top_empty_eq
thf(fact_115_top__conj_I1_J,axiom,
! [A: $tType,X: A,P: $o] :
( ( ( top_top @ ( A > $o ) @ X )
& P )
= P ) ).
% top_conj(1)
thf(fact_116_top__conj_I2_J,axiom,
! [A: $tType,P: $o,X: A] :
( ( P
& ( top_top @ ( A > $o ) @ X ) )
= P ) ).
% top_conj(2)
thf(fact_117_inflsts__def,axiom,
! [A: $tType] :
( ( lList21612149805nflsts @ A )
= ( ^ [A7: set @ A] : ( minus_minus @ ( set @ ( coinductive_llist @ A ) ) @ ( lList2435255213lllsts @ A @ A7 ) @ ( lList2236698231inlsts @ A @ ( top_top @ ( set @ A ) ) ) ) ) ) ).
% inflsts_def
thf(fact_118_finlsts__rec__LCons__def,axiom,
! [B: $tType,A: $tType,F: ( coinductive_llist @ A ) > B,C2: B,D2: A > ( coinductive_llist @ A ) > B > B,R: coinductive_llist @ A,A2: set @ A,A3: A] :
( ( F
= ( lList21916056377ts_rec @ B @ A @ C2 @ D2 ) )
=> ( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( F @ ( coinductive_LCons @ A @ A3 @ R ) )
= ( D2 @ A3 @ R @ ( F @ R ) ) ) ) ) ).
% finlsts_rec_LCons_def
thf(fact_119_Diff__idemp,axiom,
! [A: $tType,A2: set @ A,B2: set @ A] :
( ( minus_minus @ ( set @ A ) @ ( minus_minus @ ( set @ A ) @ A2 @ B2 ) @ B2 )
= ( minus_minus @ ( set @ A ) @ A2 @ B2 ) ) ).
% Diff_idemp
thf(fact_120_Diff__iff,axiom,
! [A: $tType,C2: A,A2: set @ A,B2: set @ A] :
( ( member @ A @ C2 @ ( minus_minus @ ( set @ A ) @ A2 @ B2 ) )
= ( ( member @ A @ C2 @ A2 )
& ~ ( member @ A @ C2 @ B2 ) ) ) ).
% Diff_iff
thf(fact_121_DiffI,axiom,
! [A: $tType,C2: A,A2: set @ A,B2: set @ A] :
( ( member @ A @ C2 @ A2 )
=> ( ~ ( member @ A @ C2 @ B2 )
=> ( member @ A @ C2 @ ( minus_minus @ ( set @ A ) @ A2 @ B2 ) ) ) ) ).
% DiffI
thf(fact_122_DiffD2,axiom,
! [A: $tType,C2: A,A2: set @ A,B2: set @ A] :
( ( member @ A @ C2 @ ( minus_minus @ ( set @ A ) @ A2 @ B2 ) )
=> ~ ( member @ A @ C2 @ B2 ) ) ).
% DiffD2
thf(fact_123_DiffD1,axiom,
! [A: $tType,C2: A,A2: set @ A,B2: set @ A] :
( ( member @ A @ C2 @ ( minus_minus @ ( set @ A ) @ A2 @ B2 ) )
=> ( member @ A @ C2 @ A2 ) ) ).
% DiffD1
thf(fact_124_DiffE,axiom,
! [A: $tType,C2: A,A2: set @ A,B2: set @ A] :
( ( member @ A @ C2 @ ( minus_minus @ ( set @ A ) @ A2 @ B2 ) )
=> ~ ( ( member @ A @ C2 @ A2 )
=> ( member @ A @ C2 @ B2 ) ) ) ).
% DiffE
thf(fact_125_finlsts__rec__LNil,axiom,
! [B: $tType,A: $tType,C2: A,D2: B > ( coinductive_llist @ B ) > A > A] :
( ( lList21916056377ts_rec @ A @ B @ C2 @ D2 @ ( coinductive_LNil @ B ) )
= C2 ) ).
% finlsts_rec_LNil
thf(fact_126_finlsts__rec__LNil__def,axiom,
! [A: $tType,B: $tType,F: ( coinductive_llist @ A ) > B,C2: B,D2: A > ( coinductive_llist @ A ) > B > B] :
( ( F
= ( lList21916056377ts_rec @ B @ A @ C2 @ D2 ) )
=> ( ( F @ ( coinductive_LNil @ A ) )
= C2 ) ) ).
% finlsts_rec_LNil_def
thf(fact_127_finlsts__rec__LCons,axiom,
! [B: $tType,A: $tType,R: coinductive_llist @ A,A2: set @ A,C2: B,D2: A > ( coinductive_llist @ A ) > B > B,A3: A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( lList21916056377ts_rec @ B @ A @ C2 @ D2 @ ( coinductive_LCons @ A @ A3 @ R ) )
= ( D2 @ A3 @ R @ ( lList21916056377ts_rec @ B @ A @ C2 @ D2 @ R ) ) ) ) ).
% finlsts_rec_LCons
thf(fact_128_minus__apply,axiom,
! [B: $tType,A: $tType] :
( ( minus @ B @ ( type2 @ B ) )
=> ( ( minus_minus @ ( A > B ) )
= ( ^ [A7: A > B,B3: A > B,X3: A] : ( minus_minus @ B @ ( A7 @ X3 ) @ ( B3 @ X3 ) ) ) ) ) ).
% minus_apply
thf(fact_129_LList2__Mirabelle__hamjzmohle_Ollength__LCons,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,A3: A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( lList21232602520length @ A @ ( coinductive_LCons @ A @ A3 @ R ) )
= ( suc @ ( lList21232602520length @ A @ R ) ) ) ) ).
% LList2_Mirabelle_hamjzmohle.llength_LCons
thf(fact_130_llast__singleton,axiom,
! [A: $tType,X: A] :
( ( coinductive_llast @ A @ ( coinductive_LCons @ A @ X @ ( coinductive_LNil @ A ) ) )
= X ) ).
% llast_singleton
thf(fact_131_take__inf__less,axiom,
! [A: $tType,T: coinductive_llist @ A,I: nat] :
( ( member @ ( coinductive_llist @ A ) @ T @ ( lList21612149805nflsts @ A @ ( top_top @ ( set @ A ) ) ) )
=> ( ord_less @ ( coinductive_llist @ A ) @ ( lList22119844313_ltake @ A @ T @ I ) @ T ) ) ).
% take_inf_less
thf(fact_132_llast__LCons2,axiom,
! [A: $tType,X: A,Y: A,Xs: coinductive_llist @ A] :
( ( coinductive_llast @ A @ ( coinductive_LCons @ A @ X @ ( coinductive_LCons @ A @ Y @ Xs ) ) )
= ( coinductive_llast @ A @ ( coinductive_LCons @ A @ Y @ Xs ) ) ) ).
% llast_LCons2
thf(fact_133_less__LCons,axiom,
! [A: $tType,A3: A,R: coinductive_llist @ A,B4: A,T: coinductive_llist @ A] :
( ( ord_less @ ( coinductive_llist @ A ) @ ( coinductive_LCons @ A @ A3 @ R ) @ ( coinductive_LCons @ A @ B4 @ T ) )
= ( ( A3 = B4 )
& ( ord_less @ ( coinductive_llist @ A ) @ R @ T ) ) ) ).
% less_LCons
thf(fact_134_llist__less__finT,axiom,
! [A: $tType,R: coinductive_llist @ A,S: coinductive_llist @ A,A2: set @ A] :
( ( ord_less @ ( coinductive_llist @ A ) @ R @ S )
=> ( ( member @ ( coinductive_llist @ A ) @ S @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) ) ) ) ).
% llist_less_finT
thf(fact_135_LNil__less__LCons,axiom,
! [A: $tType,A3: A,T: coinductive_llist @ A] : ( ord_less @ ( coinductive_llist @ A ) @ ( coinductive_LNil @ A ) @ ( coinductive_LCons @ A @ A3 @ T ) ) ).
% LNil_less_LCons
thf(fact_136_top_Onot__eq__extremum,axiom,
! [A: $tType] :
( ( order_top @ A @ ( type2 @ A ) )
=> ! [A3: A] :
( ( A3
!= ( top_top @ A ) )
= ( ord_less @ A @ A3 @ ( top_top @ A ) ) ) ) ).
% top.not_eq_extremum
thf(fact_137_top_Oextremum__strict,axiom,
! [A: $tType] :
( ( order_top @ A @ ( type2 @ A ) )
=> ! [A3: A] :
~ ( ord_less @ A @ ( top_top @ A ) @ A3 ) ) ).
% top.extremum_strict
thf(fact_138_not__less__LNil,axiom,
! [A: $tType,R: coinductive_llist @ A] :
~ ( ord_less @ ( coinductive_llist @ A ) @ R @ ( coinductive_LNil @ A ) ) ).
% not_less_LNil
thf(fact_139_ord__eq__less__subst,axiom,
! [A: $tType,B: $tType] :
( ( ( ord @ B @ ( type2 @ B ) )
& ( ord @ A @ ( type2 @ A ) ) )
=> ! [A3: A,F: B > A,B4: B,C2: B] :
( ( A3
= ( F @ B4 ) )
=> ( ( ord_less @ B @ B4 @ C2 )
=> ( ! [X2: B,Y2: B] :
( ( ord_less @ B @ X2 @ Y2 )
=> ( ord_less @ A @ ( F @ X2 ) @ ( F @ Y2 ) ) )
=> ( ord_less @ A @ A3 @ ( F @ C2 ) ) ) ) ) ) ).
% ord_eq_less_subst
thf(fact_140_ord__less__eq__subst,axiom,
! [A: $tType,B: $tType] :
( ( ( ord @ B @ ( type2 @ B ) )
& ( ord @ A @ ( type2 @ A ) ) )
=> ! [A3: A,B4: A,F: A > B,C2: B] :
( ( ord_less @ A @ A3 @ B4 )
=> ( ( ( F @ B4 )
= C2 )
=> ( ! [X2: A,Y2: A] :
( ( ord_less @ A @ X2 @ Y2 )
=> ( ord_less @ B @ ( F @ X2 ) @ ( F @ Y2 ) ) )
=> ( ord_less @ B @ ( F @ A3 ) @ C2 ) ) ) ) ) ).
% ord_less_eq_subst
thf(fact_141_order__less__subst1,axiom,
! [A: $tType,B: $tType] :
( ( ( order @ B @ ( type2 @ B ) )
& ( order @ A @ ( type2 @ A ) ) )
=> ! [A3: A,F: B > A,B4: B,C2: B] :
( ( ord_less @ A @ A3 @ ( F @ B4 ) )
=> ( ( ord_less @ B @ B4 @ C2 )
=> ( ! [X2: B,Y2: B] :
( ( ord_less @ B @ X2 @ Y2 )
=> ( ord_less @ A @ ( F @ X2 ) @ ( F @ Y2 ) ) )
=> ( ord_less @ A @ A3 @ ( F @ C2 ) ) ) ) ) ) ).
% order_less_subst1
thf(fact_142_order__less__subst2,axiom,
! [A: $tType,C: $tType] :
( ( ( order @ C @ ( type2 @ C ) )
& ( order @ A @ ( type2 @ A ) ) )
=> ! [A3: A,B4: A,F: A > C,C2: C] :
( ( ord_less @ A @ A3 @ B4 )
=> ( ( ord_less @ C @ ( F @ B4 ) @ C2 )
=> ( ! [X2: A,Y2: A] :
( ( ord_less @ A @ X2 @ Y2 )
=> ( ord_less @ C @ ( F @ X2 ) @ ( F @ Y2 ) ) )
=> ( ord_less @ C @ ( F @ A3 ) @ C2 ) ) ) ) ) ).
% order_less_subst2
thf(fact_143_lt__ex,axiom,
! [A: $tType] :
( ( no_bot @ A @ ( type2 @ A ) )
=> ! [X: A] :
? [Y2: A] : ( ord_less @ A @ Y2 @ X ) ) ).
% lt_ex
thf(fact_144_gt__ex,axiom,
! [A: $tType] :
( ( no_top @ A @ ( type2 @ A ) )
=> ! [X: A] :
? [X1: A] : ( ord_less @ A @ X @ X1 ) ) ).
% gt_ex
thf(fact_145_neqE,axiom,
! [A: $tType] :
( ( linorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( X != Y )
=> ( ~ ( ord_less @ A @ X @ Y )
=> ( ord_less @ A @ Y @ X ) ) ) ) ).
% neqE
thf(fact_146_neq__iff,axiom,
! [A: $tType] :
( ( linorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( X != Y )
= ( ( ord_less @ A @ X @ Y )
| ( ord_less @ A @ Y @ X ) ) ) ) ).
% neq_iff
thf(fact_147_order_Oasym,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A] :
( ( ord_less @ A @ A3 @ B4 )
=> ~ ( ord_less @ A @ B4 @ A3 ) ) ) ).
% order.asym
thf(fact_148_dense,axiom,
! [A: $tType] :
( ( dense_order @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ord_less @ A @ X @ Y )
=> ? [Z: A] :
( ( ord_less @ A @ X @ Z )
& ( ord_less @ A @ Z @ Y ) ) ) ) ).
% dense
thf(fact_149_less__imp__neq,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ord_less @ A @ X @ Y )
=> ( X != Y ) ) ) ).
% less_imp_neq
thf(fact_150_less__asym,axiom,
! [A: $tType] :
( ( preorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ord_less @ A @ X @ Y )
=> ~ ( ord_less @ A @ Y @ X ) ) ) ).
% less_asym
thf(fact_151_less__asym_H,axiom,
! [A: $tType] :
( ( preorder @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A] :
( ( ord_less @ A @ A3 @ B4 )
=> ~ ( ord_less @ A @ B4 @ A3 ) ) ) ).
% less_asym'
thf(fact_152_less__trans,axiom,
! [A: $tType] :
( ( preorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A,Z2: A] :
( ( ord_less @ A @ X @ Y )
=> ( ( ord_less @ A @ Y @ Z2 )
=> ( ord_less @ A @ X @ Z2 ) ) ) ) ).
% less_trans
thf(fact_153_less__linear,axiom,
! [A: $tType] :
( ( linorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ord_less @ A @ X @ Y )
| ( X = Y )
| ( ord_less @ A @ Y @ X ) ) ) ).
% less_linear
thf(fact_154_less__irrefl,axiom,
! [A: $tType] :
( ( preorder @ A @ ( type2 @ A ) )
=> ! [X: A] :
~ ( ord_less @ A @ X @ X ) ) ).
% less_irrefl
thf(fact_155_ord__eq__less__trans,axiom,
! [A: $tType] :
( ( ord @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A,C2: A] :
( ( A3 = B4 )
=> ( ( ord_less @ A @ B4 @ C2 )
=> ( ord_less @ A @ A3 @ C2 ) ) ) ) ).
% ord_eq_less_trans
thf(fact_156_ord__less__eq__trans,axiom,
! [A: $tType] :
( ( ord @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A,C2: A] :
( ( ord_less @ A @ A3 @ B4 )
=> ( ( B4 = C2 )
=> ( ord_less @ A @ A3 @ C2 ) ) ) ) ).
% ord_less_eq_trans
thf(fact_157_dual__order_Oasym,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [B4: A,A3: A] :
( ( ord_less @ A @ B4 @ A3 )
=> ~ ( ord_less @ A @ A3 @ B4 ) ) ) ).
% dual_order.asym
thf(fact_158_less__imp__not__eq,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ord_less @ A @ X @ Y )
=> ( X != Y ) ) ) ).
% less_imp_not_eq
thf(fact_159_less__not__sym,axiom,
! [A: $tType] :
( ( preorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ord_less @ A @ X @ Y )
=> ~ ( ord_less @ A @ Y @ X ) ) ) ).
% less_not_sym
thf(fact_160_less__induct,axiom,
! [A: $tType] :
( ( wellorder @ A @ ( type2 @ A ) )
=> ! [P: A > $o,A3: A] :
( ! [X2: A] :
( ! [Y3: A] :
( ( ord_less @ A @ Y3 @ X2 )
=> ( P @ Y3 ) )
=> ( P @ X2 ) )
=> ( P @ A3 ) ) ) ).
% less_induct
thf(fact_161_antisym__conv3,axiom,
! [A: $tType] :
( ( linorder @ A @ ( type2 @ A ) )
=> ! [Y: A,X: A] :
( ~ ( ord_less @ A @ Y @ X )
=> ( ( ~ ( ord_less @ A @ X @ Y ) )
= ( X = Y ) ) ) ) ).
% antisym_conv3
thf(fact_162_less__imp__not__eq2,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ord_less @ A @ X @ Y )
=> ( Y != X ) ) ) ).
% less_imp_not_eq2
thf(fact_163_less__imp__triv,axiom,
! [A: $tType] :
( ( preorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A,P: $o] :
( ( ord_less @ A @ X @ Y )
=> ( ( ord_less @ A @ Y @ X )
=> P ) ) ) ).
% less_imp_triv
thf(fact_164_linorder__cases,axiom,
! [A: $tType] :
( ( linorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ~ ( ord_less @ A @ X @ Y )
=> ( ( X != Y )
=> ( ord_less @ A @ Y @ X ) ) ) ) ).
% linorder_cases
thf(fact_165_dual__order_Oirrefl,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [A3: A] :
~ ( ord_less @ A @ A3 @ A3 ) ) ).
% dual_order.irrefl
thf(fact_166_order_Ostrict__trans,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A,C2: A] :
( ( ord_less @ A @ A3 @ B4 )
=> ( ( ord_less @ A @ B4 @ C2 )
=> ( ord_less @ A @ A3 @ C2 ) ) ) ) ).
% order.strict_trans
thf(fact_167_less__imp__not__less,axiom,
! [A: $tType] :
( ( preorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ord_less @ A @ X @ Y )
=> ~ ( ord_less @ A @ Y @ X ) ) ) ).
% less_imp_not_less
thf(fact_168_dual__order_Ostrict__trans,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [B4: A,A3: A,C2: A] :
( ( ord_less @ A @ B4 @ A3 )
=> ( ( ord_less @ A @ C2 @ B4 )
=> ( ord_less @ A @ C2 @ A3 ) ) ) ) ).
% dual_order.strict_trans
thf(fact_169_not__less__iff__gr__or__eq,axiom,
! [A: $tType] :
( ( linorder @ A @ ( type2 @ A ) )
=> ! [X: A,Y: A] :
( ( ~ ( ord_less @ A @ X @ Y ) )
= ( ( ord_less @ A @ Y @ X )
| ( X = Y ) ) ) ) ).
% not_less_iff_gr_or_eq
thf(fact_170_order_Ostrict__implies__not__eq,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A] :
( ( ord_less @ A @ A3 @ B4 )
=> ( A3 != B4 ) ) ) ).
% order.strict_implies_not_eq
thf(fact_171_dual__order_Ostrict__implies__not__eq,axiom,
! [A: $tType] :
( ( order @ A @ ( type2 @ A ) )
=> ! [B4: A,A3: A] :
( ( ord_less @ A @ B4 @ A3 )
=> ( A3 != B4 ) ) ) ).
% dual_order.strict_implies_not_eq
thf(fact_172_ltake__LCons__Suc,axiom,
! [A: $tType,A3: A,L: coinductive_llist @ A,I: nat] :
( ( lList22119844313_ltake @ A @ ( coinductive_LCons @ A @ A3 @ L ) @ ( suc @ I ) )
= ( coinductive_LCons @ A @ A3 @ ( lList22119844313_ltake @ A @ L @ I ) ) ) ).
% ltake_LCons_Suc
thf(fact_173_fun__diff__def,axiom,
! [B: $tType,A: $tType] :
( ( minus @ B @ ( type2 @ B ) )
=> ( ( minus_minus @ ( A > B ) )
= ( ^ [A7: A > B,B3: A > B,X3: A] : ( minus_minus @ B @ ( A7 @ X3 ) @ ( B3 @ X3 ) ) ) ) ) ).
% fun_diff_def
thf(fact_174_diff__Suc__Suc,axiom,
! [M: nat,N: nat] :
( ( minus_minus @ nat @ ( suc @ M ) @ ( suc @ N ) )
= ( minus_minus @ nat @ M @ N ) ) ).
% diff_Suc_Suc
thf(fact_175_Suc__diff__diff,axiom,
! [M: nat,N: nat,K: nat] :
( ( minus_minus @ nat @ ( minus_minus @ nat @ ( suc @ M ) @ N ) @ ( suc @ K ) )
= ( minus_minus @ nat @ ( minus_minus @ nat @ M @ N ) @ K ) ) ).
% Suc_diff_diff
thf(fact_176_diff__strict__mono,axiom,
! [A: $tType] :
( ( ordered_ab_group_add @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A,D2: A,C2: A] :
( ( ord_less @ A @ A3 @ B4 )
=> ( ( ord_less @ A @ D2 @ C2 )
=> ( ord_less @ A @ ( minus_minus @ A @ A3 @ C2 ) @ ( minus_minus @ A @ B4 @ D2 ) ) ) ) ) ).
% diff_strict_mono
thf(fact_177_diff__eq__diff__less,axiom,
! [A: $tType] :
( ( ordered_ab_group_add @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A,C2: A,D2: A] :
( ( ( minus_minus @ A @ A3 @ B4 )
= ( minus_minus @ A @ C2 @ D2 ) )
=> ( ( ord_less @ A @ A3 @ B4 )
= ( ord_less @ A @ C2 @ D2 ) ) ) ) ).
% diff_eq_diff_less
thf(fact_178_LList2__Mirabelle__hamjzmohle_Ollength__mono,axiom,
! [A: $tType,R: coinductive_llist @ A,A2: set @ A,S: coinductive_llist @ A] :
( ( member @ ( coinductive_llist @ A ) @ R @ ( lList2236698231inlsts @ A @ A2 ) )
=> ( ( ord_less @ ( coinductive_llist @ A ) @ S @ R )
=> ( ord_less @ nat @ ( lList21232602520length @ A @ S ) @ ( lList21232602520length @ A @ R ) ) ) ) ).
% LList2_Mirabelle_hamjzmohle.llength_mono
thf(fact_179_Suc__diff__Suc,axiom,
! [N: nat,M: nat] :
( ( ord_less @ nat @ N @ M )
=> ( ( suc @ ( minus_minus @ nat @ M @ ( suc @ N ) ) )
= ( minus_minus @ nat @ M @ N ) ) ) ).
% Suc_diff_Suc
thf(fact_180_diff__commute,axiom,
! [I: nat,J: nat,K: nat] :
( ( minus_minus @ nat @ ( minus_minus @ nat @ I @ J ) @ K )
= ( minus_minus @ nat @ ( minus_minus @ nat @ I @ K ) @ J ) ) ).
% diff_commute
thf(fact_181_diff__less__Suc,axiom,
! [M: nat,N: nat] : ( ord_less @ nat @ ( minus_minus @ nat @ M @ N ) @ ( suc @ M ) ) ).
% diff_less_Suc
thf(fact_182_diff__less__mono2,axiom,
! [M: nat,N: nat,L: nat] :
( ( ord_less @ nat @ M @ N )
=> ( ( ord_less @ nat @ M @ L )
=> ( ord_less @ nat @ ( minus_minus @ nat @ L @ N ) @ ( minus_minus @ nat @ L @ M ) ) ) ) ).
% diff_less_mono2
thf(fact_183_less__imp__diff__less,axiom,
! [J: nat,K: nat,N: nat] :
( ( ord_less @ nat @ J @ K )
=> ( ord_less @ nat @ ( minus_minus @ nat @ J @ N ) @ K ) ) ).
% less_imp_diff_less
thf(fact_184_psubset__imp__ex__mem,axiom,
! [A: $tType,A2: set @ A,B2: set @ A] :
( ( ord_less @ ( set @ A ) @ A2 @ B2 )
=> ? [B5: A] : ( member @ A @ B5 @ ( minus_minus @ ( set @ A ) @ B2 @ A2 ) ) ) ).
% psubset_imp_ex_mem
thf(fact_185_diff__eq__diff__eq,axiom,
! [A: $tType] :
( ( group_add @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A,C2: A,D2: A] :
( ( ( minus_minus @ A @ A3 @ B4 )
= ( minus_minus @ A @ C2 @ D2 ) )
=> ( ( A3 = B4 )
= ( C2 = D2 ) ) ) ) ).
% diff_eq_diff_eq
thf(fact_186_diff__right__commute,axiom,
! [A: $tType] :
( ( cancel146912293up_add @ A @ ( type2 @ A ) )
=> ! [A3: A,C2: A,B4: A] :
( ( minus_minus @ A @ ( minus_minus @ A @ A3 @ C2 ) @ B4 )
= ( minus_minus @ A @ ( minus_minus @ A @ A3 @ B4 ) @ C2 ) ) ) ).
% diff_right_commute
thf(fact_187_zero__induct__lemma,axiom,
! [P: nat > $o,K: nat,I: nat] :
( ( P @ K )
=> ( ! [N2: nat] :
( ( P @ ( suc @ N2 ) )
=> ( P @ N2 ) )
=> ( P @ ( minus_minus @ nat @ K @ I ) ) ) ) ).
% zero_induct_lemma
thf(fact_188_lapp__take__less,axiom,
! [A: $tType,I: nat,R: coinductive_llist @ A,S: coinductive_llist @ A] :
( ( ord_less @ nat @ I @ ( lList21232602520length @ A @ R ) )
=> ( ord_less @ ( coinductive_llist @ A ) @ ( lList22119844313_ltake @ A @ ( coinductive_lappend @ A @ R @ S ) @ I ) @ R ) ) ).
% lapp_take_less
thf(fact_189_diff__strict__right__mono,axiom,
! [A: $tType] :
( ( ordered_ab_group_add @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A,C2: A] :
( ( ord_less @ A @ A3 @ B4 )
=> ( ord_less @ A @ ( minus_minus @ A @ A3 @ C2 ) @ ( minus_minus @ A @ B4 @ C2 ) ) ) ) ).
% diff_strict_right_mono
thf(fact_190_diff__strict__left__mono,axiom,
! [A: $tType] :
( ( ordered_ab_group_add @ A @ ( type2 @ A ) )
=> ! [B4: A,A3: A,C2: A] :
( ( ord_less @ A @ B4 @ A3 )
=> ( ord_less @ A @ ( minus_minus @ A @ C2 @ A3 ) @ ( minus_minus @ A @ C2 @ B4 ) ) ) ) ).
% diff_strict_left_mono
thf(fact_191_llast__lappend__LCons,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Y: A,Ys: coinductive_llist @ A] :
( ( coinductive_lfinite @ A @ Xs )
=> ( ( coinductive_llast @ A @ ( coinductive_lappend @ A @ Xs @ ( coinductive_LCons @ A @ Y @ Ys ) ) )
= ( coinductive_llast @ A @ ( coinductive_LCons @ A @ Y @ Ys ) ) ) ) ).
% llast_lappend_LCons
thf(fact_192_fin__Un__inf,axiom,
! [A: $tType,A2: set @ A] :
( ( sup_sup @ ( set @ ( coinductive_llist @ A ) ) @ ( lList2236698231inlsts @ A @ A2 ) @ ( lList21612149805nflsts @ A @ A2 ) )
= ( lList2435255213lllsts @ A @ A2 ) ) ).
% fin_Un_inf
thf(fact_193_alllstsp_Ocases,axiom,
! [A: $tType,A2: A > $o,A3: coinductive_llist @ A] :
( ( lList21511617539llstsp @ A @ A2 @ A3 )
=> ( ( A3
!= ( coinductive_LNil @ A ) )
=> ~ ! [L2: coinductive_llist @ A,A4: A] :
( ( A3
= ( coinductive_LCons @ A @ A4 @ L2 ) )
=> ( ( lList21511617539llstsp @ A @ A2 @ L2 )
=> ~ ( A2 @ A4 ) ) ) ) ) ).
% alllstsp.cases
thf(fact_194_UnCI,axiom,
! [A: $tType,C2: A,B2: set @ A,A2: set @ A] :
( ( ~ ( member @ A @ C2 @ B2 )
=> ( member @ A @ C2 @ A2 ) )
=> ( member @ A @ C2 @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) ) ) ).
% UnCI
thf(fact_195_Un__iff,axiom,
! [A: $tType,C2: A,A2: set @ A,B2: set @ A] :
( ( member @ A @ C2 @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) )
= ( ( member @ A @ C2 @ A2 )
| ( member @ A @ C2 @ B2 ) ) ) ).
% Un_iff
thf(fact_196_sup__top__right,axiom,
! [A: $tType] :
( ( bounded_lattice_top @ A @ ( type2 @ A ) )
=> ! [X: A] :
( ( sup_sup @ A @ X @ ( top_top @ A ) )
= ( top_top @ A ) ) ) ).
% sup_top_right
thf(fact_197_sup__top__left,axiom,
! [A: $tType] :
( ( bounded_lattice_top @ A @ ( type2 @ A ) )
=> ! [X: A] :
( ( sup_sup @ A @ ( top_top @ A ) @ X )
= ( top_top @ A ) ) ) ).
% sup_top_left
thf(fact_198_Un__Diff__cancel,axiom,
! [A: $tType,A2: set @ A,B2: set @ A] :
( ( sup_sup @ ( set @ A ) @ A2 @ ( minus_minus @ ( set @ A ) @ B2 @ A2 ) )
= ( sup_sup @ ( set @ A ) @ A2 @ B2 ) ) ).
% Un_Diff_cancel
thf(fact_199_Un__Diff__cancel2,axiom,
! [A: $tType,B2: set @ A,A2: set @ A] :
( ( sup_sup @ ( set @ A ) @ ( minus_minus @ ( set @ A ) @ B2 @ A2 ) @ A2 )
= ( sup_sup @ ( set @ A ) @ B2 @ A2 ) ) ).
% Un_Diff_cancel2
thf(fact_200_lfinite__code_I2_J,axiom,
! [B: $tType,X: B,Xs: coinductive_llist @ B] :
( ( coinductive_lfinite @ B @ ( coinductive_LCons @ B @ X @ Xs ) )
= ( coinductive_lfinite @ B @ Xs ) ) ).
% lfinite_code(2)
thf(fact_201_lfinite__LCons,axiom,
! [A: $tType,X: A,Xs: coinductive_llist @ A] :
( ( coinductive_lfinite @ A @ ( coinductive_LCons @ A @ X @ Xs ) )
= ( coinductive_lfinite @ A @ Xs ) ) ).
% lfinite_LCons
thf(fact_202_lfinite__code_I1_J,axiom,
! [A: $tType] : ( coinductive_lfinite @ A @ ( coinductive_LNil @ A ) ) ).
% lfinite_code(1)
thf(fact_203_lfinite__lappend,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( coinductive_lfinite @ A @ ( coinductive_lappend @ A @ Xs @ Ys ) )
= ( ( coinductive_lfinite @ A @ Xs )
& ( coinductive_lfinite @ A @ Ys ) ) ) ).
% lfinite_lappend
thf(fact_204_Un__Diff,axiom,
! [A: $tType,A2: set @ A,B2: set @ A,C3: set @ A] :
( ( minus_minus @ ( set @ A ) @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) @ C3 )
= ( sup_sup @ ( set @ A ) @ ( minus_minus @ ( set @ A ) @ A2 @ C3 ) @ ( minus_minus @ ( set @ A ) @ B2 @ C3 ) ) ) ).
% Un_Diff
thf(fact_205_psubsetD,axiom,
! [A: $tType,A2: set @ A,B2: set @ A,C2: A] :
( ( ord_less @ ( set @ A ) @ A2 @ B2 )
=> ( ( member @ A @ C2 @ A2 )
=> ( member @ A @ C2 @ B2 ) ) ) ).
% psubsetD
thf(fact_206_psubset__trans,axiom,
! [A: $tType,A2: set @ A,B2: set @ A,C3: set @ A] :
( ( ord_less @ ( set @ A ) @ A2 @ B2 )
=> ( ( ord_less @ ( set @ A ) @ B2 @ C3 )
=> ( ord_less @ ( set @ A ) @ A2 @ C3 ) ) ) ).
% psubset_trans
thf(fact_207_alllstsp_OLCons__all,axiom,
! [A: $tType,A2: A > $o,L: coinductive_llist @ A,A3: A] :
( ( lList21511617539llstsp @ A @ A2 @ L )
=> ( ( A2 @ A3 )
=> ( lList21511617539llstsp @ A @ A2 @ ( coinductive_LCons @ A @ A3 @ L ) ) ) ) ).
% alllstsp.LCons_all
thf(fact_208_alllstsp_OLNil__all,axiom,
! [A: $tType,A2: A > $o] : ( lList21511617539llstsp @ A @ A2 @ ( coinductive_LNil @ A ) ) ).
% alllstsp.LNil_all
thf(fact_209_lfinite_Ocases,axiom,
! [A: $tType,A3: coinductive_llist @ A] :
( ( coinductive_lfinite @ A @ A3 )
=> ( ( A3
!= ( coinductive_LNil @ A ) )
=> ~ ! [Xs2: coinductive_llist @ A] :
( ? [X2: A] :
( A3
= ( coinductive_LCons @ A @ X2 @ Xs2 ) )
=> ~ ( coinductive_lfinite @ A @ Xs2 ) ) ) ) ).
% lfinite.cases
thf(fact_210_lfinite_Osimps,axiom,
! [A: $tType] :
( ( coinductive_lfinite @ A )
= ( ^ [A5: coinductive_llist @ A] :
( ( A5
= ( coinductive_LNil @ A ) )
| ? [Xs4: coinductive_llist @ A,X3: A] :
( ( A5
= ( coinductive_LCons @ A @ X3 @ Xs4 ) )
& ( coinductive_lfinite @ A @ Xs4 ) ) ) ) ) ).
% lfinite.simps
thf(fact_211_lfinite_Oinducts,axiom,
! [A: $tType,X: coinductive_llist @ A,P: ( coinductive_llist @ A ) > $o] :
( ( coinductive_lfinite @ A @ X )
=> ( ( P @ ( coinductive_LNil @ A ) )
=> ( ! [Xs2: coinductive_llist @ A,X2: A] :
( ( coinductive_lfinite @ A @ Xs2 )
=> ( ( P @ Xs2 )
=> ( P @ ( coinductive_LCons @ A @ X2 @ Xs2 ) ) ) )
=> ( P @ X ) ) ) ) ).
% lfinite.inducts
thf(fact_212_UnE,axiom,
! [A: $tType,C2: A,A2: set @ A,B2: set @ A] :
( ( member @ A @ C2 @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) )
=> ( ~ ( member @ A @ C2 @ A2 )
=> ( member @ A @ C2 @ B2 ) ) ) ).
% UnE
thf(fact_213_UnI1,axiom,
! [A: $tType,C2: A,A2: set @ A,B2: set @ A] :
( ( member @ A @ C2 @ A2 )
=> ( member @ A @ C2 @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) ) ) ).
% UnI1
thf(fact_214_UnI2,axiom,
! [A: $tType,C2: A,B2: set @ A,A2: set @ A] :
( ( member @ A @ C2 @ B2 )
=> ( member @ A @ C2 @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) ) ) ).
% UnI2
thf(fact_215_bex__Un,axiom,
! [A: $tType,A2: set @ A,B2: set @ A,P: A > $o] :
( ( ? [X3: A] :
( ( member @ A @ X3 @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) )
& ( P @ X3 ) ) )
= ( ? [X3: A] :
( ( member @ A @ X3 @ A2 )
& ( P @ X3 ) )
| ? [X3: A] :
( ( member @ A @ X3 @ B2 )
& ( P @ X3 ) ) ) ) ).
% bex_Un
thf(fact_216_ball__Un,axiom,
! [A: $tType,A2: set @ A,B2: set @ A,P: A > $o] :
( ( ! [X3: A] :
( ( member @ A @ X3 @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) )
=> ( P @ X3 ) ) )
= ( ! [X3: A] :
( ( member @ A @ X3 @ A2 )
=> ( P @ X3 ) )
& ! [X3: A] :
( ( member @ A @ X3 @ B2 )
=> ( P @ X3 ) ) ) ) ).
% ball_Un
thf(fact_217_Un__assoc,axiom,
! [A: $tType,A2: set @ A,B2: set @ A,C3: set @ A] :
( ( sup_sup @ ( set @ A ) @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) @ C3 )
= ( sup_sup @ ( set @ A ) @ A2 @ ( sup_sup @ ( set @ A ) @ B2 @ C3 ) ) ) ).
% Un_assoc
thf(fact_218_Un__absorb,axiom,
! [A: $tType,A2: set @ A] :
( ( sup_sup @ ( set @ A ) @ A2 @ A2 )
= A2 ) ).
% Un_absorb
thf(fact_219_Un__commute,axiom,
! [A: $tType] :
( ( sup_sup @ ( set @ A ) )
= ( ^ [A7: set @ A,B3: set @ A] : ( sup_sup @ ( set @ A ) @ B3 @ A7 ) ) ) ).
% Un_commute
thf(fact_220_Un__left__absorb,axiom,
! [A: $tType,A2: set @ A,B2: set @ A] :
( ( sup_sup @ ( set @ A ) @ A2 @ ( sup_sup @ ( set @ A ) @ A2 @ B2 ) )
= ( sup_sup @ ( set @ A ) @ A2 @ B2 ) ) ).
% Un_left_absorb
thf(fact_221_Un__left__commute,axiom,
! [A: $tType,A2: set @ A,B2: set @ A,C3: set @ A] :
( ( sup_sup @ ( set @ A ) @ A2 @ ( sup_sup @ ( set @ A ) @ B2 @ C3 ) )
= ( sup_sup @ ( set @ A ) @ B2 @ ( sup_sup @ ( set @ A ) @ A2 @ C3 ) ) ) ).
% Un_left_commute
thf(fact_222_Un__UNIV__right,axiom,
! [A: $tType,A2: set @ A] :
( ( sup_sup @ ( set @ A ) @ A2 @ ( top_top @ ( set @ A ) ) )
= ( top_top @ ( set @ A ) ) ) ).
% Un_UNIV_right
thf(fact_223_Un__UNIV__left,axiom,
! [A: $tType,B2: set @ A] :
( ( sup_sup @ ( set @ A ) @ ( top_top @ ( set @ A ) ) @ B2 )
= ( top_top @ ( set @ A ) ) ) ).
% Un_UNIV_left
thf(fact_224_lappend__inf,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ~ ( coinductive_lfinite @ A @ Xs )
=> ( ( coinductive_lappend @ A @ Xs @ Ys )
= Xs ) ) ).
% lappend_inf
thf(fact_225_lfinite__LNil,axiom,
! [A: $tType] : ( coinductive_lfinite @ A @ ( coinductive_LNil @ A ) ) ).
% lfinite_LNil
thf(fact_226_lfinite__LConsI,axiom,
! [A: $tType,Xs: coinductive_llist @ A,X: A] :
( ( coinductive_lfinite @ A @ Xs )
=> ( coinductive_lfinite @ A @ ( coinductive_LCons @ A @ X @ Xs ) ) ) ).
% lfinite_LConsI
thf(fact_227_lstrict__prefix__lfinite1,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( coindu1478340336prefix @ A @ Xs @ Ys )
=> ( coinductive_lfinite @ A @ Xs ) ) ).
% lstrict_prefix_lfinite1
thf(fact_228_lfinite__rev__induct,axiom,
! [A: $tType,Xs: coinductive_llist @ A,P: ( coinductive_llist @ A ) > $o] :
( ( coinductive_lfinite @ A @ Xs )
=> ( ( P @ ( coinductive_LNil @ A ) )
=> ( ! [X2: A,Xs2: coinductive_llist @ A] :
( ( coinductive_lfinite @ A @ Xs2 )
=> ( ( P @ Xs2 )
=> ( P @ ( coinductive_lappend @ A @ Xs2 @ ( coinductive_LCons @ A @ X2 @ ( coinductive_LNil @ A ) ) ) ) ) )
=> ( P @ Xs ) ) ) ) ).
% lfinite_rev_induct
thf(fact_229_llimit__induct,axiom,
! [A: $tType,P: ( coinductive_llist @ A ) > $o,Xs: coinductive_llist @ A] :
( ( P @ ( coinductive_LNil @ A ) )
=> ( ! [X2: A,Xs2: coinductive_llist @ A] :
( ( coinductive_lfinite @ A @ Xs2 )
=> ( ( P @ Xs2 )
=> ( P @ ( coinductive_LCons @ A @ X2 @ Xs2 ) ) ) )
=> ( ( ! [Ys2: coinductive_llist @ A] :
( ( coindu1478340336prefix @ A @ Ys2 @ Xs )
=> ( P @ Ys2 ) )
=> ( P @ Xs ) )
=> ( P @ Xs ) ) ) ) ).
% llimit_induct
thf(fact_230_alllstsp_Ocoinduct,axiom,
! [A: $tType,X4: ( coinductive_llist @ A ) > $o,X: coinductive_llist @ A,A2: A > $o] :
( ( X4 @ X )
=> ( ! [X2: coinductive_llist @ A] :
( ( X4 @ X2 )
=> ( ( X2
= ( coinductive_LNil @ A ) )
| ? [L4: coinductive_llist @ A,A6: A] :
( ( X2
= ( coinductive_LCons @ A @ A6 @ L4 ) )
& ( ( X4 @ L4 )
| ( lList21511617539llstsp @ A @ A2 @ L4 ) )
& ( A2 @ A6 ) ) ) )
=> ( lList21511617539llstsp @ A @ A2 @ X ) ) ) ).
% alllstsp.coinduct
thf(fact_231_alllstsp_Osimps,axiom,
! [A: $tType] :
( ( lList21511617539llstsp @ A )
= ( ^ [A7: A > $o,A5: coinductive_llist @ A] :
( ( A5
= ( coinductive_LNil @ A ) )
| ? [L3: coinductive_llist @ A,B6: A] :
( ( A5
= ( coinductive_LCons @ A @ B6 @ L3 ) )
& ( lList21511617539llstsp @ A @ A7 @ L3 )
& ( A7 @ B6 ) ) ) ) ) ).
% alllstsp.simps
thf(fact_232_Suc__pred,axiom,
! [N: nat] :
( ( ord_less @ nat @ ( zero_zero @ nat ) @ N )
=> ( ( suc @ ( minus_minus @ nat @ N @ ( suc @ ( zero_zero @ nat ) ) ) )
= N ) ) ).
% Suc_pred
thf(fact_233_lset__lappend__lfinite,axiom,
! [A: $tType,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( coinductive_lfinite @ A @ Xs )
=> ( ( coinductive_lset @ A @ ( coinductive_lappend @ A @ Xs @ Ys ) )
= ( sup_sup @ ( set @ A ) @ ( coinductive_lset @ A @ Xs ) @ ( coinductive_lset @ A @ Ys ) ) ) ) ).
% lset_lappend_lfinite
thf(fact_234_cancel__comm__monoid__add__class_Odiff__cancel,axiom,
! [A: $tType] :
( ( cancel1352612707id_add @ A @ ( type2 @ A ) )
=> ! [A3: A] :
( ( minus_minus @ A @ A3 @ A3 )
= ( zero_zero @ A ) ) ) ).
% cancel_comm_monoid_add_class.diff_cancel
thf(fact_235_diff__zero,axiom,
! [A: $tType] :
( ( cancel1352612707id_add @ A @ ( type2 @ A ) )
=> ! [A3: A] :
( ( minus_minus @ A @ A3 @ ( zero_zero @ A ) )
= A3 ) ) ).
% diff_zero
thf(fact_236_zero__diff,axiom,
! [A: $tType] :
( ( comm_monoid_diff @ A @ ( type2 @ A ) )
=> ! [A3: A] :
( ( minus_minus @ A @ ( zero_zero @ A ) @ A3 )
= ( zero_zero @ A ) ) ) ).
% zero_diff
thf(fact_237_diff__0__right,axiom,
! [A: $tType] :
( ( group_add @ A @ ( type2 @ A ) )
=> ! [A3: A] :
( ( minus_minus @ A @ A3 @ ( zero_zero @ A ) )
= A3 ) ) ).
% diff_0_right
thf(fact_238_diff__self,axiom,
! [A: $tType] :
( ( group_add @ A @ ( type2 @ A ) )
=> ! [A3: A] :
( ( minus_minus @ A @ A3 @ A3 )
= ( zero_zero @ A ) ) ) ).
% diff_self
thf(fact_239_diff__self__eq__0,axiom,
! [M: nat] :
( ( minus_minus @ nat @ M @ M )
= ( zero_zero @ nat ) ) ).
% diff_self_eq_0
thf(fact_240_diff__0__eq__0,axiom,
! [N: nat] :
( ( minus_minus @ nat @ ( zero_zero @ nat ) @ N )
= ( zero_zero @ nat ) ) ).
% diff_0_eq_0
thf(fact_241_diff__gt__0__iff__gt,axiom,
! [A: $tType] :
( ( ordered_ab_group_add @ A @ ( type2 @ A ) )
=> ! [A3: A,B4: A] :
( ( ord_less @ A @ ( zero_zero @ A ) @ ( minus_minus @ A @ A3 @ B4 ) )
= ( ord_less @ A @ B4 @ A3 ) ) ) ).
% diff_gt_0_iff_gt
thf(fact_242_zero__less__diff,axiom,
! [N: nat,M: nat] :
( ( ord_less @ nat @ ( zero_zero @ nat ) @ ( minus_minus @ nat @ N @ M ) )
= ( ord_less @ nat @ M @ N ) ) ).
% zero_less_diff
thf(fact_243_LList2__Mirabelle__hamjzmohle_Ollength__LNil,axiom,
! [A: $tType] :
( ( lList21232602520length @ A @ ( coinductive_LNil @ A ) )
= ( zero_zero @ nat ) ) ).
% LList2_Mirabelle_hamjzmohle.llength_LNil
thf(fact_244_in__lset__lappend__iff,axiom,
! [A: $tType,X: A,Xs: coinductive_llist @ A,Ys: coinductive_llist @ A] :
( ( member @ A @ X @ ( coinductive_lset @ A @ ( coinductive_lappend @ A @ Xs @ Ys ) ) )
= ( ( member @ A @ X @ ( coinductive_lset @ A @ Xs ) )
| ( ( coinductive_lfinite @ A @ Xs )
& ( member @ A @ X @ ( coinductive_lset @ A @ Ys ) ) ) ) ) ).
% in_lset_lappend_iff
thf(fact_245_less__iff__diff__less__0,axiom,
! [A: $tType] :
( ( ordered_ab_group_add @ A @ ( type2 @ A ) )
=> ( ( ord_less @ A )
= ( ^ [A5: A,B6: A] : ( ord_less @ A @ ( minus_minus @ A @ A5 @ B6 ) @ ( zero_zero @ A ) ) ) ) ) ).
% less_iff_diff_less_0
thf(fact_246_llist_Oset__induct,axiom,
! [A: $tType,X: A,A3: coinductive_llist @ A,P: A > ( coinductive_llist @ A ) > $o] :
( ( member @ A @ X @ ( coinductive_lset @ A @ A3 ) )
=> ( ! [Z1: A,Z22: coinductive_llist @ A] : ( P @ Z1 @ ( coinductive_LCons @ A @ Z1 @ Z22 ) )
=> ( ! [Z1: A,Z22: coinductive_llist @ A,Xa2: A] :
( ( member @ A @ Xa2 @ ( coinductive_lset @ A @ Z22 ) )
=> ( ( P @ Xa2 @ Z22 )
=> ( P @ Xa2 @ ( coinductive_LCons @ A @ Z1 @ Z22 ) ) ) )
=> ( P @ X @ A3 ) ) ) ) ).
% llist.set_induct
thf(fact_247_llist_Oset__cases,axiom,
! [A: $tType,E: A,A3: coinductive_llist @ A] :
( ( member @ A @ E @ ( coinductive_lset @ A @ A3 ) )
=> ( ! [Z22: coinductive_llist @ A] :
( A3
!= ( coinductive_LCons @ A @ E @ Z22 ) )
=> ~ ! [Z1: A,Z22: coinductive_llist @ A] :
( ( A3
= ( coinductive_LCons @ A @ Z1 @ Z22 ) )
=> ~ ( member @ A @ E @ ( coinductive_lset @ A @ Z22 ) ) ) ) ) ).
% llist.set_cases
thf(fact_248_lset__induct_H,axiom,
! [A: $tType,X: A,Xs: coinductive_llist @ A,P: ( coinductive_llist @ A ) > $o] :
( ( member @ A @ X @ ( coinductive_lset @ A @ Xs ) )
=> ( ! [Xs2: coinductive_llist @ A] : ( P @ ( coinductive_LCons @ A @ X @ Xs2 ) )
=> ( ! [X5: A,Xs2: coinductive_llist @ A] :
( ( member @ A @ X @ ( coinductive_lset @ A @ Xs2 ) )
=> ( ( P @ Xs2 )
=> ( P @ ( coinductive_LCons @ A @ X5 @ Xs2 ) ) ) )
=> ( P @ Xs ) ) ) ) ).
% lset_induct'
thf(fact_249_lset__induct,axiom,
! [A: $tType,X: A,Xs: coinductive_llist @ A,P: ( coinductive_llist @ A ) > $o] :
( ( member @ A @ X @ ( coinductive_lset @ A @ Xs ) )
=> ( ! [Xs2: coinductive_llist @ A] : ( P @ ( coinductive_LCons @ A @ X @ Xs2 ) )
=> ( ! [X5: A,Xs2: coinductive_llist @ A] :
( ( member @ A @ X @ ( coinductive_lset @ A @ Xs2 ) )
=> ( ( X != X5 )
=> ( ( P @ Xs2 )
=> ( P @ ( coinductive_LCons @ A @ X5 @ Xs2 ) ) ) ) )
=> ( P @ Xs ) ) ) ) ).
% lset_induct
thf(fact_250_lset__cases,axiom,
! [A: $tType,X: A,Xs: coinductive_llist @ A] :
( ( member @ A @ X @ ( coinductive_lset @ A @ Xs ) )
=> ( ! [Xs5: coinductive_llist @ A] :
( Xs
!= ( coinductive_LCons @ A @ X @ Xs5 ) )
=> ~ ! [X5: A,Xs5: coinductive_llist @ A] :
( ( Xs
= ( coinductive_LCons @ A @ X5 @ Xs5 ) )
=> ~ ( member @ A @ X @ ( coinductive_lset @ A @ Xs5 ) ) ) ) ) ).
% lset_cases
thf(fact_251_llist_Oset__intros_I1_J,axiom,
! [A: $tType,A1: A,A22: coinductive_llist @ A] : ( member @ A @ A1 @ ( coinductive_lset @ A @ ( coinductive_LCons @ A @ A1 @ A22 ) ) ) ).
% llist.set_intros(1)
thf(fact_252_llist_Oset__intros_I2_J,axiom,
! [A: $tType,X: A,A22: coinductive_llist @ A,A1: A] :
( ( member @ A @ X @ ( coinductive_lset @ A @ A22 ) )
=> ( member @ A @ X @ ( coinductive_lset @ A @ ( coinductive_LCons @ A @ A1 @ A22 ) ) ) ) ).
% llist.set_intros(2)
thf(fact_253_lset__intros_I1_J,axiom,
! [A: $tType,X: A,Xs: coinductive_llist @ A] : ( member @ A @ X @ ( coinductive_lset @ A @ ( coinductive_LCons @ A @ X @ Xs ) ) ) ).
% lset_intros(1)
thf(fact_254_lset__intros_I2_J,axiom,
! [A: $tType,X: A,Xs: coinductive_llist @ A,X6: A] :
( ( member @ A @ X @ ( coinductive_lset @ A @ Xs ) )
=> ( member @ A @ X @ ( coinductive_lset @ A @ ( coinductive_LCons @ A @ X6 @ Xs ) ) ) ) ).
% lset_intros(2)
thf(fact_255_LList2__Mirabelle__hamjzmohle_Oldrop_Osimps_I1_J,axiom,
! [A: $tType,L: coinductive_llist @ A] :
( ( lList2508575361_ldrop @ A @ L @ ( zero_zero @ nat ) )
= L ) ).
% LList2_Mirabelle_hamjzmohle.ldrop.simps(1)
%----Type constructors (38)
thf(tcon_HOL_Obool___Lattices_Obounded__lattice,axiom,
bounded_lattice @ $o @ ( type2 @ $o ) ).
thf(tcon_Set_Oset___Lattices_Obounded__lattice_1,axiom,
! [A8: $tType] : ( bounded_lattice @ ( set @ A8 ) @ ( type2 @ ( set @ A8 ) ) ) ).
thf(tcon_fun___Lattices_Obounded__lattice_2,axiom,
! [A8: $tType,A9: $tType] :
( ( bounded_lattice @ A9 @ ( type2 @ A9 ) )
=> ( bounded_lattice @ ( A8 > A9 ) @ ( type2 @ ( A8 > A9 ) ) ) ) ).
thf(tcon_fun___Lattices_Obounded__lattice__top,axiom,
! [A8: $tType,A9: $tType] :
( ( bounded_lattice @ A9 @ ( type2 @ A9 ) )
=> ( bounded_lattice_top @ ( A8 > A9 ) @ ( type2 @ ( A8 > A9 ) ) ) ) ).
thf(tcon_fun___Orderings_Oorder__top,axiom,
! [A8: $tType,A9: $tType] :
( ( order_top @ A9 @ ( type2 @ A9 ) )
=> ( order_top @ ( A8 > A9 ) @ ( type2 @ ( A8 > A9 ) ) ) ) ).
thf(tcon_fun___Orderings_Opreorder,axiom,
! [A8: $tType,A9: $tType] :
( ( preorder @ A9 @ ( type2 @ A9 ) )
=> ( preorder @ ( A8 > A9 ) @ ( type2 @ ( A8 > A9 ) ) ) ) ).
thf(tcon_fun___Orderings_Oorder,axiom,
! [A8: $tType,A9: $tType] :
( ( order @ A9 @ ( type2 @ A9 ) )
=> ( order @ ( A8 > A9 ) @ ( type2 @ ( A8 > A9 ) ) ) ) ).
thf(tcon_fun___Orderings_Otop,axiom,
! [A8: $tType,A9: $tType] :
( ( top @ A9 @ ( type2 @ A9 ) )
=> ( top @ ( A8 > A9 ) @ ( type2 @ ( A8 > A9 ) ) ) ) ).
thf(tcon_fun___Orderings_Oord,axiom,
! [A8: $tType,A9: $tType] :
( ( ord @ A9 @ ( type2 @ A9 ) )
=> ( ord @ ( A8 > A9 ) @ ( type2 @ ( A8 > A9 ) ) ) ) ).
thf(tcon_fun___Groups_Ominus,axiom,
! [A8: $tType,A9: $tType] :
( ( minus @ A9 @ ( type2 @ A9 ) )
=> ( minus @ ( A8 > A9 ) @ ( type2 @ ( A8 > A9 ) ) ) ) ).
thf(tcon_Nat_Onat___Groups_Ocancel__ab__semigroup__add,axiom,
cancel146912293up_add @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Groups_Ocancel__comm__monoid__add,axiom,
cancel1352612707id_add @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Groups_Ocomm__monoid__diff,axiom,
comm_monoid_diff @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Orderings_Owellorder,axiom,
wellorder @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Orderings_Opreorder_3,axiom,
preorder @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Orderings_Olinorder,axiom,
linorder @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Orderings_Ono__top,axiom,
no_top @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Orderings_Oorder_4,axiom,
order @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Orderings_Oord_5,axiom,
ord @ nat @ ( type2 @ nat ) ).
thf(tcon_Nat_Onat___Groups_Ominus_6,axiom,
minus @ nat @ ( type2 @ nat ) ).
thf(tcon_Set_Oset___Lattices_Obounded__lattice__top_7,axiom,
! [A8: $tType] : ( bounded_lattice_top @ ( set @ A8 ) @ ( type2 @ ( set @ A8 ) ) ) ).
thf(tcon_Set_Oset___Orderings_Oorder__top_8,axiom,
! [A8: $tType] : ( order_top @ ( set @ A8 ) @ ( type2 @ ( set @ A8 ) ) ) ).
thf(tcon_Set_Oset___Orderings_Opreorder_9,axiom,
! [A8: $tType] : ( preorder @ ( set @ A8 ) @ ( type2 @ ( set @ A8 ) ) ) ).
thf(tcon_Set_Oset___Orderings_Oorder_10,axiom,
! [A8: $tType] : ( order @ ( set @ A8 ) @ ( type2 @ ( set @ A8 ) ) ) ).
thf(tcon_Set_Oset___Orderings_Otop_11,axiom,
! [A8: $tType] : ( top @ ( set @ A8 ) @ ( type2 @ ( set @ A8 ) ) ) ).
thf(tcon_Set_Oset___Orderings_Oord_12,axiom,
! [A8: $tType] : ( ord @ ( set @ A8 ) @ ( type2 @ ( set @ A8 ) ) ) ).
thf(tcon_Set_Oset___Groups_Ominus_13,axiom,
! [A8: $tType] : ( minus @ ( set @ A8 ) @ ( type2 @ ( set @ A8 ) ) ) ).
thf(tcon_HOL_Obool___Lattices_Obounded__lattice__top_14,axiom,
bounded_lattice_top @ $o @ ( type2 @ $o ) ).
thf(tcon_HOL_Obool___Orderings_Oorder__top_15,axiom,
order_top @ $o @ ( type2 @ $o ) ).
thf(tcon_HOL_Obool___Orderings_Opreorder_16,axiom,
preorder @ $o @ ( type2 @ $o ) ).
thf(tcon_HOL_Obool___Orderings_Olinorder_17,axiom,
linorder @ $o @ ( type2 @ $o ) ).
thf(tcon_HOL_Obool___Orderings_Oorder_18,axiom,
order @ $o @ ( type2 @ $o ) ).
thf(tcon_HOL_Obool___Orderings_Otop_19,axiom,
top @ $o @ ( type2 @ $o ) ).
thf(tcon_HOL_Obool___Orderings_Oord_20,axiom,
ord @ $o @ ( type2 @ $o ) ).
thf(tcon_HOL_Obool___Groups_Ominus_21,axiom,
minus @ $o @ ( type2 @ $o ) ).
thf(tcon_Coinductive__List_Ollist___Orderings_Opreorder_22,axiom,
! [A8: $tType] : ( preorder @ ( coinductive_llist @ A8 ) @ ( type2 @ ( coinductive_llist @ A8 ) ) ) ).
thf(tcon_Coinductive__List_Ollist___Orderings_Oorder_23,axiom,
! [A8: $tType] : ( order @ ( coinductive_llist @ A8 ) @ ( type2 @ ( coinductive_llist @ A8 ) ) ) ).
thf(tcon_Coinductive__List_Ollist___Orderings_Oord_24,axiom,
! [A8: $tType] : ( ord @ ( coinductive_llist @ A8 ) @ ( type2 @ ( coinductive_llist @ A8 ) ) ) ).
%----Conjectures (3)
thf(conj_0,hypothesis,
member @ ( coinductive_llist @ a ) @ r @ ( lList21202317876inpref @ a @ a2 @ t ) ).
thf(conj_1,hypothesis,
member @ ( coinductive_llist @ a ) @ t @ ( lList2435255213lllsts @ a @ a2 ) ).
thf(conj_2,conjecture,
member @ ( coinductive_llist @ a ) @ t @ ( lList21475143548e_suff @ a @ a2 @ r ) ).
%------------------------------------------------------------------------------