Definitions hol pair Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hboolDef hbool == 
Thm* hbool  S
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hrep_prodDef rep_prod == p:'a'b. mk_pair(1of(p),2of(p))
Thm* 'a,'b:S. rep_prod  (hprod('a'b 'a  'b  hbool)
hmk_pairDef mk_pair == x:'ay:'ba:'ab:'b. (a = x)(b = y)
Thm* 'a,'b:S. mk_pair  ('a  'b  'a  'b  hbool)
hprodDef hprod('a'b) == 'a'b
Thm* 'a,'b:S. hprod('a'b S
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A
pi2Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p B(1of(p))
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

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

Definitions hol pair Sections HOLlib Doc