WhoCites Definitions list 3 jlc Sections Support(jlc) Doc

Who Cites list all?
list_all Def xL.P(x) == (letrec list_all L = (Case of L; nil True ; h.t P(h) & list_all(t)) ) (L)
Thm* T:Type, P:(TProp), L:T List. xL.P(x) Type
Thm* T:Type, P:(TType). xnil.P(x) Type
sq_stable Def SqStable(P) == P P
Thm* A:Prop. SqStable(A) Prop
letrec_body Def = b == b
letrec_arg Def x b(x) (x) == b(x)
letrec Def (letrec f b(f)) == b((letrec f b(f)) ) (recursive)
squash Def T == {:True| T }
Thm* A:Prop. A Prop

About:
listnillist_ind
setapplyfunctionrecursive_def_noticeuniverse
memberpropimpliesandtrueall!abstraction

WhoCites Definitions list 3 jlc Sections Support(jlc) Doc