Definitions mb event system 7 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
bi-graphDef bi-graph(G;to;from)
Def == i:|G|. 
Def == (lto(i).destination(l) = i
Def == (G(source(l)))
Def == & (l  from(source(l)))
Def == & (lnk-inv(l from(i)))
Def == & (lfrom(i).source(l) = i
Def == & (G(destination(l)))
Def == & & (l  to(destination(l)))
Def == & & (lnk-inv(l to(i)))
bi-graph-edgeDef Edge(G) == {l:IdLnk| i:|G|. (l  from(i)) }
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
rsetDef |R| == {i:Id| (R(i)) }
Thm* R:(Id). |R Type
IdDef Id == Atom
Thm* Id  Type
bi-graph-invDef inverse(l) == lnk-inv(l)
lnk-invDef lnk-inv(l) == <1of(2of(l)),1of(l),2of(2of(l))>

About:
pairproductboolatomsetapplyfunctionuniverse
equalmemberandallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 7 Sections EventSystems Doc