Definitions SUPPORTjlc Sections NuprlLIB Doc

No mentions to report in SUPPORTjlc
list_exists_2Def xL.P(x) == (letrec exists L = (Case of L; nil false ; h.t P(h) exists(t)) ) (L)
Thm* T:Type, P:(T), L:T List. xL.P(x)
bor Def p q == if p true else q fi
Thm* p,q:. (p q)
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)

Syntax:xL.P(x) has structure: list_exists_2(L; x.P(x))

About:
listlist_indboolbfalsebtrue
ifthenelseapplyfunctionrecursive_def_noticeuniversememberall
!abstraction

Definitions SUPPORTjlc Sections NuprlLIB Doc