WhoCites Definitions hol pair Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites his pair?
his_pairDef is_pair == p:'a'bx:'ay:'b. (p = (mk_pair(x,y)))
Thm* 'a,'b:S. is_pair  (('a  'b  hbool)  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)
bequalDef x = y == (x = y  T)
Thm* T:Type, x,y:T. (x = y 
bexistsDef x:TP(x) == (x:TP(x))
Thm* T:Type, P:(T). (x:TP(x))  
tlambdaDef (x:Tb(x))(x) == b(x)
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
prop_to_boolDef P == InjCase(lem(P) ; true; false)
Thm* P:Prop. (P 
assertDef b == if b True else False fi
Thm* b:b  Prop

Syntax:is_pair has structure: his_pair('a'b)

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

WhoCites Definitions hol pair Sections HOLlib Doc