hol bool Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def b_exists_unique('a;x.p(x))
Def == (x:'ap(x))(x,y:'a.  (p(x)p(y))(x = y))

is mentioned by

Thm* p:('a). 
Thm* b_exists_unique('a;x.p(x))
Thm* 
Thm* (x:'ap(x)) & (x,y:'ap(x) & p(y x = y)
[assert_of_b_exists_unique]
Def exists_unique == p:'a. b_exists_unique('a;x.p(x))[hexists_unique]

Try larger context: HOLlib IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

hol bool Sections HOLlib Doc