hol list 2 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def P  Q == (P  Q) & (P  Q)

is mentioned by

Thm* 'a:S, h:'at:'a List, h':'at':'a List.
Thm* cons(ht) = cons(h't' h = h' & t = t'
[cons_11_2]
Thm* 'a:S, P:(('a List)). (l:'a List. ||l|| = 0    P(l))  P(nil)[length_eq_nil]
Thm* 'a:S, P:(('a List)), n:.
Thm* (l:'a List. ||l|| = n+1    P(l))
Thm* 
Thm* (l:'a List. ||l|| = n    (x:'aP(cons(xl))))
[length_eq_cons]
Thm* 'a:S, l:'a List, n:.
Thm* ||l|| = n+1    (h:'al':'a List. ||l'|| = n   & l = cons(hl'))
[length_cons_2]
Thm* 'a:S, l:'a List. ||l|| = 0    l = nil[length_nil_2]
Thm* 'a:S, Q,P:('a), l:'a List.
Thm* every(x:'a. (P(x))(Q(x));l every(P;l) & every(Q;l)
[every_conj]
Thm* 'a:S, l:'a List, P:('a). every(P;l (n:n<||l||  P(l[n]))[every_el]
Thm* 'a:S, t:'a List, h:'a. cons(ht) = nil  False[not_cons_nil2]
Thm* 'a:S, t:'a List, h:'a. nil = cons(ht False[not_nil_cons2]
Thm* 'a:S, h:'at:'a List, h':'at':'a List.
Thm* cons(ht) = cons(h't' h = h' & t = t'
[cons_11]

In prior sections: core fun 1 well fnd int 1 bool 1 int 2 list 1 hol hol bool hol num hol pair hol prim rec hol list 1

Try larger context: HOLlib IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

hol list 2 Sections HOLlib Doc