Definitions hol sum Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hexistsDef exists == p:'ax:'a. (p(x))
Thm* 'a:S. exists  (('a  hbool)  hbool)
his_sum_repDef is_sum_rep == f:'a'bu:'a+'b. (f = (rep_sum(u)))
Thm* 'a,'b:S. is_sum_rep  ((hbool  'a  'b  hbool)  hbool)
bexistsDef x:TP(x) == (x:TP(x))
Thm* T:Type, P:(T). (x:TP(x))  
hallDef all == p:'ax:'a. (p(x))
Thm* 'a:S. all  (('a  hbool)  hbool)
assertDef b == if b True else False fi
Thm* b:b  Prop
handDef and == p:q:pq
Thm* and  (hbool  hbool  hbool)
hrep_sumDef rep_sum
Def == u:'a+'b. InjCase(u
Def == u:'a+'b. InjCasepb:x:'ay:'b. (x = p)b
Def == u:'a+'b. InjCaseqb:x:'ay:'b. (y = q)b)
Thm* 'a,'b:S. rep_sum  (hsum('a'b hbool  'a  'b  hbool)
bandDef pq == if p q else false fi
Thm* p,q:. (pq 
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
bequalDef x = y == (x = y  T)
Thm* T:Type, x,y:T. (x = y 
hnotDef not == p:p
Thm* not  (hbool  hbool)
bnotDef b == if b false else true fi
Thm* b:b  
horDef or == p:q:p  q
Thm* or  (hbool  hbool  hbool)
borDef p  q == if p true else q fi
Thm* p,q:. (p  q 
hboolDef hbool == 
Thm* hbool  S
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

About:
boolbfalsebtrueifthenelseassertunion
decidesetapply
functionuniverseequalmemberpropfalsetrueall
exists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol sum Sections HOLlib Doc