WhoCites Definitions hol list 2 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites every?
everyDef every(p;l) == if null(l) then true else (p(head(l)))every(p;tl(l)) fi 
Def (recursive)
Thm* 'a:Type, p:('a), l:'a List. every(p;l 
tlDef tl(l) == Case of l; nil  nil ; h.t  t
Thm* A:Type, l:A List. tl(l A List
headDef head(l) == hd(l)
Thm* 'a:Type, l:'a List. mt(l head(l 'a
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
nullDef null(as) == Case of as; nil  true ; a.as'  false
Thm* T:Type, as:T List. null(as 
Thm* null(nil)  
bifDef bif(bbx.x(bx); by.y(by)) == if b x(*) else y(x.x) fi
Thm* A:Type, b:x:(bA), y:((b)A). bif(bbx.x(bx); by.y(by))  A
hdDef hd(l) == Case of l; nil  "?" ; h.t  h
Thm* A:Type, l:A List. ||l|| hd(l A

Syntax:every(p;l) has structure: every(pl)

About:
listlist_indboolbfalse
btrueifthenelseassertnatural_numbertokenlambdaapply
functionrecursive_def_noticeuniverseaxiommemberimpliesall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions hol list 2 Sections HOLlib Doc