WhoCites Definitions StandardLib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites qadd?
qaddDef a +q b == (a.numb.den+b.numa.den)/(a.denb.den)
Thm* p,q:p +q q  
qdenomDef q.den == 2of(q)
Thm* q:q.den  
qnumerDef q.num == 1of(q)
Thm* q:q.num  
qnumDef p/q == <p,q>
Thm* n:d:n/d  
pi2Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p B(1of(p))
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A

Syntax:a +q b has structure: qadd(ab)

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

WhoCites Definitions StandardLib Sections NuprlLIB Doc