hol list 2 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
TheoremName
Thm* 'a:S, P:(('a List)).
Thm* P(nil) & (t:'a List. P(t (h:'aP(cons(ht))))  (l:'a List. P(l))
[list_induct]
cites the following:
Thm* 'a:S. 
Thm* all
Thm* (P:hlist('a hbool. implies
Thm* (P:hlist('a hbool. (and
Thm* (P:hlist('a hbool. ((P(nil)
Thm* (P:hlist('a hbool. (,all
Thm* (P:hlist('a hbool. (,(t:hlist('a). implies
Thm* (P:hlist('a hbool. (,(t:hlist('a). (P(t)
Thm* (P:hlist('a hbool. (,(t:hlist('a). ,all(h:'aP(cons(h,t))))))
Thm* (P:hlist('a hbool. ,all(l:hlist('a). P(l))))
[hlist_induct]
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
hol list 2 Sections HOLlib Doc